body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Futura Book font';
  font-size: 3.6rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Futura Book font';
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Futura Book font';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Futura Book font';
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Futura Book font';
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.2rem 1.2rem;
  border-radius: 60px;
}
.btn-sm {
  padding: 0.2rem 1.2rem;
  border-radius: 60px;
}
.btn-md {
  padding: 0.2rem 1.2rem;
  border-radius: 60px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 60px;
}
.bg-primary {
  background-color: #003056 !important;
}
.bg-success {
  background-color: #4fad2b !important;
}
.bg-info {
  background-color: #77be4e !important;
}
.bg-warning {
  background-color: #d4fe00 !important;
}
.bg-danger {
  background-color: #fcb300 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003056 !important;
  border-color: #003056 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #004976 !important;
  border-color: #004976 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #00131f !important;
  border-color: #00131f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00131f !important;
  border-color: #00131f !important;
}
.btn-info,
.btn-info:active {
  background-color: #77be4e !important;
  border-color: #77be4e !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: #4f8531 !important;
  border-color: #4f8531 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4f8531 !important;
  border-color: #4f8531 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4fad2b !important;
  border-color: #4fad2b !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: #2f681a !important;
  border-color: #2f681a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2f681a !important;
  border-color: #2f681a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d4fe00 !important;
  border-color: #d4fe00 !important;
  color: #000000 !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: #8ca700 !important;
  border-color: #8ca700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #8ca700 !important;
  border-color: #8ca700 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fcb300 !important;
  border-color: #fcb300 !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: #a57500 !important;
  border-color: #a57500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a57500 !important;
  border-color: #a57500 !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: #003056;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003056 !important;
  border-color: #003056 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #004976;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00131f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #004976 !important;
  border-color: #004976 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #77be4e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4f8531 !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: #77be4e !important;
  border-color: #77be4e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4fad2b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2f681a !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: #4fad2b !important;
  border-color: #4fad2b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d4fe00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8ca700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #d4fe00 !important;
  border-color: #d4fe00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcb300;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a57500 !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: #fcb300 !important;
  border-color: #fcb300 !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: #003056 !important;
}
.text-secondary {
  color: #004976 !important;
}
.text-success {
  color: #4fad2b !important;
}
.text-info {
  color: #77be4e !important;
}
.text-warning {
  color: #d4fe00 !important;
}
.text-danger {
  color: #fcb300 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000a10 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2a5b17 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #49792d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7f9800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #966b00 !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: #003056;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #77be4e;
}
.alert-warning {
  background-color: #d4fe00;
}
.alert-danger {
  background-color: #fcb300;
}
.mbr-gallery-filter li.active .btn {
  background-color: #003056;
  border-color: #003056;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #003056;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0077d6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #95de7a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bfe0ab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6ffcb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffefc9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Futura Book font';
  font-size: 1rem;
  line-height: 1.5;
  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: #003056 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Futura Book font';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #003056;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #003056;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #003056;
}
.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: #003056;
  border-bottom-color: #003056;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #003056 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #004976 !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='%23003056' %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 {
  line-height: 5%;
  letter-spacing: 1px;
  padding: 20px 40px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 14px 40px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #003056;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  color: #77be4e !important;
  background-color: #003056 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #004976;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  color: #003056 !important;
  background-color: #004976 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #4fad2b;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  color: #77be4e !important;
  background-color: #4fad2b !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #77be4e;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #003056 !important;
  background-color: #77be4e !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #d4fe00;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  color: #003056 !important;
  background-color: #d4fe00 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #fcb300;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  color: #77be4e !important;
  background-color: #fcb300 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  color: #77be4e !important;
  background-color: #000000!important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  color: #003056 !important;
  background-color: #ffffff !important;
}
.cid-tRSp2Z0z3R .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tRSp2Z0z3R .navbar-fixed-top {
  padding-top: 0;
}
.cid-tRSp2Z0z3R .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tRSp2Z0z3R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRSp2Z0z3R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tRSp2Z0z3R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tRSp2Z0z3R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tRSp2Z0z3R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tRSp2Z0z3R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tRSp2Z0z3R .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tRSp2Z0z3R .dropdown-item {
  padding: 0;
}
.cid-tRSp2Z0z3R .dropdown-item,
.cid-tRSp2Z0z3R .nav-link,
.cid-tRSp2Z0z3R .brand-name {
  font-style: normal;
}
.cid-tRSp2Z0z3R .dropdown-item:hover,
.cid-tRSp2Z0z3R .nav-link:hover,
.cid-tRSp2Z0z3R .brand-name:hover {
  color: #003056 !important;
}
.cid-tRSp2Z0z3R .dropdown-menu {
  background-color: #004976;
}
.cid-tRSp2Z0z3R .dropdown-item:active {
  background-color: #004976;
}
.cid-tRSp2Z0z3R .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tRSp2Z0z3R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tRSp2Z0z3R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tRSp2Z0z3R .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tRSp2Z0z3R .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRSp2Z0z3R .content-text {
  margin-bottom: 0;
}
.cid-tRSp2Z0z3R .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tRSp2Z0z3R .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tRSp2Z0z3R .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tRSp2Z0z3R .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tRSp2Z0z3R .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tRSp2Z0z3R .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tRSp2Z0z3R .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tRSp2Z0z3R .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tRSp2Z0z3R .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRSp2Z0z3R .nav-dropdown .link {
  font-weight: 400;
}
.cid-tRSp2Z0z3R .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tRSp2Z0z3R .content-right-side {
  text-align: center;
}
.cid-tRSp2Z0z3R .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tRSp2Z0z3R .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tRSp2Z0z3R .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tRSp2Z0z3R .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRSp2Z0z3R .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRSp2Z0z3R .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tRSp2Z0z3R .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tRSp2Z0z3R .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tRSp2Z0z3R .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tRSp2Z0z3R .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tRSp2Z0z3R .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tRSp2Z0z3R .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tRSp2Z0z3R .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tRSp2Z0z3R .navbar {
    display: block;
    padding: 0;
  }
  .cid-tRSp2Z0z3R .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tRSp2Z0z3R .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tRSp2Z0z3R .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tRSp2Z0z3R .navbar-toggler {
    display: none;
  }
  .cid-tRSp2Z0z3R .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tRSp2Z0z3R .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tRSp2Z0z3R .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tRSp2Z0z3R .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tRSp2Z0z3R .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tRSp2Z0z3R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tRSp2Z0z3R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRSp2Z0z3R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tRSp2Z0z3R .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tRSp2Z0z3R .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tRSp2Z0z3R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRSp2Z0z3R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRSp2Z0z3R .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tRSp2Z0z3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRSp2Z0z3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRSp2Z0z3R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tRSp2Z0z3R .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRSp2Z0z3R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tRSp2Z0z3R .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tRSp2Z0z3R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tRSp2Z0z3R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tRSp2Z0z3R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tRSp2Z0z3R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tRSp2Z0z3R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tRSp2Z0z3R button.navbar-toggler:focus {
  outline: none;
}
.cid-tRSp2Z0z3R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tRSp2Z0z3R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRSp2Z0z3R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRSp2Z0z3R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRSp2Z0z3R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRSp2Z0z3R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRSp2Z0z3R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRSp2Z0z3R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRSp2Z0z3R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRSp2Z0z3R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRSp2Z0z3R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRSp2Z0z3R .collapsed .btn {
  display: flex;
}
.cid-tRSp2Z0z3R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tRSp2Z0z3R .collapsed .navbar-collapse.collapsing,
.cid-tRSp2Z0z3R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tRSp2Z0z3R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tRSp2Z0z3R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tRSp2Z0z3R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tRSp2Z0z3R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tRSp2Z0z3R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tRSp2Z0z3R .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tRSp2Z0z3R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tRSp2Z0z3R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tRSp2Z0z3R .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tRSp2Z0z3R .collapsed button.navbar-toggler {
  display: block;
}
.cid-tRSp2Z0z3R .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tRSp2Z0z3R .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tRSp2Z0z3R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tRSp2Z0z3R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tRSp2Z0z3R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tRSp2Z0z3R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tRSp2Z0z3R .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tRSp2Z0z3R .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tRSp2Z0z3R .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tRSp2Z0z3R .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tRSp2Z0z3R .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tRSp2Z0z3R .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tRSp2Z0z3R .navbar-collapse.collapsing,
  .cid-tRSp2Z0z3R .navbar-collapse.show {
    display: block !important;
  }
  .cid-tRSp2Z0z3R .navbar-collapse.collapsing .navbar-nav,
  .cid-tRSp2Z0z3R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tRSp2Z0z3R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tRSp2Z0z3R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tRSp2Z0z3R .navbar-collapse.collapsing .navbar-buttons,
  .cid-tRSp2Z0z3R .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tRSp2Z0z3R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tRSp2Z0z3R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tRSp2Z0z3R img {
    height: 3.8rem !important;
  }
  .cid-tRSp2Z0z3R .btn {
    display: flex;
  }
  .cid-tRSp2Z0z3R button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tRSp2Z0z3R .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tRSp2Z0z3R .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tRSp2Z0z3R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tRSp2Z0z3R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tRSp2Z0z3R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tRSp2Z0z3R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tRSp2Z0z3R .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tRSp2Z0z3R .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tRSp2Z0z3R .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tRSp2Z0z3R .nav-link:focus {
  outline: none;
}
.cid-tRSp2Z0z3R .navbar-toggler {
  position: relative;
}
.cid-tRSp2Z0z3R .dropdown-item.active,
.cid-tRSp2Z0z3R .dropdown-item:active {
  color: initial;
}
.cid-tRSp2Z0z3R .widget-title,
.cid-tRSp2Z0z3R .widget-icon {
  color: #e9e9e9;
}
.cid-tRSp2Z0z3R .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tRSp2Z0z3R .menu-logo {
    display: none;
  }
  .cid-tRSp2Z0z3R .navbar {
    padding: 0;
  }
  .cid-tRSp2Z0z3R .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tRSp2Z0z3R button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tyFwHXoM8c {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1-1920x1272.jpg");
}
.cid-tyFwHXoM8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwHXoM8c .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-tyFwHXoM8c .container {
    padding: 0 16px;
  }
}
.cid-tyFwHXoM8c .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tyFwHXoM8c .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-tyFwHXoM8c .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tyFwHXoM8c .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tyFwHXoM8c .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tyFwHXoM8c .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tyFwHXoM8c .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-tyFwHXoM8c .image-wrapper {
    min-height: 300px;
  }
}
.cid-tyFwHXoM8c .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  border: 30px solid #4fad2b;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-tyFwHXoM8c .image-wrapper .image-wrap {
    border: 15px solid #4fad2b;
    border-radius: 20px;
  }
}
.cid-tyFwHXoM8c .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tyFwHXoM8c .image-wrapper .sec-image {
  position: absolute;
  bottom: 6rem;
  left: -4rem;
  height: 180px;
  width: 220px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-tyFwHXoM8c .image-wrapper .sec-image {
    display: none;
  }
}
.cid-tyFwHXoM8c .mbr-section-title {
  color: #08323C;
}
.cid-tyFwHXoM8c .mbr-text {
  color: #08323C;
  text-align: justify;
}
.cid-tyFwHXoM8c .mbr-section-title,
.cid-tyFwHXoM8c .mbr-section-btn {
  color: #004976;
}
.cid-tWoJFUSLyI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWoJFUSLyI .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tWoJFUSLyI .svg-1 path {
  fill: #3a6c86;
}
.cid-tWoJFUSLyI .geometry {
  position: absolute;
}
.cid-tWoJFUSLyI .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tWoJFUSLyI .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tWoJFUSLyI .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tWoJFUSLyI .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tWoJFUSLyI .card-block {
    width: 100%;
  }
}
.cid-tWoJFUSLyI blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tWoJFUSLyI blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tWoJFUSLyI blockquote {
    padding: 2rem 1rem;
  }
  .cid-tWoJFUSLyI .geometry {
    position: absolute;
  }
  .cid-tWoJFUSLyI .geometry__circle,
  .cid-tWoJFUSLyI .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tWoJFUSLyI .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tWoJFUSLyI blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tWoJFUSLyI .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tWoJFUSLyI blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tWoJFUSLyI .mbr-text {
  color: #ffffff;
}
.cid-tRWRtq7wqi .modal-body .close {
  background: #1b1b1b;
}
.cid-tRWRtq7wqi .modal-body .close span {
  font-style: normal;
}
.cid-tRWRtq7wqi .carousel-inner > .active,
.cid-tRWRtq7wqi .carousel-inner > .next,
.cid-tRWRtq7wqi .carousel-inner > .prev {
  display: flex;
}
.cid-tRWRtq7wqi .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRWRtq7wqi .svg-1 path {
  fill: #F8F7F3;
}
.cid-tRWRtq7wqi .carousel-control .icon-next,
.cid-tRWRtq7wqi .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tRWRtq7wqi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRWRtq7wqi .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRWRtq7wqi .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tRWRtq7wqi .boxed-slider > div {
  position: relative;
}
.cid-tRWRtq7wqi .container img {
  width: 100%;
}
.cid-tRWRtq7wqi .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tRWRtq7wqi .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tRWRtq7wqi .mbr-table-cell {
  padding: 0;
}
.cid-tRWRtq7wqi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tRWRtq7wqi .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tRWRtq7wqi .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tRWRtq7wqi .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tRWRtq7wqi .carousel-item.active.right,
.cid-tRWRtq7wqi .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tRWRtq7wqi .carousel-item.active.left,
.cid-tRWRtq7wqi .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tRWRtq7wqi .carousel-item.active,
.cid-tRWRtq7wqi .carousel-item.next.left,
.cid-tRWRtq7wqi .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tRWRtq7wqi .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tRWRtq7wqi .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRWRtq7wqi .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRWRtq7wqi .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tRWRtq7wqi .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRWRtq7wqi .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tRWRtq7wqi .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tRWRtq7wqi .mbr-slider .carousel-indicators li.active,
.cid-tRWRtq7wqi .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tRWRtq7wqi .mbr-slider .carousel-indicators li::after,
.cid-tRWRtq7wqi .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tRWRtq7wqi .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tRWRtq7wqi .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tRWRtq7wqi .mbr-slider > .container img {
  width: 100%;
}
.cid-tRWRtq7wqi .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tRWRtq7wqi .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tRWRtq7wqi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRWRtq7wqi .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tRWRtq7wqi .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tRWRtq7wqi .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tRWRtq7wqi .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tRWRtq7wqi .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tRWRtq7wqi .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tRWRtq7wqi .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tRWRtq7wqi .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tRWRtq7wqi .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tRWRtq7wqi .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tRWRtq7wqi P {
  text-align: center;
}
.cid-tRWRtq7wqi H2 {
  text-align: center;
}
.cid-tUn9Rm8gwy {
  overflow-x: hidden !important;
}
.cid-tUn9Rm8gwy,
.cid-tUn9Rm8gwy .scroll-wrapper {
  padding-top: 45px;
  padding-bottom: 90px;
}
.cid-tUn9Rm8gwy .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tUn9Rm8gwy .svg-1 path {
  fill: #ffffff;
}
.cid-tUn9Rm8gwy .geometry {
  position: absolute;
}
.cid-tUn9Rm8gwy .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tUn9Rm8gwy .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tUn9Rm8gwy .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tUn9Rm8gwy .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tUn9Rm8gwy .card-block {
    width: 100%;
  }
}
.cid-tUn9Rm8gwy blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #ffffff;
}
.cid-tUn9Rm8gwy blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tUn9Rm8gwy blockquote {
    padding: 2rem 1rem;
  }
  .cid-tUn9Rm8gwy .geometry {
    position: absolute;
  }
  .cid-tUn9Rm8gwy .geometry__circle,
  .cid-tUn9Rm8gwy .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tUn9Rm8gwy .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tUn9Rm8gwy blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tUn9Rm8gwy .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tUn9Rm8gwy blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tUn9Rm8gwy .mbr-section-title {
  color: #004976;
}
.cid-tUn9Rm8gwy .mbr-section-title span {
  color: #003056;
}
.cid-tUn9Rm8gwy .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tUn9Rm8gwy .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 56s !important;
  animation-duration: 56s;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tUn9Rm8gwy .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tUn9Rm8gwy .mbr-overlay {
  z-index: 1;
}
.cid-tUn9Rm8gwy .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tWPpCaKWty {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWPpCaKWty img {
  filter: brightness(50%);
}
.cid-tWPpCaKWty .item-img {
  position: relative;
}
.cid-tWPpCaKWty .item-img img {
  transition: all 0.2s;
}
.cid-tWPpCaKWty .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tWPpCaKWty .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-tWPpCaKWty .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWPpCaKWty .item:hover img {
  transform: scale(1.05);
}
.cid-tWPpCaKWty .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tWPpCaKWty .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tWPpCaKWty .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWPpCaKWty .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWPpCaKWty .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWPpCaKWty .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tWPpCaKWty .link-icon-wrapper .icon-wrap {
  background: #003056;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWPpCaKWty .link-icon-wrapper .icon-wrap span {
  color: #d4fe00;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWPpCaKWty .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWPpCaKWty .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWPpCaKWty .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWPpCaKWty .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWPpCaKWty .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWPpCaKWty .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tWPpCaKWty img,
.cid-tWPpCaKWty .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tWPpCaKWty .item:focus,
.cid-tWPpCaKWty span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWPpCaKWty .item {
    margin-bottom: 1rem;
  }
}
.cid-tWPpCaKWty .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tWPpCaKWty .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tWPpCaKWty .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tWPpCaKWty .mbr-section-subtitle,
.cid-tWPpCaKWty .subtitle-wrap,
.cid-tWPpCaKWty .mbr-section-btn {
  text-align: center;
}
.cid-tWPpCaKWty .mbr-text,
.cid-tWPpCaKWty .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tUiwuRCltK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tUiwuRCltK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiwuRCltK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUiwuRCltK b,
.cid-tUiwuRCltK strong {
  font-weight: 900;
}
.cid-tUiwuRCltK path {
  stroke: #004976 !important;
}
.cid-tUiwuRCltK .mbr-text {
  color: #767676;
}
.cid-tUiwuRCltK .mbr-section-subtitle {
  color: #767676;
}
.cid-tUiwuRCltK .card-box {
  position: relative;
  margin: 2rem 0;
}
.cid-tUiwuRCltK .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-tUiwuRCltK .card-box h4,
.cid-tUiwuRCltK .card-box p,
.cid-tUiwuRCltK .card-box span {
  z-index: 1;
  position: relative;
}
.cid-tUiwuRCltK .title .num {
  width: 100%;
  display: block;
}
.cid-tUiwuRCltK .title .card-title {
  z-index: 1;
}
.cid-tUiwuRCltK .num {
  color: #d4fe00;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tUiwuRCltK * {
    text-align: center !important;
  }
  .cid-tUiwuRCltK .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tUiwuRCltK .card-title,
.cid-tUiwuRCltK .card-img {
  text-align: center;
  color: #17003b;
}
.cid-tUiwuRCltK .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-tUiwuRCltK .mbr-section-title,
.cid-tUiwuRCltK .card-box {
  text-align: center;
  color: #004976;
}
.cid-tTJF5ACLvv {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTJF5ACLvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJF5ACLvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJF5ACLvv .container,
.cid-tTJF5ACLvv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTJF5ACLvv .container,
  .cid-tTJF5ACLvv .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTJF5ACLvv .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTJF5ACLvv .title-wrapper {
    margin-bottom: 50px;
    padding: 0;
  }
}
.cid-tTJF5ACLvv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTJF5ACLvv .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  border-left: 1px solid #3d4045;
}
@media (max-width: 992px) {
  .cid-tTJF5ACLvv .text-wrapper {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-tTJF5ACLvv .text-wrapper {
    padding: 0;
  }
}
.cid-tTJF5ACLvv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTJF5ACLvv .mbr-section-title {
  color: #004976;
}
.cid-tTJF5ACLvv .mbr-text {
  color: #4fad2b;
  text-align: justify;
}
.cid-tTJEKgDy0g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTJEKgDy0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJEKgDy0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJEKgDy0g .row {
  border: 3px solid #4fad2b;
  margin-top: -3px;
  border-radius: 5px;
  padding: 64px 28px;
}
@media (max-width: 992px) {
  .cid-tTJEKgDy0g .row {
    padding: 48px 20px;
  }
}
@media (min-width: 992px) {
  .cid-tTJEKgDy0g .card {
    padding-right: 64px;
  }
  .cid-tTJEKgDy0g .card:last-child {
    padding-right: 16px;
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-tTJEKgDy0g .card:first-child {
    margin-bottom: 64px;
  }
}
.cid-tTJEKgDy0g .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTJEKgDy0g .mbr-text {
  color: #192227;
  text-align: justify;
}
.cid-tUnhyz0zF4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUnhyz0zF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUnhyz0zF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUnhyz0zF4 .row {
  justify-content: center;
}
.cid-tUnhyz0zF4 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tUnhyz0zF4 .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-tUnhyz0zF4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tUnhyz0zF4 .item {
  margin-bottom: 64px;
}
.cid-tUnhyz0zF4 .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1190px) {
  .cid-tUnhyz0zF4 .item .item-wrapper {
    display: block;
  }
}
.cid-tUnhyz0zF4 .item .item-wrapper .item-img {
  margin-right: 46px;
}
@media (max-width: 1190px) {
  .cid-tUnhyz0zF4 .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-tUnhyz0zF4 .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  margin-right: -30px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1190px) {
  .cid-tUnhyz0zF4 .item .item-wrapper .item-img img {
    margin: 0 auto;
  }
}
.cid-tUnhyz0zF4 .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 22px;
}
.cid-tUnhyz0zF4 .item .item-wrapper .item-content .mbr-text {
  margin: 0;
}
.cid-tUnhyz0zF4 .mbr-section-title {
  color: #495DFF;
}
.cid-tUnhyz0zF4 .mbr-title {
  color: #495DFF;
}
.cid-tUnhyz0zF4 .mbr-text {
  color: #192227;
}
.cid-tWQ8jdXZVO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWQ8jdXZVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQ8jdXZVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQ8jdXZVO .container,
.cid-tWQ8jdXZVO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWQ8jdXZVO .container,
  .cid-tWQ8jdXZVO .container-fluid {
    padding: 0 20px;
  }
}
.cid-tWQ8jdXZVO .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWQ8jdXZVO .title-wrapper {
    margin-bottom: 50px;
    padding: 0;
  }
}
.cid-tWQ8jdXZVO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWQ8jdXZVO .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  border-left: 1px solid #3d4045;
}
@media (max-width: 992px) {
  .cid-tWQ8jdXZVO .text-wrapper {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-tWQ8jdXZVO .text-wrapper {
    padding: 0;
  }
}
.cid-tWQ8jdXZVO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWQ8jdXZVO .mbr-section-title {
  color: #004976;
}
.cid-tWQ8jdXZVO .mbr-text {
  color: #4fad2b;
  text-align: justify;
}
.cid-tWQ5PSpAu4 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWQ5PSpAu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQ5PSpAu4 .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-tWQ5PSpAu4 .container {
    padding: 0 30px;
  }
}
.cid-tWQ5PSpAu4 .card {
  padding: 0;
}
.cid-tWQ5PSpAu4 .nav.nav-tabs {
  display: block;
  border: none;
  padding-top: 15px;
}
.cid-tWQ5PSpAu4 .nav.nav-tabs .nav-item {
  margin-bottom: 10px;
}
.cid-tWQ5PSpAu4 .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 16px;
  border: none;
  border-radius: 40px 0 0 40px;
  background-color: #4fad2b;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tWQ5PSpAu4 .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #003056 !important;
}
.cid-tWQ5PSpAu4 .tab-content {
  padding: 50px 70px;
  background-color: #eff1f2;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tWQ5PSpAu4 .tab-content {
    padding: 30px 16px;
  }
}
.cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .content-wrap {
  margin-right: 50px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .content-wrap {
    width: 100%;
    margin: 0;
  }
}
.cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
    margin-bottom: 30px;
  }
}
.cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 144px;
  display: inline-flex;
  color: #fe5115;
}
.cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .list-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .list-wrapper .list {
  padding-left: 58px;
  margin-bottom: 10px;
  list-style-type: decimal-leading-zero;
}
.cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price {
  margin-bottom: 10px;
}
.cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price span {
  color: #003056;
}
.cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time {
  margin-bottom: 0;
}
.cid-tWQ5PSpAu4 .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time span {
  color: #003056;
}
.cid-tWQ5PSpAu4 .mbr-section-subtitle {
  color: #FE5115;
}
.cid-tWQ5PSpAu4 .mbr-text {
  color: #4e4e4e;
}
.cid-tWQ5PSpAu4 .mbr-section-title {
  color: #004976;
}
.cid-tWQ5PSpAu4 .list {
  color: #2b2b2b;
}
.cid-tWQ5PSpAu4 .mbr-price {
  color: #2b2b2b;
}
.cid-tWQ5PSpAu4 .mbr-time {
  color: #2b2b2b;
}
.cid-tWQ5PSpAu4 .mbr-section-subtitle,
.cid-tWQ5PSpAu4 .icon-wrap,
.cid-tWQ5PSpAu4 .mbr-section-btn {
  color: #004976;
}
.cid-tRSnvgEZNl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRSnvgEZNl .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRSnvgEZNl .svg-1 path {
  fill: #003056;
}
.cid-tRSnvgEZNl .geometry {
  position: absolute;
}
.cid-tRSnvgEZNl .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tRSnvgEZNl .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tRSnvgEZNl .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tRSnvgEZNl .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tRSnvgEZNl .card-block {
    width: 100%;
  }
}
.cid-tRSnvgEZNl blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tRSnvgEZNl blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tRSnvgEZNl blockquote {
    padding: 2rem 1rem;
  }
  .cid-tRSnvgEZNl .geometry {
    position: absolute;
  }
  .cid-tRSnvgEZNl .geometry__circle,
  .cid-tRSnvgEZNl .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tRSnvgEZNl .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tRSnvgEZNl blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tRSnvgEZNl .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tRSnvgEZNl blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tRSnvgEZNl .mbr-text {
  color: #ffffff;
}
.cid-tRSur8UsG0 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tRSur8UsG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRSur8UsG0 .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tRSur8UsG0 .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tRSur8UsG0 .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tRSur8UsG0 .social-list {
  width: auto;
}
.cid-tRSur8UsG0 .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tRSur8UsG0 .social-media {
  padding: 0;
  text-align: center;
}
.cid-tRSur8UsG0 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tRSur8UsG0 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tRSur8UsG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRSur8UsG0 .container,
.cid-tRSur8UsG0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRSur8UsG0 .container,
  .cid-tRSur8UsG0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tRSur8UsG0 a {
  display: block;
}
.cid-tRSur8UsG0 a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tRSur8UsG0 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tRSur8UsG0 a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tRSur8UsG0 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tRSur8UsG0 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tRSur8UsG0 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tRSur8UsG0 .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tRSur8UsG0 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tRSur8UsG0 .copy-wrapper {
    border-right: none;
  }
}
.cid-tRSur8UsG0 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tRSur8UsG0 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRSur8UsG0 .list-wrapper {
    height: auto;
  }
}
.cid-tRSur8UsG0 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tRSur8UsG0 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tRSur8UsG0 .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tRSur8UsG0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tRSur8UsG0 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tRSur8UsG0 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tRSur8UsG0 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRSur8UsG0 .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tRSur8UsG0 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tRSur8UsG0 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tRSur8UsG0 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tRSur8UsG0 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tRSur8UsG0 .mbr-section-title {
  color: #3d4045;
}
.cid-tRSur8UsG0 .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tRSur8UsG0 .list {
  color: #ffffff;
}
.cid-tRSur8UsG0 .mbr-section-btn {
  text-align: right;
}
.cid-tRSur8UsG0 .mbr-section-title,
.cid-tRSur8UsG0 .mbr-section-btn {
  color: #4fad2b;
}
.cid-tRWfhoSTQb .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tRWfhoSTQb .navbar-fixed-top {
  padding-top: 0;
}
.cid-tRWfhoSTQb .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tRWfhoSTQb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRWfhoSTQb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tRWfhoSTQb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tRWfhoSTQb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tRWfhoSTQb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tRWfhoSTQb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tRWfhoSTQb .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tRWfhoSTQb .dropdown-item {
  padding: 0;
}
.cid-tRWfhoSTQb .dropdown-item,
.cid-tRWfhoSTQb .nav-link,
.cid-tRWfhoSTQb .brand-name {
  font-style: normal;
}
.cid-tRWfhoSTQb .dropdown-item:hover,
.cid-tRWfhoSTQb .nav-link:hover,
.cid-tRWfhoSTQb .brand-name:hover {
  color: #003056 !important;
}
.cid-tRWfhoSTQb .dropdown-menu {
  background-color: #004976;
}
.cid-tRWfhoSTQb .dropdown-item:active {
  background-color: #004976;
}
.cid-tRWfhoSTQb .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tRWfhoSTQb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tRWfhoSTQb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tRWfhoSTQb .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tRWfhoSTQb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRWfhoSTQb .content-text {
  margin-bottom: 0;
}
.cid-tRWfhoSTQb .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tRWfhoSTQb .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tRWfhoSTQb .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tRWfhoSTQb .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tRWfhoSTQb .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tRWfhoSTQb .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tRWfhoSTQb .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tRWfhoSTQb .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tRWfhoSTQb .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRWfhoSTQb .nav-dropdown .link {
  font-weight: 400;
}
.cid-tRWfhoSTQb .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tRWfhoSTQb .content-right-side {
  text-align: center;
}
.cid-tRWfhoSTQb .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tRWfhoSTQb .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tRWfhoSTQb .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tRWfhoSTQb .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRWfhoSTQb .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRWfhoSTQb .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tRWfhoSTQb .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tRWfhoSTQb .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tRWfhoSTQb .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tRWfhoSTQb .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tRWfhoSTQb .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tRWfhoSTQb .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tRWfhoSTQb .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tRWfhoSTQb .navbar {
    display: block;
    padding: 0;
  }
  .cid-tRWfhoSTQb .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tRWfhoSTQb .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tRWfhoSTQb .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tRWfhoSTQb .navbar-toggler {
    display: none;
  }
  .cid-tRWfhoSTQb .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tRWfhoSTQb .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tRWfhoSTQb .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tRWfhoSTQb .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tRWfhoSTQb .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tRWfhoSTQb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tRWfhoSTQb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRWfhoSTQb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tRWfhoSTQb .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tRWfhoSTQb .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tRWfhoSTQb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRWfhoSTQb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRWfhoSTQb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tRWfhoSTQb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRWfhoSTQb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRWfhoSTQb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tRWfhoSTQb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRWfhoSTQb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tRWfhoSTQb .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tRWfhoSTQb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tRWfhoSTQb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tRWfhoSTQb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tRWfhoSTQb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tRWfhoSTQb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tRWfhoSTQb button.navbar-toggler:focus {
  outline: none;
}
.cid-tRWfhoSTQb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tRWfhoSTQb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRWfhoSTQb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRWfhoSTQb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRWfhoSTQb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRWfhoSTQb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRWfhoSTQb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRWfhoSTQb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRWfhoSTQb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRWfhoSTQb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRWfhoSTQb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRWfhoSTQb .collapsed .btn {
  display: flex;
}
.cid-tRWfhoSTQb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tRWfhoSTQb .collapsed .navbar-collapse.collapsing,
.cid-tRWfhoSTQb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tRWfhoSTQb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tRWfhoSTQb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tRWfhoSTQb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tRWfhoSTQb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tRWfhoSTQb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tRWfhoSTQb .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tRWfhoSTQb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tRWfhoSTQb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tRWfhoSTQb .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tRWfhoSTQb .collapsed button.navbar-toggler {
  display: block;
}
.cid-tRWfhoSTQb .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tRWfhoSTQb .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tRWfhoSTQb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tRWfhoSTQb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tRWfhoSTQb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tRWfhoSTQb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tRWfhoSTQb .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tRWfhoSTQb .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tRWfhoSTQb .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tRWfhoSTQb .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tRWfhoSTQb .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tRWfhoSTQb .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tRWfhoSTQb .navbar-collapse.collapsing,
  .cid-tRWfhoSTQb .navbar-collapse.show {
    display: block !important;
  }
  .cid-tRWfhoSTQb .navbar-collapse.collapsing .navbar-nav,
  .cid-tRWfhoSTQb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tRWfhoSTQb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tRWfhoSTQb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tRWfhoSTQb .navbar-collapse.collapsing .navbar-buttons,
  .cid-tRWfhoSTQb .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tRWfhoSTQb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tRWfhoSTQb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tRWfhoSTQb img {
    height: 3.8rem !important;
  }
  .cid-tRWfhoSTQb .btn {
    display: flex;
  }
  .cid-tRWfhoSTQb button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tRWfhoSTQb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tRWfhoSTQb .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tRWfhoSTQb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tRWfhoSTQb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tRWfhoSTQb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tRWfhoSTQb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tRWfhoSTQb .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tRWfhoSTQb .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tRWfhoSTQb .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tRWfhoSTQb .nav-link:focus {
  outline: none;
}
.cid-tRWfhoSTQb .navbar-toggler {
  position: relative;
}
.cid-tRWfhoSTQb .dropdown-item.active,
.cid-tRWfhoSTQb .dropdown-item:active {
  color: initial;
}
.cid-tRWfhoSTQb .widget-title,
.cid-tRWfhoSTQb .widget-icon {
  color: #e9e9e9;
}
.cid-tRWfhoSTQb .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tRWfhoSTQb .menu-logo {
    display: none;
  }
  .cid-tRWfhoSTQb .navbar {
    padding: 0;
  }
  .cid-tRWfhoSTQb .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tRWfhoSTQb button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tRWfhGk3iy {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #003056;
}
.cid-tRWfhGk3iy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRWfhGk3iy .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-tRWfhGk3iy .container {
    padding: 0 16px;
  }
}
.cid-tRWfhGk3iy .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tRWfhGk3iy .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tRWfhGk3iy .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-tRWfhGk3iy .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tRWfhGk3iy .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tRWfhGk3iy .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-tRWfhGk3iy .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-tRWfhGk3iy .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tRWfhGk3iy .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-tRWfhGk3iy .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d4fe00;
  background-color: transparent;
  border: 3px solid #d4fe00;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-tRWfhGk3iy .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tRWfhGk3iy .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-tRWfhGk3iy .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tRWfhGk3iy .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tRWfhGk3iy .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-tRWfhGk3iy .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-tRWfhGk3iy .dragArea.row .form-group .form-control:hover,
.cid-tRWfhGk3iy .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-tRWfhGk3iy .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-tRWfhGk3iy .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #004976;
  border-color: #004976;
}
.cid-tRWfhGk3iy .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tRWfhGk3iy .mbr-title {
  color: #ffffff;
}
.cid-tRWfhGk3iy .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tRWfhGk3iy .mbr-section-subtitle {
  color: #08323C;
}
.cid-tRWfhGk3iy .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-tRWfhGk3iy .list {
  color: #ffffff;
  text-align: justify;
}
.cid-tRWfhGk3iy label {
  color: #08323C;
}
.cid-tRWfhGk3iy H3 {
  color: #4fad2b;
}
.cid-tRWfhGk3iy LABEL {
  color: #77be4e;
}
.cid-tWoPWL7cmB {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #003056;
}
.cid-tWoPWL7cmB .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tWoPWL7cmB .svg-1 path {
  fill: #ffffff;
}
.cid-tWoPWL7cmB .geometry {
  position: absolute;
}
.cid-tWoPWL7cmB .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tWoPWL7cmB .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tWoPWL7cmB .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tWoPWL7cmB .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tWoPWL7cmB .card-block {
    width: 100%;
  }
}
.cid-tWoPWL7cmB blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tWoPWL7cmB blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tWoPWL7cmB blockquote {
    padding: 2rem 1rem;
  }
  .cid-tWoPWL7cmB .geometry {
    position: absolute;
  }
  .cid-tWoPWL7cmB .geometry__circle,
  .cid-tWoPWL7cmB .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tWoPWL7cmB .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tWoPWL7cmB blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tWoPWL7cmB .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tWoPWL7cmB blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tWoPWL7cmB .mbr-text {
  color: #ffffff;
}
.cid-tRWrkuxPvV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRWrkuxPvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRWrkuxPvV .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-tRWrkuxPvV .container {
    padding: 0 16px;
  }
}
.cid-tRWrkuxPvV .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tRWrkuxPvV .title-wrapper {
    padding-right: 0;
  }
}
.cid-tRWrkuxPvV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tRWrkuxPvV .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tRWrkuxPvV .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tRWrkuxPvV .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tRWrkuxPvV .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tRWrkuxPvV .title-wrapper .line {
    display: none;
  }
}
.cid-tRWrkuxPvV .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tRWrkuxPvV .card {
    margin-bottom: 40px;
  }
}
.cid-tRWrkuxPvV .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tRWrkuxPvV .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tRWrkuxPvV .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tRWrkuxPvV .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004976;
  opacity: .2;
  border-radius: 100%;
}
.cid-tRWrkuxPvV .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #004976;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-tRWrkuxPvV .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tRWrkuxPvV .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tRWrkuxPvV .mbr-section-title {
  color: #77be4e;
}
.cid-tRWrkuxPvV .mbr-text {
  color: #08323C;
}
.cid-tRWrkuxPvV .mbr-card-title,
.cid-tRWrkuxPvV .icon-wrapper {
  color: #4fad2b;
}
.cid-tRWrgzrwT6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRWrgzrwT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRWrgzrwT6 .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-tRWrgzrwT6 .container {
    padding: 0 16px;
  }
}
.cid-tRWrgzrwT6 .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-tRWrgzrwT6 .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tRWrgzrwT6 .row {
    padding: 20px 16px;
  }
}
.cid-tRWrgzrwT6 .row .google-map iframe {
  height: 480px;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-tRWrgzrwT6 .row .google-map iframe {
    height: 300px;
  }
}
.cid-tRWfhJUQrA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRWfhJUQrA .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRWfhJUQrA .svg-1 path {
  fill: #003056;
}
.cid-tRWfhJUQrA .geometry {
  position: absolute;
}
.cid-tRWfhJUQrA .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tRWfhJUQrA .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tRWfhJUQrA .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tRWfhJUQrA .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tRWfhJUQrA .card-block {
    width: 100%;
  }
}
.cid-tRWfhJUQrA blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tRWfhJUQrA blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tRWfhJUQrA blockquote {
    padding: 2rem 1rem;
  }
  .cid-tRWfhJUQrA .geometry {
    position: absolute;
  }
  .cid-tRWfhJUQrA .geometry__circle,
  .cid-tRWfhJUQrA .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tRWfhJUQrA .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tRWfhJUQrA blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tRWfhJUQrA .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tRWfhJUQrA blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tRWfhJUQrA .mbr-text {
  color: #ffffff;
}
.cid-tRWfhLsA70 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tRWfhLsA70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRWfhLsA70 .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tRWfhLsA70 .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tRWfhLsA70 .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tRWfhLsA70 .social-list {
  width: auto;
}
.cid-tRWfhLsA70 .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tRWfhLsA70 .social-media {
  padding: 0;
  text-align: center;
}
.cid-tRWfhLsA70 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tRWfhLsA70 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tRWfhLsA70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRWfhLsA70 .container,
.cid-tRWfhLsA70 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRWfhLsA70 .container,
  .cid-tRWfhLsA70 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tRWfhLsA70 a {
  display: block;
}
.cid-tRWfhLsA70 a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tRWfhLsA70 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tRWfhLsA70 a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tRWfhLsA70 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tRWfhLsA70 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tRWfhLsA70 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tRWfhLsA70 .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tRWfhLsA70 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tRWfhLsA70 .copy-wrapper {
    border-right: none;
  }
}
.cid-tRWfhLsA70 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tRWfhLsA70 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRWfhLsA70 .list-wrapper {
    height: auto;
  }
}
.cid-tRWfhLsA70 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tRWfhLsA70 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tRWfhLsA70 .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tRWfhLsA70 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tRWfhLsA70 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tRWfhLsA70 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tRWfhLsA70 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRWfhLsA70 .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tRWfhLsA70 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tRWfhLsA70 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tRWfhLsA70 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tRWfhLsA70 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tRWfhLsA70 .mbr-section-title {
  color: #3d4045;
}
.cid-tRWfhLsA70 .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tRWfhLsA70 .list {
  color: #ffffff;
}
.cid-tRWfhLsA70 .mbr-section-btn {
  text-align: right;
}
.cid-tRWfhLsA70 .mbr-section-title,
.cid-tRWfhLsA70 .mbr-section-btn {
  color: #4fad2b;
}
.cid-tRWflQg3ib .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tRWflQg3ib .navbar-fixed-top {
  padding-top: 0;
}
.cid-tRWflQg3ib .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tRWflQg3ib .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRWflQg3ib .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tRWflQg3ib .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tRWflQg3ib .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tRWflQg3ib .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tRWflQg3ib .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tRWflQg3ib .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tRWflQg3ib .dropdown-item {
  padding: 0;
}
.cid-tRWflQg3ib .dropdown-item,
.cid-tRWflQg3ib .nav-link,
.cid-tRWflQg3ib .brand-name {
  font-style: normal;
}
.cid-tRWflQg3ib .dropdown-item:hover,
.cid-tRWflQg3ib .nav-link:hover,
.cid-tRWflQg3ib .brand-name:hover {
  color: #003056 !important;
}
.cid-tRWflQg3ib .dropdown-menu {
  background-color: #004976;
}
.cid-tRWflQg3ib .dropdown-item:active {
  background-color: #004976;
}
.cid-tRWflQg3ib .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tRWflQg3ib .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tRWflQg3ib .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tRWflQg3ib .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tRWflQg3ib .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRWflQg3ib .content-text {
  margin-bottom: 0;
}
.cid-tRWflQg3ib .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tRWflQg3ib .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tRWflQg3ib .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tRWflQg3ib .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tRWflQg3ib .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tRWflQg3ib .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tRWflQg3ib .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tRWflQg3ib .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tRWflQg3ib .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRWflQg3ib .nav-dropdown .link {
  font-weight: 400;
}
.cid-tRWflQg3ib .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tRWflQg3ib .content-right-side {
  text-align: center;
}
.cid-tRWflQg3ib .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tRWflQg3ib .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tRWflQg3ib .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tRWflQg3ib .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRWflQg3ib .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRWflQg3ib .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tRWflQg3ib .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tRWflQg3ib .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tRWflQg3ib .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tRWflQg3ib .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tRWflQg3ib .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tRWflQg3ib .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tRWflQg3ib .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tRWflQg3ib .navbar {
    display: block;
    padding: 0;
  }
  .cid-tRWflQg3ib .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tRWflQg3ib .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tRWflQg3ib .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tRWflQg3ib .navbar-toggler {
    display: none;
  }
  .cid-tRWflQg3ib .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tRWflQg3ib .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tRWflQg3ib .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tRWflQg3ib .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tRWflQg3ib .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tRWflQg3ib .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tRWflQg3ib .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRWflQg3ib .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tRWflQg3ib .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tRWflQg3ib .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tRWflQg3ib .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRWflQg3ib .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRWflQg3ib .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tRWflQg3ib .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRWflQg3ib .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRWflQg3ib .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tRWflQg3ib .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRWflQg3ib .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tRWflQg3ib .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tRWflQg3ib .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tRWflQg3ib .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tRWflQg3ib .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tRWflQg3ib .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tRWflQg3ib button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tRWflQg3ib button.navbar-toggler:focus {
  outline: none;
}
.cid-tRWflQg3ib button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tRWflQg3ib button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRWflQg3ib button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRWflQg3ib button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRWflQg3ib button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRWflQg3ib nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRWflQg3ib nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRWflQg3ib nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRWflQg3ib nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRWflQg3ib .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRWflQg3ib .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRWflQg3ib .collapsed .btn {
  display: flex;
}
.cid-tRWflQg3ib .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tRWflQg3ib .collapsed .navbar-collapse.collapsing,
.cid-tRWflQg3ib .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tRWflQg3ib .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tRWflQg3ib .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tRWflQg3ib .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tRWflQg3ib .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tRWflQg3ib .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tRWflQg3ib .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tRWflQg3ib .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tRWflQg3ib .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tRWflQg3ib .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tRWflQg3ib .collapsed button.navbar-toggler {
  display: block;
}
.cid-tRWflQg3ib .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tRWflQg3ib .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tRWflQg3ib .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tRWflQg3ib .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tRWflQg3ib .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tRWflQg3ib .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tRWflQg3ib .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tRWflQg3ib .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tRWflQg3ib .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tRWflQg3ib .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tRWflQg3ib .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tRWflQg3ib .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tRWflQg3ib .navbar-collapse.collapsing,
  .cid-tRWflQg3ib .navbar-collapse.show {
    display: block !important;
  }
  .cid-tRWflQg3ib .navbar-collapse.collapsing .navbar-nav,
  .cid-tRWflQg3ib .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tRWflQg3ib .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tRWflQg3ib .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tRWflQg3ib .navbar-collapse.collapsing .navbar-buttons,
  .cid-tRWflQg3ib .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tRWflQg3ib .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tRWflQg3ib .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tRWflQg3ib img {
    height: 3.8rem !important;
  }
  .cid-tRWflQg3ib .btn {
    display: flex;
  }
  .cid-tRWflQg3ib button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tRWflQg3ib .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tRWflQg3ib .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tRWflQg3ib .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tRWflQg3ib .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tRWflQg3ib .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tRWflQg3ib .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tRWflQg3ib .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tRWflQg3ib .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tRWflQg3ib .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tRWflQg3ib .nav-link:focus {
  outline: none;
}
.cid-tRWflQg3ib .navbar-toggler {
  position: relative;
}
.cid-tRWflQg3ib .dropdown-item.active,
.cid-tRWflQg3ib .dropdown-item:active {
  color: initial;
}
.cid-tRWflQg3ib .widget-title,
.cid-tRWflQg3ib .widget-icon {
  color: #e9e9e9;
}
.cid-tRWflQg3ib .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tRWflQg3ib .menu-logo {
    display: none;
  }
  .cid-tRWflQg3ib .navbar {
    padding: 0;
  }
  .cid-tRWflQg3ib .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tRWflQg3ib button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tRWCzS0Wi1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1000x750.jpg");
}
.cid-tRWCzS0Wi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRWCzS0Wi1 .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-tRWCzS0Wi1 .container {
    padding: 0 16px;
  }
}
.cid-tRWCzS0Wi1 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRWCzS0Wi1 .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-tRWCzS0Wi1 .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tRWCzS0Wi1 .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tRWCzS0Wi1 .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tRWCzS0Wi1 .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tRWCzS0Wi1 .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-tRWCzS0Wi1 .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tRWCzS0Wi1 .image-wrapper {
    margin: 0;
  }
}
.cid-tRWCzS0Wi1 .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tRWCzS0Wi1 .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tRWCzS0Wi1 .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tRWCzS0Wi1 .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tRWCzS0Wi1 .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tRWCzS0Wi1 .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-tRWCzS0Wi1 .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tRWCzS0Wi1 .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-tRWCzS0Wi1 .mbr-section-title {
  color: #ffffff;
}
.cid-tRWCzS0Wi1 .mbr-text {
  color: #ffffff;
}
.cid-tRWCzS0Wi1 .mbr-section-title,
.cid-tRWCzS0Wi1 .mbr-section-btn {
  color: #ddfe31;
}
#custom-html-74 {
  /* cyrillic-ext */
  /* cyrillic */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* vietnamese */
  /* latin-ext */
  /* latin */
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0gotcqA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk2wotcqA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0AotcqA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0QotcqA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk3wot.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0gotcqA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk2wotcqA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0AotcqA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0QotcqA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk3wot.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0gotcqA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk2wotcqA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0AotcqA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk0QotcqA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk3wot.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#custom-html-74 .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #dddddd;
  width: 100px;
  justify-content: left;
  align-items: left;
  height: 100px;
  border-radius: 50%;
  position: relative;
}
#custom-html-74 .item {
  border-radius: 30px;
}
#custom-html-74 .fotoman {
  margin-top: 40px;
}
#custom-html-74 img {
  border-radius: 100%;
}
#custom-html-74 .text-muted {
  margin-top: -40px;
  margin-bottom: 20px;
  text-align: justify;
}
#custom-html-74 section {
  font-family: 'Mulish', sans-serif;
  background: linear-gradient(to top, #ffffff 0%, #dcdcdc 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#custom-html-74 #customers-testimonials .item {
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#custom-html-74 #customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
#custom-html-74 #customers-testimonials .owl-item.active.center .item .text-muted {
  margin-top: -40px;
  margin-bottom: 20px;
  text-align: justify;
}
#custom-html-74 .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  margin-top: 20px;
  max-width: 90px;
  margin: 0 auto 17px;
}
#custom-html-74 #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#custom-html-74 #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #4280bd;
  transform: translate3d(0px, -50%, 0px) scale(0.6);
}
#custom-html-74 #customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#custom-html-74 #customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  outline: none;
}
#custom-html-74 #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #4fad2b;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 100%;
}
.cid-tTILr2kq7j {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tTILr2kq7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTILr2kq7j .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-tTILr2kq7j .container {
    padding: 0 16px;
  }
}
.cid-tTILr2kq7j .row {
  background-color: #003056;
  border-radius: 40px;
  padding: 55px 20px;
}
@media (max-width: 992px) {
  .cid-tTILr2kq7j .row {
    margin: 0;
  }
}
.cid-tTILr2kq7j .row .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cid-tTILr2kq7j .row .image-wrapper img {
  position: absolute;
  top: -5rem;
  width: 240px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-tTILr2kq7j .row .image-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-tTILr2kq7j .row .image-wrapper .line {
  position: absolute;
  bottom: -7.8rem;
  width: 1px;
  height: 100%;
  border: 2px dashed #ffffff;
}
@media (max-width: 992px) {
  .cid-tTILr2kq7j .row .image-wrapper .line {
    display: none;
  }
}
.cid-tTILr2kq7j .row .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tTILr2kq7j .row .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tTILr2kq7j .row .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tTILr2kq7j .row .icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
}
.cid-tTILr2kq7j .row .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 73px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tTILr2kq7j .row .icon-wrapper {
    display: none;
  }
}
.cid-tTILr2kq7j .mbr-section-title {
  color: #ffffff;
}
.cid-tTILr2kq7j .icon-wrapper {
  text-align: right;
}
.cid-tRWfm8wbZh {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRWfm8wbZh .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRWfm8wbZh .svg-1 path {
  fill: #003056;
}
.cid-tRWfm8wbZh .geometry {
  position: absolute;
}
.cid-tRWfm8wbZh .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tRWfm8wbZh .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tRWfm8wbZh .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tRWfm8wbZh .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tRWfm8wbZh .card-block {
    width: 100%;
  }
}
.cid-tRWfm8wbZh blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tRWfm8wbZh blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tRWfm8wbZh blockquote {
    padding: 2rem 1rem;
  }
  .cid-tRWfm8wbZh .geometry {
    position: absolute;
  }
  .cid-tRWfm8wbZh .geometry__circle,
  .cid-tRWfm8wbZh .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tRWfm8wbZh .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tRWfm8wbZh blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tRWfm8wbZh .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tRWfm8wbZh blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tRWfm8wbZh .mbr-text {
  color: #ffffff;
}
.cid-tRWfma6UrS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tRWfma6UrS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRWfma6UrS .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tRWfma6UrS .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tRWfma6UrS .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tRWfma6UrS .social-list {
  width: auto;
}
.cid-tRWfma6UrS .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tRWfma6UrS .social-media {
  padding: 0;
  text-align: center;
}
.cid-tRWfma6UrS .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tRWfma6UrS .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tRWfma6UrS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRWfma6UrS .container,
.cid-tRWfma6UrS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRWfma6UrS .container,
  .cid-tRWfma6UrS .container-fluid {
    padding: 0 20px;
  }
}
.cid-tRWfma6UrS a {
  display: block;
}
.cid-tRWfma6UrS a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tRWfma6UrS a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tRWfma6UrS a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tRWfma6UrS a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tRWfma6UrS a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tRWfma6UrS a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tRWfma6UrS .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tRWfma6UrS .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tRWfma6UrS .copy-wrapper {
    border-right: none;
  }
}
.cid-tRWfma6UrS .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tRWfma6UrS .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRWfma6UrS .list-wrapper {
    height: auto;
  }
}
.cid-tRWfma6UrS .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tRWfma6UrS .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tRWfma6UrS .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tRWfma6UrS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tRWfma6UrS .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tRWfma6UrS .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tRWfma6UrS .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRWfma6UrS .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tRWfma6UrS .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tRWfma6UrS .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tRWfma6UrS .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tRWfma6UrS .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tRWfma6UrS .mbr-section-title {
  color: #3d4045;
}
.cid-tRWfma6UrS .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tRWfma6UrS .list {
  color: #ffffff;
}
.cid-tRWfma6UrS .mbr-section-btn {
  text-align: right;
}
.cid-tRWfma6UrS .mbr-section-title,
.cid-tRWfma6UrS .mbr-section-btn {
  color: #4fad2b;
}
.cid-tRWfuWbpgC .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tRWfuWbpgC .navbar-fixed-top {
  padding-top: 0;
}
.cid-tRWfuWbpgC .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tRWfuWbpgC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRWfuWbpgC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tRWfuWbpgC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tRWfuWbpgC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tRWfuWbpgC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tRWfuWbpgC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tRWfuWbpgC .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tRWfuWbpgC .dropdown-item {
  padding: 0;
}
.cid-tRWfuWbpgC .dropdown-item,
.cid-tRWfuWbpgC .nav-link,
.cid-tRWfuWbpgC .brand-name {
  font-style: normal;
}
.cid-tRWfuWbpgC .dropdown-item:hover,
.cid-tRWfuWbpgC .nav-link:hover,
.cid-tRWfuWbpgC .brand-name:hover {
  color: #003056 !important;
}
.cid-tRWfuWbpgC .dropdown-menu {
  background-color: #004976;
}
.cid-tRWfuWbpgC .dropdown-item:active {
  background-color: #004976;
}
.cid-tRWfuWbpgC .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tRWfuWbpgC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tRWfuWbpgC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tRWfuWbpgC .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tRWfuWbpgC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRWfuWbpgC .content-text {
  margin-bottom: 0;
}
.cid-tRWfuWbpgC .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tRWfuWbpgC .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tRWfuWbpgC .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tRWfuWbpgC .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tRWfuWbpgC .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tRWfuWbpgC .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tRWfuWbpgC .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tRWfuWbpgC .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tRWfuWbpgC .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRWfuWbpgC .nav-dropdown .link {
  font-weight: 400;
}
.cid-tRWfuWbpgC .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tRWfuWbpgC .content-right-side {
  text-align: center;
}
.cid-tRWfuWbpgC .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tRWfuWbpgC .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tRWfuWbpgC .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tRWfuWbpgC .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRWfuWbpgC .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRWfuWbpgC .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tRWfuWbpgC .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tRWfuWbpgC .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tRWfuWbpgC .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tRWfuWbpgC .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tRWfuWbpgC .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tRWfuWbpgC .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tRWfuWbpgC .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tRWfuWbpgC .navbar {
    display: block;
    padding: 0;
  }
  .cid-tRWfuWbpgC .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tRWfuWbpgC .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tRWfuWbpgC .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tRWfuWbpgC .navbar-toggler {
    display: none;
  }
  .cid-tRWfuWbpgC .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tRWfuWbpgC .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tRWfuWbpgC .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tRWfuWbpgC .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tRWfuWbpgC .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tRWfuWbpgC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tRWfuWbpgC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRWfuWbpgC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tRWfuWbpgC .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tRWfuWbpgC .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tRWfuWbpgC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRWfuWbpgC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRWfuWbpgC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tRWfuWbpgC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRWfuWbpgC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRWfuWbpgC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tRWfuWbpgC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRWfuWbpgC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tRWfuWbpgC .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tRWfuWbpgC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tRWfuWbpgC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tRWfuWbpgC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tRWfuWbpgC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tRWfuWbpgC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tRWfuWbpgC button.navbar-toggler:focus {
  outline: none;
}
.cid-tRWfuWbpgC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tRWfuWbpgC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRWfuWbpgC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRWfuWbpgC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRWfuWbpgC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRWfuWbpgC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRWfuWbpgC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRWfuWbpgC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRWfuWbpgC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRWfuWbpgC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRWfuWbpgC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRWfuWbpgC .collapsed .btn {
  display: flex;
}
.cid-tRWfuWbpgC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tRWfuWbpgC .collapsed .navbar-collapse.collapsing,
.cid-tRWfuWbpgC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tRWfuWbpgC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tRWfuWbpgC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tRWfuWbpgC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tRWfuWbpgC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tRWfuWbpgC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tRWfuWbpgC .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tRWfuWbpgC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tRWfuWbpgC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tRWfuWbpgC .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tRWfuWbpgC .collapsed button.navbar-toggler {
  display: block;
}
.cid-tRWfuWbpgC .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tRWfuWbpgC .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tRWfuWbpgC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tRWfuWbpgC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tRWfuWbpgC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tRWfuWbpgC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tRWfuWbpgC .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tRWfuWbpgC .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tRWfuWbpgC .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tRWfuWbpgC .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tRWfuWbpgC .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tRWfuWbpgC .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tRWfuWbpgC .navbar-collapse.collapsing,
  .cid-tRWfuWbpgC .navbar-collapse.show {
    display: block !important;
  }
  .cid-tRWfuWbpgC .navbar-collapse.collapsing .navbar-nav,
  .cid-tRWfuWbpgC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tRWfuWbpgC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tRWfuWbpgC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tRWfuWbpgC .navbar-collapse.collapsing .navbar-buttons,
  .cid-tRWfuWbpgC .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tRWfuWbpgC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tRWfuWbpgC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tRWfuWbpgC img {
    height: 3.8rem !important;
  }
  .cid-tRWfuWbpgC .btn {
    display: flex;
  }
  .cid-tRWfuWbpgC button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tRWfuWbpgC .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tRWfuWbpgC .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tRWfuWbpgC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tRWfuWbpgC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tRWfuWbpgC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tRWfuWbpgC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tRWfuWbpgC .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tRWfuWbpgC .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tRWfuWbpgC .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tRWfuWbpgC .nav-link:focus {
  outline: none;
}
.cid-tRWfuWbpgC .navbar-toggler {
  position: relative;
}
.cid-tRWfuWbpgC .dropdown-item.active,
.cid-tRWfuWbpgC .dropdown-item:active {
  color: initial;
}
.cid-tRWfuWbpgC .widget-title,
.cid-tRWfuWbpgC .widget-icon {
  color: #e9e9e9;
}
.cid-tRWfuWbpgC .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tRWfuWbpgC .menu-logo {
    display: none;
  }
  .cid-tRWfuWbpgC .navbar {
    padding: 0;
  }
  .cid-tRWfuWbpgC .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tRWfuWbpgC button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tRWfvf8cus {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRWfvf8cus .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRWfvf8cus .svg-1 path {
  fill: #003056;
}
.cid-tRWfvf8cus .geometry {
  position: absolute;
}
.cid-tRWfvf8cus .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tRWfvf8cus .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tRWfvf8cus .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tRWfvf8cus .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tRWfvf8cus .card-block {
    width: 100%;
  }
}
.cid-tRWfvf8cus blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tRWfvf8cus blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tRWfvf8cus blockquote {
    padding: 2rem 1rem;
  }
  .cid-tRWfvf8cus .geometry {
    position: absolute;
  }
  .cid-tRWfvf8cus .geometry__circle,
  .cid-tRWfvf8cus .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tRWfvf8cus .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tRWfvf8cus blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tRWfvf8cus .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tRWfvf8cus blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tRWfvf8cus .mbr-text {
  color: #ffffff;
}
.cid-tRWNSBgYvA {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tRWNSBgYvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRWNSBgYvA .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-tRWNSBgYvA .container {
    padding: 0 16px;
  }
}
.cid-tRWNSBgYvA .row {
  background-color: #003056;
  border-radius: 40px;
  padding: 125px 20px;
}
@media (max-width: 992px) {
  .cid-tRWNSBgYvA .row {
    margin: 0;
  }
}
.cid-tRWNSBgYvA .row .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cid-tRWNSBgYvA .row .image-wrapper img {
  position: absolute;
  top: -12rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 160px;
}
@media (max-width: 768px) {
  .cid-tRWNSBgYvA .row .image-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-tRWNSBgYvA .row .image-wrapper .line {
  position: absolute;
  bottom: -7.8rem;
  width: 1px;
  height: 100%;
  border: 2px dashed #ffffff;
}
@media (max-width: 992px) {
  .cid-tRWNSBgYvA .row .image-wrapper .line {
    display: none;
  }
}
.cid-tRWNSBgYvA .row .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tRWNSBgYvA .row .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tRWNSBgYvA .row .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tRWNSBgYvA .row .icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
}
.cid-tRWNSBgYvA .row .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 73px;
  background-color: #ffffff;
  color: #4fad2b;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tRWNSBgYvA .row .icon-wrapper {
    display: none;
  }
}
.cid-tRWNSBgYvA .mbr-section-title {
  color: #ffffff;
}
.cid-tRWNSBgYvA .icon-wrapper {
  text-align: right;
}
.cid-tRWfvgLdcZ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tRWfvgLdcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRWfvgLdcZ .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tRWfvgLdcZ .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tRWfvgLdcZ .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tRWfvgLdcZ .social-list {
  width: auto;
}
.cid-tRWfvgLdcZ .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tRWfvgLdcZ .social-media {
  padding: 0;
  text-align: center;
}
.cid-tRWfvgLdcZ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tRWfvgLdcZ .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tRWfvgLdcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRWfvgLdcZ .container,
.cid-tRWfvgLdcZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRWfvgLdcZ .container,
  .cid-tRWfvgLdcZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tRWfvgLdcZ a {
  display: block;
}
.cid-tRWfvgLdcZ a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tRWfvgLdcZ a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tRWfvgLdcZ a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tRWfvgLdcZ a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tRWfvgLdcZ a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tRWfvgLdcZ a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tRWfvgLdcZ .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tRWfvgLdcZ .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tRWfvgLdcZ .copy-wrapper {
    border-right: none;
  }
}
.cid-tRWfvgLdcZ .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tRWfvgLdcZ .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRWfvgLdcZ .list-wrapper {
    height: auto;
  }
}
.cid-tRWfvgLdcZ .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tRWfvgLdcZ .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tRWfvgLdcZ .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tRWfvgLdcZ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tRWfvgLdcZ .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tRWfvgLdcZ .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tRWfvgLdcZ .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRWfvgLdcZ .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tRWfvgLdcZ .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tRWfvgLdcZ .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tRWfvgLdcZ .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tRWfvgLdcZ .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tRWfvgLdcZ .mbr-section-title {
  color: #3d4045;
}
.cid-tRWfvgLdcZ .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tRWfvgLdcZ .list {
  color: #ffffff;
}
.cid-tRWfvgLdcZ .mbr-section-btn {
  text-align: right;
}
.cid-tRWfvgLdcZ .mbr-section-title,
.cid-tRWfvgLdcZ .mbr-section-btn {
  color: #4fad2b;
}
.cid-tRWfEROxXz .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tRWfEROxXz .navbar-fixed-top {
  padding-top: 0;
}
.cid-tRWfEROxXz .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tRWfEROxXz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRWfEROxXz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tRWfEROxXz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tRWfEROxXz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tRWfEROxXz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tRWfEROxXz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tRWfEROxXz .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tRWfEROxXz .dropdown-item {
  padding: 0;
}
.cid-tRWfEROxXz .dropdown-item,
.cid-tRWfEROxXz .nav-link,
.cid-tRWfEROxXz .brand-name {
  font-style: normal;
}
.cid-tRWfEROxXz .dropdown-item:hover,
.cid-tRWfEROxXz .nav-link:hover,
.cid-tRWfEROxXz .brand-name:hover {
  color: #003056 !important;
}
.cid-tRWfEROxXz .dropdown-menu {
  background-color: #004976;
}
.cid-tRWfEROxXz .dropdown-item:active {
  background-color: #004976;
}
.cid-tRWfEROxXz .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tRWfEROxXz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tRWfEROxXz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tRWfEROxXz .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tRWfEROxXz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRWfEROxXz .content-text {
  margin-bottom: 0;
}
.cid-tRWfEROxXz .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tRWfEROxXz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tRWfEROxXz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tRWfEROxXz .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tRWfEROxXz .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tRWfEROxXz .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tRWfEROxXz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tRWfEROxXz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tRWfEROxXz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRWfEROxXz .nav-dropdown .link {
  font-weight: 400;
}
.cid-tRWfEROxXz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tRWfEROxXz .content-right-side {
  text-align: center;
}
.cid-tRWfEROxXz .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tRWfEROxXz .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tRWfEROxXz .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tRWfEROxXz .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRWfEROxXz .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRWfEROxXz .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tRWfEROxXz .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tRWfEROxXz .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tRWfEROxXz .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tRWfEROxXz .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tRWfEROxXz .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tRWfEROxXz .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tRWfEROxXz .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tRWfEROxXz .navbar {
    display: block;
    padding: 0;
  }
  .cid-tRWfEROxXz .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tRWfEROxXz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tRWfEROxXz .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tRWfEROxXz .navbar-toggler {
    display: none;
  }
  .cid-tRWfEROxXz .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tRWfEROxXz .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tRWfEROxXz .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tRWfEROxXz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tRWfEROxXz .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tRWfEROxXz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tRWfEROxXz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRWfEROxXz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tRWfEROxXz .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tRWfEROxXz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tRWfEROxXz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRWfEROxXz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRWfEROxXz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tRWfEROxXz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRWfEROxXz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRWfEROxXz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tRWfEROxXz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRWfEROxXz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tRWfEROxXz .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tRWfEROxXz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tRWfEROxXz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tRWfEROxXz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tRWfEROxXz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tRWfEROxXz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tRWfEROxXz button.navbar-toggler:focus {
  outline: none;
}
.cid-tRWfEROxXz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tRWfEROxXz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRWfEROxXz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRWfEROxXz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRWfEROxXz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRWfEROxXz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRWfEROxXz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRWfEROxXz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRWfEROxXz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRWfEROxXz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRWfEROxXz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRWfEROxXz .collapsed .btn {
  display: flex;
}
.cid-tRWfEROxXz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tRWfEROxXz .collapsed .navbar-collapse.collapsing,
.cid-tRWfEROxXz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tRWfEROxXz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tRWfEROxXz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tRWfEROxXz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tRWfEROxXz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tRWfEROxXz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tRWfEROxXz .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tRWfEROxXz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tRWfEROxXz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tRWfEROxXz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tRWfEROxXz .collapsed button.navbar-toggler {
  display: block;
}
.cid-tRWfEROxXz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tRWfEROxXz .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tRWfEROxXz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tRWfEROxXz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tRWfEROxXz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tRWfEROxXz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tRWfEROxXz .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tRWfEROxXz .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tRWfEROxXz .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tRWfEROxXz .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tRWfEROxXz .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tRWfEROxXz .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tRWfEROxXz .navbar-collapse.collapsing,
  .cid-tRWfEROxXz .navbar-collapse.show {
    display: block !important;
  }
  .cid-tRWfEROxXz .navbar-collapse.collapsing .navbar-nav,
  .cid-tRWfEROxXz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tRWfEROxXz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tRWfEROxXz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tRWfEROxXz .navbar-collapse.collapsing .navbar-buttons,
  .cid-tRWfEROxXz .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tRWfEROxXz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tRWfEROxXz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tRWfEROxXz img {
    height: 3.8rem !important;
  }
  .cid-tRWfEROxXz .btn {
    display: flex;
  }
  .cid-tRWfEROxXz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tRWfEROxXz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tRWfEROxXz .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tRWfEROxXz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tRWfEROxXz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tRWfEROxXz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tRWfEROxXz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tRWfEROxXz .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tRWfEROxXz .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tRWfEROxXz .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tRWfEROxXz .nav-link:focus {
  outline: none;
}
.cid-tRWfEROxXz .navbar-toggler {
  position: relative;
}
.cid-tRWfEROxXz .dropdown-item.active,
.cid-tRWfEROxXz .dropdown-item:active {
  color: initial;
}
.cid-tRWfEROxXz .widget-title,
.cid-tRWfEROxXz .widget-icon {
  color: #e9e9e9;
}
.cid-tRWfEROxXz .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tRWfEROxXz .menu-logo {
    display: none;
  }
  .cid-tRWfEROxXz .navbar {
    padding: 0;
  }
  .cid-tRWfEROxXz .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tRWfEROxXz button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tTINbgp85L {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/proceso-de-insolvencia-1076x717.jpg");
}
.cid-tTINbgp85L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTINbgp85L .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-tTINbgp85L .container {
    padding: 0 16px;
  }
}
.cid-tTINbgp85L .title-wrapper {
  position: relative;
}
.cid-tTINbgp85L .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tTINbgp85L .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tTINbgp85L .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tTINbgp85L .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tTINbgp85L .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tTINbgp85L .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tTINbgp85L .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tTINbgp85L .mbr-section-title {
  color: #08323C;
}
.cid-tTINbgp85L .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tTINbgp85L .mbr-section-title,
.cid-tTINbgp85L .mbr-section-btn {
  text-align: center;
  color: #004976;
}
.cid-tWoS2RQ527 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWoS2RQ527 .item-img {
  position: relative;
}
.cid-tWoS2RQ527 .item-img img {
  transition: all 0.2s;
}
.cid-tWoS2RQ527 h5 {
  line-height: 1.2;
}
.cid-tWoS2RQ527 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tWoS2RQ527 .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-tWoS2RQ527 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tWoS2RQ527 .item:hover img {
  transform: scale(1.05);
}
.cid-tWoS2RQ527 .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #003056;
}
@media (max-width: 992px) {
  .cid-tWoS2RQ527 .subtitle-wrap,
  .cid-tWoS2RQ527 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-tWoS2RQ527 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tWoS2RQ527 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWoS2RQ527 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tWoS2RQ527 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tWoS2RQ527 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tWoS2RQ527 .link-icon-wrapper .icon-wrap {
  background: #003056;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tWoS2RQ527 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tWoS2RQ527 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tWoS2RQ527 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tWoS2RQ527 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tWoS2RQ527 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tWoS2RQ527 .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tWoS2RQ527 .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-tWoS2RQ527 img,
.cid-tWoS2RQ527 .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tWoS2RQ527 .item:focus,
.cid-tWoS2RQ527 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tWoS2RQ527 .item {
    margin-bottom: 1rem;
  }
}
.cid-tWoS2RQ527 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWoS2RQ527 .item-title {
  text-align: left;
  color: #000000;
}
.cid-tWoS2RQ527 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tWoS2RQ527 .mbr-text,
.cid-tWoS2RQ527 .item .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-tWoS2RQ527 .mbr-section-subtitle,
.cid-tWoS2RQ527 .subtitle-wrap,
.cid-tWoS2RQ527 .mbr-section-btn {
  text-align: justify;
}
.cid-tRWfFaNBH9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRWfFaNBH9 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRWfFaNBH9 .svg-1 path {
  fill: #003056;
}
.cid-tRWfFaNBH9 .geometry {
  position: absolute;
}
.cid-tRWfFaNBH9 .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tRWfFaNBH9 .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tRWfFaNBH9 .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tRWfFaNBH9 .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tRWfFaNBH9 .card-block {
    width: 100%;
  }
}
.cid-tRWfFaNBH9 blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tRWfFaNBH9 blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tRWfFaNBH9 blockquote {
    padding: 2rem 1rem;
  }
  .cid-tRWfFaNBH9 .geometry {
    position: absolute;
  }
  .cid-tRWfFaNBH9 .geometry__circle,
  .cid-tRWfFaNBH9 .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tRWfFaNBH9 .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tRWfFaNBH9 blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tRWfFaNBH9 .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tRWfFaNBH9 blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tRWfFaNBH9 .mbr-text {
  color: #ffffff;
}
.cid-tRWfFcmPAT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tRWfFcmPAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRWfFcmPAT .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tRWfFcmPAT .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tRWfFcmPAT .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tRWfFcmPAT .social-list {
  width: auto;
}
.cid-tRWfFcmPAT .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tRWfFcmPAT .social-media {
  padding: 0;
  text-align: center;
}
.cid-tRWfFcmPAT .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tRWfFcmPAT .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tRWfFcmPAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRWfFcmPAT .container,
.cid-tRWfFcmPAT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRWfFcmPAT .container,
  .cid-tRWfFcmPAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-tRWfFcmPAT a {
  display: block;
}
.cid-tRWfFcmPAT a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tRWfFcmPAT a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tRWfFcmPAT a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tRWfFcmPAT a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tRWfFcmPAT a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tRWfFcmPAT a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tRWfFcmPAT .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tRWfFcmPAT .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tRWfFcmPAT .copy-wrapper {
    border-right: none;
  }
}
.cid-tRWfFcmPAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tRWfFcmPAT .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRWfFcmPAT .list-wrapper {
    height: auto;
  }
}
.cid-tRWfFcmPAT .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tRWfFcmPAT .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tRWfFcmPAT .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tRWfFcmPAT .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tRWfFcmPAT .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tRWfFcmPAT .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tRWfFcmPAT .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRWfFcmPAT .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tRWfFcmPAT .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tRWfFcmPAT .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tRWfFcmPAT .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tRWfFcmPAT .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tRWfFcmPAT .mbr-section-title {
  color: #3d4045;
}
.cid-tRWfFcmPAT .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tRWfFcmPAT .list {
  color: #ffffff;
}
.cid-tRWfFcmPAT .mbr-section-btn {
  text-align: right;
}
.cid-tRWfFcmPAT .mbr-section-title,
.cid-tRWfFcmPAT .mbr-section-btn {
  color: #4fad2b;
}
.cid-tRWfW0H4F7 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tRWfW0H4F7 .navbar-fixed-top {
  padding-top: 0;
}
.cid-tRWfW0H4F7 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tRWfW0H4F7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRWfW0H4F7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tRWfW0H4F7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tRWfW0H4F7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tRWfW0H4F7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tRWfW0H4F7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tRWfW0H4F7 .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tRWfW0H4F7 .dropdown-item {
  padding: 0;
}
.cid-tRWfW0H4F7 .dropdown-item,
.cid-tRWfW0H4F7 .nav-link,
.cid-tRWfW0H4F7 .brand-name {
  font-style: normal;
}
.cid-tRWfW0H4F7 .dropdown-item:hover,
.cid-tRWfW0H4F7 .nav-link:hover,
.cid-tRWfW0H4F7 .brand-name:hover {
  color: #003056 !important;
}
.cid-tRWfW0H4F7 .dropdown-menu {
  background-color: #004976;
}
.cid-tRWfW0H4F7 .dropdown-item:active {
  background-color: #004976;
}
.cid-tRWfW0H4F7 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tRWfW0H4F7 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tRWfW0H4F7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tRWfW0H4F7 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tRWfW0H4F7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRWfW0H4F7 .content-text {
  margin-bottom: 0;
}
.cid-tRWfW0H4F7 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tRWfW0H4F7 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tRWfW0H4F7 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tRWfW0H4F7 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tRWfW0H4F7 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tRWfW0H4F7 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tRWfW0H4F7 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tRWfW0H4F7 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tRWfW0H4F7 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRWfW0H4F7 .nav-dropdown .link {
  font-weight: 400;
}
.cid-tRWfW0H4F7 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tRWfW0H4F7 .content-right-side {
  text-align: center;
}
.cid-tRWfW0H4F7 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tRWfW0H4F7 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tRWfW0H4F7 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tRWfW0H4F7 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRWfW0H4F7 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRWfW0H4F7 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tRWfW0H4F7 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tRWfW0H4F7 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tRWfW0H4F7 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tRWfW0H4F7 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tRWfW0H4F7 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tRWfW0H4F7 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tRWfW0H4F7 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tRWfW0H4F7 .navbar {
    display: block;
    padding: 0;
  }
  .cid-tRWfW0H4F7 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tRWfW0H4F7 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tRWfW0H4F7 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tRWfW0H4F7 .navbar-toggler {
    display: none;
  }
  .cid-tRWfW0H4F7 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tRWfW0H4F7 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tRWfW0H4F7 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tRWfW0H4F7 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tRWfW0H4F7 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tRWfW0H4F7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tRWfW0H4F7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRWfW0H4F7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tRWfW0H4F7 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tRWfW0H4F7 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tRWfW0H4F7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRWfW0H4F7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRWfW0H4F7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tRWfW0H4F7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRWfW0H4F7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRWfW0H4F7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tRWfW0H4F7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRWfW0H4F7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tRWfW0H4F7 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tRWfW0H4F7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tRWfW0H4F7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tRWfW0H4F7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tRWfW0H4F7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tRWfW0H4F7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tRWfW0H4F7 button.navbar-toggler:focus {
  outline: none;
}
.cid-tRWfW0H4F7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tRWfW0H4F7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRWfW0H4F7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRWfW0H4F7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRWfW0H4F7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRWfW0H4F7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRWfW0H4F7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRWfW0H4F7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRWfW0H4F7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRWfW0H4F7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRWfW0H4F7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRWfW0H4F7 .collapsed .btn {
  display: flex;
}
.cid-tRWfW0H4F7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tRWfW0H4F7 .collapsed .navbar-collapse.collapsing,
.cid-tRWfW0H4F7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tRWfW0H4F7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tRWfW0H4F7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tRWfW0H4F7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tRWfW0H4F7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tRWfW0H4F7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tRWfW0H4F7 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tRWfW0H4F7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tRWfW0H4F7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tRWfW0H4F7 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tRWfW0H4F7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tRWfW0H4F7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tRWfW0H4F7 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tRWfW0H4F7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tRWfW0H4F7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tRWfW0H4F7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tRWfW0H4F7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tRWfW0H4F7 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tRWfW0H4F7 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tRWfW0H4F7 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tRWfW0H4F7 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tRWfW0H4F7 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tRWfW0H4F7 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tRWfW0H4F7 .navbar-collapse.collapsing,
  .cid-tRWfW0H4F7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tRWfW0H4F7 .navbar-collapse.collapsing .navbar-nav,
  .cid-tRWfW0H4F7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tRWfW0H4F7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tRWfW0H4F7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tRWfW0H4F7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tRWfW0H4F7 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tRWfW0H4F7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tRWfW0H4F7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tRWfW0H4F7 img {
    height: 3.8rem !important;
  }
  .cid-tRWfW0H4F7 .btn {
    display: flex;
  }
  .cid-tRWfW0H4F7 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tRWfW0H4F7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tRWfW0H4F7 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tRWfW0H4F7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tRWfW0H4F7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tRWfW0H4F7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tRWfW0H4F7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tRWfW0H4F7 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tRWfW0H4F7 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tRWfW0H4F7 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tRWfW0H4F7 .nav-link:focus {
  outline: none;
}
.cid-tRWfW0H4F7 .navbar-toggler {
  position: relative;
}
.cid-tRWfW0H4F7 .dropdown-item.active,
.cid-tRWfW0H4F7 .dropdown-item:active {
  color: initial;
}
.cid-tRWfW0H4F7 .widget-title,
.cid-tRWfW0H4F7 .widget-icon {
  color: #e9e9e9;
}
.cid-tRWfW0H4F7 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tRWfW0H4F7 .menu-logo {
    display: none;
  }
  .cid-tRWfW0H4F7 .navbar {
    padding: 0;
  }
  .cid-tRWfW0H4F7 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tRWfW0H4F7 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tRWfWdUWCp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tRWfWdUWCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRWfWdUWCp .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-tRWfWdUWCp .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tRWfWdUWCp .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tRWfWdUWCp .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tRWfWdUWCp .image-wrapper img {
    height: 300px;
  }
}
.cid-tRWfWdUWCp .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #004976;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tRWfWdUWCp .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tRWfWdUWCp .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tRWfWdUWCp .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tRWfWdUWCp .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tRWfWdUWCp .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tRWfWdUWCp .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tRWfWdUWCp .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tRWfWdUWCp .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tRWfWdUWCp .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tRWfWdUWCp .mbr-section-title {
  color: #ffffff;
}
.cid-tRWfWdUWCp .mbr-text {
  color: #ffffff;
}
.cid-tRWfWdUWCp .icon-wrapper {
  text-align: right;
}
.cid-tRWfWdUWCp .mbr-section-title,
.cid-tRWfWdUWCp .icon-wrapper {
  color: #d4fe00;
}
.cid-tRWOEKXAsb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eff1f2;
}
.cid-tRWOEKXAsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRWOEKXAsb .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-tRWOEKXAsb .container {
    padding: 0 16px;
  }
}
.cid-tRWOEKXAsb .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tRWOEKXAsb .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tRWOEKXAsb .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tRWOEKXAsb .image-wrapper img {
    height: 300px;
  }
}
.cid-tRWOEKXAsb .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tRWOEKXAsb .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tRWOEKXAsb .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tRWOEKXAsb .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tRWOEKXAsb .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tRWOEKXAsb .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tRWOEKXAsb .mbr-section-title,
.cid-tRWOEKXAsb .mbr-section-btn {
  color: #003056;
}
.cid-tRWOEKXAsb .mbr-desc {
  color: #004976;
  text-align: justify;
}
.cid-tRWOEKXAsb .mbr-text {
  text-align: justify;
}
.cid-tUiXsQBIeU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
  overflow: hidden;
}
.cid-tUiXsQBIeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiXsQBIeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUiXsQBIeU .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tUiXsQBIeU .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tUiXsQBIeU .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tUiXsQBIeU .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tUiXsQBIeU .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tUiXsQBIeU .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tUiXsQBIeU .mbr-section-head {
  width: 100%;
}
.cid-tUiXsQBIeU .mbr-section-title {
  color: #FF014E;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tUiXsQBIeU .mbr-section-title {
    text-align: center;
  }
}
.cid-tUiXsQBIeU .mbr-section-subtitle {
  color: #004976;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tUiXsQBIeU .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tUiXsQBIeU .card-row {
  align-items: stretch;
}
.cid-tUiXsQBIeU .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tUiXsQBIeU .item {
    margin-top: 30px;
  }
}
.cid-tUiXsQBIeU .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #7491bd, #7491bd);
  box-shadow: 10px 10px 19px #d6d6d6, -10px -10px 19px #d6d6d6;
}
@media (max-width: 1199px) {
  .cid-tUiXsQBIeU .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tUiXsQBIeU .item-wrapper {
    padding: 20px;
  }
}
.cid-tUiXsQBIeU .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tUiXsQBIeU .item-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tUiXsQBIeU .item-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-tUiXsQBIeU .item-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-tUiXsQBIeU .item-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-tUiXsQBIeU .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #004976, #004976);
  opacity: 0;
  transition: .5s all;
}
.cid-tUiXsQBIeU .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tUiXsQBIeU .item-img {
  margin-bottom: 29px;
  width: 100%;
  border-radius: 100%;
  border: 10px solid #262739;
  overflow: hidden;
}
.cid-tUiXsQBIeU .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.cid-tUiXsQBIeU .card-title {
  color: #ffffff;
  margin-bottom: 20px;
  transition: .5s all;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tUiXsQBIeU .card-title {
    margin-bottom: 15px;
  }
}
.cid-tUiXsQBIeU .card-text {
  color: #ffffff;
  margin-bottom: 22px;
  transition: .5s all;
  text-align: center;
}
.cid-tUiXsQBIeU .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-tUiXsQBIeU .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-tUiRa3oaQo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("");
}
.cid-tUiRa3oaQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiRa3oaQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUiRa3oaQo b,
.cid-tUiRa3oaQo strong {
  font-weight: 900;
}
.cid-tUiRa3oaQo path {
  stroke: #004976 !important;
}
.cid-tUiRa3oaQo .mbr-text {
  color: #767676;
}
.cid-tUiRa3oaQo .mbr-section-subtitle {
  color: #767676;
}
.cid-tUiRa3oaQo .card-box {
  position: relative;
  margin: 2rem 0;
}
.cid-tUiRa3oaQo .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-tUiRa3oaQo .card-box h4,
.cid-tUiRa3oaQo .card-box p,
.cid-tUiRa3oaQo .card-box span {
  z-index: 1;
  position: relative;
}
.cid-tUiRa3oaQo .title .num {
  width: 100%;
  display: block;
}
.cid-tUiRa3oaQo .title .card-title {
  z-index: 1;
}
.cid-tUiRa3oaQo .num {
  color: #d4fe00;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tUiRa3oaQo * {
    text-align: center !important;
  }
  .cid-tUiRa3oaQo .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tUiRa3oaQo .card-title,
.cid-tUiRa3oaQo .card-img {
  text-align: center;
  color: #17003b;
}
.cid-tUiRa3oaQo .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-tUiRa3oaQo .mbr-section-title,
.cid-tUiRa3oaQo .card-box {
  text-align: center;
  color: #004976;
}
.cid-tRWfWiV5Yx {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRWfWiV5Yx .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRWfWiV5Yx .svg-1 path {
  fill: #003056;
}
.cid-tRWfWiV5Yx .geometry {
  position: absolute;
}
.cid-tRWfWiV5Yx .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tRWfWiV5Yx .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tRWfWiV5Yx .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tRWfWiV5Yx .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tRWfWiV5Yx .card-block {
    width: 100%;
  }
}
.cid-tRWfWiV5Yx blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tRWfWiV5Yx blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tRWfWiV5Yx blockquote {
    padding: 2rem 1rem;
  }
  .cid-tRWfWiV5Yx .geometry {
    position: absolute;
  }
  .cid-tRWfWiV5Yx .geometry__circle,
  .cid-tRWfWiV5Yx .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tRWfWiV5Yx .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tRWfWiV5Yx blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tRWfWiV5Yx .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tRWfWiV5Yx blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tRWfWiV5Yx .mbr-text {
  color: #ffffff;
}
.cid-tRWfWkzPXI {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tRWfWkzPXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRWfWkzPXI .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tRWfWkzPXI .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tRWfWkzPXI .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tRWfWkzPXI .social-list {
  width: auto;
}
.cid-tRWfWkzPXI .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tRWfWkzPXI .social-media {
  padding: 0;
  text-align: center;
}
.cid-tRWfWkzPXI .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tRWfWkzPXI .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tRWfWkzPXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRWfWkzPXI .container,
.cid-tRWfWkzPXI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRWfWkzPXI .container,
  .cid-tRWfWkzPXI .container-fluid {
    padding: 0 20px;
  }
}
.cid-tRWfWkzPXI a {
  display: block;
}
.cid-tRWfWkzPXI a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tRWfWkzPXI a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tRWfWkzPXI a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tRWfWkzPXI a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tRWfWkzPXI a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tRWfWkzPXI a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tRWfWkzPXI .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tRWfWkzPXI .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tRWfWkzPXI .copy-wrapper {
    border-right: none;
  }
}
.cid-tRWfWkzPXI .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tRWfWkzPXI .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRWfWkzPXI .list-wrapper {
    height: auto;
  }
}
.cid-tRWfWkzPXI .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tRWfWkzPXI .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tRWfWkzPXI .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tRWfWkzPXI .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tRWfWkzPXI .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tRWfWkzPXI .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tRWfWkzPXI .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRWfWkzPXI .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tRWfWkzPXI .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tRWfWkzPXI .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tRWfWkzPXI .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tRWfWkzPXI .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tRWfWkzPXI .mbr-section-title {
  color: #3d4045;
}
.cid-tRWfWkzPXI .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tRWfWkzPXI .list {
  color: #ffffff;
}
.cid-tRWfWkzPXI .mbr-section-btn {
  text-align: right;
}
.cid-tRWfWkzPXI .mbr-section-title,
.cid-tRWfWkzPXI .mbr-section-btn {
  color: #4fad2b;
}
.cid-tTEQDjh7nH .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tTEQDjh7nH .navbar-fixed-top {
  padding-top: 0;
}
.cid-tTEQDjh7nH .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tTEQDjh7nH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTEQDjh7nH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tTEQDjh7nH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tTEQDjh7nH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tTEQDjh7nH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tTEQDjh7nH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tTEQDjh7nH .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tTEQDjh7nH .dropdown-item {
  padding: 0;
}
.cid-tTEQDjh7nH .dropdown-item,
.cid-tTEQDjh7nH .nav-link,
.cid-tTEQDjh7nH .brand-name {
  font-style: normal;
}
.cid-tTEQDjh7nH .dropdown-item:hover,
.cid-tTEQDjh7nH .nav-link:hover,
.cid-tTEQDjh7nH .brand-name:hover {
  color: #003056 !important;
}
.cid-tTEQDjh7nH .dropdown-menu {
  background-color: #004976;
}
.cid-tTEQDjh7nH .dropdown-item:active {
  background-color: #004976;
}
.cid-tTEQDjh7nH .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tTEQDjh7nH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tTEQDjh7nH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tTEQDjh7nH .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tTEQDjh7nH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTEQDjh7nH .content-text {
  margin-bottom: 0;
}
.cid-tTEQDjh7nH .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tTEQDjh7nH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tTEQDjh7nH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tTEQDjh7nH .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tTEQDjh7nH .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tTEQDjh7nH .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTEQDjh7nH .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTEQDjh7nH .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tTEQDjh7nH .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTEQDjh7nH .nav-dropdown .link {
  font-weight: 400;
}
.cid-tTEQDjh7nH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tTEQDjh7nH .content-right-side {
  text-align: center;
}
.cid-tTEQDjh7nH .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tTEQDjh7nH .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tTEQDjh7nH .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tTEQDjh7nH .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTEQDjh7nH .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTEQDjh7nH .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tTEQDjh7nH .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tTEQDjh7nH .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tTEQDjh7nH .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tTEQDjh7nH .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tTEQDjh7nH .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tTEQDjh7nH .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTEQDjh7nH .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tTEQDjh7nH .navbar {
    display: block;
    padding: 0;
  }
  .cid-tTEQDjh7nH .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTEQDjh7nH .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tTEQDjh7nH .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tTEQDjh7nH .navbar-toggler {
    display: none;
  }
  .cid-tTEQDjh7nH .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tTEQDjh7nH .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tTEQDjh7nH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tTEQDjh7nH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tTEQDjh7nH .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tTEQDjh7nH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tTEQDjh7nH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTEQDjh7nH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tTEQDjh7nH .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tTEQDjh7nH .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTEQDjh7nH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTEQDjh7nH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTEQDjh7nH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tTEQDjh7nH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTEQDjh7nH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTEQDjh7nH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tTEQDjh7nH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTEQDjh7nH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tTEQDjh7nH .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tTEQDjh7nH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tTEQDjh7nH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tTEQDjh7nH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tTEQDjh7nH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tTEQDjh7nH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tTEQDjh7nH button.navbar-toggler:focus {
  outline: none;
}
.cid-tTEQDjh7nH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tTEQDjh7nH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTEQDjh7nH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTEQDjh7nH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTEQDjh7nH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTEQDjh7nH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTEQDjh7nH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTEQDjh7nH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTEQDjh7nH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTEQDjh7nH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTEQDjh7nH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTEQDjh7nH .collapsed .btn {
  display: flex;
}
.cid-tTEQDjh7nH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tTEQDjh7nH .collapsed .navbar-collapse.collapsing,
.cid-tTEQDjh7nH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tTEQDjh7nH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tTEQDjh7nH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tTEQDjh7nH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tTEQDjh7nH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tTEQDjh7nH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tTEQDjh7nH .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tTEQDjh7nH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tTEQDjh7nH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tTEQDjh7nH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTEQDjh7nH .collapsed button.navbar-toggler {
  display: block;
}
.cid-tTEQDjh7nH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tTEQDjh7nH .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tTEQDjh7nH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tTEQDjh7nH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tTEQDjh7nH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tTEQDjh7nH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tTEQDjh7nH .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tTEQDjh7nH .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tTEQDjh7nH .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tTEQDjh7nH .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tTEQDjh7nH .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tTEQDjh7nH .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tTEQDjh7nH .navbar-collapse.collapsing,
  .cid-tTEQDjh7nH .navbar-collapse.show {
    display: block !important;
  }
  .cid-tTEQDjh7nH .navbar-collapse.collapsing .navbar-nav,
  .cid-tTEQDjh7nH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tTEQDjh7nH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tTEQDjh7nH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tTEQDjh7nH .navbar-collapse.collapsing .navbar-buttons,
  .cid-tTEQDjh7nH .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tTEQDjh7nH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tTEQDjh7nH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTEQDjh7nH img {
    height: 3.8rem !important;
  }
  .cid-tTEQDjh7nH .btn {
    display: flex;
  }
  .cid-tTEQDjh7nH button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tTEQDjh7nH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tTEQDjh7nH .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTEQDjh7nH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tTEQDjh7nH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tTEQDjh7nH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tTEQDjh7nH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tTEQDjh7nH .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tTEQDjh7nH .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tTEQDjh7nH .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tTEQDjh7nH .nav-link:focus {
  outline: none;
}
.cid-tTEQDjh7nH .navbar-toggler {
  position: relative;
}
.cid-tTEQDjh7nH .dropdown-item.active,
.cid-tTEQDjh7nH .dropdown-item:active {
  color: initial;
}
.cid-tTEQDjh7nH .widget-title,
.cid-tTEQDjh7nH .widget-icon {
  color: #e9e9e9;
}
.cid-tTEQDjh7nH .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tTEQDjh7nH .menu-logo {
    display: none;
  }
  .cid-tTEQDjh7nH .navbar {
    padding: 0;
  }
  .cid-tTEQDjh7nH .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTEQDjh7nH button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tTEQDkriTx {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tTEQDkriTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTEQDkriTx .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-tTEQDkriTx .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tTEQDkriTx .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tTEQDkriTx .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tTEQDkriTx .image-wrapper img {
    height: 300px;
  }
}
.cid-tTEQDkriTx .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #004976;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tTEQDkriTx .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tTEQDkriTx .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tTEQDkriTx .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tTEQDkriTx .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tTEQDkriTx .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tTEQDkriTx .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tTEQDkriTx .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tTEQDkriTx .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tTEQDkriTx .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tTEQDkriTx .mbr-section-title {
  color: #ffffff;
}
.cid-tTEQDkriTx .mbr-text {
  color: #ffffff;
}
.cid-tTEQDkriTx .icon-wrapper {
  text-align: right;
}
.cid-tTEQDkriTx .mbr-section-title,
.cid-tTEQDkriTx .icon-wrapper {
  color: #d4fe00;
}
.cid-tTJeaApiUT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tTJeaApiUT img {
  border-radius: 100%;
}
.cid-tTJeaApiUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJeaApiUT .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-tTJeaApiUT .container {
    padding: 0 16px;
  }
}
.cid-tTJeaApiUT .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tTJeaApiUT .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tTJeaApiUT .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-tTJeaApiUT .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tTJeaApiUT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tTJeaApiUT .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tTJeaApiUT .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tTJeaApiUT .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #77be4e;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tTJeaApiUT .title-wrapper .line {
    display: none;
  }
}
.cid-tTJeaApiUT .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #004976;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tTJeaApiUT .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTJeaApiUT .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tTJeaApiUT .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tTJeaApiUT .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tTJeaApiUT .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
  border-radius: 100%;
}
.cid-tTJeaApiUT .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffffff;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tTJeaApiUT .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tTJeaApiUT .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTJeaApiUT .mbr-section-title {
  color: #004976;
}
.cid-tTJeaApiUT .mbr-text {
  color: #08323C;
  text-align: justify;
}
.cid-tTJeaApiUT .mbr-card-text {
  color: #ffffff;
  text-align: justify;
}
.cid-tTJeaApiUT .mbr-card-title,
.cid-tTJeaApiUT .icon-wrapper {
  color: #ddfe31;
}
.cid-tTJjxtIR3I {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tTJjxtIR3I .mbr-section-title {
  color: #06182d;
}
.cid-tTJjxtIR3I .mbr-section-subtitle {
  color: #282f39;
}
.cid-tTJjxtIR3I .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tTJjxtIR3I .card:nth-child(even) {
  margin-top: 70px;
}
@media (min-width: 767px) {
  .cid-tTJjxtIR3I .card:nth-child(odd)::after {
    content: '';
    background-size: contain;
    background-image: url("../../../assets/images/arrow2.png");
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 185px;
    height: 50px;
    z-index: 4;
    top: 1px;
    right: -148px;
  }
  .cid-tTJjxtIR3I .card:nth-child(2)::after {
    content: '';
    background-size: contain;
    background-image: url("../../../assets/images/arrow2.png");
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 175px;
    height: 80px;
    z-index: 4;
    bottom: -12px;
    right: -100px;
    transform: scale(1, -1);
  }
}
.cid-tTJjxtIR3I .card .card-wrapper {
  height: 100%;
}
.cid-tTJjxtIR3I .card .card-wrapper .card-img {
  position: relative;
}
.cid-tTJjxtIR3I .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-tTJjxtIR3I .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 280px;
  width: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.cid-tTJjxtIR3I .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-tTJjxtIR3I .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-tTJjxtIR3I .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
.cid-tTJjxtIR3I .mbr-section-title,
.cid-tTJjxtIR3I .col {
  color: #004976;
}
.cid-tTJjxtIR3I .card .card-wrapper .card-box .card-title {
  color: #192227;
  text-align: center;
}
.cid-tTJjxtIR3I .card .card-wrapper .card-box .mbr-text {
  color: #282f39;
  text-align: justify;
}
.cid-tTJlk5PuSn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tTJlk5PuSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJlk5PuSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJlk5PuSn .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tTJlk5PuSn .container-fluid {
    padding: 0 30px;
  }
}
.cid-tTJlk5PuSn .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTJlk5PuSn .container {
    padding: 0 30px;
  }
}
.cid-tTJlk5PuSn .card {
  padding: 0;
}
.cid-tTJlk5PuSn .nav.nav-tabs {
  display: block;
  border: none;
  padding-top: 15px;
}
.cid-tTJlk5PuSn .nav.nav-tabs .nav-item {
  margin-bottom: 10px;
}
.cid-tTJlk5PuSn .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 16px;
  border: none;
  border-radius: 40px 0 0 40px;
  background-color: #bbbbbb;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tTJlk5PuSn .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4fad2b !important;
}
.cid-tTJlk5PuSn .tab-content {
  padding: 50px 70px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tTJlk5PuSn .tab-content {
    padding: 30px 16px;
  }
}
.cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .content-wrap {
  margin-right: 50px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .content-wrap {
    width: 100%;
    margin: 0;
  }
}
.cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
    margin-bottom: 30px;
  }
}
.cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 144px;
  display: inline-flex;
  color: #004976;
}
.cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .list-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .list-wrapper .list {
  padding-left: 58px;
  margin-bottom: 10px;
  list-style-type: decimal-leading-zero;
}
.cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price {
  margin-bottom: 10px;
}
.cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price span {
  color: #4fad2b;
}
.cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time {
  margin-bottom: 0;
}
.cid-tTJlk5PuSn .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time span {
  color: #4fad2b;
}
.cid-tTJlk5PuSn .mbr-section-subtitle {
  color: #FE5115;
}
.cid-tTJlk5PuSn .mbr-text {
  color: #4e4e4e;
}
.cid-tTJlk5PuSn .mbr-section-title {
  color: #004976;
}
.cid-tTJlk5PuSn .list {
  color: #2b2b2b;
}
.cid-tTJlk5PuSn .mbr-price {
  color: #2b2b2b;
}
.cid-tTJlk5PuSn .mbr-time {
  color: #2b2b2b;
}
.cid-tTJlk5PuSn .mbr-section-subtitle,
.cid-tTJlk5PuSn .icon-wrap,
.cid-tTJlk5PuSn .mbr-section-btn {
  color: #004976;
}
.cid-tTJo3g03PD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tTJo3g03PD .mbr-section-title {
  color: #06182d;
}
.cid-tTJo3g03PD .mbr-section-subtitle {
  color: #282f39;
}
.cid-tTJo3g03PD .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tTJo3g03PD .card:nth-child(even) {
  margin-top: 70px;
}
@media (min-width: 767px) {
  .cid-tTJo3g03PD .card:nth-child(odd)::after {
    content: '';
    background-size: contain;
    background-image: url("../../../assets/images/arrow2.png");
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 185px;
    height: 50px;
    z-index: 4;
    top: 1px;
    right: -148px;
  }
  .cid-tTJo3g03PD .card:nth-child(2)::after {
    content: '';
    background-size: contain;
    background-image: url("../../../assets/images/arrow2.png");
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 175px;
    height: 80px;
    z-index: 4;
    bottom: -12px;
    right: -100px;
    transform: scale(1, -1);
  }
}
.cid-tTJo3g03PD .card .card-wrapper {
  height: 100%;
}
.cid-tTJo3g03PD .card .card-wrapper .card-img {
  position: relative;
}
.cid-tTJo3g03PD .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-tTJo3g03PD .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 280px;
  width: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.cid-tTJo3g03PD .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-tTJo3g03PD .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-tTJo3g03PD .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
.cid-tTJo3g03PD .mbr-section-title,
.cid-tTJo3g03PD .col {
  color: #0065a6;
}
.cid-tTJo3g03PD .card .card-wrapper .card-box .card-title {
  color: #192227;
  text-align: center;
}
.cid-tTJo3g03PD .card .card-wrapper .card-box .mbr-text {
  color: #282f39;
  text-align: justify;
}
.cid-tTJp4gMtjx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tTJp4gMtjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJp4gMtjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJp4gMtjx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tTJp4gMtjx .container-fluid {
    padding: 0 30px;
  }
}
.cid-tTJp4gMtjx .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTJp4gMtjx .container {
    padding: 0 30px;
  }
}
.cid-tTJp4gMtjx .card {
  padding: 0;
}
.cid-tTJp4gMtjx .nav.nav-tabs {
  display: block;
  border: none;
  padding-top: 15px;
}
.cid-tTJp4gMtjx .nav.nav-tabs .nav-item {
  margin-bottom: 10px;
}
.cid-tTJp4gMtjx .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 16px;
  border: none;
  border-radius: 40px 0 0 40px;
  background-color: #bbbbbb;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tTJp4gMtjx .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4fad2b !important;
}
.cid-tTJp4gMtjx .tab-content {
  padding: 50px 70px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tTJp4gMtjx .tab-content {
    padding: 30px 16px;
  }
}
.cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .content-wrap {
  margin-right: 50px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .content-wrap {
    width: 100%;
    margin: 0;
  }
}
.cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
    margin-bottom: 30px;
  }
}
.cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 144px;
  display: inline-flex;
  color: #004976;
}
.cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .list-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .list-wrapper .list {
  padding-left: 58px;
  margin-bottom: 10px;
  list-style-type: decimal-leading-zero;
}
.cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price {
  margin-bottom: 10px;
}
.cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price span {
  color: #4fad2b;
}
.cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time {
  margin-bottom: 0;
}
.cid-tTJp4gMtjx .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time span {
  color: #4fad2b;
}
.cid-tTJp4gMtjx .mbr-section-subtitle {
  color: #FE5115;
}
.cid-tTJp4gMtjx .mbr-text {
  color: #4e4e4e;
}
.cid-tTJp4gMtjx .mbr-section-title {
  color: #004976;
}
.cid-tTJp4gMtjx .list {
  color: #2b2b2b;
}
.cid-tTJp4gMtjx .mbr-price {
  color: #2b2b2b;
}
.cid-tTJp4gMtjx .mbr-time {
  color: #2b2b2b;
}
.cid-tTJp4gMtjx .mbr-section-subtitle,
.cid-tTJp4gMtjx .icon-wrap,
.cid-tTJp4gMtjx .mbr-section-btn {
  color: #004976;
}
.cid-tTJqYWPjJM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tTJqYWPjJM .mbr-section-title {
  color: #06182d;
}
.cid-tTJqYWPjJM .mbr-section-subtitle {
  color: #282f39;
}
.cid-tTJqYWPjJM .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tTJqYWPjJM .card:nth-child(even) {
  margin-top: 70px;
}
@media (min-width: 767px) {
  .cid-tTJqYWPjJM .card:nth-child(odd)::after {
    content: '';
    background-size: contain;
    background-image: url("../../../assets/images/arrow2.png");
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 185px;
    height: 50px;
    z-index: 4;
    top: 1px;
    right: -148px;
  }
  .cid-tTJqYWPjJM .card:nth-child(2)::after {
    content: '';
    background-size: contain;
    background-image: url("../../../assets/images/arrow2.png");
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 175px;
    height: 80px;
    z-index: 4;
    bottom: -12px;
    right: -100px;
    transform: scale(1, -1);
  }
}
.cid-tTJqYWPjJM .card .card-wrapper {
  height: 100%;
}
.cid-tTJqYWPjJM .card .card-wrapper .card-img {
  position: relative;
}
.cid-tTJqYWPjJM .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-tTJqYWPjJM .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 280px;
  width: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.cid-tTJqYWPjJM .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-tTJqYWPjJM .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-tTJqYWPjJM .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
.cid-tTJqYWPjJM .mbr-section-title,
.cid-tTJqYWPjJM .col {
  color: #0065a6;
}
.cid-tTJqYWPjJM .card .card-wrapper .card-box .card-title {
  color: #192227;
  text-align: center;
}
.cid-tTJqYWPjJM .card .card-wrapper .card-box .mbr-text {
  color: #282f39;
  text-align: justify;
}
.cid-tTJry4SBPa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tTJry4SBPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJry4SBPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJry4SBPa .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tTJry4SBPa .container-fluid {
    padding: 0 30px;
  }
}
.cid-tTJry4SBPa .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTJry4SBPa .container {
    padding: 0 30px;
  }
}
.cid-tTJry4SBPa .card {
  padding: 0;
}
.cid-tTJry4SBPa .nav.nav-tabs {
  display: block;
  border: none;
  padding-top: 15px;
}
.cid-tTJry4SBPa .nav.nav-tabs .nav-item {
  margin-bottom: 10px;
}
.cid-tTJry4SBPa .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 16px;
  border: none;
  border-radius: 40px 0 0 40px;
  background-color: #bbbbbb;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tTJry4SBPa .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4fad2b !important;
}
.cid-tTJry4SBPa .tab-content {
  padding: 50px 70px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tTJry4SBPa .tab-content {
    padding: 30px 16px;
  }
}
.cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .content-wrap {
  margin-right: 50px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .content-wrap {
    width: 100%;
    margin: 0;
  }
}
.cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
    margin-bottom: 30px;
  }
}
.cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 144px;
  display: inline-flex;
  color: #004976;
}
.cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .list-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .list-wrapper .list {
  padding-left: 58px;
  margin-bottom: 10px;
  list-style-type: decimal-leading-zero;
}
.cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price {
  margin-bottom: 10px;
}
.cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price span {
  color: #4fad2b;
}
.cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time {
  margin-bottom: 0;
}
.cid-tTJry4SBPa .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time span {
  color: #4fad2b;
}
.cid-tTJry4SBPa .mbr-section-subtitle {
  color: #FE5115;
}
.cid-tTJry4SBPa .mbr-text {
  color: #4e4e4e;
}
.cid-tTJry4SBPa .mbr-section-title {
  color: #004976;
}
.cid-tTJry4SBPa .list {
  color: #2b2b2b;
}
.cid-tTJry4SBPa .mbr-price {
  color: #2b2b2b;
}
.cid-tTJry4SBPa .mbr-time {
  color: #2b2b2b;
}
.cid-tTJry4SBPa .mbr-section-subtitle,
.cid-tTJry4SBPa .icon-wrap,
.cid-tTJry4SBPa .mbr-section-btn {
  color: #004976;
}
.cid-tUiEdZbA9p {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tUiEdZbA9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiEdZbA9p .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-tUiEdZbA9p .container {
    padding: 0 16px;
  }
}
.cid-tUiEdZbA9p .row {
  background-color: #003056;
  border-radius: 40px;
  padding: 55px 20px;
}
@media (max-width: 992px) {
  .cid-tUiEdZbA9p .row {
    margin: 0;
  }
}
.cid-tUiEdZbA9p .row .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cid-tUiEdZbA9p .row .image-wrapper img {
  position: absolute;
  top: -5rem;
  width: 240px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-tUiEdZbA9p .row .image-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-tUiEdZbA9p .row .image-wrapper .line {
  position: absolute;
  bottom: -7.8rem;
  width: 1px;
  height: 100%;
  border: 2px dashed #ffffff;
}
@media (max-width: 992px) {
  .cid-tUiEdZbA9p .row .image-wrapper .line {
    display: none;
  }
}
.cid-tUiEdZbA9p .row .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUiEdZbA9p .row .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUiEdZbA9p .row .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUiEdZbA9p .row .icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
}
.cid-tUiEdZbA9p .row .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 73px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tUiEdZbA9p .row .icon-wrapper {
    display: none;
  }
}
.cid-tUiEdZbA9p .mbr-section-title {
  color: #ffffff;
}
.cid-tUiEdZbA9p .icon-wrapper {
  text-align: right;
}
.cid-tTEQDo8b3Z {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTEQDo8b3Z .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tTEQDo8b3Z .svg-1 path {
  fill: #003056;
}
.cid-tTEQDo8b3Z .geometry {
  position: absolute;
}
.cid-tTEQDo8b3Z .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tTEQDo8b3Z .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tTEQDo8b3Z .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tTEQDo8b3Z .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tTEQDo8b3Z .card-block {
    width: 100%;
  }
}
.cid-tTEQDo8b3Z blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tTEQDo8b3Z blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tTEQDo8b3Z blockquote {
    padding: 2rem 1rem;
  }
  .cid-tTEQDo8b3Z .geometry {
    position: absolute;
  }
  .cid-tTEQDo8b3Z .geometry__circle,
  .cid-tTEQDo8b3Z .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tTEQDo8b3Z .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tTEQDo8b3Z blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tTEQDo8b3Z .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tTEQDo8b3Z blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tTEQDo8b3Z .mbr-text {
  color: #ffffff;
}
.cid-tTEQDoEJFA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tTEQDoEJFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTEQDoEJFA .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tTEQDoEJFA .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tTEQDoEJFA .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tTEQDoEJFA .social-list {
  width: auto;
}
.cid-tTEQDoEJFA .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tTEQDoEJFA .social-media {
  padding: 0;
  text-align: center;
}
.cid-tTEQDoEJFA .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tTEQDoEJFA .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tTEQDoEJFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTEQDoEJFA .container,
.cid-tTEQDoEJFA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTEQDoEJFA .container,
  .cid-tTEQDoEJFA .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTEQDoEJFA a {
  display: block;
}
.cid-tTEQDoEJFA a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTEQDoEJFA a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tTEQDoEJFA a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tTEQDoEJFA a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tTEQDoEJFA a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tTEQDoEJFA a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tTEQDoEJFA .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tTEQDoEJFA .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTEQDoEJFA .copy-wrapper {
    border-right: none;
  }
}
.cid-tTEQDoEJFA .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tTEQDoEJFA .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTEQDoEJFA .list-wrapper {
    height: auto;
  }
}
.cid-tTEQDoEJFA .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTEQDoEJFA .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tTEQDoEJFA .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tTEQDoEJFA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTEQDoEJFA .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tTEQDoEJFA .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tTEQDoEJFA .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTEQDoEJFA .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTEQDoEJFA .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tTEQDoEJFA .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tTEQDoEJFA .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tTEQDoEJFA .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tTEQDoEJFA .mbr-section-title {
  color: #3d4045;
}
.cid-tTEQDoEJFA .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tTEQDoEJFA .list {
  color: #ffffff;
}
.cid-tTEQDoEJFA .mbr-section-btn {
  text-align: right;
}
.cid-tTEQDoEJFA .mbr-section-title,
.cid-tTEQDoEJFA .mbr-section-btn {
  color: #4fad2b;
}
.cid-tTEQVMiLN4 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tTEQVMiLN4 .navbar-fixed-top {
  padding-top: 0;
}
.cid-tTEQVMiLN4 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tTEQVMiLN4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTEQVMiLN4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tTEQVMiLN4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tTEQVMiLN4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tTEQVMiLN4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tTEQVMiLN4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tTEQVMiLN4 .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tTEQVMiLN4 .dropdown-item {
  padding: 0;
}
.cid-tTEQVMiLN4 .dropdown-item,
.cid-tTEQVMiLN4 .nav-link,
.cid-tTEQVMiLN4 .brand-name {
  font-style: normal;
}
.cid-tTEQVMiLN4 .dropdown-item:hover,
.cid-tTEQVMiLN4 .nav-link:hover,
.cid-tTEQVMiLN4 .brand-name:hover {
  color: #003056 !important;
}
.cid-tTEQVMiLN4 .dropdown-menu {
  background-color: #004976;
}
.cid-tTEQVMiLN4 .dropdown-item:active {
  background-color: #004976;
}
.cid-tTEQVMiLN4 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tTEQVMiLN4 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tTEQVMiLN4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tTEQVMiLN4 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tTEQVMiLN4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTEQVMiLN4 .content-text {
  margin-bottom: 0;
}
.cid-tTEQVMiLN4 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tTEQVMiLN4 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tTEQVMiLN4 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tTEQVMiLN4 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tTEQVMiLN4 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tTEQVMiLN4 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTEQVMiLN4 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTEQVMiLN4 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tTEQVMiLN4 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTEQVMiLN4 .nav-dropdown .link {
  font-weight: 400;
}
.cid-tTEQVMiLN4 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tTEQVMiLN4 .content-right-side {
  text-align: center;
}
.cid-tTEQVMiLN4 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tTEQVMiLN4 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tTEQVMiLN4 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tTEQVMiLN4 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTEQVMiLN4 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTEQVMiLN4 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tTEQVMiLN4 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tTEQVMiLN4 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tTEQVMiLN4 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tTEQVMiLN4 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tTEQVMiLN4 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tTEQVMiLN4 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTEQVMiLN4 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tTEQVMiLN4 .navbar {
    display: block;
    padding: 0;
  }
  .cid-tTEQVMiLN4 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTEQVMiLN4 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tTEQVMiLN4 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tTEQVMiLN4 .navbar-toggler {
    display: none;
  }
  .cid-tTEQVMiLN4 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tTEQVMiLN4 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tTEQVMiLN4 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tTEQVMiLN4 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tTEQVMiLN4 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tTEQVMiLN4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tTEQVMiLN4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTEQVMiLN4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tTEQVMiLN4 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tTEQVMiLN4 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTEQVMiLN4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTEQVMiLN4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTEQVMiLN4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tTEQVMiLN4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTEQVMiLN4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTEQVMiLN4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tTEQVMiLN4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTEQVMiLN4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tTEQVMiLN4 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tTEQVMiLN4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tTEQVMiLN4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tTEQVMiLN4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tTEQVMiLN4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tTEQVMiLN4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tTEQVMiLN4 button.navbar-toggler:focus {
  outline: none;
}
.cid-tTEQVMiLN4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tTEQVMiLN4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTEQVMiLN4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTEQVMiLN4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTEQVMiLN4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTEQVMiLN4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTEQVMiLN4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTEQVMiLN4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTEQVMiLN4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTEQVMiLN4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTEQVMiLN4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTEQVMiLN4 .collapsed .btn {
  display: flex;
}
.cid-tTEQVMiLN4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tTEQVMiLN4 .collapsed .navbar-collapse.collapsing,
.cid-tTEQVMiLN4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tTEQVMiLN4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tTEQVMiLN4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tTEQVMiLN4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tTEQVMiLN4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tTEQVMiLN4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tTEQVMiLN4 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tTEQVMiLN4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tTEQVMiLN4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tTEQVMiLN4 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTEQVMiLN4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tTEQVMiLN4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tTEQVMiLN4 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tTEQVMiLN4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tTEQVMiLN4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tTEQVMiLN4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tTEQVMiLN4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tTEQVMiLN4 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tTEQVMiLN4 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tTEQVMiLN4 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tTEQVMiLN4 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tTEQVMiLN4 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tTEQVMiLN4 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tTEQVMiLN4 .navbar-collapse.collapsing,
  .cid-tTEQVMiLN4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tTEQVMiLN4 .navbar-collapse.collapsing .navbar-nav,
  .cid-tTEQVMiLN4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tTEQVMiLN4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tTEQVMiLN4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tTEQVMiLN4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tTEQVMiLN4 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tTEQVMiLN4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tTEQVMiLN4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTEQVMiLN4 img {
    height: 3.8rem !important;
  }
  .cid-tTEQVMiLN4 .btn {
    display: flex;
  }
  .cid-tTEQVMiLN4 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tTEQVMiLN4 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tTEQVMiLN4 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTEQVMiLN4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tTEQVMiLN4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tTEQVMiLN4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tTEQVMiLN4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tTEQVMiLN4 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tTEQVMiLN4 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tTEQVMiLN4 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tTEQVMiLN4 .nav-link:focus {
  outline: none;
}
.cid-tTEQVMiLN4 .navbar-toggler {
  position: relative;
}
.cid-tTEQVMiLN4 .dropdown-item.active,
.cid-tTEQVMiLN4 .dropdown-item:active {
  color: initial;
}
.cid-tTEQVMiLN4 .widget-title,
.cid-tTEQVMiLN4 .widget-icon {
  color: #e9e9e9;
}
.cid-tTEQVMiLN4 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tTEQVMiLN4 .menu-logo {
    display: none;
  }
  .cid-tTEQVMiLN4 .navbar {
    padding: 0;
  }
  .cid-tTEQVMiLN4 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTEQVMiLN4 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tTJw1JQYQI {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #003056;
}
.cid-tTJw1JQYQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJw1JQYQI .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-tTJw1JQYQI .container {
    padding: 0 16px;
  }
}
.cid-tTJw1JQYQI .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTJw1JQYQI .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-tTJw1JQYQI .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tTJw1JQYQI .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tTJw1JQYQI .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tTJw1JQYQI .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tTJw1JQYQI .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-tTJw1JQYQI .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tTJw1JQYQI .image-wrapper {
    margin: 0;
  }
}
.cid-tTJw1JQYQI .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tTJw1JQYQI .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tTJw1JQYQI .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tTJw1JQYQI .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tTJw1JQYQI .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tTJw1JQYQI .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-tTJw1JQYQI .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tTJw1JQYQI .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-tTJw1JQYQI .mbr-section-title {
  color: #ffffff;
}
.cid-tTJw1JQYQI .mbr-text {
  color: #ffffff;
}
.cid-tUiGODTgRF {
  overflow-x: hidden !important;
}
.cid-tUiGODTgRF,
.cid-tUiGODTgRF .scroll-wrapper {
  padding-top: 45px;
  padding-bottom: 90px;
}
.cid-tUiGODTgRF .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tUiGODTgRF .svg-1 path {
  fill: #ffffff;
}
.cid-tUiGODTgRF .geometry {
  position: absolute;
}
.cid-tUiGODTgRF .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tUiGODTgRF .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tUiGODTgRF .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tUiGODTgRF .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tUiGODTgRF .card-block {
    width: 100%;
  }
}
.cid-tUiGODTgRF blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #ffffff;
}
.cid-tUiGODTgRF blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tUiGODTgRF blockquote {
    padding: 2rem 1rem;
  }
  .cid-tUiGODTgRF .geometry {
    position: absolute;
  }
  .cid-tUiGODTgRF .geometry__circle,
  .cid-tUiGODTgRF .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tUiGODTgRF .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tUiGODTgRF blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tUiGODTgRF .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tUiGODTgRF blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tUiGODTgRF .mbr-section-title {
  color: #004976;
}
.cid-tUiGODTgRF .mbr-section-title span {
  color: #003056;
}
.cid-tUiGODTgRF .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tUiGODTgRF .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 56s !important;
  animation-duration: 56s;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tUiGODTgRF .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tUiGODTgRF .mbr-overlay {
  z-index: 1;
}
.cid-tUiGODTgRF .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tTJyFHsNv4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tTJyFHsNv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJyFHsNv4 .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-tTJyFHsNv4 .container {
    padding: 0 16px;
  }
}
.cid-tTJyFHsNv4 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tTJyFHsNv4 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tTJyFHsNv4 .image-wrapper img {
  position: absolute;
  height: 350px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tTJyFHsNv4 .image-wrapper img {
    height: 300px;
  }
}
.cid-tTJyFHsNv4 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tTJyFHsNv4 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tTJyFHsNv4 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tTJyFHsNv4 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tTJyFHsNv4 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tTJyFHsNv4 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tTJyFHsNv4 .mbr-text {
  text-align: justify;
}
.cid-tTJAhvfq87 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tTJAhvfq87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJAhvfq87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJAhvfq87 .container,
.cid-tTJAhvfq87 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTJAhvfq87 .container,
  .cid-tTJAhvfq87 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTJAhvfq87 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tTJAhvfq87 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tTJAhvfq87 .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTJAhvfq87 .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTJAhvfq87 .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tTJAhvfq87 .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tTJAhvfq87 .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tTJAhvfq87 .list-wrap {
  margin-bottom: 15px;
}
.cid-tTJAhvfq87 .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tTJAhvfq87 .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal;
}
.cid-tTJAhvfq87 .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-tTJAhvfq87 .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-tTJAhvfq87 .mbr-section-title {
  color: #3d4045;
  text-align: justify;
}
.cid-tTJAhvfq87 .mbr-section-subtitle {
  color: #004976;
}
.cid-tTJAhvfq87 .list {
  color: #3d4045;
  text-align: justify;
}
.cid-tTJAhvfq87 .mbr-section-title DIV {
  text-align: justify;
}
.cid-tTJymZtS8x {
  overflow-x: hidden !important;
}
.cid-tTJymZtS8x,
.cid-tTJymZtS8x .scroll-wrapper {
  padding-top: 45px;
  padding-bottom: 90px;
}
.cid-tTJymZtS8x .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tTJymZtS8x .svg-1 path {
  fill: #ffffff;
}
.cid-tTJymZtS8x .geometry {
  position: absolute;
}
.cid-tTJymZtS8x .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tTJymZtS8x .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tTJymZtS8x .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tTJymZtS8x .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tTJymZtS8x .card-block {
    width: 100%;
  }
}
.cid-tTJymZtS8x blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #ffffff;
}
.cid-tTJymZtS8x blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tTJymZtS8x blockquote {
    padding: 2rem 1rem;
  }
  .cid-tTJymZtS8x .geometry {
    position: absolute;
  }
  .cid-tTJymZtS8x .geometry__circle,
  .cid-tTJymZtS8x .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tTJymZtS8x .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tTJymZtS8x blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tTJymZtS8x .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tTJymZtS8x blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tTJymZtS8x .mbr-section-title {
  color: #004976;
}
.cid-tTJymZtS8x .mbr-section-title span {
  color: #003056;
}
.cid-tTJymZtS8x .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tTJymZtS8x .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 56s !important;
  animation-duration: 56s;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tTJymZtS8x .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tTJymZtS8x .mbr-overlay {
  z-index: 1;
}
.cid-tTJymZtS8x .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tTJzujFiy5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tTJzujFiy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJzujFiy5 .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-tTJzujFiy5 .container {
    padding: 0 16px;
  }
}
.cid-tTJzujFiy5 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tTJzujFiy5 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tTJzujFiy5 .image-wrapper img {
  position: absolute;
  height: 350px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tTJzujFiy5 .image-wrapper img {
    height: 300px;
  }
}
.cid-tTJzujFiy5 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tTJzujFiy5 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tTJzujFiy5 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tTJzujFiy5 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tTJzujFiy5 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tTJzujFiy5 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tTJzujFiy5 .mbr-text {
  text-align: justify;
}
.cid-tTJBA8Y5pC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTJBA8Y5pC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJBA8Y5pC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJBA8Y5pC .container,
.cid-tTJBA8Y5pC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTJBA8Y5pC .container,
  .cid-tTJBA8Y5pC .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTJBA8Y5pC .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tTJBA8Y5pC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tTJBA8Y5pC .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTJBA8Y5pC .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTJBA8Y5pC .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tTJBA8Y5pC .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tTJBA8Y5pC .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tTJBA8Y5pC .list-wrap {
  margin-bottom: 15px;
}
.cid-tTJBA8Y5pC .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tTJBA8Y5pC .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal;
}
.cid-tTJBA8Y5pC .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-tTJBA8Y5pC .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-tTJBA8Y5pC .mbr-section-title {
  color: #3d4045;
  text-align: justify;
}
.cid-tTJBA8Y5pC .mbr-section-subtitle {
  color: #004976;
}
.cid-tTJBA8Y5pC .list {
  color: #3d4045;
  text-align: justify;
}
.cid-tUiNzivgen {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tUiNzivgen .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiNzivgen .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-tUiNzivgen .container {
    padding: 0 16px;
  }
}
.cid-tUiNzivgen .row {
  background-color: #003056;
  border-radius: 40px;
  padding: 55px 20px;
}
@media (max-width: 992px) {
  .cid-tUiNzivgen .row {
    margin: 0;
  }
}
.cid-tUiNzivgen .row .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cid-tUiNzivgen .row .image-wrapper img {
  position: absolute;
  top: -5rem;
  width: 240px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-tUiNzivgen .row .image-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-tUiNzivgen .row .image-wrapper .line {
  position: absolute;
  bottom: -7.8rem;
  width: 1px;
  height: 100%;
  border: 2px dashed #ffffff;
}
@media (max-width: 992px) {
  .cid-tUiNzivgen .row .image-wrapper .line {
    display: none;
  }
}
.cid-tUiNzivgen .row .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUiNzivgen .row .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUiNzivgen .row .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUiNzivgen .row .icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
}
.cid-tUiNzivgen .row .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 73px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tUiNzivgen .row .icon-wrapper {
    display: none;
  }
}
.cid-tUiNzivgen .mbr-section-title {
  color: #ffffff;
}
.cid-tUiNzivgen .icon-wrapper {
  text-align: right;
}
.cid-tTEQVRoLzx {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTEQVRoLzx .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tTEQVRoLzx .svg-1 path {
  fill: #003056;
}
.cid-tTEQVRoLzx .geometry {
  position: absolute;
}
.cid-tTEQVRoLzx .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tTEQVRoLzx .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tTEQVRoLzx .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tTEQVRoLzx .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tTEQVRoLzx .card-block {
    width: 100%;
  }
}
.cid-tTEQVRoLzx blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tTEQVRoLzx blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tTEQVRoLzx blockquote {
    padding: 2rem 1rem;
  }
  .cid-tTEQVRoLzx .geometry {
    position: absolute;
  }
  .cid-tTEQVRoLzx .geometry__circle,
  .cid-tTEQVRoLzx .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tTEQVRoLzx .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tTEQVRoLzx blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tTEQVRoLzx .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tTEQVRoLzx blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tTEQVRoLzx .mbr-text {
  color: #ffffff;
}
.cid-tTEQVRXQPm {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tTEQVRXQPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTEQVRXQPm .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tTEQVRXQPm .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tTEQVRXQPm .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tTEQVRXQPm .social-list {
  width: auto;
}
.cid-tTEQVRXQPm .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tTEQVRXQPm .social-media {
  padding: 0;
  text-align: center;
}
.cid-tTEQVRXQPm .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tTEQVRXQPm .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tTEQVRXQPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTEQVRXQPm .container,
.cid-tTEQVRXQPm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTEQVRXQPm .container,
  .cid-tTEQVRXQPm .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTEQVRXQPm a {
  display: block;
}
.cid-tTEQVRXQPm a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTEQVRXQPm a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tTEQVRXQPm a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tTEQVRXQPm a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tTEQVRXQPm a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tTEQVRXQPm a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tTEQVRXQPm .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tTEQVRXQPm .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTEQVRXQPm .copy-wrapper {
    border-right: none;
  }
}
.cid-tTEQVRXQPm .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tTEQVRXQPm .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTEQVRXQPm .list-wrapper {
    height: auto;
  }
}
.cid-tTEQVRXQPm .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTEQVRXQPm .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tTEQVRXQPm .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tTEQVRXQPm .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTEQVRXQPm .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tTEQVRXQPm .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tTEQVRXQPm .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTEQVRXQPm .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTEQVRXQPm .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tTEQVRXQPm .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tTEQVRXQPm .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tTEQVRXQPm .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tTEQVRXQPm .mbr-section-title {
  color: #3d4045;
}
.cid-tTEQVRXQPm .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tTEQVRXQPm .list {
  color: #ffffff;
}
.cid-tTEQVRXQPm .mbr-section-btn {
  text-align: right;
}
.cid-tTEQVRXQPm .mbr-section-title,
.cid-tTEQVRXQPm .mbr-section-btn {
  color: #4fad2b;
}
.cid-tTERanqbDJ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tTERanqbDJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-tTERanqbDJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tTERanqbDJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTERanqbDJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tTERanqbDJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tTERanqbDJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tTERanqbDJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tTERanqbDJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tTERanqbDJ .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tTERanqbDJ .dropdown-item {
  padding: 0;
}
.cid-tTERanqbDJ .dropdown-item,
.cid-tTERanqbDJ .nav-link,
.cid-tTERanqbDJ .brand-name {
  font-style: normal;
}
.cid-tTERanqbDJ .dropdown-item:hover,
.cid-tTERanqbDJ .nav-link:hover,
.cid-tTERanqbDJ .brand-name:hover {
  color: #003056 !important;
}
.cid-tTERanqbDJ .dropdown-menu {
  background-color: #004976;
}
.cid-tTERanqbDJ .dropdown-item:active {
  background-color: #004976;
}
.cid-tTERanqbDJ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tTERanqbDJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tTERanqbDJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tTERanqbDJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tTERanqbDJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTERanqbDJ .content-text {
  margin-bottom: 0;
}
.cid-tTERanqbDJ .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tTERanqbDJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tTERanqbDJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tTERanqbDJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tTERanqbDJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tTERanqbDJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTERanqbDJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTERanqbDJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tTERanqbDJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTERanqbDJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-tTERanqbDJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tTERanqbDJ .content-right-side {
  text-align: center;
}
.cid-tTERanqbDJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tTERanqbDJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tTERanqbDJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tTERanqbDJ .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTERanqbDJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTERanqbDJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tTERanqbDJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tTERanqbDJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tTERanqbDJ .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tTERanqbDJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tTERanqbDJ .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tTERanqbDJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTERanqbDJ .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tTERanqbDJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-tTERanqbDJ .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTERanqbDJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tTERanqbDJ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tTERanqbDJ .navbar-toggler {
    display: none;
  }
  .cid-tTERanqbDJ .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tTERanqbDJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tTERanqbDJ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tTERanqbDJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tTERanqbDJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tTERanqbDJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tTERanqbDJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTERanqbDJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tTERanqbDJ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tTERanqbDJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTERanqbDJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTERanqbDJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTERanqbDJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tTERanqbDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTERanqbDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTERanqbDJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tTERanqbDJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTERanqbDJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tTERanqbDJ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tTERanqbDJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tTERanqbDJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tTERanqbDJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tTERanqbDJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tTERanqbDJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tTERanqbDJ button.navbar-toggler:focus {
  outline: none;
}
.cid-tTERanqbDJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tTERanqbDJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTERanqbDJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTERanqbDJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTERanqbDJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTERanqbDJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTERanqbDJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTERanqbDJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTERanqbDJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTERanqbDJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTERanqbDJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTERanqbDJ .collapsed .btn {
  display: flex;
}
.cid-tTERanqbDJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tTERanqbDJ .collapsed .navbar-collapse.collapsing,
.cid-tTERanqbDJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tTERanqbDJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tTERanqbDJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tTERanqbDJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tTERanqbDJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tTERanqbDJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tTERanqbDJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tTERanqbDJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tTERanqbDJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tTERanqbDJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTERanqbDJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-tTERanqbDJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tTERanqbDJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tTERanqbDJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tTERanqbDJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tTERanqbDJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tTERanqbDJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tTERanqbDJ .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tTERanqbDJ .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tTERanqbDJ .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tTERanqbDJ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tTERanqbDJ .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tTERanqbDJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tTERanqbDJ .navbar-collapse.collapsing,
  .cid-tTERanqbDJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-tTERanqbDJ .navbar-collapse.collapsing .navbar-nav,
  .cid-tTERanqbDJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tTERanqbDJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tTERanqbDJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tTERanqbDJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-tTERanqbDJ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tTERanqbDJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tTERanqbDJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTERanqbDJ img {
    height: 3.8rem !important;
  }
  .cid-tTERanqbDJ .btn {
    display: flex;
  }
  .cid-tTERanqbDJ button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tTERanqbDJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tTERanqbDJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTERanqbDJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tTERanqbDJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tTERanqbDJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tTERanqbDJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tTERanqbDJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tTERanqbDJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tTERanqbDJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tTERanqbDJ .nav-link:focus {
  outline: none;
}
.cid-tTERanqbDJ .navbar-toggler {
  position: relative;
}
.cid-tTERanqbDJ .dropdown-item.active,
.cid-tTERanqbDJ .dropdown-item:active {
  color: initial;
}
.cid-tTERanqbDJ .widget-title,
.cid-tTERanqbDJ .widget-icon {
  color: #e9e9e9;
}
.cid-tTERanqbDJ .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tTERanqbDJ .menu-logo {
    display: none;
  }
  .cid-tTERanqbDJ .navbar {
    padding: 0;
  }
  .cid-tTERanqbDJ .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTERanqbDJ button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tTERaopTrX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tTERaopTrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTERaopTrX .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-tTERaopTrX .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tTERaopTrX .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tTERaopTrX .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tTERaopTrX .image-wrapper img {
    height: 300px;
  }
}
.cid-tTERaopTrX .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #004976;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tTERaopTrX .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tTERaopTrX .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tTERaopTrX .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tTERaopTrX .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tTERaopTrX .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tTERaopTrX .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tTERaopTrX .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tTERaopTrX .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tTERaopTrX .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tTERaopTrX .mbr-section-title {
  color: #ffffff;
}
.cid-tTERaopTrX .mbr-text {
  color: #ffffff;
}
.cid-tTERaopTrX .icon-wrapper {
  text-align: right;
}
.cid-tTERaopTrX .mbr-section-title,
.cid-tTERaopTrX .icon-wrapper {
  color: #d4fe00;
}
.cid-tWyv2r9TmU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tWyv2r9TmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWyv2r9TmU .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-tWyv2r9TmU .container {
    padding: 0 16px;
  }
}
.cid-tWyv2r9TmU .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 180px;
}
@media (max-width: 992px) {
  .cid-tWyv2r9TmU .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tWyv2r9TmU .image-wrapper img {
  position: absolute;
  height: 220px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tWyv2r9TmU .image-wrapper img {
    height: 300px;
  }
}
.cid-tWyv2r9TmU .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tWyv2r9TmU .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWyv2r9TmU .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tWyv2r9TmU .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tWyv2r9TmU .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tWyv2r9TmU .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tWyv2r9TmU .mbr-text {
  text-align: justify;
}
.cid-tWyv34StwH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tWyv34StwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWyv34StwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWyv34StwH .container,
.cid-tWyv34StwH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWyv34StwH .container,
  .cid-tWyv34StwH .container-fluid {
    padding: 0 20px;
  }
}
.cid-tWyv34StwH .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tWyv34StwH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tWyv34StwH .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWyv34StwH .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tWyv34StwH .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tWyv34StwH .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tWyv34StwH .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWyv34StwH .list-wrap {
  margin-bottom: 15px;
}
.cid-tWyv34StwH .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tWyv34StwH .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal;
}
.cid-tWyv34StwH .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-tWyv34StwH .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-tWyv34StwH .mbr-section-title {
  color: #3d4045;
  text-align: justify;
}
.cid-tWyv34StwH .mbr-section-subtitle {
  color: #004976;
}
.cid-tWyv34StwH .list {
  color: #3d4045;
  text-align: justify;
}
.cid-tWyv34StwH .mbr-section-title DIV {
  text-align: justify;
}
.cid-tWyEY2RyqJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tWyEY2RyqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWyEY2RyqJ .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-tWyEY2RyqJ .container {
    padding: 0 16px;
  }
}
.cid-tWyEY2RyqJ .row {
  background-color: #003056;
  border-radius: 40px;
  padding: 55px 20px;
}
@media (max-width: 992px) {
  .cid-tWyEY2RyqJ .row {
    margin: 0;
  }
}
.cid-tWyEY2RyqJ .row .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cid-tWyEY2RyqJ .row .image-wrapper img {
  position: absolute;
  top: -5rem;
  width: 240px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-tWyEY2RyqJ .row .image-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-tWyEY2RyqJ .row .image-wrapper .line {
  position: absolute;
  bottom: -7.8rem;
  width: 1px;
  height: 100%;
  border: 2px dashed #ffffff;
}
@media (max-width: 992px) {
  .cid-tWyEY2RyqJ .row .image-wrapper .line {
    display: none;
  }
}
.cid-tWyEY2RyqJ .row .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWyEY2RyqJ .row .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWyEY2RyqJ .row .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tWyEY2RyqJ .row .icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
}
.cid-tWyEY2RyqJ .row .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 73px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tWyEY2RyqJ .row .icon-wrapper {
    display: none;
  }
}
.cid-tWyEY2RyqJ .mbr-section-title {
  color: #ffffff;
}
.cid-tWyEY2RyqJ .icon-wrapper {
  text-align: right;
}
.cid-tTERas1Te7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTERas1Te7 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tTERas1Te7 .svg-1 path {
  fill: #003056;
}
.cid-tTERas1Te7 .geometry {
  position: absolute;
}
.cid-tTERas1Te7 .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tTERas1Te7 .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tTERas1Te7 .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tTERas1Te7 .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tTERas1Te7 .card-block {
    width: 100%;
  }
}
.cid-tTERas1Te7 blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tTERas1Te7 blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tTERas1Te7 blockquote {
    padding: 2rem 1rem;
  }
  .cid-tTERas1Te7 .geometry {
    position: absolute;
  }
  .cid-tTERas1Te7 .geometry__circle,
  .cid-tTERas1Te7 .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tTERas1Te7 .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tTERas1Te7 blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tTERas1Te7 .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tTERas1Te7 blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tTERas1Te7 .mbr-text {
  color: #ffffff;
}
.cid-tTERaswaqF {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tTERaswaqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTERaswaqF .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tTERaswaqF .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tTERaswaqF .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tTERaswaqF .social-list {
  width: auto;
}
.cid-tTERaswaqF .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tTERaswaqF .social-media {
  padding: 0;
  text-align: center;
}
.cid-tTERaswaqF .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tTERaswaqF .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tTERaswaqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTERaswaqF .container,
.cid-tTERaswaqF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTERaswaqF .container,
  .cid-tTERaswaqF .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTERaswaqF a {
  display: block;
}
.cid-tTERaswaqF a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTERaswaqF a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tTERaswaqF a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tTERaswaqF a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tTERaswaqF a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tTERaswaqF a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tTERaswaqF .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tTERaswaqF .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTERaswaqF .copy-wrapper {
    border-right: none;
  }
}
.cid-tTERaswaqF .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tTERaswaqF .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTERaswaqF .list-wrapper {
    height: auto;
  }
}
.cid-tTERaswaqF .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTERaswaqF .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tTERaswaqF .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tTERaswaqF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTERaswaqF .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tTERaswaqF .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tTERaswaqF .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTERaswaqF .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTERaswaqF .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tTERaswaqF .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tTERaswaqF .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tTERaswaqF .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tTERaswaqF .mbr-section-title {
  color: #3d4045;
}
.cid-tTERaswaqF .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tTERaswaqF .list {
  color: #ffffff;
}
.cid-tTERaswaqF .mbr-section-btn {
  text-align: right;
}
.cid-tTERaswaqF .mbr-section-title,
.cid-tTERaswaqF .mbr-section-btn {
  color: #4fad2b;
}
.cid-tTERjnlH3g .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tTERjnlH3g .navbar-fixed-top {
  padding-top: 0;
}
.cid-tTERjnlH3g .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tTERjnlH3g .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTERjnlH3g .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tTERjnlH3g .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tTERjnlH3g .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tTERjnlH3g .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tTERjnlH3g .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tTERjnlH3g .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tTERjnlH3g .dropdown-item {
  padding: 0;
}
.cid-tTERjnlH3g .dropdown-item,
.cid-tTERjnlH3g .nav-link,
.cid-tTERjnlH3g .brand-name {
  font-style: normal;
}
.cid-tTERjnlH3g .dropdown-item:hover,
.cid-tTERjnlH3g .nav-link:hover,
.cid-tTERjnlH3g .brand-name:hover {
  color: #003056 !important;
}
.cid-tTERjnlH3g .dropdown-menu {
  background-color: #004976;
}
.cid-tTERjnlH3g .dropdown-item:active {
  background-color: #004976;
}
.cid-tTERjnlH3g .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tTERjnlH3g .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tTERjnlH3g .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tTERjnlH3g .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tTERjnlH3g .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTERjnlH3g .content-text {
  margin-bottom: 0;
}
.cid-tTERjnlH3g .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tTERjnlH3g .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tTERjnlH3g .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tTERjnlH3g .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tTERjnlH3g .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tTERjnlH3g .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTERjnlH3g .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTERjnlH3g .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tTERjnlH3g .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTERjnlH3g .nav-dropdown .link {
  font-weight: 400;
}
.cid-tTERjnlH3g .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tTERjnlH3g .content-right-side {
  text-align: center;
}
.cid-tTERjnlH3g .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tTERjnlH3g .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tTERjnlH3g .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tTERjnlH3g .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTERjnlH3g .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTERjnlH3g .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tTERjnlH3g .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tTERjnlH3g .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tTERjnlH3g .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tTERjnlH3g .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tTERjnlH3g .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tTERjnlH3g .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTERjnlH3g .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tTERjnlH3g .navbar {
    display: block;
    padding: 0;
  }
  .cid-tTERjnlH3g .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTERjnlH3g .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tTERjnlH3g .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tTERjnlH3g .navbar-toggler {
    display: none;
  }
  .cid-tTERjnlH3g .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tTERjnlH3g .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tTERjnlH3g .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tTERjnlH3g .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tTERjnlH3g .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tTERjnlH3g .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tTERjnlH3g .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTERjnlH3g .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tTERjnlH3g .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tTERjnlH3g .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTERjnlH3g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTERjnlH3g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTERjnlH3g .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tTERjnlH3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTERjnlH3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTERjnlH3g .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tTERjnlH3g .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTERjnlH3g .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tTERjnlH3g .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tTERjnlH3g .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tTERjnlH3g .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tTERjnlH3g .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tTERjnlH3g .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tTERjnlH3g button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tTERjnlH3g button.navbar-toggler:focus {
  outline: none;
}
.cid-tTERjnlH3g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tTERjnlH3g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTERjnlH3g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTERjnlH3g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTERjnlH3g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTERjnlH3g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTERjnlH3g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTERjnlH3g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTERjnlH3g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTERjnlH3g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTERjnlH3g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTERjnlH3g .collapsed .btn {
  display: flex;
}
.cid-tTERjnlH3g .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tTERjnlH3g .collapsed .navbar-collapse.collapsing,
.cid-tTERjnlH3g .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tTERjnlH3g .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tTERjnlH3g .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tTERjnlH3g .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tTERjnlH3g .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tTERjnlH3g .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tTERjnlH3g .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tTERjnlH3g .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tTERjnlH3g .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tTERjnlH3g .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTERjnlH3g .collapsed button.navbar-toggler {
  display: block;
}
.cid-tTERjnlH3g .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tTERjnlH3g .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tTERjnlH3g .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tTERjnlH3g .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tTERjnlH3g .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tTERjnlH3g .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tTERjnlH3g .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tTERjnlH3g .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tTERjnlH3g .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tTERjnlH3g .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tTERjnlH3g .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tTERjnlH3g .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tTERjnlH3g .navbar-collapse.collapsing,
  .cid-tTERjnlH3g .navbar-collapse.show {
    display: block !important;
  }
  .cid-tTERjnlH3g .navbar-collapse.collapsing .navbar-nav,
  .cid-tTERjnlH3g .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tTERjnlH3g .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tTERjnlH3g .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tTERjnlH3g .navbar-collapse.collapsing .navbar-buttons,
  .cid-tTERjnlH3g .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tTERjnlH3g .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tTERjnlH3g .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTERjnlH3g img {
    height: 3.8rem !important;
  }
  .cid-tTERjnlH3g .btn {
    display: flex;
  }
  .cid-tTERjnlH3g button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tTERjnlH3g .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tTERjnlH3g .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTERjnlH3g .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tTERjnlH3g .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tTERjnlH3g .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tTERjnlH3g .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tTERjnlH3g .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tTERjnlH3g .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tTERjnlH3g .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tTERjnlH3g .nav-link:focus {
  outline: none;
}
.cid-tTERjnlH3g .navbar-toggler {
  position: relative;
}
.cid-tTERjnlH3g .dropdown-item.active,
.cid-tTERjnlH3g .dropdown-item:active {
  color: initial;
}
.cid-tTERjnlH3g .widget-title,
.cid-tTERjnlH3g .widget-icon {
  color: #e9e9e9;
}
.cid-tTERjnlH3g .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tTERjnlH3g .menu-logo {
    display: none;
  }
  .cid-tTERjnlH3g .navbar {
    padding: 0;
  }
  .cid-tTERjnlH3g .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTERjnlH3g button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tTERjp2yAv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tTERjp2yAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTERjp2yAv .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-tTERjp2yAv .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tTERjp2yAv .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tTERjp2yAv .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tTERjp2yAv .image-wrapper img {
    height: 300px;
  }
}
.cid-tTERjp2yAv .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #004976;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tTERjp2yAv .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tTERjp2yAv .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tTERjp2yAv .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tTERjp2yAv .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tTERjp2yAv .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tTERjp2yAv .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tTERjp2yAv .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tTERjp2yAv .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tTERjp2yAv .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tTERjp2yAv .mbr-section-title {
  color: #ffffff;
}
.cid-tTERjp2yAv .mbr-text {
  color: #ffffff;
}
.cid-tTERjp2yAv .icon-wrapper {
  text-align: right;
}
.cid-tTERjp2yAv .mbr-section-title,
.cid-tTERjp2yAv .icon-wrapper {
  color: #d4fe00;
}
.cid-tWyDS3kTTA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tWyDS3kTTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWyDS3kTTA .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-tWyDS3kTTA .container {
    padding: 0 16px;
  }
}
.cid-tWyDS3kTTA .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tWyDS3kTTA .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tWyDS3kTTA .image-wrapper img {
  position: absolute;
  height: 350px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tWyDS3kTTA .image-wrapper img {
    height: 300px;
  }
}
.cid-tWyDS3kTTA .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tWyDS3kTTA .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWyDS3kTTA .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tWyDS3kTTA .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tWyDS3kTTA .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tWyDS3kTTA .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tWyDS3kTTA .mbr-text {
  text-align: justify;
}
.cid-tWyDSBPsLY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tWyDSBPsLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWyDSBPsLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWyDSBPsLY .container,
.cid-tWyDSBPsLY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWyDSBPsLY .container,
  .cid-tWyDSBPsLY .container-fluid {
    padding: 0 20px;
  }
}
.cid-tWyDSBPsLY .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tWyDSBPsLY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tWyDSBPsLY .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWyDSBPsLY .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tWyDSBPsLY .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tWyDSBPsLY .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tWyDSBPsLY .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWyDSBPsLY .list-wrap {
  margin-bottom: 15px;
}
.cid-tWyDSBPsLY .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tWyDSBPsLY .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal;
}
.cid-tWyDSBPsLY .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-tWyDSBPsLY .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-tWyDSBPsLY .mbr-section-title {
  color: #3d4045;
  text-align: justify;
}
.cid-tWyDSBPsLY .mbr-section-subtitle {
  color: #004976;
}
.cid-tWyDSBPsLY .list {
  color: #3d4045;
  text-align: justify;
}
.cid-tWyDSBPsLY .mbr-section-title DIV {
  text-align: justify;
}
.cid-tWyF3RQ5wE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tWyF3RQ5wE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWyF3RQ5wE .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-tWyF3RQ5wE .container {
    padding: 0 16px;
  }
}
.cid-tWyF3RQ5wE .row {
  background-color: #003056;
  border-radius: 40px;
  padding: 55px 20px;
}
@media (max-width: 992px) {
  .cid-tWyF3RQ5wE .row {
    margin: 0;
  }
}
.cid-tWyF3RQ5wE .row .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cid-tWyF3RQ5wE .row .image-wrapper img {
  position: absolute;
  top: -5rem;
  width: 240px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-tWyF3RQ5wE .row .image-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-tWyF3RQ5wE .row .image-wrapper .line {
  position: absolute;
  bottom: -7.8rem;
  width: 1px;
  height: 100%;
  border: 2px dashed #ffffff;
}
@media (max-width: 992px) {
  .cid-tWyF3RQ5wE .row .image-wrapper .line {
    display: none;
  }
}
.cid-tWyF3RQ5wE .row .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWyF3RQ5wE .row .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWyF3RQ5wE .row .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tWyF3RQ5wE .row .icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
}
.cid-tWyF3RQ5wE .row .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 73px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tWyF3RQ5wE .row .icon-wrapper {
    display: none;
  }
}
.cid-tWyF3RQ5wE .mbr-section-title {
  color: #ffffff;
}
.cid-tWyF3RQ5wE .icon-wrapper {
  text-align: right;
}
.cid-tTERjtqTT4 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTERjtqTT4 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tTERjtqTT4 .svg-1 path {
  fill: #003056;
}
.cid-tTERjtqTT4 .geometry {
  position: absolute;
}
.cid-tTERjtqTT4 .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tTERjtqTT4 .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tTERjtqTT4 .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tTERjtqTT4 .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tTERjtqTT4 .card-block {
    width: 100%;
  }
}
.cid-tTERjtqTT4 blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tTERjtqTT4 blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tTERjtqTT4 blockquote {
    padding: 2rem 1rem;
  }
  .cid-tTERjtqTT4 .geometry {
    position: absolute;
  }
  .cid-tTERjtqTT4 .geometry__circle,
  .cid-tTERjtqTT4 .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tTERjtqTT4 .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tTERjtqTT4 blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tTERjtqTT4 .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tTERjtqTT4 blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tTERjtqTT4 .mbr-text {
  color: #ffffff;
}
.cid-tTERjtYRz4 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tTERjtYRz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTERjtYRz4 .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tTERjtYRz4 .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tTERjtYRz4 .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tTERjtYRz4 .social-list {
  width: auto;
}
.cid-tTERjtYRz4 .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tTERjtYRz4 .social-media {
  padding: 0;
  text-align: center;
}
.cid-tTERjtYRz4 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tTERjtYRz4 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tTERjtYRz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTERjtYRz4 .container,
.cid-tTERjtYRz4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTERjtYRz4 .container,
  .cid-tTERjtYRz4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTERjtYRz4 a {
  display: block;
}
.cid-tTERjtYRz4 a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTERjtYRz4 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tTERjtYRz4 a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tTERjtYRz4 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tTERjtYRz4 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tTERjtYRz4 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tTERjtYRz4 .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tTERjtYRz4 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTERjtYRz4 .copy-wrapper {
    border-right: none;
  }
}
.cid-tTERjtYRz4 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tTERjtYRz4 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTERjtYRz4 .list-wrapper {
    height: auto;
  }
}
.cid-tTERjtYRz4 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTERjtYRz4 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tTERjtYRz4 .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tTERjtYRz4 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTERjtYRz4 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tTERjtYRz4 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tTERjtYRz4 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTERjtYRz4 .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTERjtYRz4 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tTERjtYRz4 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tTERjtYRz4 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tTERjtYRz4 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tTERjtYRz4 .mbr-section-title {
  color: #3d4045;
}
.cid-tTERjtYRz4 .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tTERjtYRz4 .list {
  color: #ffffff;
}
.cid-tTERjtYRz4 .mbr-section-btn {
  text-align: right;
}
.cid-tTERjtYRz4 .mbr-section-title,
.cid-tTERjtYRz4 .mbr-section-btn {
  color: #4fad2b;
}
.cid-tTERrCMJZ9 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tTERrCMJZ9 .navbar-fixed-top {
  padding-top: 0;
}
.cid-tTERrCMJZ9 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tTERrCMJZ9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTERrCMJZ9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tTERrCMJZ9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tTERrCMJZ9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tTERrCMJZ9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tTERrCMJZ9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tTERrCMJZ9 .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tTERrCMJZ9 .dropdown-item {
  padding: 0;
}
.cid-tTERrCMJZ9 .dropdown-item,
.cid-tTERrCMJZ9 .nav-link,
.cid-tTERrCMJZ9 .brand-name {
  font-style: normal;
}
.cid-tTERrCMJZ9 .dropdown-item:hover,
.cid-tTERrCMJZ9 .nav-link:hover,
.cid-tTERrCMJZ9 .brand-name:hover {
  color: #003056 !important;
}
.cid-tTERrCMJZ9 .dropdown-menu {
  background-color: #004976;
}
.cid-tTERrCMJZ9 .dropdown-item:active {
  background-color: #004976;
}
.cid-tTERrCMJZ9 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tTERrCMJZ9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tTERrCMJZ9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tTERrCMJZ9 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tTERrCMJZ9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTERrCMJZ9 .content-text {
  margin-bottom: 0;
}
.cid-tTERrCMJZ9 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tTERrCMJZ9 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tTERrCMJZ9 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tTERrCMJZ9 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tTERrCMJZ9 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tTERrCMJZ9 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTERrCMJZ9 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTERrCMJZ9 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tTERrCMJZ9 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTERrCMJZ9 .nav-dropdown .link {
  font-weight: 400;
}
.cid-tTERrCMJZ9 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tTERrCMJZ9 .content-right-side {
  text-align: center;
}
.cid-tTERrCMJZ9 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tTERrCMJZ9 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tTERrCMJZ9 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tTERrCMJZ9 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTERrCMJZ9 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTERrCMJZ9 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tTERrCMJZ9 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tTERrCMJZ9 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tTERrCMJZ9 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tTERrCMJZ9 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tTERrCMJZ9 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tTERrCMJZ9 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTERrCMJZ9 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tTERrCMJZ9 .navbar {
    display: block;
    padding: 0;
  }
  .cid-tTERrCMJZ9 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTERrCMJZ9 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tTERrCMJZ9 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tTERrCMJZ9 .navbar-toggler {
    display: none;
  }
  .cid-tTERrCMJZ9 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tTERrCMJZ9 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tTERrCMJZ9 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tTERrCMJZ9 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tTERrCMJZ9 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tTERrCMJZ9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tTERrCMJZ9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTERrCMJZ9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tTERrCMJZ9 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tTERrCMJZ9 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTERrCMJZ9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTERrCMJZ9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTERrCMJZ9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tTERrCMJZ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTERrCMJZ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTERrCMJZ9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tTERrCMJZ9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTERrCMJZ9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tTERrCMJZ9 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tTERrCMJZ9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tTERrCMJZ9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tTERrCMJZ9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tTERrCMJZ9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tTERrCMJZ9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tTERrCMJZ9 button.navbar-toggler:focus {
  outline: none;
}
.cid-tTERrCMJZ9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tTERrCMJZ9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTERrCMJZ9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTERrCMJZ9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTERrCMJZ9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTERrCMJZ9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTERrCMJZ9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTERrCMJZ9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTERrCMJZ9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTERrCMJZ9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTERrCMJZ9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTERrCMJZ9 .collapsed .btn {
  display: flex;
}
.cid-tTERrCMJZ9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tTERrCMJZ9 .collapsed .navbar-collapse.collapsing,
.cid-tTERrCMJZ9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tTERrCMJZ9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tTERrCMJZ9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tTERrCMJZ9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tTERrCMJZ9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tTERrCMJZ9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tTERrCMJZ9 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tTERrCMJZ9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tTERrCMJZ9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tTERrCMJZ9 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTERrCMJZ9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tTERrCMJZ9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tTERrCMJZ9 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tTERrCMJZ9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tTERrCMJZ9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tTERrCMJZ9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tTERrCMJZ9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tTERrCMJZ9 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tTERrCMJZ9 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tTERrCMJZ9 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tTERrCMJZ9 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tTERrCMJZ9 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tTERrCMJZ9 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tTERrCMJZ9 .navbar-collapse.collapsing,
  .cid-tTERrCMJZ9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tTERrCMJZ9 .navbar-collapse.collapsing .navbar-nav,
  .cid-tTERrCMJZ9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tTERrCMJZ9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tTERrCMJZ9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tTERrCMJZ9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tTERrCMJZ9 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tTERrCMJZ9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tTERrCMJZ9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTERrCMJZ9 img {
    height: 3.8rem !important;
  }
  .cid-tTERrCMJZ9 .btn {
    display: flex;
  }
  .cid-tTERrCMJZ9 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tTERrCMJZ9 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tTERrCMJZ9 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTERrCMJZ9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tTERrCMJZ9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tTERrCMJZ9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tTERrCMJZ9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tTERrCMJZ9 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tTERrCMJZ9 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tTERrCMJZ9 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tTERrCMJZ9 .nav-link:focus {
  outline: none;
}
.cid-tTERrCMJZ9 .navbar-toggler {
  position: relative;
}
.cid-tTERrCMJZ9 .dropdown-item.active,
.cid-tTERrCMJZ9 .dropdown-item:active {
  color: initial;
}
.cid-tTERrCMJZ9 .widget-title,
.cid-tTERrCMJZ9 .widget-icon {
  color: #e9e9e9;
}
.cid-tTERrCMJZ9 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tTERrCMJZ9 .menu-logo {
    display: none;
  }
  .cid-tTERrCMJZ9 .navbar {
    padding: 0;
  }
  .cid-tTERrCMJZ9 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTERrCMJZ9 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tTERrDILkO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tTERrDILkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTERrDILkO .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-tTERrDILkO .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tTERrDILkO .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tTERrDILkO .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tTERrDILkO .image-wrapper img {
    height: 300px;
  }
}
.cid-tTERrDILkO .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #004976;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tTERrDILkO .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tTERrDILkO .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tTERrDILkO .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tTERrDILkO .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tTERrDILkO .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tTERrDILkO .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tTERrDILkO .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tTERrDILkO .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tTERrDILkO .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tTERrDILkO .mbr-section-title {
  color: #ffffff;
}
.cid-tTERrDILkO .mbr-text {
  color: #ffffff;
}
.cid-tTERrDILkO .icon-wrapper {
  text-align: right;
}
.cid-tTERrDILkO .mbr-section-title,
.cid-tTERrDILkO .icon-wrapper {
  color: #d4fe00;
}
.cid-tWyxH75Z8Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tWyxH75Z8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWyxH75Z8Y .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-tWyxH75Z8Y .container {
    padding: 0 16px;
  }
}
.cid-tWyxH75Z8Y .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tWyxH75Z8Y .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tWyxH75Z8Y .image-wrapper img {
  position: absolute;
  height: 350px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tWyxH75Z8Y .image-wrapper img {
    height: 300px;
  }
}
.cid-tWyxH75Z8Y .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tWyxH75Z8Y .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWyxH75Z8Y .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tWyxH75Z8Y .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tWyxH75Z8Y .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tWyxH75Z8Y .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tWyxH75Z8Y .mbr-text {
  text-align: justify;
}
.cid-tWyxHQ4NVj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tWyxHQ4NVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWyxHQ4NVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWyxHQ4NVj .container,
.cid-tWyxHQ4NVj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWyxHQ4NVj .container,
  .cid-tWyxHQ4NVj .container-fluid {
    padding: 0 20px;
  }
}
.cid-tWyxHQ4NVj .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tWyxHQ4NVj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tWyxHQ4NVj .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWyxHQ4NVj .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tWyxHQ4NVj .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tWyxHQ4NVj .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tWyxHQ4NVj .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWyxHQ4NVj .list-wrap {
  margin-bottom: 15px;
}
.cid-tWyxHQ4NVj .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tWyxHQ4NVj .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal;
}
.cid-tWyxHQ4NVj .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-tWyxHQ4NVj .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-tWyxHQ4NVj .mbr-section-title {
  color: #3d4045;
  text-align: justify;
}
.cid-tWyxHQ4NVj .mbr-section-subtitle {
  color: #004976;
}
.cid-tWyxHQ4NVj .list {
  color: #3d4045;
  text-align: justify;
}
.cid-tWyxHQ4NVj .mbr-section-title DIV {
  text-align: justify;
}
.cid-tWyF8VExxp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tWyF8VExxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWyF8VExxp .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-tWyF8VExxp .container {
    padding: 0 16px;
  }
}
.cid-tWyF8VExxp .row {
  background-color: #003056;
  border-radius: 40px;
  padding: 55px 20px;
}
@media (max-width: 992px) {
  .cid-tWyF8VExxp .row {
    margin: 0;
  }
}
.cid-tWyF8VExxp .row .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cid-tWyF8VExxp .row .image-wrapper img {
  position: absolute;
  top: -5rem;
  width: 240px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-tWyF8VExxp .row .image-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-tWyF8VExxp .row .image-wrapper .line {
  position: absolute;
  bottom: -7.8rem;
  width: 1px;
  height: 100%;
  border: 2px dashed #ffffff;
}
@media (max-width: 992px) {
  .cid-tWyF8VExxp .row .image-wrapper .line {
    display: none;
  }
}
.cid-tWyF8VExxp .row .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tWyF8VExxp .row .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWyF8VExxp .row .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tWyF8VExxp .row .icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
}
.cid-tWyF8VExxp .row .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 73px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tWyF8VExxp .row .icon-wrapper {
    display: none;
  }
}
.cid-tWyF8VExxp .mbr-section-title {
  color: #ffffff;
}
.cid-tWyF8VExxp .icon-wrapper {
  text-align: right;
}
.cid-tTERrHsAqa {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTERrHsAqa .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tTERrHsAqa .svg-1 path {
  fill: #003056;
}
.cid-tTERrHsAqa .geometry {
  position: absolute;
}
.cid-tTERrHsAqa .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tTERrHsAqa .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tTERrHsAqa .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tTERrHsAqa .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tTERrHsAqa .card-block {
    width: 100%;
  }
}
.cid-tTERrHsAqa blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tTERrHsAqa blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tTERrHsAqa blockquote {
    padding: 2rem 1rem;
  }
  .cid-tTERrHsAqa .geometry {
    position: absolute;
  }
  .cid-tTERrHsAqa .geometry__circle,
  .cid-tTERrHsAqa .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tTERrHsAqa .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tTERrHsAqa blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tTERrHsAqa .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tTERrHsAqa blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tTERrHsAqa .mbr-text {
  color: #ffffff;
}
.cid-tTERrHYTcP {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tTERrHYTcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTERrHYTcP .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tTERrHYTcP .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tTERrHYTcP .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tTERrHYTcP .social-list {
  width: auto;
}
.cid-tTERrHYTcP .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tTERrHYTcP .social-media {
  padding: 0;
  text-align: center;
}
.cid-tTERrHYTcP .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tTERrHYTcP .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tTERrHYTcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTERrHYTcP .container,
.cid-tTERrHYTcP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTERrHYTcP .container,
  .cid-tTERrHYTcP .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTERrHYTcP a {
  display: block;
}
.cid-tTERrHYTcP a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTERrHYTcP a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tTERrHYTcP a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tTERrHYTcP a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tTERrHYTcP a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tTERrHYTcP a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tTERrHYTcP .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tTERrHYTcP .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTERrHYTcP .copy-wrapper {
    border-right: none;
  }
}
.cid-tTERrHYTcP .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tTERrHYTcP .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTERrHYTcP .list-wrapper {
    height: auto;
  }
}
.cid-tTERrHYTcP .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTERrHYTcP .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tTERrHYTcP .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tTERrHYTcP .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTERrHYTcP .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tTERrHYTcP .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tTERrHYTcP .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTERrHYTcP .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTERrHYTcP .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tTERrHYTcP .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tTERrHYTcP .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tTERrHYTcP .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tTERrHYTcP .mbr-section-title {
  color: #3d4045;
}
.cid-tTERrHYTcP .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tTERrHYTcP .list {
  color: #ffffff;
}
.cid-tTERrHYTcP .mbr-section-btn {
  text-align: right;
}
.cid-tTERrHYTcP .mbr-section-title,
.cid-tTERrHYTcP .mbr-section-btn {
  color: #4fad2b;
}
.cid-tTISqdwOyP .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tTISqdwOyP .navbar-fixed-top {
  padding-top: 0;
}
.cid-tTISqdwOyP .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tTISqdwOyP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTISqdwOyP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tTISqdwOyP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tTISqdwOyP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tTISqdwOyP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tTISqdwOyP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tTISqdwOyP .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tTISqdwOyP .dropdown-item {
  padding: 0;
}
.cid-tTISqdwOyP .dropdown-item,
.cid-tTISqdwOyP .nav-link,
.cid-tTISqdwOyP .brand-name {
  font-style: normal;
}
.cid-tTISqdwOyP .dropdown-item:hover,
.cid-tTISqdwOyP .nav-link:hover,
.cid-tTISqdwOyP .brand-name:hover {
  color: #003056 !important;
}
.cid-tTISqdwOyP .dropdown-menu {
  background-color: #004976;
}
.cid-tTISqdwOyP .dropdown-item:active {
  background-color: #004976;
}
.cid-tTISqdwOyP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tTISqdwOyP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tTISqdwOyP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tTISqdwOyP .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tTISqdwOyP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTISqdwOyP .content-text {
  margin-bottom: 0;
}
.cid-tTISqdwOyP .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tTISqdwOyP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tTISqdwOyP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tTISqdwOyP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tTISqdwOyP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tTISqdwOyP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTISqdwOyP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTISqdwOyP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tTISqdwOyP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTISqdwOyP .nav-dropdown .link {
  font-weight: 400;
}
.cid-tTISqdwOyP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tTISqdwOyP .content-right-side {
  text-align: center;
}
.cid-tTISqdwOyP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tTISqdwOyP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tTISqdwOyP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tTISqdwOyP .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTISqdwOyP .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTISqdwOyP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tTISqdwOyP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tTISqdwOyP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tTISqdwOyP .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tTISqdwOyP .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tTISqdwOyP .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tTISqdwOyP .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTISqdwOyP .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tTISqdwOyP .navbar {
    display: block;
    padding: 0;
  }
  .cid-tTISqdwOyP .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTISqdwOyP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tTISqdwOyP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tTISqdwOyP .navbar-toggler {
    display: none;
  }
  .cid-tTISqdwOyP .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tTISqdwOyP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tTISqdwOyP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tTISqdwOyP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tTISqdwOyP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tTISqdwOyP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tTISqdwOyP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTISqdwOyP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tTISqdwOyP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tTISqdwOyP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTISqdwOyP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTISqdwOyP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTISqdwOyP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tTISqdwOyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTISqdwOyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTISqdwOyP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tTISqdwOyP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTISqdwOyP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tTISqdwOyP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tTISqdwOyP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tTISqdwOyP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tTISqdwOyP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tTISqdwOyP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tTISqdwOyP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tTISqdwOyP button.navbar-toggler:focus {
  outline: none;
}
.cid-tTISqdwOyP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tTISqdwOyP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTISqdwOyP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTISqdwOyP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTISqdwOyP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTISqdwOyP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTISqdwOyP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTISqdwOyP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTISqdwOyP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTISqdwOyP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTISqdwOyP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTISqdwOyP .collapsed .btn {
  display: flex;
}
.cid-tTISqdwOyP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tTISqdwOyP .collapsed .navbar-collapse.collapsing,
.cid-tTISqdwOyP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tTISqdwOyP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tTISqdwOyP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tTISqdwOyP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tTISqdwOyP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tTISqdwOyP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tTISqdwOyP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tTISqdwOyP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tTISqdwOyP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tTISqdwOyP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTISqdwOyP .collapsed button.navbar-toggler {
  display: block;
}
.cid-tTISqdwOyP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tTISqdwOyP .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tTISqdwOyP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tTISqdwOyP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tTISqdwOyP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tTISqdwOyP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tTISqdwOyP .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tTISqdwOyP .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tTISqdwOyP .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tTISqdwOyP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tTISqdwOyP .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tTISqdwOyP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tTISqdwOyP .navbar-collapse.collapsing,
  .cid-tTISqdwOyP .navbar-collapse.show {
    display: block !important;
  }
  .cid-tTISqdwOyP .navbar-collapse.collapsing .navbar-nav,
  .cid-tTISqdwOyP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tTISqdwOyP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tTISqdwOyP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tTISqdwOyP .navbar-collapse.collapsing .navbar-buttons,
  .cid-tTISqdwOyP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tTISqdwOyP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tTISqdwOyP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTISqdwOyP img {
    height: 3.8rem !important;
  }
  .cid-tTISqdwOyP .btn {
    display: flex;
  }
  .cid-tTISqdwOyP button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tTISqdwOyP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tTISqdwOyP .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTISqdwOyP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tTISqdwOyP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tTISqdwOyP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tTISqdwOyP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tTISqdwOyP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tTISqdwOyP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tTISqdwOyP .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tTISqdwOyP .nav-link:focus {
  outline: none;
}
.cid-tTISqdwOyP .navbar-toggler {
  position: relative;
}
.cid-tTISqdwOyP .dropdown-item.active,
.cid-tTISqdwOyP .dropdown-item:active {
  color: initial;
}
.cid-tTISqdwOyP .widget-title,
.cid-tTISqdwOyP .widget-icon {
  color: #e9e9e9;
}
.cid-tTISqdwOyP .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tTISqdwOyP .menu-logo {
    display: none;
  }
  .cid-tTISqdwOyP .navbar {
    padding: 0;
  }
  .cid-tTISqdwOyP .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTISqdwOyP button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUjFUdcdAz {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tUjFUdcdAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUjFUdcdAz .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-tUjFUdcdAz .container {
    padding: 0 16px;
  }
}
.cid-tUjFUdcdAz .image-wrapper {
  position: relative;
  display: flex;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  background-color: #004976;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tUjFUdcdAz .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tUjFUdcdAz .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tUjFUdcdAz .image-wrapper img {
  position: absolute;
  border-radius: 16px;
  width: 90%;
}
.cid-tUjFUdcdAz .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUjFUdcdAz .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUjFUdcdAz .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUjFUdcdAz .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tUjFUdcdAz .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUjFUdcdAz .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUjFUdcdAz .mbr-section-title,
.cid-tUjFUdcdAz .mbr-section-btn {
  color: #ffffff;
}
.cid-tTIT3bL2ed {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tTIT3bL2ed .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTIT3bL2ed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTIT3bL2ed .mbr-text {
  text-align: justify;
}
.cid-tUjEAW48tM {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #eff1f2;
}
.cid-tUjEAW48tM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUjEAW48tM .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-tUjEAW48tM .container {
    padding: 0 16px;
  }
}
.cid-tUjEAW48tM .row {
  background-color: #003056;
  border-radius: 40px;
  padding: 55px 20px;
}
@media (max-width: 992px) {
  .cid-tUjEAW48tM .row {
    margin: 0;
  }
}
.cid-tUjEAW48tM .row .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cid-tUjEAW48tM .row .image-wrapper img {
  position: absolute;
  top: -7rem;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tUjEAW48tM .row .image-wrapper .line {
  position: absolute;
  bottom: -7.8rem;
  width: 1px;
  height: 100%;
  border: 2px dashed #ffffff;
}
@media (max-width: 992px) {
  .cid-tUjEAW48tM .row .image-wrapper .line {
    display: none;
  }
}
.cid-tUjEAW48tM .row .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUjEAW48tM .row .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUjEAW48tM .row .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUjEAW48tM .row .icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
}
.cid-tUjEAW48tM .row .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 73px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tUjEAW48tM .row .icon-wrapper {
    display: none;
  }
}
.cid-tUjEAW48tM .mbr-section-title {
  color: #ffffff;
}
.cid-tUjEAW48tM .icon-wrapper {
  text-align: right;
}
.cid-tTISqj7ciA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tTISqj7ciA .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tTISqj7ciA .svg-1 path {
  fill: #003056;
}
.cid-tTISqj7ciA .geometry {
  position: absolute;
}
.cid-tTISqj7ciA .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tTISqj7ciA .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tTISqj7ciA .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tTISqj7ciA .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tTISqj7ciA .card-block {
    width: 100%;
  }
}
.cid-tTISqj7ciA blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tTISqj7ciA blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tTISqj7ciA blockquote {
    padding: 2rem 1rem;
  }
  .cid-tTISqj7ciA .geometry {
    position: absolute;
  }
  .cid-tTISqj7ciA .geometry__circle,
  .cid-tTISqj7ciA .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tTISqj7ciA .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tTISqj7ciA blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tTISqj7ciA .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tTISqj7ciA blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tTISqj7ciA .mbr-text {
  color: #ffffff;
}
.cid-tTISqjC8hj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tTISqjC8hj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTISqjC8hj .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tTISqjC8hj .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tTISqjC8hj .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tTISqjC8hj .social-list {
  width: auto;
}
.cid-tTISqjC8hj .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tTISqjC8hj .social-media {
  padding: 0;
  text-align: center;
}
.cid-tTISqjC8hj .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tTISqjC8hj .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tTISqjC8hj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTISqjC8hj .container,
.cid-tTISqjC8hj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTISqjC8hj .container,
  .cid-tTISqjC8hj .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTISqjC8hj a {
  display: block;
}
.cid-tTISqjC8hj a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTISqjC8hj a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tTISqjC8hj a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tTISqjC8hj a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tTISqjC8hj a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tTISqjC8hj a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tTISqjC8hj .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tTISqjC8hj .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTISqjC8hj .copy-wrapper {
    border-right: none;
  }
}
.cid-tTISqjC8hj .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tTISqjC8hj .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTISqjC8hj .list-wrapper {
    height: auto;
  }
}
.cid-tTISqjC8hj .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTISqjC8hj .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tTISqjC8hj .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tTISqjC8hj .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTISqjC8hj .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tTISqjC8hj .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tTISqjC8hj .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTISqjC8hj .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTISqjC8hj .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tTISqjC8hj .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tTISqjC8hj .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tTISqjC8hj .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tTISqjC8hj .mbr-section-title {
  color: #3d4045;
}
.cid-tTISqjC8hj .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tTISqjC8hj .list {
  color: #ffffff;
}
.cid-tTISqjC8hj .mbr-section-btn {
  text-align: right;
}
.cid-tTISqjC8hj .mbr-section-title,
.cid-tTISqjC8hj .mbr-section-btn {
  color: #4fad2b;
}
.cid-tTIUZDcaGQ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tTIUZDcaGQ .navbar-fixed-top {
  padding-top: 0;
}
.cid-tTIUZDcaGQ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tTIUZDcaGQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTIUZDcaGQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tTIUZDcaGQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tTIUZDcaGQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tTIUZDcaGQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tTIUZDcaGQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tTIUZDcaGQ .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tTIUZDcaGQ .dropdown-item {
  padding: 0;
}
.cid-tTIUZDcaGQ .dropdown-item,
.cid-tTIUZDcaGQ .nav-link,
.cid-tTIUZDcaGQ .brand-name {
  font-style: normal;
}
.cid-tTIUZDcaGQ .dropdown-item:hover,
.cid-tTIUZDcaGQ .nav-link:hover,
.cid-tTIUZDcaGQ .brand-name:hover {
  color: #003056 !important;
}
.cid-tTIUZDcaGQ .dropdown-menu {
  background-color: #004976;
}
.cid-tTIUZDcaGQ .dropdown-item:active {
  background-color: #004976;
}
.cid-tTIUZDcaGQ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tTIUZDcaGQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tTIUZDcaGQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tTIUZDcaGQ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tTIUZDcaGQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTIUZDcaGQ .content-text {
  margin-bottom: 0;
}
.cid-tTIUZDcaGQ .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tTIUZDcaGQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tTIUZDcaGQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tTIUZDcaGQ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tTIUZDcaGQ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tTIUZDcaGQ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTIUZDcaGQ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTIUZDcaGQ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tTIUZDcaGQ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTIUZDcaGQ .nav-dropdown .link {
  font-weight: 400;
}
.cid-tTIUZDcaGQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tTIUZDcaGQ .content-right-side {
  text-align: center;
}
.cid-tTIUZDcaGQ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tTIUZDcaGQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tTIUZDcaGQ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tTIUZDcaGQ .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTIUZDcaGQ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTIUZDcaGQ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tTIUZDcaGQ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tTIUZDcaGQ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tTIUZDcaGQ .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tTIUZDcaGQ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tTIUZDcaGQ .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tTIUZDcaGQ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTIUZDcaGQ .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tTIUZDcaGQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-tTIUZDcaGQ .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTIUZDcaGQ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tTIUZDcaGQ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tTIUZDcaGQ .navbar-toggler {
    display: none;
  }
  .cid-tTIUZDcaGQ .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tTIUZDcaGQ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tTIUZDcaGQ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tTIUZDcaGQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tTIUZDcaGQ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tTIUZDcaGQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tTIUZDcaGQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTIUZDcaGQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tTIUZDcaGQ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tTIUZDcaGQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTIUZDcaGQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTIUZDcaGQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTIUZDcaGQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tTIUZDcaGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTIUZDcaGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTIUZDcaGQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tTIUZDcaGQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTIUZDcaGQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tTIUZDcaGQ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tTIUZDcaGQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tTIUZDcaGQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tTIUZDcaGQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tTIUZDcaGQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tTIUZDcaGQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tTIUZDcaGQ button.navbar-toggler:focus {
  outline: none;
}
.cid-tTIUZDcaGQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tTIUZDcaGQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTIUZDcaGQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTIUZDcaGQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTIUZDcaGQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTIUZDcaGQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTIUZDcaGQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTIUZDcaGQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTIUZDcaGQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTIUZDcaGQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTIUZDcaGQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTIUZDcaGQ .collapsed .btn {
  display: flex;
}
.cid-tTIUZDcaGQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tTIUZDcaGQ .collapsed .navbar-collapse.collapsing,
.cid-tTIUZDcaGQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tTIUZDcaGQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tTIUZDcaGQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tTIUZDcaGQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tTIUZDcaGQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tTIUZDcaGQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tTIUZDcaGQ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tTIUZDcaGQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tTIUZDcaGQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tTIUZDcaGQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTIUZDcaGQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-tTIUZDcaGQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tTIUZDcaGQ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tTIUZDcaGQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tTIUZDcaGQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tTIUZDcaGQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tTIUZDcaGQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tTIUZDcaGQ .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tTIUZDcaGQ .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tTIUZDcaGQ .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tTIUZDcaGQ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tTIUZDcaGQ .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tTIUZDcaGQ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tTIUZDcaGQ .navbar-collapse.collapsing,
  .cid-tTIUZDcaGQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-tTIUZDcaGQ .navbar-collapse.collapsing .navbar-nav,
  .cid-tTIUZDcaGQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tTIUZDcaGQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tTIUZDcaGQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tTIUZDcaGQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-tTIUZDcaGQ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tTIUZDcaGQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tTIUZDcaGQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTIUZDcaGQ img {
    height: 3.8rem !important;
  }
  .cid-tTIUZDcaGQ .btn {
    display: flex;
  }
  .cid-tTIUZDcaGQ button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tTIUZDcaGQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tTIUZDcaGQ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTIUZDcaGQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tTIUZDcaGQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tTIUZDcaGQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tTIUZDcaGQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tTIUZDcaGQ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tTIUZDcaGQ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tTIUZDcaGQ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tTIUZDcaGQ .nav-link:focus {
  outline: none;
}
.cid-tTIUZDcaGQ .navbar-toggler {
  position: relative;
}
.cid-tTIUZDcaGQ .dropdown-item.active,
.cid-tTIUZDcaGQ .dropdown-item:active {
  color: initial;
}
.cid-tTIUZDcaGQ .widget-title,
.cid-tTIUZDcaGQ .widget-icon {
  color: #e9e9e9;
}
.cid-tTIUZDcaGQ .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tTIUZDcaGQ .menu-logo {
    display: none;
  }
  .cid-tTIUZDcaGQ .navbar {
    padding: 0;
  }
  .cid-tTIUZDcaGQ .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTIUZDcaGQ button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUjIB7rsbe {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tUjIB7rsbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUjIB7rsbe .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-tUjIB7rsbe .container {
    padding: 0 16px;
  }
}
.cid-tUjIB7rsbe .image-wrapper {
  position: relative;
  display: flex;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  background-color: #004976;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tUjIB7rsbe .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tUjIB7rsbe .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tUjIB7rsbe .image-wrapper img {
  position: absolute;
  border-radius: 16px;
  width: 90%;
}
.cid-tUjIB7rsbe .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUjIB7rsbe .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUjIB7rsbe .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUjIB7rsbe .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tUjIB7rsbe .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUjIB7rsbe .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUjIB7rsbe .mbr-section-title,
.cid-tUjIB7rsbe .mbr-section-btn {
  color: #ffffff;
}
.cid-tTIUZFdStB {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tTIUZFdStB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTIUZFdStB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTIUZFdStB .mbr-text {
  text-align: justify;
}
.cid-tUjIE3YuR0 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #eff1f2;
}
.cid-tUjIE3YuR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUjIE3YuR0 .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-tUjIE3YuR0 .container {
    padding: 0 16px;
  }
}
.cid-tUjIE3YuR0 .row {
  background-color: #003056;
  border-radius: 40px;
  padding: 55px 20px;
}
@media (max-width: 992px) {
  .cid-tUjIE3YuR0 .row {
    margin: 0;
  }
}
.cid-tUjIE3YuR0 .row .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cid-tUjIE3YuR0 .row .image-wrapper img {
  position: absolute;
  top: -7rem;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tUjIE3YuR0 .row .image-wrapper .line {
  position: absolute;
  bottom: -7.8rem;
  width: 1px;
  height: 100%;
  border: 2px dashed #ffffff;
}
@media (max-width: 992px) {
  .cid-tUjIE3YuR0 .row .image-wrapper .line {
    display: none;
  }
}
.cid-tUjIE3YuR0 .row .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUjIE3YuR0 .row .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUjIE3YuR0 .row .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUjIE3YuR0 .row .icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
}
.cid-tUjIE3YuR0 .row .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 73px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tUjIE3YuR0 .row .icon-wrapper {
    display: none;
  }
}
.cid-tUjIE3YuR0 .mbr-section-title {
  color: #ffffff;
}
.cid-tUjIE3YuR0 .icon-wrapper {
  text-align: right;
}
.cid-tTIUZFZ64r {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tTIUZFZ64r .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tTIUZFZ64r .svg-1 path {
  fill: #003056;
}
.cid-tTIUZFZ64r .geometry {
  position: absolute;
}
.cid-tTIUZFZ64r .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tTIUZFZ64r .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tTIUZFZ64r .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tTIUZFZ64r .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tTIUZFZ64r .card-block {
    width: 100%;
  }
}
.cid-tTIUZFZ64r blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tTIUZFZ64r blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tTIUZFZ64r blockquote {
    padding: 2rem 1rem;
  }
  .cid-tTIUZFZ64r .geometry {
    position: absolute;
  }
  .cid-tTIUZFZ64r .geometry__circle,
  .cid-tTIUZFZ64r .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tTIUZFZ64r .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tTIUZFZ64r blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tTIUZFZ64r .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tTIUZFZ64r blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tTIUZFZ64r .mbr-text {
  color: #ffffff;
}
.cid-tTIUZGzVNz {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tTIUZGzVNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTIUZGzVNz .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tTIUZGzVNz .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tTIUZGzVNz .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tTIUZGzVNz .social-list {
  width: auto;
}
.cid-tTIUZGzVNz .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tTIUZGzVNz .social-media {
  padding: 0;
  text-align: center;
}
.cid-tTIUZGzVNz .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tTIUZGzVNz .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tTIUZGzVNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTIUZGzVNz .container,
.cid-tTIUZGzVNz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTIUZGzVNz .container,
  .cid-tTIUZGzVNz .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTIUZGzVNz a {
  display: block;
}
.cid-tTIUZGzVNz a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTIUZGzVNz a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tTIUZGzVNz a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tTIUZGzVNz a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tTIUZGzVNz a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tTIUZGzVNz a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tTIUZGzVNz .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tTIUZGzVNz .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTIUZGzVNz .copy-wrapper {
    border-right: none;
  }
}
.cid-tTIUZGzVNz .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tTIUZGzVNz .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTIUZGzVNz .list-wrapper {
    height: auto;
  }
}
.cid-tTIUZGzVNz .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTIUZGzVNz .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tTIUZGzVNz .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tTIUZGzVNz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTIUZGzVNz .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tTIUZGzVNz .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tTIUZGzVNz .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTIUZGzVNz .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTIUZGzVNz .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tTIUZGzVNz .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tTIUZGzVNz .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tTIUZGzVNz .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tTIUZGzVNz .mbr-section-title {
  color: #3d4045;
}
.cid-tTIUZGzVNz .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tTIUZGzVNz .list {
  color: #ffffff;
}
.cid-tTIUZGzVNz .mbr-section-btn {
  text-align: right;
}
.cid-tTIUZGzVNz .mbr-section-title,
.cid-tTIUZGzVNz .mbr-section-btn {
  color: #4fad2b;
}
.cid-tTIZttapBM .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tTIZttapBM .navbar-fixed-top {
  padding-top: 0;
}
.cid-tTIZttapBM .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tTIZttapBM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTIZttapBM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tTIZttapBM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tTIZttapBM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tTIZttapBM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tTIZttapBM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tTIZttapBM .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tTIZttapBM .dropdown-item {
  padding: 0;
}
.cid-tTIZttapBM .dropdown-item,
.cid-tTIZttapBM .nav-link,
.cid-tTIZttapBM .brand-name {
  font-style: normal;
}
.cid-tTIZttapBM .dropdown-item:hover,
.cid-tTIZttapBM .nav-link:hover,
.cid-tTIZttapBM .brand-name:hover {
  color: #003056 !important;
}
.cid-tTIZttapBM .dropdown-menu {
  background-color: #004976;
}
.cid-tTIZttapBM .dropdown-item:active {
  background-color: #004976;
}
.cid-tTIZttapBM .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tTIZttapBM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tTIZttapBM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tTIZttapBM .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tTIZttapBM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTIZttapBM .content-text {
  margin-bottom: 0;
}
.cid-tTIZttapBM .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tTIZttapBM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tTIZttapBM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tTIZttapBM .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tTIZttapBM .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tTIZttapBM .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTIZttapBM .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTIZttapBM .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tTIZttapBM .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTIZttapBM .nav-dropdown .link {
  font-weight: 400;
}
.cid-tTIZttapBM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tTIZttapBM .content-right-side {
  text-align: center;
}
.cid-tTIZttapBM .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tTIZttapBM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tTIZttapBM .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tTIZttapBM .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTIZttapBM .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTIZttapBM .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tTIZttapBM .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tTIZttapBM .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tTIZttapBM .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tTIZttapBM .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tTIZttapBM .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tTIZttapBM .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTIZttapBM .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tTIZttapBM .navbar {
    display: block;
    padding: 0;
  }
  .cid-tTIZttapBM .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTIZttapBM .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tTIZttapBM .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tTIZttapBM .navbar-toggler {
    display: none;
  }
  .cid-tTIZttapBM .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tTIZttapBM .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tTIZttapBM .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tTIZttapBM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tTIZttapBM .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tTIZttapBM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tTIZttapBM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTIZttapBM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tTIZttapBM .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tTIZttapBM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTIZttapBM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTIZttapBM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTIZttapBM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tTIZttapBM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTIZttapBM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTIZttapBM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tTIZttapBM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTIZttapBM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tTIZttapBM .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tTIZttapBM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tTIZttapBM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tTIZttapBM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tTIZttapBM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tTIZttapBM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tTIZttapBM button.navbar-toggler:focus {
  outline: none;
}
.cid-tTIZttapBM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tTIZttapBM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTIZttapBM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTIZttapBM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTIZttapBM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTIZttapBM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTIZttapBM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTIZttapBM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTIZttapBM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTIZttapBM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTIZttapBM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTIZttapBM .collapsed .btn {
  display: flex;
}
.cid-tTIZttapBM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tTIZttapBM .collapsed .navbar-collapse.collapsing,
.cid-tTIZttapBM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tTIZttapBM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tTIZttapBM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tTIZttapBM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tTIZttapBM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tTIZttapBM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tTIZttapBM .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tTIZttapBM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tTIZttapBM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tTIZttapBM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTIZttapBM .collapsed button.navbar-toggler {
  display: block;
}
.cid-tTIZttapBM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tTIZttapBM .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tTIZttapBM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tTIZttapBM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tTIZttapBM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tTIZttapBM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tTIZttapBM .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tTIZttapBM .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tTIZttapBM .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tTIZttapBM .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tTIZttapBM .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tTIZttapBM .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tTIZttapBM .navbar-collapse.collapsing,
  .cid-tTIZttapBM .navbar-collapse.show {
    display: block !important;
  }
  .cid-tTIZttapBM .navbar-collapse.collapsing .navbar-nav,
  .cid-tTIZttapBM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tTIZttapBM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tTIZttapBM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tTIZttapBM .navbar-collapse.collapsing .navbar-buttons,
  .cid-tTIZttapBM .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tTIZttapBM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tTIZttapBM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTIZttapBM img {
    height: 3.8rem !important;
  }
  .cid-tTIZttapBM .btn {
    display: flex;
  }
  .cid-tTIZttapBM button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tTIZttapBM .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tTIZttapBM .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTIZttapBM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tTIZttapBM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tTIZttapBM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tTIZttapBM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tTIZttapBM .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tTIZttapBM .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tTIZttapBM .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tTIZttapBM .nav-link:focus {
  outline: none;
}
.cid-tTIZttapBM .navbar-toggler {
  position: relative;
}
.cid-tTIZttapBM .dropdown-item.active,
.cid-tTIZttapBM .dropdown-item:active {
  color: initial;
}
.cid-tTIZttapBM .widget-title,
.cid-tTIZttapBM .widget-icon {
  color: #e9e9e9;
}
.cid-tTIZttapBM .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tTIZttapBM .menu-logo {
    display: none;
  }
  .cid-tTIZttapBM .navbar {
    padding: 0;
  }
  .cid-tTIZttapBM .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTIZttapBM button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUjJjMAUo2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tUjJjMAUo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUjJjMAUo2 .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-tUjJjMAUo2 .container {
    padding: 0 16px;
  }
}
.cid-tUjJjMAUo2 .image-wrapper {
  position: relative;
  display: flex;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  background-color: #004976;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tUjJjMAUo2 .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tUjJjMAUo2 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tUjJjMAUo2 .image-wrapper img {
  position: absolute;
  border-radius: 16px;
  width: 90%;
}
.cid-tUjJjMAUo2 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUjJjMAUo2 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUjJjMAUo2 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUjJjMAUo2 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tUjJjMAUo2 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUjJjMAUo2 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUjJjMAUo2 .mbr-section-title,
.cid-tUjJjMAUo2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tTIZtwA1aT {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tTIZtwA1aT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTIZtwA1aT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTIZtwA1aT .mbr-text {
  text-align: justify;
}
.cid-tUjJkl4EzC {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #eff1f2;
}
.cid-tUjJkl4EzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUjJkl4EzC .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-tUjJkl4EzC .container {
    padding: 0 16px;
  }
}
.cid-tUjJkl4EzC .row {
  background-color: #003056;
  border-radius: 40px;
  padding: 55px 20px;
}
@media (max-width: 992px) {
  .cid-tUjJkl4EzC .row {
    margin: 0;
  }
}
.cid-tUjJkl4EzC .row .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cid-tUjJkl4EzC .row .image-wrapper img {
  position: absolute;
  top: -7rem;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tUjJkl4EzC .row .image-wrapper .line {
  position: absolute;
  bottom: -7.8rem;
  width: 1px;
  height: 100%;
  border: 2px dashed #ffffff;
}
@media (max-width: 992px) {
  .cid-tUjJkl4EzC .row .image-wrapper .line {
    display: none;
  }
}
.cid-tUjJkl4EzC .row .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUjJkl4EzC .row .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUjJkl4EzC .row .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUjJkl4EzC .row .icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
}
.cid-tUjJkl4EzC .row .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 73px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tUjJkl4EzC .row .icon-wrapper {
    display: none;
  }
}
.cid-tUjJkl4EzC .mbr-section-title {
  color: #ffffff;
}
.cid-tUjJkl4EzC .icon-wrapper {
  text-align: right;
}
.cid-tTIZtxPFYG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tTIZtxPFYG .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tTIZtxPFYG .svg-1 path {
  fill: #003056;
}
.cid-tTIZtxPFYG .geometry {
  position: absolute;
}
.cid-tTIZtxPFYG .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tTIZtxPFYG .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tTIZtxPFYG .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tTIZtxPFYG .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tTIZtxPFYG .card-block {
    width: 100%;
  }
}
.cid-tTIZtxPFYG blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tTIZtxPFYG blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tTIZtxPFYG blockquote {
    padding: 2rem 1rem;
  }
  .cid-tTIZtxPFYG .geometry {
    position: absolute;
  }
  .cid-tTIZtxPFYG .geometry__circle,
  .cid-tTIZtxPFYG .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tTIZtxPFYG .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tTIZtxPFYG blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tTIZtxPFYG .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tTIZtxPFYG blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tTIZtxPFYG .mbr-text {
  color: #ffffff;
}
.cid-tTIZtyJbi2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tTIZtyJbi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTIZtyJbi2 .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tTIZtyJbi2 .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tTIZtyJbi2 .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tTIZtyJbi2 .social-list {
  width: auto;
}
.cid-tTIZtyJbi2 .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tTIZtyJbi2 .social-media {
  padding: 0;
  text-align: center;
}
.cid-tTIZtyJbi2 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tTIZtyJbi2 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tTIZtyJbi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTIZtyJbi2 .container,
.cid-tTIZtyJbi2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTIZtyJbi2 .container,
  .cid-tTIZtyJbi2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTIZtyJbi2 a {
  display: block;
}
.cid-tTIZtyJbi2 a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTIZtyJbi2 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tTIZtyJbi2 a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tTIZtyJbi2 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tTIZtyJbi2 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tTIZtyJbi2 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tTIZtyJbi2 .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tTIZtyJbi2 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTIZtyJbi2 .copy-wrapper {
    border-right: none;
  }
}
.cid-tTIZtyJbi2 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tTIZtyJbi2 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTIZtyJbi2 .list-wrapper {
    height: auto;
  }
}
.cid-tTIZtyJbi2 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTIZtyJbi2 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tTIZtyJbi2 .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tTIZtyJbi2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTIZtyJbi2 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tTIZtyJbi2 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tTIZtyJbi2 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTIZtyJbi2 .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTIZtyJbi2 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tTIZtyJbi2 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tTIZtyJbi2 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tTIZtyJbi2 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tTIZtyJbi2 .mbr-section-title {
  color: #3d4045;
}
.cid-tTIZtyJbi2 .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tTIZtyJbi2 .list {
  color: #ffffff;
}
.cid-tTIZtyJbi2 .mbr-section-btn {
  text-align: right;
}
.cid-tTIZtyJbi2 .mbr-section-title,
.cid-tTIZtyJbi2 .mbr-section-btn {
  color: #4fad2b;
}
.cid-tTJ1cP5rq1 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tTJ1cP5rq1 .navbar-fixed-top {
  padding-top: 0;
}
.cid-tTJ1cP5rq1 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tTJ1cP5rq1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTJ1cP5rq1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tTJ1cP5rq1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tTJ1cP5rq1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tTJ1cP5rq1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tTJ1cP5rq1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tTJ1cP5rq1 .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tTJ1cP5rq1 .dropdown-item {
  padding: 0;
}
.cid-tTJ1cP5rq1 .dropdown-item,
.cid-tTJ1cP5rq1 .nav-link,
.cid-tTJ1cP5rq1 .brand-name {
  font-style: normal;
}
.cid-tTJ1cP5rq1 .dropdown-item:hover,
.cid-tTJ1cP5rq1 .nav-link:hover,
.cid-tTJ1cP5rq1 .brand-name:hover {
  color: #003056 !important;
}
.cid-tTJ1cP5rq1 .dropdown-menu {
  background-color: #004976;
}
.cid-tTJ1cP5rq1 .dropdown-item:active {
  background-color: #004976;
}
.cid-tTJ1cP5rq1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tTJ1cP5rq1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tTJ1cP5rq1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tTJ1cP5rq1 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tTJ1cP5rq1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTJ1cP5rq1 .content-text {
  margin-bottom: 0;
}
.cid-tTJ1cP5rq1 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tTJ1cP5rq1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tTJ1cP5rq1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tTJ1cP5rq1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tTJ1cP5rq1 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tTJ1cP5rq1 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTJ1cP5rq1 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTJ1cP5rq1 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tTJ1cP5rq1 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTJ1cP5rq1 .nav-dropdown .link {
  font-weight: 400;
}
.cid-tTJ1cP5rq1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tTJ1cP5rq1 .content-right-side {
  text-align: center;
}
.cid-tTJ1cP5rq1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tTJ1cP5rq1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tTJ1cP5rq1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tTJ1cP5rq1 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTJ1cP5rq1 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTJ1cP5rq1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tTJ1cP5rq1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tTJ1cP5rq1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tTJ1cP5rq1 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tTJ1cP5rq1 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tTJ1cP5rq1 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tTJ1cP5rq1 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTJ1cP5rq1 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tTJ1cP5rq1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-tTJ1cP5rq1 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTJ1cP5rq1 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tTJ1cP5rq1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tTJ1cP5rq1 .navbar-toggler {
    display: none;
  }
  .cid-tTJ1cP5rq1 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tTJ1cP5rq1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tTJ1cP5rq1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tTJ1cP5rq1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tTJ1cP5rq1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tTJ1cP5rq1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tTJ1cP5rq1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTJ1cP5rq1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tTJ1cP5rq1 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tTJ1cP5rq1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTJ1cP5rq1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTJ1cP5rq1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTJ1cP5rq1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tTJ1cP5rq1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTJ1cP5rq1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTJ1cP5rq1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tTJ1cP5rq1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTJ1cP5rq1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tTJ1cP5rq1 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tTJ1cP5rq1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tTJ1cP5rq1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tTJ1cP5rq1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tTJ1cP5rq1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tTJ1cP5rq1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tTJ1cP5rq1 button.navbar-toggler:focus {
  outline: none;
}
.cid-tTJ1cP5rq1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tTJ1cP5rq1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTJ1cP5rq1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTJ1cP5rq1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTJ1cP5rq1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTJ1cP5rq1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTJ1cP5rq1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTJ1cP5rq1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTJ1cP5rq1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTJ1cP5rq1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTJ1cP5rq1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTJ1cP5rq1 .collapsed .btn {
  display: flex;
}
.cid-tTJ1cP5rq1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tTJ1cP5rq1 .collapsed .navbar-collapse.collapsing,
.cid-tTJ1cP5rq1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tTJ1cP5rq1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tTJ1cP5rq1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tTJ1cP5rq1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tTJ1cP5rq1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tTJ1cP5rq1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tTJ1cP5rq1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tTJ1cP5rq1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tTJ1cP5rq1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tTJ1cP5rq1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTJ1cP5rq1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tTJ1cP5rq1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tTJ1cP5rq1 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tTJ1cP5rq1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tTJ1cP5rq1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tTJ1cP5rq1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tTJ1cP5rq1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tTJ1cP5rq1 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tTJ1cP5rq1 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tTJ1cP5rq1 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tTJ1cP5rq1 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tTJ1cP5rq1 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tTJ1cP5rq1 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tTJ1cP5rq1 .navbar-collapse.collapsing,
  .cid-tTJ1cP5rq1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tTJ1cP5rq1 .navbar-collapse.collapsing .navbar-nav,
  .cid-tTJ1cP5rq1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tTJ1cP5rq1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tTJ1cP5rq1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tTJ1cP5rq1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tTJ1cP5rq1 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tTJ1cP5rq1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tTJ1cP5rq1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTJ1cP5rq1 img {
    height: 3.8rem !important;
  }
  .cid-tTJ1cP5rq1 .btn {
    display: flex;
  }
  .cid-tTJ1cP5rq1 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tTJ1cP5rq1 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tTJ1cP5rq1 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTJ1cP5rq1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tTJ1cP5rq1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tTJ1cP5rq1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tTJ1cP5rq1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tTJ1cP5rq1 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tTJ1cP5rq1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tTJ1cP5rq1 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tTJ1cP5rq1 .nav-link:focus {
  outline: none;
}
.cid-tTJ1cP5rq1 .navbar-toggler {
  position: relative;
}
.cid-tTJ1cP5rq1 .dropdown-item.active,
.cid-tTJ1cP5rq1 .dropdown-item:active {
  color: initial;
}
.cid-tTJ1cP5rq1 .widget-title,
.cid-tTJ1cP5rq1 .widget-icon {
  color: #e9e9e9;
}
.cid-tTJ1cP5rq1 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tTJ1cP5rq1 .menu-logo {
    display: none;
  }
  .cid-tTJ1cP5rq1 .navbar {
    padding: 0;
  }
  .cid-tTJ1cP5rq1 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTJ1cP5rq1 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUjKiRH8us {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tUjKiRH8us .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUjKiRH8us .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-tUjKiRH8us .container {
    padding: 0 16px;
  }
}
.cid-tUjKiRH8us .image-wrapper {
  position: relative;
  display: flex;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  background-color: #004976;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tUjKiRH8us .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tUjKiRH8us .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tUjKiRH8us .image-wrapper img {
  position: absolute;
  border-radius: 16px;
  width: 90%;
}
.cid-tUjKiRH8us .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUjKiRH8us .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUjKiRH8us .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUjKiRH8us .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tUjKiRH8us .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUjKiRH8us .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUjKiRH8us .mbr-section-title,
.cid-tUjKiRH8us .mbr-section-btn {
  color: #ffffff;
}
.cid-tTJ1cRvEud {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tTJ1cRvEud .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJ1cRvEud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJ1cRvEud .mbr-text {
  text-align: justify;
}
.cid-tUjKjtpEj7 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #eff1f2;
}
.cid-tUjKjtpEj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUjKjtpEj7 .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-tUjKjtpEj7 .container {
    padding: 0 16px;
  }
}
.cid-tUjKjtpEj7 .row {
  background-color: #003056;
  border-radius: 40px;
  padding: 55px 20px;
}
@media (max-width: 992px) {
  .cid-tUjKjtpEj7 .row {
    margin: 0;
  }
}
.cid-tUjKjtpEj7 .row .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cid-tUjKjtpEj7 .row .image-wrapper img {
  position: absolute;
  top: -7rem;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tUjKjtpEj7 .row .image-wrapper .line {
  position: absolute;
  bottom: -7.8rem;
  width: 1px;
  height: 100%;
  border: 2px dashed #ffffff;
}
@media (max-width: 992px) {
  .cid-tUjKjtpEj7 .row .image-wrapper .line {
    display: none;
  }
}
.cid-tUjKjtpEj7 .row .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUjKjtpEj7 .row .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUjKjtpEj7 .row .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUjKjtpEj7 .row .icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
}
.cid-tUjKjtpEj7 .row .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 73px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tUjKjtpEj7 .row .icon-wrapper {
    display: none;
  }
}
.cid-tUjKjtpEj7 .mbr-section-title {
  color: #ffffff;
}
.cid-tUjKjtpEj7 .icon-wrapper {
  text-align: right;
}
.cid-tTJ1cSJ0ui {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tTJ1cSJ0ui .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tTJ1cSJ0ui .svg-1 path {
  fill: #003056;
}
.cid-tTJ1cSJ0ui .geometry {
  position: absolute;
}
.cid-tTJ1cSJ0ui .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tTJ1cSJ0ui .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tTJ1cSJ0ui .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tTJ1cSJ0ui .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tTJ1cSJ0ui .card-block {
    width: 100%;
  }
}
.cid-tTJ1cSJ0ui blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tTJ1cSJ0ui blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tTJ1cSJ0ui blockquote {
    padding: 2rem 1rem;
  }
  .cid-tTJ1cSJ0ui .geometry {
    position: absolute;
  }
  .cid-tTJ1cSJ0ui .geometry__circle,
  .cid-tTJ1cSJ0ui .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tTJ1cSJ0ui .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tTJ1cSJ0ui blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tTJ1cSJ0ui .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tTJ1cSJ0ui blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tTJ1cSJ0ui .mbr-text {
  color: #ffffff;
}
.cid-tTJ1cTAXRc {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tTJ1cTAXRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJ1cTAXRc .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tTJ1cTAXRc .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tTJ1cTAXRc .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tTJ1cTAXRc .social-list {
  width: auto;
}
.cid-tTJ1cTAXRc .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tTJ1cTAXRc .social-media {
  padding: 0;
  text-align: center;
}
.cid-tTJ1cTAXRc .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tTJ1cTAXRc .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tTJ1cTAXRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJ1cTAXRc .container,
.cid-tTJ1cTAXRc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTJ1cTAXRc .container,
  .cid-tTJ1cTAXRc .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTJ1cTAXRc a {
  display: block;
}
.cid-tTJ1cTAXRc a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTJ1cTAXRc a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tTJ1cTAXRc a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tTJ1cTAXRc a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tTJ1cTAXRc a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tTJ1cTAXRc a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tTJ1cTAXRc .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tTJ1cTAXRc .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTJ1cTAXRc .copy-wrapper {
    border-right: none;
  }
}
.cid-tTJ1cTAXRc .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tTJ1cTAXRc .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTJ1cTAXRc .list-wrapper {
    height: auto;
  }
}
.cid-tTJ1cTAXRc .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTJ1cTAXRc .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tTJ1cTAXRc .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tTJ1cTAXRc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTJ1cTAXRc .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tTJ1cTAXRc .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tTJ1cTAXRc .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTJ1cTAXRc .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTJ1cTAXRc .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tTJ1cTAXRc .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tTJ1cTAXRc .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tTJ1cTAXRc .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tTJ1cTAXRc .mbr-section-title {
  color: #3d4045;
}
.cid-tTJ1cTAXRc .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tTJ1cTAXRc .list {
  color: #ffffff;
}
.cid-tTJ1cTAXRc .mbr-section-btn {
  text-align: right;
}
.cid-tTJ1cTAXRc .mbr-section-title,
.cid-tTJ1cTAXRc .mbr-section-btn {
  color: #4fad2b;
}
.cid-tTJ1X5soGC .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tTJ1X5soGC .navbar-fixed-top {
  padding-top: 0;
}
.cid-tTJ1X5soGC .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tTJ1X5soGC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTJ1X5soGC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tTJ1X5soGC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tTJ1X5soGC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tTJ1X5soGC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tTJ1X5soGC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tTJ1X5soGC .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tTJ1X5soGC .dropdown-item {
  padding: 0;
}
.cid-tTJ1X5soGC .dropdown-item,
.cid-tTJ1X5soGC .nav-link,
.cid-tTJ1X5soGC .brand-name {
  font-style: normal;
}
.cid-tTJ1X5soGC .dropdown-item:hover,
.cid-tTJ1X5soGC .nav-link:hover,
.cid-tTJ1X5soGC .brand-name:hover {
  color: #003056 !important;
}
.cid-tTJ1X5soGC .dropdown-menu {
  background-color: #004976;
}
.cid-tTJ1X5soGC .dropdown-item:active {
  background-color: #004976;
}
.cid-tTJ1X5soGC .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tTJ1X5soGC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tTJ1X5soGC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tTJ1X5soGC .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tTJ1X5soGC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTJ1X5soGC .content-text {
  margin-bottom: 0;
}
.cid-tTJ1X5soGC .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tTJ1X5soGC .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tTJ1X5soGC .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tTJ1X5soGC .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tTJ1X5soGC .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tTJ1X5soGC .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTJ1X5soGC .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTJ1X5soGC .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tTJ1X5soGC .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTJ1X5soGC .nav-dropdown .link {
  font-weight: 400;
}
.cid-tTJ1X5soGC .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tTJ1X5soGC .content-right-side {
  text-align: center;
}
.cid-tTJ1X5soGC .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tTJ1X5soGC .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tTJ1X5soGC .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tTJ1X5soGC .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTJ1X5soGC .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTJ1X5soGC .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tTJ1X5soGC .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tTJ1X5soGC .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tTJ1X5soGC .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tTJ1X5soGC .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tTJ1X5soGC .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tTJ1X5soGC .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTJ1X5soGC .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tTJ1X5soGC .navbar {
    display: block;
    padding: 0;
  }
  .cid-tTJ1X5soGC .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTJ1X5soGC .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tTJ1X5soGC .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tTJ1X5soGC .navbar-toggler {
    display: none;
  }
  .cid-tTJ1X5soGC .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tTJ1X5soGC .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tTJ1X5soGC .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tTJ1X5soGC .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tTJ1X5soGC .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tTJ1X5soGC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tTJ1X5soGC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTJ1X5soGC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tTJ1X5soGC .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tTJ1X5soGC .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTJ1X5soGC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTJ1X5soGC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTJ1X5soGC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tTJ1X5soGC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTJ1X5soGC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTJ1X5soGC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tTJ1X5soGC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTJ1X5soGC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tTJ1X5soGC .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tTJ1X5soGC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tTJ1X5soGC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tTJ1X5soGC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tTJ1X5soGC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tTJ1X5soGC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tTJ1X5soGC button.navbar-toggler:focus {
  outline: none;
}
.cid-tTJ1X5soGC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tTJ1X5soGC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTJ1X5soGC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTJ1X5soGC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTJ1X5soGC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTJ1X5soGC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTJ1X5soGC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTJ1X5soGC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTJ1X5soGC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTJ1X5soGC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTJ1X5soGC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTJ1X5soGC .collapsed .btn {
  display: flex;
}
.cid-tTJ1X5soGC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tTJ1X5soGC .collapsed .navbar-collapse.collapsing,
.cid-tTJ1X5soGC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tTJ1X5soGC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tTJ1X5soGC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tTJ1X5soGC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tTJ1X5soGC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tTJ1X5soGC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tTJ1X5soGC .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tTJ1X5soGC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tTJ1X5soGC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tTJ1X5soGC .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTJ1X5soGC .collapsed button.navbar-toggler {
  display: block;
}
.cid-tTJ1X5soGC .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tTJ1X5soGC .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tTJ1X5soGC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tTJ1X5soGC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tTJ1X5soGC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tTJ1X5soGC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tTJ1X5soGC .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tTJ1X5soGC .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tTJ1X5soGC .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tTJ1X5soGC .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tTJ1X5soGC .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tTJ1X5soGC .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tTJ1X5soGC .navbar-collapse.collapsing,
  .cid-tTJ1X5soGC .navbar-collapse.show {
    display: block !important;
  }
  .cid-tTJ1X5soGC .navbar-collapse.collapsing .navbar-nav,
  .cid-tTJ1X5soGC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tTJ1X5soGC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tTJ1X5soGC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tTJ1X5soGC .navbar-collapse.collapsing .navbar-buttons,
  .cid-tTJ1X5soGC .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tTJ1X5soGC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tTJ1X5soGC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTJ1X5soGC img {
    height: 3.8rem !important;
  }
  .cid-tTJ1X5soGC .btn {
    display: flex;
  }
  .cid-tTJ1X5soGC button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tTJ1X5soGC .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tTJ1X5soGC .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTJ1X5soGC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tTJ1X5soGC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tTJ1X5soGC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tTJ1X5soGC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tTJ1X5soGC .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tTJ1X5soGC .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tTJ1X5soGC .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tTJ1X5soGC .nav-link:focus {
  outline: none;
}
.cid-tTJ1X5soGC .navbar-toggler {
  position: relative;
}
.cid-tTJ1X5soGC .dropdown-item.active,
.cid-tTJ1X5soGC .dropdown-item:active {
  color: initial;
}
.cid-tTJ1X5soGC .widget-title,
.cid-tTJ1X5soGC .widget-icon {
  color: #e9e9e9;
}
.cid-tTJ1X5soGC .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tTJ1X5soGC .menu-logo {
    display: none;
  }
  .cid-tTJ1X5soGC .navbar {
    padding: 0;
  }
  .cid-tTJ1X5soGC .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTJ1X5soGC button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUk2RkXUUy {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tUk2RkXUUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUk2RkXUUy .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-tUk2RkXUUy .container {
    padding: 0 16px;
  }
}
.cid-tUk2RkXUUy .image-wrapper {
  position: relative;
  display: flex;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  background-color: #004976;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tUk2RkXUUy .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tUk2RkXUUy .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tUk2RkXUUy .image-wrapper img {
  position: absolute;
  border-radius: 16px;
  width: 90%;
}
.cid-tUk2RkXUUy .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUk2RkXUUy .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUk2RkXUUy .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUk2RkXUUy .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tUk2RkXUUy .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUk2RkXUUy .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUk2RkXUUy .mbr-section-title,
.cid-tUk2RkXUUy .mbr-section-btn {
  color: #ffffff;
}
.cid-tTJ1X8ySlT {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tTJ1X8ySlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJ1X8ySlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJ1X8ySlT .mbr-text {
  text-align: justify;
}
.cid-tUk2S3jyBz {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #eff1f2;
}
.cid-tUk2S3jyBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUk2S3jyBz .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-tUk2S3jyBz .container {
    padding: 0 16px;
  }
}
.cid-tUk2S3jyBz .row {
  background-color: #003056;
  border-radius: 40px;
  padding: 55px 20px;
}
@media (max-width: 992px) {
  .cid-tUk2S3jyBz .row {
    margin: 0;
  }
}
.cid-tUk2S3jyBz .row .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cid-tUk2S3jyBz .row .image-wrapper img {
  position: absolute;
  top: -7rem;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tUk2S3jyBz .row .image-wrapper .line {
  position: absolute;
  bottom: -7.8rem;
  width: 1px;
  height: 100%;
  border: 2px dashed #ffffff;
}
@media (max-width: 992px) {
  .cid-tUk2S3jyBz .row .image-wrapper .line {
    display: none;
  }
}
.cid-tUk2S3jyBz .row .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUk2S3jyBz .row .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUk2S3jyBz .row .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUk2S3jyBz .row .icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
}
.cid-tUk2S3jyBz .row .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 73px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tUk2S3jyBz .row .icon-wrapper {
    display: none;
  }
}
.cid-tUk2S3jyBz .mbr-section-title {
  color: #ffffff;
}
.cid-tUk2S3jyBz .icon-wrapper {
  text-align: right;
}
.cid-tTJ1XaF3aj {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tTJ1XaF3aj .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tTJ1XaF3aj .svg-1 path {
  fill: #003056;
}
.cid-tTJ1XaF3aj .geometry {
  position: absolute;
}
.cid-tTJ1XaF3aj .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tTJ1XaF3aj .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tTJ1XaF3aj .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tTJ1XaF3aj .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tTJ1XaF3aj .card-block {
    width: 100%;
  }
}
.cid-tTJ1XaF3aj blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tTJ1XaF3aj blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tTJ1XaF3aj blockquote {
    padding: 2rem 1rem;
  }
  .cid-tTJ1XaF3aj .geometry {
    position: absolute;
  }
  .cid-tTJ1XaF3aj .geometry__circle,
  .cid-tTJ1XaF3aj .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tTJ1XaF3aj .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tTJ1XaF3aj blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tTJ1XaF3aj .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tTJ1XaF3aj blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tTJ1XaF3aj .mbr-text {
  color: #ffffff;
}
.cid-tTJ1XdIkUc {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tTJ1XdIkUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJ1XdIkUc .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tTJ1XdIkUc .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tTJ1XdIkUc .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tTJ1XdIkUc .social-list {
  width: auto;
}
.cid-tTJ1XdIkUc .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tTJ1XdIkUc .social-media {
  padding: 0;
  text-align: center;
}
.cid-tTJ1XdIkUc .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tTJ1XdIkUc .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tTJ1XdIkUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJ1XdIkUc .container,
.cid-tTJ1XdIkUc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTJ1XdIkUc .container,
  .cid-tTJ1XdIkUc .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTJ1XdIkUc a {
  display: block;
}
.cid-tTJ1XdIkUc a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTJ1XdIkUc a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tTJ1XdIkUc a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tTJ1XdIkUc a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tTJ1XdIkUc a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tTJ1XdIkUc a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tTJ1XdIkUc .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tTJ1XdIkUc .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTJ1XdIkUc .copy-wrapper {
    border-right: none;
  }
}
.cid-tTJ1XdIkUc .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tTJ1XdIkUc .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTJ1XdIkUc .list-wrapper {
    height: auto;
  }
}
.cid-tTJ1XdIkUc .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTJ1XdIkUc .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tTJ1XdIkUc .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tTJ1XdIkUc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTJ1XdIkUc .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tTJ1XdIkUc .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tTJ1XdIkUc .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTJ1XdIkUc .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTJ1XdIkUc .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tTJ1XdIkUc .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tTJ1XdIkUc .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tTJ1XdIkUc .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tTJ1XdIkUc .mbr-section-title {
  color: #3d4045;
}
.cid-tTJ1XdIkUc .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tTJ1XdIkUc .list {
  color: #ffffff;
}
.cid-tTJ1XdIkUc .mbr-section-btn {
  text-align: right;
}
.cid-tTJ1XdIkUc .mbr-section-title,
.cid-tTJ1XdIkUc .mbr-section-btn {
  color: #4fad2b;
}
.cid-tTJ2Z2BEcg .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tTJ2Z2BEcg .navbar-fixed-top {
  padding-top: 0;
}
.cid-tTJ2Z2BEcg .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tTJ2Z2BEcg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTJ2Z2BEcg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tTJ2Z2BEcg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tTJ2Z2BEcg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tTJ2Z2BEcg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tTJ2Z2BEcg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tTJ2Z2BEcg .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tTJ2Z2BEcg .dropdown-item {
  padding: 0;
}
.cid-tTJ2Z2BEcg .dropdown-item,
.cid-tTJ2Z2BEcg .nav-link,
.cid-tTJ2Z2BEcg .brand-name {
  font-style: normal;
}
.cid-tTJ2Z2BEcg .dropdown-item:hover,
.cid-tTJ2Z2BEcg .nav-link:hover,
.cid-tTJ2Z2BEcg .brand-name:hover {
  color: #003056 !important;
}
.cid-tTJ2Z2BEcg .dropdown-menu {
  background-color: #004976;
}
.cid-tTJ2Z2BEcg .dropdown-item:active {
  background-color: #004976;
}
.cid-tTJ2Z2BEcg .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tTJ2Z2BEcg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tTJ2Z2BEcg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tTJ2Z2BEcg .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tTJ2Z2BEcg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTJ2Z2BEcg .content-text {
  margin-bottom: 0;
}
.cid-tTJ2Z2BEcg .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tTJ2Z2BEcg .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tTJ2Z2BEcg .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tTJ2Z2BEcg .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tTJ2Z2BEcg .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tTJ2Z2BEcg .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTJ2Z2BEcg .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tTJ2Z2BEcg .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tTJ2Z2BEcg .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTJ2Z2BEcg .nav-dropdown .link {
  font-weight: 400;
}
.cid-tTJ2Z2BEcg .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tTJ2Z2BEcg .content-right-side {
  text-align: center;
}
.cid-tTJ2Z2BEcg .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tTJ2Z2BEcg .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tTJ2Z2BEcg .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tTJ2Z2BEcg .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTJ2Z2BEcg .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTJ2Z2BEcg .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tTJ2Z2BEcg .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tTJ2Z2BEcg .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tTJ2Z2BEcg .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tTJ2Z2BEcg .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tTJ2Z2BEcg .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tTJ2Z2BEcg .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTJ2Z2BEcg .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tTJ2Z2BEcg .navbar {
    display: block;
    padding: 0;
  }
  .cid-tTJ2Z2BEcg .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTJ2Z2BEcg .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tTJ2Z2BEcg .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tTJ2Z2BEcg .navbar-toggler {
    display: none;
  }
  .cid-tTJ2Z2BEcg .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tTJ2Z2BEcg .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tTJ2Z2BEcg .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tTJ2Z2BEcg .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tTJ2Z2BEcg .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tTJ2Z2BEcg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tTJ2Z2BEcg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTJ2Z2BEcg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tTJ2Z2BEcg .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tTJ2Z2BEcg .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTJ2Z2BEcg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTJ2Z2BEcg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTJ2Z2BEcg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tTJ2Z2BEcg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTJ2Z2BEcg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTJ2Z2BEcg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tTJ2Z2BEcg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTJ2Z2BEcg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tTJ2Z2BEcg .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tTJ2Z2BEcg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tTJ2Z2BEcg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tTJ2Z2BEcg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tTJ2Z2BEcg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tTJ2Z2BEcg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tTJ2Z2BEcg button.navbar-toggler:focus {
  outline: none;
}
.cid-tTJ2Z2BEcg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tTJ2Z2BEcg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTJ2Z2BEcg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTJ2Z2BEcg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTJ2Z2BEcg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTJ2Z2BEcg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTJ2Z2BEcg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTJ2Z2BEcg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTJ2Z2BEcg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTJ2Z2BEcg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTJ2Z2BEcg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTJ2Z2BEcg .collapsed .btn {
  display: flex;
}
.cid-tTJ2Z2BEcg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tTJ2Z2BEcg .collapsed .navbar-collapse.collapsing,
.cid-tTJ2Z2BEcg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tTJ2Z2BEcg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tTJ2Z2BEcg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tTJ2Z2BEcg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tTJ2Z2BEcg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tTJ2Z2BEcg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tTJ2Z2BEcg .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tTJ2Z2BEcg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tTJ2Z2BEcg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tTJ2Z2BEcg .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tTJ2Z2BEcg .collapsed button.navbar-toggler {
  display: block;
}
.cid-tTJ2Z2BEcg .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tTJ2Z2BEcg .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tTJ2Z2BEcg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tTJ2Z2BEcg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tTJ2Z2BEcg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tTJ2Z2BEcg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tTJ2Z2BEcg .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tTJ2Z2BEcg .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tTJ2Z2BEcg .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tTJ2Z2BEcg .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tTJ2Z2BEcg .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tTJ2Z2BEcg .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tTJ2Z2BEcg .navbar-collapse.collapsing,
  .cid-tTJ2Z2BEcg .navbar-collapse.show {
    display: block !important;
  }
  .cid-tTJ2Z2BEcg .navbar-collapse.collapsing .navbar-nav,
  .cid-tTJ2Z2BEcg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tTJ2Z2BEcg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tTJ2Z2BEcg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tTJ2Z2BEcg .navbar-collapse.collapsing .navbar-buttons,
  .cid-tTJ2Z2BEcg .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tTJ2Z2BEcg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tTJ2Z2BEcg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tTJ2Z2BEcg img {
    height: 3.8rem !important;
  }
  .cid-tTJ2Z2BEcg .btn {
    display: flex;
  }
  .cid-tTJ2Z2BEcg button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tTJ2Z2BEcg .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tTJ2Z2BEcg .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTJ2Z2BEcg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tTJ2Z2BEcg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tTJ2Z2BEcg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tTJ2Z2BEcg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tTJ2Z2BEcg .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tTJ2Z2BEcg .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tTJ2Z2BEcg .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tTJ2Z2BEcg .nav-link:focus {
  outline: none;
}
.cid-tTJ2Z2BEcg .navbar-toggler {
  position: relative;
}
.cid-tTJ2Z2BEcg .dropdown-item.active,
.cid-tTJ2Z2BEcg .dropdown-item:active {
  color: initial;
}
.cid-tTJ2Z2BEcg .widget-title,
.cid-tTJ2Z2BEcg .widget-icon {
  color: #e9e9e9;
}
.cid-tTJ2Z2BEcg .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tTJ2Z2BEcg .menu-logo {
    display: none;
  }
  .cid-tTJ2Z2BEcg .navbar {
    padding: 0;
  }
  .cid-tTJ2Z2BEcg .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tTJ2Z2BEcg button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUk3wgiHgs {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tUk3wgiHgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUk3wgiHgs .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-tUk3wgiHgs .container {
    padding: 0 16px;
  }
}
.cid-tUk3wgiHgs .image-wrapper {
  position: relative;
  display: flex;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  background-color: #004976;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tUk3wgiHgs .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tUk3wgiHgs .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tUk3wgiHgs .image-wrapper img {
  position: absolute;
  border-radius: 16px;
  width: 90%;
}
.cid-tUk3wgiHgs .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUk3wgiHgs .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUk3wgiHgs .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUk3wgiHgs .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tUk3wgiHgs .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUk3wgiHgs .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUk3wgiHgs .mbr-section-title,
.cid-tUk3wgiHgs .mbr-section-btn {
  color: #ffffff;
}
.cid-tTJ2Z7nBdE {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tTJ2Z7nBdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJ2Z7nBdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJ2Z7nBdE .mbr-text {
  text-align: justify;
}
.cid-tUk3x46qoA {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #eff1f2;
}
.cid-tUk3x46qoA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUk3x46qoA .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-tUk3x46qoA .container {
    padding: 0 16px;
  }
}
.cid-tUk3x46qoA .row {
  background-color: #003056;
  border-radius: 40px;
  padding: 55px 20px;
}
@media (max-width: 992px) {
  .cid-tUk3x46qoA .row {
    margin: 0;
  }
}
.cid-tUk3x46qoA .row .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cid-tUk3x46qoA .row .image-wrapper img {
  position: absolute;
  top: -7rem;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tUk3x46qoA .row .image-wrapper .line {
  position: absolute;
  bottom: -7.8rem;
  width: 1px;
  height: 100%;
  border: 2px dashed #ffffff;
}
@media (max-width: 992px) {
  .cid-tUk3x46qoA .row .image-wrapper .line {
    display: none;
  }
}
.cid-tUk3x46qoA .row .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUk3x46qoA .row .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUk3x46qoA .row .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUk3x46qoA .row .icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
}
.cid-tUk3x46qoA .row .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 73px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tUk3x46qoA .row .icon-wrapper {
    display: none;
  }
}
.cid-tUk3x46qoA .mbr-section-title {
  color: #ffffff;
}
.cid-tUk3x46qoA .icon-wrapper {
  text-align: right;
}
.cid-tTJ2Z8jAJg {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tTJ2Z8jAJg .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tTJ2Z8jAJg .svg-1 path {
  fill: #003056;
}
.cid-tTJ2Z8jAJg .geometry {
  position: absolute;
}
.cid-tTJ2Z8jAJg .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tTJ2Z8jAJg .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tTJ2Z8jAJg .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tTJ2Z8jAJg .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tTJ2Z8jAJg .card-block {
    width: 100%;
  }
}
.cid-tTJ2Z8jAJg blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tTJ2Z8jAJg blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tTJ2Z8jAJg blockquote {
    padding: 2rem 1rem;
  }
  .cid-tTJ2Z8jAJg .geometry {
    position: absolute;
  }
  .cid-tTJ2Z8jAJg .geometry__circle,
  .cid-tTJ2Z8jAJg .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tTJ2Z8jAJg .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tTJ2Z8jAJg blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tTJ2Z8jAJg .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tTJ2Z8jAJg blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tTJ2Z8jAJg .mbr-text {
  color: #ffffff;
}
.cid-tTJ2Z999Fl {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tTJ2Z999Fl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJ2Z999Fl .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tTJ2Z999Fl .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tTJ2Z999Fl .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tTJ2Z999Fl .social-list {
  width: auto;
}
.cid-tTJ2Z999Fl .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tTJ2Z999Fl .social-media {
  padding: 0;
  text-align: center;
}
.cid-tTJ2Z999Fl .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tTJ2Z999Fl .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tTJ2Z999Fl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJ2Z999Fl .container,
.cid-tTJ2Z999Fl .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tTJ2Z999Fl .container,
  .cid-tTJ2Z999Fl .container-fluid {
    padding: 0 20px;
  }
}
.cid-tTJ2Z999Fl a {
  display: block;
}
.cid-tTJ2Z999Fl a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTJ2Z999Fl a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tTJ2Z999Fl a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tTJ2Z999Fl a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tTJ2Z999Fl a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tTJ2Z999Fl a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tTJ2Z999Fl .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tTJ2Z999Fl .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tTJ2Z999Fl .copy-wrapper {
    border-right: none;
  }
}
.cid-tTJ2Z999Fl .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tTJ2Z999Fl .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTJ2Z999Fl .list-wrapper {
    height: auto;
  }
}
.cid-tTJ2Z999Fl .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTJ2Z999Fl .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tTJ2Z999Fl .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tTJ2Z999Fl .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTJ2Z999Fl .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tTJ2Z999Fl .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tTJ2Z999Fl .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTJ2Z999Fl .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTJ2Z999Fl .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tTJ2Z999Fl .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tTJ2Z999Fl .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tTJ2Z999Fl .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tTJ2Z999Fl .mbr-section-title {
  color: #3d4045;
}
.cid-tTJ2Z999Fl .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tTJ2Z999Fl .list {
  color: #ffffff;
}
.cid-tTJ2Z999Fl .mbr-section-btn {
  text-align: right;
}
.cid-tTJ2Z999Fl .mbr-section-title,
.cid-tTJ2Z999Fl .mbr-section-btn {
  color: #4fad2b;
}
.cid-tUiHy9FQGl .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tUiHy9FQGl .navbar-fixed-top {
  padding-top: 0;
}
.cid-tUiHy9FQGl .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tUiHy9FQGl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUiHy9FQGl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tUiHy9FQGl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tUiHy9FQGl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tUiHy9FQGl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tUiHy9FQGl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tUiHy9FQGl .menu-content-top {
  background: #003056;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tUiHy9FQGl .dropdown-item {
  padding: 0;
}
.cid-tUiHy9FQGl .dropdown-item,
.cid-tUiHy9FQGl .nav-link,
.cid-tUiHy9FQGl .brand-name {
  font-style: normal;
}
.cid-tUiHy9FQGl .dropdown-item:hover,
.cid-tUiHy9FQGl .nav-link:hover,
.cid-tUiHy9FQGl .brand-name:hover {
  color: #003056 !important;
}
.cid-tUiHy9FQGl .dropdown-menu {
  background-color: #004976;
}
.cid-tUiHy9FQGl .dropdown-item:active {
  background-color: #004976;
}
.cid-tUiHy9FQGl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUiHy9FQGl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tUiHy9FQGl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tUiHy9FQGl .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tUiHy9FQGl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUiHy9FQGl .content-text {
  margin-bottom: 0;
}
.cid-tUiHy9FQGl .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tUiHy9FQGl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003056;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tUiHy9FQGl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tUiHy9FQGl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tUiHy9FQGl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tUiHy9FQGl .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUiHy9FQGl .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tUiHy9FQGl .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tUiHy9FQGl .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUiHy9FQGl .nav-dropdown .link {
  font-weight: 400;
}
.cid-tUiHy9FQGl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tUiHy9FQGl .content-right-side {
  text-align: center;
}
.cid-tUiHy9FQGl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tUiHy9FQGl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tUiHy9FQGl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tUiHy9FQGl .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUiHy9FQGl .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUiHy9FQGl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tUiHy9FQGl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tUiHy9FQGl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tUiHy9FQGl .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tUiHy9FQGl .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tUiHy9FQGl .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tUiHy9FQGl .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUiHy9FQGl .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tUiHy9FQGl .navbar {
    display: block;
    padding: 0;
  }
  .cid-tUiHy9FQGl .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUiHy9FQGl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tUiHy9FQGl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tUiHy9FQGl .navbar-toggler {
    display: none;
  }
  .cid-tUiHy9FQGl .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tUiHy9FQGl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tUiHy9FQGl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tUiHy9FQGl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tUiHy9FQGl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tUiHy9FQGl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tUiHy9FQGl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUiHy9FQGl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tUiHy9FQGl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tUiHy9FQGl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUiHy9FQGl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUiHy9FQGl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUiHy9FQGl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tUiHy9FQGl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tUiHy9FQGl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tUiHy9FQGl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tUiHy9FQGl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUiHy9FQGl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tUiHy9FQGl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tUiHy9FQGl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tUiHy9FQGl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tUiHy9FQGl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tUiHy9FQGl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tUiHy9FQGl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tUiHy9FQGl button.navbar-toggler:focus {
  outline: none;
}
.cid-tUiHy9FQGl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003056;
}
.cid-tUiHy9FQGl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUiHy9FQGl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUiHy9FQGl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUiHy9FQGl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUiHy9FQGl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUiHy9FQGl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUiHy9FQGl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUiHy9FQGl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUiHy9FQGl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUiHy9FQGl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUiHy9FQGl .collapsed .btn {
  display: flex;
}
.cid-tUiHy9FQGl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tUiHy9FQGl .collapsed .navbar-collapse.collapsing,
.cid-tUiHy9FQGl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tUiHy9FQGl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tUiHy9FQGl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tUiHy9FQGl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tUiHy9FQGl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tUiHy9FQGl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tUiHy9FQGl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tUiHy9FQGl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tUiHy9FQGl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tUiHy9FQGl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tUiHy9FQGl .collapsed button.navbar-toggler {
  display: block;
}
.cid-tUiHy9FQGl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tUiHy9FQGl .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tUiHy9FQGl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tUiHy9FQGl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tUiHy9FQGl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tUiHy9FQGl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tUiHy9FQGl .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tUiHy9FQGl .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #77be4e;
  }
  .cid-tUiHy9FQGl .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #77be4e;
  }
}
@media (max-width: 991px) {
  .cid-tUiHy9FQGl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tUiHy9FQGl .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tUiHy9FQGl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tUiHy9FQGl .navbar-collapse.collapsing,
  .cid-tUiHy9FQGl .navbar-collapse.show {
    display: block !important;
  }
  .cid-tUiHy9FQGl .navbar-collapse.collapsing .navbar-nav,
  .cid-tUiHy9FQGl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tUiHy9FQGl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tUiHy9FQGl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tUiHy9FQGl .navbar-collapse.collapsing .navbar-buttons,
  .cid-tUiHy9FQGl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tUiHy9FQGl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tUiHy9FQGl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUiHy9FQGl img {
    height: 3.8rem !important;
  }
  .cid-tUiHy9FQGl .btn {
    display: flex;
  }
  .cid-tUiHy9FQGl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tUiHy9FQGl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tUiHy9FQGl .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUiHy9FQGl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tUiHy9FQGl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tUiHy9FQGl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tUiHy9FQGl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tUiHy9FQGl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tUiHy9FQGl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tUiHy9FQGl .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tUiHy9FQGl .nav-link:focus {
  outline: none;
}
.cid-tUiHy9FQGl .navbar-toggler {
  position: relative;
}
.cid-tUiHy9FQGl .dropdown-item.active,
.cid-tUiHy9FQGl .dropdown-item:active {
  color: initial;
}
.cid-tUiHy9FQGl .widget-title,
.cid-tUiHy9FQGl .widget-icon {
  color: #e9e9e9;
}
.cid-tUiHy9FQGl .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tUiHy9FQGl .menu-logo {
    display: none;
  }
  .cid-tUiHy9FQGl .navbar {
    padding: 0;
  }
  .cid-tUiHy9FQGl .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tUiHy9FQGl button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tUiHyaOUe0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #003056;
}
.cid-tUiHyaOUe0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiHyaOUe0 .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-tUiHyaOUe0 .container {
    padding: 0 16px;
  }
}
.cid-tUiHyaOUe0 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tUiHyaOUe0 .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-tUiHyaOUe0 .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tUiHyaOUe0 .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tUiHyaOUe0 .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUiHyaOUe0 .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUiHyaOUe0 .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-tUiHyaOUe0 .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tUiHyaOUe0 .image-wrapper {
    margin: 0;
  }
}
.cid-tUiHyaOUe0 .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUiHyaOUe0 .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tUiHyaOUe0 .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUiHyaOUe0 .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tUiHyaOUe0 .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUiHyaOUe0 .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-tUiHyaOUe0 .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUiHyaOUe0 .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-tUiHyaOUe0 .mbr-section-title {
  color: #ffffff;
}
.cid-tUiHyaOUe0 .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-tUiHyc0w6H {
  overflow-x: hidden !important;
}
.cid-tUiHyc0w6H,
.cid-tUiHyc0w6H .scroll-wrapper {
  padding-top: 45px;
  padding-bottom: 90px;
}
.cid-tUiHyc0w6H .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tUiHyc0w6H .svg-1 path {
  fill: #ffffff;
}
.cid-tUiHyc0w6H .geometry {
  position: absolute;
}
.cid-tUiHyc0w6H .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tUiHyc0w6H .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tUiHyc0w6H .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tUiHyc0w6H .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tUiHyc0w6H .card-block {
    width: 100%;
  }
}
.cid-tUiHyc0w6H blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #ffffff;
}
.cid-tUiHyc0w6H blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tUiHyc0w6H blockquote {
    padding: 2rem 1rem;
  }
  .cid-tUiHyc0w6H .geometry {
    position: absolute;
  }
  .cid-tUiHyc0w6H .geometry__circle,
  .cid-tUiHyc0w6H .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tUiHyc0w6H .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tUiHyc0w6H blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tUiHyc0w6H .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tUiHyc0w6H blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tUiHyc0w6H .mbr-section-title {
  color: #004976;
}
.cid-tUiHyc0w6H .mbr-section-title span {
  color: #003056;
}
.cid-tUiHyc0w6H .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tUiHyc0w6H .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 56s !important;
  animation-duration: 56s;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tUiHyc0w6H .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tUiHyc0w6H .mbr-overlay {
  z-index: 1;
}
.cid-tUiHyc0w6H .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tUiHycSCiA {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eff1f2;
}
.cid-tUiHycSCiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiHycSCiA .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-tUiHycSCiA .container {
    padding: 0 16px;
  }
}
.cid-tUiHycSCiA .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tUiHycSCiA .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tUiHycSCiA .image-wrapper img {
  position: absolute;
  height: 350px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tUiHycSCiA .image-wrapper img {
    height: 300px;
  }
}
.cid-tUiHycSCiA .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUiHycSCiA .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUiHycSCiA .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUiHycSCiA .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tUiHycSCiA .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUiHycSCiA .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUiHycSCiA .mbr-text {
  text-align: justify;
}
.cid-tUiHydMgES {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tUiHydMgES .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiHydMgES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUiHydMgES .container,
.cid-tUiHydMgES .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tUiHydMgES .container,
  .cid-tUiHydMgES .container-fluid {
    padding: 0 20px;
  }
}
.cid-tUiHydMgES .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tUiHydMgES .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tUiHydMgES .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUiHydMgES .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tUiHydMgES .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tUiHydMgES .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tUiHydMgES .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tUiHydMgES .list-wrap {
  margin-bottom: 15px;
}
.cid-tUiHydMgES .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tUiHydMgES .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal;
}
.cid-tUiHydMgES .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-tUiHydMgES .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-tUiHydMgES .mbr-section-title {
  color: #3d4045;
}
.cid-tUiHydMgES .mbr-section-subtitle {
  color: #004976;
}
.cid-tUiHydMgES .list {
  color: #3d4045;
  text-align: justify;
}
.cid-tUiHyeUrUe {
  overflow-x: hidden !important;
}
.cid-tUiHyeUrUe,
.cid-tUiHyeUrUe .scroll-wrapper {
  padding-top: 45px;
  padding-bottom: 90px;
}
.cid-tUiHyeUrUe .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tUiHyeUrUe .svg-1 path {
  fill: #ffffff;
}
.cid-tUiHyeUrUe .geometry {
  position: absolute;
}
.cid-tUiHyeUrUe .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tUiHyeUrUe .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tUiHyeUrUe .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tUiHyeUrUe .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tUiHyeUrUe .card-block {
    width: 100%;
  }
}
.cid-tUiHyeUrUe blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #ffffff;
}
.cid-tUiHyeUrUe blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tUiHyeUrUe blockquote {
    padding: 2rem 1rem;
  }
  .cid-tUiHyeUrUe .geometry {
    position: absolute;
  }
  .cid-tUiHyeUrUe .geometry__circle,
  .cid-tUiHyeUrUe .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tUiHyeUrUe .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tUiHyeUrUe blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tUiHyeUrUe .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tUiHyeUrUe blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tUiHyeUrUe .mbr-section-title {
  color: #004976;
}
.cid-tUiHyeUrUe .mbr-section-title span {
  color: #003056;
}
.cid-tUiHyeUrUe .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tUiHyeUrUe .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 56s !important;
  animation-duration: 56s;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tUiHyeUrUe .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tUiHyeUrUe .mbr-overlay {
  z-index: 1;
}
.cid-tUiHyeUrUe .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tUiHyfLX5D {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #eff1f2;
}
.cid-tUiHyfLX5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiHyfLX5D .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-tUiHyfLX5D .container {
    padding: 0 16px;
  }
}
.cid-tUiHyfLX5D .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tUiHyfLX5D .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tUiHyfLX5D .image-wrapper img {
  position: absolute;
  height: 350px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tUiHyfLX5D .image-wrapper img {
    height: 300px;
  }
}
.cid-tUiHyfLX5D .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUiHyfLX5D .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUiHyfLX5D .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUiHyfLX5D .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tUiHyfLX5D .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tUiHyfLX5D .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUiHyfLX5D .mbr-text {
  text-align: justify;
}
.cid-tUiHygzScz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUiHygzScz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiHygzScz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUiHygzScz .container,
.cid-tUiHygzScz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tUiHygzScz .container,
  .cid-tUiHygzScz .container-fluid {
    padding: 0 20px;
  }
}
.cid-tUiHygzScz .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tUiHygzScz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tUiHygzScz .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUiHygzScz .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tUiHygzScz .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tUiHygzScz .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tUiHygzScz .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tUiHygzScz .list-wrap {
  margin-bottom: 15px;
}
.cid-tUiHygzScz .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tUiHygzScz .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal;
}
.cid-tUiHygzScz .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-tUiHygzScz .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-tUiHygzScz .mbr-section-title {
  color: #3d4045;
}
.cid-tUiHygzScz .mbr-section-subtitle {
  color: #004976;
}
.cid-tUiHygzScz .list {
  color: #3d4045;
  text-align: justify;
}
.cid-tUiNHpolwo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tUiNHpolwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiNHpolwo .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-tUiNHpolwo .container {
    padding: 0 16px;
  }
}
.cid-tUiNHpolwo .row {
  background-color: #003056;
  border-radius: 40px;
  padding: 55px 20px;
}
@media (max-width: 992px) {
  .cid-tUiNHpolwo .row {
    margin: 0;
  }
}
.cid-tUiNHpolwo .row .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cid-tUiNHpolwo .row .image-wrapper img {
  position: absolute;
  top: -5rem;
  width: 240px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-tUiNHpolwo .row .image-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-tUiNHpolwo .row .image-wrapper .line {
  position: absolute;
  bottom: -7.8rem;
  width: 1px;
  height: 100%;
  border: 2px dashed #ffffff;
}
@media (max-width: 992px) {
  .cid-tUiNHpolwo .row .image-wrapper .line {
    display: none;
  }
}
.cid-tUiNHpolwo .row .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tUiNHpolwo .row .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tUiNHpolwo .row .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-tUiNHpolwo .row .icon-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
}
.cid-tUiNHpolwo .row .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  width: 73px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tUiNHpolwo .row .icon-wrapper {
    display: none;
  }
}
.cid-tUiNHpolwo .mbr-section-title {
  color: #ffffff;
}
.cid-tUiNHpolwo .icon-wrapper {
  text-align: right;
}
.cid-tUiHyhEFgx {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUiHyhEFgx .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tUiHyhEFgx .svg-1 path {
  fill: #003056;
}
.cid-tUiHyhEFgx .geometry {
  position: absolute;
}
.cid-tUiHyhEFgx .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-tUiHyhEFgx .geometry_left {
  left: -70px;
  bottom: 130px;
}
.cid-tUiHyhEFgx .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-tUiHyhEFgx .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #004976;
  border-radius: 10px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .cid-tUiHyhEFgx .card-block {
    width: 100%;
  }
}
.cid-tUiHyhEFgx blockquote {
  border-color: #f2bb2c;
  border-radius: 20px;
  margin: 0;
  background-color: #0b2b5c;
}
.cid-tUiHyhEFgx blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-tUiHyhEFgx blockquote {
    padding: 2rem 1rem;
  }
  .cid-tUiHyhEFgx .geometry {
    position: absolute;
  }
  .cid-tUiHyhEFgx .geometry__circle,
  .cid-tUiHyhEFgx .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .cid-tUiHyhEFgx .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .cid-tUiHyhEFgx blockquote {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tUiHyhEFgx .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-tUiHyhEFgx blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-tUiHyhEFgx .mbr-text {
  color: #ffffff;
}
.cid-tUiHyiqXsL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #003056;
}
.cid-tUiHyiqXsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiHyiqXsL .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 55px;
  height: 55px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tUiHyiqXsL .mbr-iconfont {
  color: #004976;
  align-items: center;
}
.cid-tUiHyiqXsL .mbr-iconfont:before {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
.cid-tUiHyiqXsL .social-list {
  width: auto;
}
.cid-tUiHyiqXsL .icon-transition:hover .mbr-iconfont {
  color: #4fad2b;
}
.cid-tUiHyiqXsL .social-media {
  padding: 0;
  text-align: center;
}
.cid-tUiHyiqXsL .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tUiHyiqXsL .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tUiHyiqXsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUiHyiqXsL .container,
.cid-tUiHyiqXsL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tUiHyiqXsL .container,
  .cid-tUiHyiqXsL .container-fluid {
    padding: 0 20px;
  }
}
.cid-tUiHyiqXsL a {
  display: block;
}
.cid-tUiHyiqXsL a .logo-wrapper {
  padding: 0px 80px 0px 0;
  border-right: 1px solid #77be4e;
  border-bottom: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tUiHyiqXsL a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-tUiHyiqXsL a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-tUiHyiqXsL a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-tUiHyiqXsL a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-tUiHyiqXsL a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-tUiHyiqXsL .tabulado {
  padding: 0px 0px 0px 10px;
}
.cid-tUiHyiqXsL .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #77be4e;
}
@media (max-width: 992px) {
  .cid-tUiHyiqXsL .copy-wrapper {
    border-right: none;
  }
}
.cid-tUiHyiqXsL .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tUiHyiqXsL .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tUiHyiqXsL .list-wrapper {
    height: auto;
  }
}
.cid-tUiHyiqXsL .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tUiHyiqXsL .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-tUiHyiqXsL .list-wrapper .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.cid-tUiHyiqXsL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tUiHyiqXsL .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-tUiHyiqXsL .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-tUiHyiqXsL .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tUiHyiqXsL .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tUiHyiqXsL .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-tUiHyiqXsL .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-tUiHyiqXsL .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-tUiHyiqXsL .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-tUiHyiqXsL .mbr-section-title {
  color: #3d4045;
}
.cid-tUiHyiqXsL .mbr-text {
  color: #3d4045;
  text-align: justify;
}
.cid-tUiHyiqXsL .list {
  color: #ffffff;
}
.cid-tUiHyiqXsL .mbr-section-btn {
  text-align: right;
}
.cid-tUiHyiqXsL .mbr-section-title,
.cid-tUiHyiqXsL .mbr-section-btn {
  color: #4fad2b;
}
