.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.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: 1.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.98rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 0.98rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #831712 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #831712 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #831712 !important;
  border-color: #831712 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b01f18 !important;
  border-color: #b01f18 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b01f18 !important;
  border-color: #b01f18 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #831712 !important;
  border-color: #831712 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #b01f18 !important;
  border-color: #b01f18 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b01f18 !important;
  border-color: #b01f18 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #831712;
  color: #831712;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #370a08 !important;
  background-color: transparent !important;
  border-color: #370a08 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #831712 !important;
  border-color: #831712 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #831712;
  color: #831712;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #370a08 !important;
  background-color: transparent !important;
  border-color: #370a08 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #831712 !important;
  border-color: #831712 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #831712 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #831712 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #290706 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #290706 !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: #831712;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #831712;
}
.mbr-gallery-filter li.active .btn {
  background-color: #831712;
  border-color: #831712;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #831712;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e33a32;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e33a32;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  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: #831712 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #831712;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #831712;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #831712;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #831712;
  border-bottom-color: #831712;
}
.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: #831712 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23831712' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uGLgQnWGdA {
  z-index: 1000;
  width: 100%;
}
.cid-uGLgQnWGdA nav.navbar {
  position: fixed;
}
.cid-uGLgQnWGdA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGLgQnWGdA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGLgQnWGdA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGLgQnWGdA .dropdown-item:hover,
.cid-uGLgQnWGdA .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uGLgQnWGdA .dropdown-item:hover span {
  color: white;
}
.cid-uGLgQnWGdA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGLgQnWGdA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGLgQnWGdA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGLgQnWGdA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGLgQnWGdA .nav-link {
  position: relative;
}
.cid-uGLgQnWGdA .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uGLgQnWGdA .container {
    flex-wrap: wrap;
  }
}
.cid-uGLgQnWGdA .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uGLgQnWGdA .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uGLgQnWGdA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGLgQnWGdA .dropdown-menu,
.cid-uGLgQnWGdA .navbar.opened {
  background: #000000 !important;
}
.cid-uGLgQnWGdA .nav-item:focus,
.cid-uGLgQnWGdA .nav-link:focus {
  outline: none;
}
.cid-uGLgQnWGdA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGLgQnWGdA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGLgQnWGdA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGLgQnWGdA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGLgQnWGdA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGLgQnWGdA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGLgQnWGdA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uGLgQnWGdA .navbar.opened {
  transition: all 0.3s;
}
.cid-uGLgQnWGdA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGLgQnWGdA .navbar .navbar-logo img {
  width: auto;
}
.cid-uGLgQnWGdA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGLgQnWGdA .navbar.collapsed {
  justify-content: center;
}
.cid-uGLgQnWGdA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGLgQnWGdA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGLgQnWGdA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGLgQnWGdA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGLgQnWGdA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGLgQnWGdA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGLgQnWGdA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGLgQnWGdA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGLgQnWGdA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGLgQnWGdA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGLgQnWGdA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGLgQnWGdA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGLgQnWGdA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGLgQnWGdA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGLgQnWGdA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGLgQnWGdA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGLgQnWGdA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGLgQnWGdA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGLgQnWGdA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGLgQnWGdA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uGLgQnWGdA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uGLgQnWGdA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGLgQnWGdA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGLgQnWGdA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGLgQnWGdA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGLgQnWGdA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGLgQnWGdA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGLgQnWGdA .dropdown-item.active,
.cid-uGLgQnWGdA .dropdown-item:active {
  background-color: transparent;
}
.cid-uGLgQnWGdA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGLgQnWGdA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGLgQnWGdA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGLgQnWGdA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uGLgQnWGdA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGLgQnWGdA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGLgQnWGdA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGLgQnWGdA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGLgQnWGdA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGLgQnWGdA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGLgQnWGdA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGLgQnWGdA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGLgQnWGdA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGLgQnWGdA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGLgQnWGdA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGLgQnWGdA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGLgQnWGdA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGLgQnWGdA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGLgQnWGdA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGLgQnWGdA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGLgQnWGdA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGLgQnWGdA .navbar {
    height: 70px;
  }
  .cid-uGLgQnWGdA .navbar.opened {
    height: auto;
  }
  .cid-uGLgQnWGdA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5zLwOsxKo {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
}
@media (min-width: 768px) {
  .cid-v5zLwOsxKo {
    align-items: flex-end;
  }
  .cid-v5zLwOsxKo .row {
    justify-content: flex-start;
  }
  .cid-v5zLwOsxKo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5zLwOsxKo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5zLwOsxKo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5zLwOsxKo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5zLwOsxKo .content-wrap {
    width: 100%;
  }
}
.cid-v5zLwOsxKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zLwOsxKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/ai-generated-8548258-1280-1280x960.jpg");
}
.cid-v5zLwOsxKo .mbr-section-title,
.cid-v5zLwOsxKo .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v5zLwOsxKo .mbr-text,
.cid-v5zLwOsxKo .mbr-section-btn {
  text-align: left;
}
.cid-v5zLwOsxKo .mbr-section-title {
  color: #ffffff;
}
.cid-uH3brX6jh2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uH3dt406oc {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ai-generated-8548258-1280-1280x960.jpg");
}
.cid-uH3dt406oc .mbr-overlay {
  background: #b0b0b0;
  opacity: 0;
}
.cid-uH3dt406oc img,
.cid-uH3dt406oc .item-img {
  width: 100%;
}
.cid-uH3dt406oc .item:focus,
.cid-uH3dt406oc span:focus {
  outline: none;
}
.cid-uH3dt406oc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uH3dt406oc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uH3dt406oc .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uH3dt406oc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uH3dt406oc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uH3dt406oc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uH3dt406oc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uH3dt406oc .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uH3dt406oc .mbr-text,
.cid-uH3dt406oc .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uH3dt406oc .item-title {
  text-align: left;
  color: #000000;
}
.cid-uH3dt406oc .item-subtitle {
  text-align: center;
}
.cid-uH3dt406oc .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v5zG6pAr2J {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5zG6pAr2J img,
.cid-v5zG6pAr2J .item-img {
  width: 100%;
}
.cid-v5zG6pAr2J .item:focus,
.cid-v5zG6pAr2J span:focus {
  outline: none;
}
.cid-v5zG6pAr2J .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-v5zG6pAr2J .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #d9d9d9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5zG6pAr2J .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v5zG6pAr2J .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5zG6pAr2J .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v5zG6pAr2J .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v5zG6pAr2J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5zG6pAr2J .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v5zG6pAr2J .mbr-text,
.cid-v5zG6pAr2J .mbr-section-btn {
  text-align: left;
}
.cid-v5zG6pAr2J .item-title {
  text-align: left;
}
.cid-v5zG6pAr2J .item-subtitle {
  text-align: left;
}
.cid-v5zG6pAr2J .mbr-section-subtitle {
  text-align: left;
}
.cid-uH3knsKzVr {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/ai-generated-8548258-1280-1280x960.jpg");
}
.cid-uH3knsKzVr .mbr-overlay {
  background: #000000;
  opacity: 0.3;
}
.cid-uH3knsKzVr img,
.cid-uH3knsKzVr .item-img {
  width: 100%;
}
.cid-uH3knsKzVr .item:focus,
.cid-uH3knsKzVr span:focus {
  outline: none;
}
.cid-uH3knsKzVr .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uH3knsKzVr .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #f1efe7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uH3knsKzVr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uH3knsKzVr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uH3knsKzVr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uH3knsKzVr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uH3knsKzVr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uH3knsKzVr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uH3knsKzVr .mbr-text,
.cid-uH3knsKzVr .mbr-section-btn {
  text-align: left;
}
.cid-uH3knsKzVr .item-title {
  text-align: left;
}
.cid-uH3knsKzVr .item-subtitle {
  text-align: left;
}
.cid-uH3knsKzVr .mbr-section-subtitle {
  text-align: left;
}
.cid-v5zQ60zsI6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5zQ60zsI6 .fb-page,
.cid-v5zQ60zsI6 span,
.cid-v5zQ60zsI6 iframe {
  width: 500px;
  height: 970px;
}
.cid-v5zQ60zsI6 blockquote {
  display: none;
}
.cid-v5zQ60zsI6 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-uJjxrM6g7i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/modelagem-quantitativa-1080x724.png");
}
.cid-uJjxrM6g7i .mbr-overlay {
  background: #001c3f;
  opacity: 0.7;
}
.cid-uJjxrM6g7i img,
.cid-uJjxrM6g7i .item-img {
  width: 100%;
}
.cid-uJjxrM6g7i .item:focus,
.cid-uJjxrM6g7i span:focus {
  outline: none;
}
.cid-uJjxrM6g7i .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJjxrM6g7i .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJjxrM6g7i .item {
  padding: 0;
  margin: 0;
}
.cid-uJjxrM6g7i .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJjxrM6g7i .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uJjxrM6g7i .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJjxrM6g7i .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uJjxrM6g7i .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uJjxrM6g7i .item-wrapper {
  background: transparent;
}
.cid-uJjxrM6g7i .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJjxrM6g7i .mbr-section-title {
  color: #ffffff;
}
.cid-uJjxrM6g7i .mbr-text,
.cid-uJjxrM6g7i .mbr-section-btn {
  text-align: left;
}
.cid-uJjxrM6g7i .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uJjxrM6g7i .item-subtitle {
  text-align: center;
}
.cid-uJjxrM6g7i .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHpd8gE8eq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uHpd8gE8eq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHpd8gE8eq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uHpd8gE8eq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uHpd8gE8eq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uGLDMPMDtF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uGLDMPMDtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLDMPMDtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLDMPMDtF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGLDMPMDtF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGLDMPMDtF .row {
    text-align: center;
  }
  .cid-uGLDMPMDtF .row > div {
    margin: auto;
  }
  .cid-uGLDMPMDtF .social-row {
    justify-content: center;
  }
}
.cid-uGLDMPMDtF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGLDMPMDtF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uGLDMPMDtF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGLDMPMDtF .list {
    margin-bottom: 0rem;
  }
}
.cid-uGLDMPMDtF .mbr-text {
  color: #bbbbbb;
}
.cid-uGLDMPMDtF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGLDMPMDtF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGLDMPMDtF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGLDMPMDtF .copyright {
  color: #ffffff;
}
.cid-uHmnt5kETZ {
  z-index: 1000;
  width: 100%;
}
.cid-uHmnt5kETZ nav.navbar {
  position: fixed;
}
.cid-uHmnt5kETZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmnt5kETZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHmnt5kETZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHmnt5kETZ .dropdown-item:hover,
.cid-uHmnt5kETZ .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uHmnt5kETZ .dropdown-item:hover span {
  color: white;
}
.cid-uHmnt5kETZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHmnt5kETZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHmnt5kETZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHmnt5kETZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHmnt5kETZ .nav-link {
  position: relative;
}
.cid-uHmnt5kETZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmnt5kETZ .container {
    flex-wrap: wrap;
  }
}
.cid-uHmnt5kETZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmnt5kETZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHmnt5kETZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHmnt5kETZ .dropdown-menu,
.cid-uHmnt5kETZ .navbar.opened {
  background: #000000 !important;
}
.cid-uHmnt5kETZ .nav-item:focus,
.cid-uHmnt5kETZ .nav-link:focus {
  outline: none;
}
.cid-uHmnt5kETZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHmnt5kETZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHmnt5kETZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHmnt5kETZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmnt5kETZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHmnt5kETZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHmnt5kETZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHmnt5kETZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uHmnt5kETZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHmnt5kETZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uHmnt5kETZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHmnt5kETZ .navbar.collapsed {
  justify-content: center;
}
.cid-uHmnt5kETZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHmnt5kETZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHmnt5kETZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uHmnt5kETZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHmnt5kETZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHmnt5kETZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHmnt5kETZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHmnt5kETZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHmnt5kETZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHmnt5kETZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHmnt5kETZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHmnt5kETZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHmnt5kETZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHmnt5kETZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHmnt5kETZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHmnt5kETZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHmnt5kETZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHmnt5kETZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHmnt5kETZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHmnt5kETZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHmnt5kETZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHmnt5kETZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHmnt5kETZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHmnt5kETZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHmnt5kETZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHmnt5kETZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHmnt5kETZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHmnt5kETZ .dropdown-item.active,
.cid-uHmnt5kETZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uHmnt5kETZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHmnt5kETZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHmnt5kETZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHmnt5kETZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHmnt5kETZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHmnt5kETZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHmnt5kETZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHmnt5kETZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHmnt5kETZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHmnt5kETZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHmnt5kETZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHmnt5kETZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmnt5kETZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmnt5kETZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHmnt5kETZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmnt5kETZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHmnt5kETZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHmnt5kETZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmnt5kETZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHmnt5kETZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHmnt5kETZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHmnt5kETZ .navbar {
    height: 70px;
  }
  .cid-uHmnt5kETZ .navbar.opened {
    height: auto;
  }
  .cid-uHmnt5kETZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHmotYcogO {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJFN6d0Uxg {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.cid-uJFN6d0Uxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJFN6d0Uxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/waves-7111758-1280-1280x853.jpg");
}
.cid-uJFN6d0Uxg .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uJFN6d0Uxg .mbr-section-title,
.cid-uJFN6d0Uxg .mbr-section-subtitle {
  text-align: center;
}
.cid-uJFN6d0Uxg .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJFN6d0Uxg .item-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-uJFN6d0Uxg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uJFN6d0Uxg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJFN6d0Uxg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJFN6d0Uxg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJFN6d0Uxg .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uJFN6d0Uxg .card-title {
  color: #ffffff;
}
.cid-uJFN6d0Uxg .mbr-text {
  color: #ffffff;
}
.cid-uJFPvPdni2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #526384;
}
.cid-uJFPvPdni2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJFPvPdni2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJFPvPdni2 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uJFPvPdni2 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uJFPd3uJ1O {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/modelagem-quantitativa-1080x724.png");
}
.cid-uJFPd3uJ1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJFPd3uJ1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJFPd3uJ1O .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uJFPd3uJ1O img {
  margin: auto;
  width: 140px;
}
.cid-uJFPd3uJ1O .row {
  align-items: flex-start;
}
.cid-uJFPd3uJ1O .item-wrapper {
  border-radius: 4px;
  background: #526384;
}
@media (max-width: 992px) {
  .cid-uJFPd3uJ1O .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uJFPd3uJ1O .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJFPd3uJ1O .item-wrapper {
    padding: 1rem;
  }
}
.cid-uJFPd3uJ1O .card-title {
  color: #ffffff;
}
.cid-uJFPd3uJ1O .mbr-text,
.cid-uJFPd3uJ1O .mbr-section-btn {
  color: #ffffff;
}
.cid-uHmrBq0QnK {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #d9d9d9;
}
.cid-uJFNVrVNMx {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #d9d9d9;
}
.cid-uJFNVrVNMx img,
.cid-uJFNVrVNMx .item-img {
  width: 100%;
}
.cid-uJFNVrVNMx .item:focus,
.cid-uJFNVrVNMx span:focus {
  outline: none;
}
.cid-uJFNVrVNMx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJFNVrVNMx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJFNVrVNMx .item {
  padding: 0;
  margin: 0;
}
.cid-uJFNVrVNMx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #d9d9d9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJFNVrVNMx .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uJFNVrVNMx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJFNVrVNMx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uJFNVrVNMx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uJFNVrVNMx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJFNVrVNMx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uJFNVrVNMx .mbr-text,
.cid-uJFNVrVNMx .mbr-section-btn {
  text-align: left;
}
.cid-uJFNVrVNMx .item-title {
  text-align: left;
}
.cid-uJFNVrVNMx .item-subtitle {
  text-align: center;
}
.cid-uJFNVrVNMx .mbr-section-subtitle {
  color: #000000;
}
.cid-vc4o6dXg4p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vc4o6dXg4p .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vc4o6dXg4p form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vc4o6dXg4p form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vc4o6dXg4p form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHmntcGi4i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uHmntcGi4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmntcGi4i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmntcGi4i .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHmntcGi4i .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHmntcGi4i .row {
    text-align: center;
  }
  .cid-uHmntcGi4i .row > div {
    margin: auto;
  }
  .cid-uHmntcGi4i .social-row {
    justify-content: center;
  }
}
.cid-uHmntcGi4i .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHmntcGi4i .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHmntcGi4i .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHmntcGi4i .list {
    margin-bottom: 0rem;
  }
}
.cid-uHmntcGi4i .mbr-text {
  color: #bbbbbb;
}
.cid-uHmntcGi4i .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHmntcGi4i .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHmntcGi4i div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHmntcGi4i .copyright {
  color: #ffffff;
}
.cid-uHmwUFdVo1 {
  z-index: 1000;
  width: 100%;
}
.cid-uHmwUFdVo1 nav.navbar {
  position: fixed;
}
.cid-uHmwUFdVo1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmwUFdVo1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHmwUFdVo1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHmwUFdVo1 .dropdown-item:hover,
.cid-uHmwUFdVo1 .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uHmwUFdVo1 .dropdown-item:hover span {
  color: white;
}
.cid-uHmwUFdVo1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHmwUFdVo1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHmwUFdVo1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHmwUFdVo1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHmwUFdVo1 .nav-link {
  position: relative;
}
.cid-uHmwUFdVo1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmwUFdVo1 .container {
    flex-wrap: wrap;
  }
}
.cid-uHmwUFdVo1 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmwUFdVo1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHmwUFdVo1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHmwUFdVo1 .dropdown-menu,
.cid-uHmwUFdVo1 .navbar.opened {
  background: #000000 !important;
}
.cid-uHmwUFdVo1 .nav-item:focus,
.cid-uHmwUFdVo1 .nav-link:focus {
  outline: none;
}
.cid-uHmwUFdVo1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHmwUFdVo1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHmwUFdVo1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHmwUFdVo1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmwUFdVo1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHmwUFdVo1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHmwUFdVo1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHmwUFdVo1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHmwUFdVo1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHmwUFdVo1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uHmwUFdVo1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHmwUFdVo1 .navbar.collapsed {
  justify-content: center;
}
.cid-uHmwUFdVo1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHmwUFdVo1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHmwUFdVo1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uHmwUFdVo1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHmwUFdVo1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHmwUFdVo1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHmwUFdVo1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHmwUFdVo1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHmwUFdVo1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHmwUFdVo1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHmwUFdVo1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHmwUFdVo1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHmwUFdVo1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHmwUFdVo1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHmwUFdVo1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHmwUFdVo1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHmwUFdVo1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHmwUFdVo1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHmwUFdVo1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHmwUFdVo1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHmwUFdVo1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHmwUFdVo1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHmwUFdVo1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHmwUFdVo1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHmwUFdVo1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHmwUFdVo1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHmwUFdVo1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHmwUFdVo1 .dropdown-item.active,
.cid-uHmwUFdVo1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHmwUFdVo1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHmwUFdVo1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHmwUFdVo1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHmwUFdVo1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHmwUFdVo1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHmwUFdVo1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHmwUFdVo1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHmwUFdVo1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHmwUFdVo1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHmwUFdVo1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHmwUFdVo1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHmwUFdVo1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmwUFdVo1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmwUFdVo1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHmwUFdVo1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmwUFdVo1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHmwUFdVo1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHmwUFdVo1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmwUFdVo1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHmwUFdVo1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHmwUFdVo1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHmwUFdVo1 .navbar {
    height: 70px;
  }
  .cid-uHmwUFdVo1 .navbar.opened {
    height: auto;
  }
  .cid-uHmwUFdVo1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHmwUFNu2i {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #e7e3e3;
}
.cid-vc4oa7Ci9G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vc4oa7Ci9G .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vc4oa7Ci9G form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vc4oa7Ci9G form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vc4oa7Ci9G form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHmwUID96x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uHmwUID96x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmwUID96x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmwUID96x .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHmwUID96x .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHmwUID96x .row {
    text-align: center;
  }
  .cid-uHmwUID96x .row > div {
    margin: auto;
  }
  .cid-uHmwUID96x .social-row {
    justify-content: center;
  }
}
.cid-uHmwUID96x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHmwUID96x .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHmwUID96x .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHmwUID96x .list {
    margin-bottom: 0rem;
  }
}
.cid-uHmwUID96x .mbr-text {
  color: #bbbbbb;
}
.cid-uHmwUID96x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHmwUID96x .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHmwUID96x div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHmwUID96x .copyright {
  color: #ffffff;
}
.cid-uHmztjFIby {
  z-index: 1000;
  width: 100%;
}
.cid-uHmztjFIby nav.navbar {
  position: fixed;
}
.cid-uHmztjFIby .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmztjFIby .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHmztjFIby .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHmztjFIby .dropdown-item:hover,
.cid-uHmztjFIby .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uHmztjFIby .dropdown-item:hover span {
  color: white;
}
.cid-uHmztjFIby .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHmztjFIby .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHmztjFIby .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHmztjFIby .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHmztjFIby .nav-link {
  position: relative;
}
.cid-uHmztjFIby .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmztjFIby .container {
    flex-wrap: wrap;
  }
}
.cid-uHmztjFIby .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmztjFIby .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHmztjFIby .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHmztjFIby .dropdown-menu,
.cid-uHmztjFIby .navbar.opened {
  background: #000000 !important;
}
.cid-uHmztjFIby .nav-item:focus,
.cid-uHmztjFIby .nav-link:focus {
  outline: none;
}
.cid-uHmztjFIby .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHmztjFIby .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHmztjFIby .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHmztjFIby .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmztjFIby .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHmztjFIby .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHmztjFIby .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHmztjFIby .navbar.opened {
  transition: all 0.3s;
}
.cid-uHmztjFIby .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHmztjFIby .navbar .navbar-logo img {
  width: auto;
}
.cid-uHmztjFIby .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHmztjFIby .navbar.collapsed {
  justify-content: center;
}
.cid-uHmztjFIby .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHmztjFIby .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHmztjFIby .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uHmztjFIby .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHmztjFIby .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHmztjFIby .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHmztjFIby .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHmztjFIby .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHmztjFIby .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHmztjFIby .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHmztjFIby .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHmztjFIby .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHmztjFIby .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHmztjFIby .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHmztjFIby .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHmztjFIby .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHmztjFIby .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHmztjFIby .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHmztjFIby .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHmztjFIby .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHmztjFIby .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHmztjFIby .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHmztjFIby .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHmztjFIby .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHmztjFIby .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHmztjFIby .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHmztjFIby .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHmztjFIby .dropdown-item.active,
.cid-uHmztjFIby .dropdown-item:active {
  background-color: transparent;
}
.cid-uHmztjFIby .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHmztjFIby .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHmztjFIby .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHmztjFIby .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHmztjFIby .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHmztjFIby .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHmztjFIby ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHmztjFIby .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHmztjFIby button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHmztjFIby button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHmztjFIby button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHmztjFIby button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmztjFIby button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmztjFIby button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHmztjFIby nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmztjFIby nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHmztjFIby nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHmztjFIby nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmztjFIby .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHmztjFIby a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHmztjFIby .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHmztjFIby .navbar {
    height: 70px;
  }
  .cid-uHmztjFIby .navbar.opened {
    height: auto;
  }
  .cid-uHmztjFIby .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHmB8NePkd {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/modelagem-quantitativa-1080x724.png");
}
.cid-uHmB8NePkd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmB8NePkd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmB8NePkd .mbr-section-title {
  text-align: center;
}
.cid-uHmAXR1vOa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c0cab7;
}
.cid-uHoXmecHON {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-uHoXmecHON .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHoXmecHON .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-vc4oet7gXG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vc4oet7gXG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vc4oet7gXG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vc4oet7gXG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vc4oet7gXG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHmztltXIG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uHmztltXIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmztltXIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmztltXIG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHmztltXIG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHmztltXIG .row {
    text-align: center;
  }
  .cid-uHmztltXIG .row > div {
    margin: auto;
  }
  .cid-uHmztltXIG .social-row {
    justify-content: center;
  }
}
.cid-uHmztltXIG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHmztltXIG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHmztltXIG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHmztltXIG .list {
    margin-bottom: 0rem;
  }
}
.cid-uHmztltXIG .mbr-text {
  color: #bbbbbb;
}
.cid-uHmztltXIG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHmztltXIG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHmztltXIG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHmztltXIG .copyright {
  color: #ffffff;
}
.cid-uHmDwzIgBh {
  z-index: 1000;
  width: 100%;
}
.cid-uHmDwzIgBh nav.navbar {
  position: fixed;
}
.cid-uHmDwzIgBh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmDwzIgBh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHmDwzIgBh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHmDwzIgBh .dropdown-item:hover,
.cid-uHmDwzIgBh .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uHmDwzIgBh .dropdown-item:hover span {
  color: white;
}
.cid-uHmDwzIgBh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHmDwzIgBh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHmDwzIgBh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHmDwzIgBh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHmDwzIgBh .nav-link {
  position: relative;
}
.cid-uHmDwzIgBh .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmDwzIgBh .container {
    flex-wrap: wrap;
  }
}
.cid-uHmDwzIgBh .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmDwzIgBh .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHmDwzIgBh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHmDwzIgBh .dropdown-menu,
.cid-uHmDwzIgBh .navbar.opened {
  background: #000000 !important;
}
.cid-uHmDwzIgBh .nav-item:focus,
.cid-uHmDwzIgBh .nav-link:focus {
  outline: none;
}
.cid-uHmDwzIgBh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHmDwzIgBh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHmDwzIgBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHmDwzIgBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmDwzIgBh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHmDwzIgBh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHmDwzIgBh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHmDwzIgBh .navbar.opened {
  transition: all 0.3s;
}
.cid-uHmDwzIgBh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHmDwzIgBh .navbar .navbar-logo img {
  width: auto;
}
.cid-uHmDwzIgBh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHmDwzIgBh .navbar.collapsed {
  justify-content: center;
}
.cid-uHmDwzIgBh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHmDwzIgBh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHmDwzIgBh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uHmDwzIgBh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHmDwzIgBh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHmDwzIgBh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHmDwzIgBh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHmDwzIgBh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHmDwzIgBh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHmDwzIgBh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHmDwzIgBh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHmDwzIgBh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHmDwzIgBh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHmDwzIgBh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHmDwzIgBh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHmDwzIgBh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHmDwzIgBh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHmDwzIgBh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHmDwzIgBh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHmDwzIgBh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHmDwzIgBh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHmDwzIgBh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHmDwzIgBh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHmDwzIgBh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHmDwzIgBh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHmDwzIgBh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHmDwzIgBh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHmDwzIgBh .dropdown-item.active,
.cid-uHmDwzIgBh .dropdown-item:active {
  background-color: transparent;
}
.cid-uHmDwzIgBh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHmDwzIgBh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHmDwzIgBh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHmDwzIgBh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHmDwzIgBh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHmDwzIgBh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHmDwzIgBh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHmDwzIgBh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHmDwzIgBh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHmDwzIgBh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHmDwzIgBh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHmDwzIgBh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmDwzIgBh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmDwzIgBh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHmDwzIgBh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmDwzIgBh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHmDwzIgBh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHmDwzIgBh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmDwzIgBh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHmDwzIgBh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHmDwzIgBh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHmDwzIgBh .navbar {
    height: 70px;
  }
  .cid-uHmDwzIgBh .navbar.opened {
    height: auto;
  }
  .cid-uHmDwzIgBh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHmDwAtJbN {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/previso-de-variveis-econmicas-e-financeiras-1080x724.png");
}
.cid-uHmDwAtJbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmDwAtJbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmDwAtJbN .mbr-section-title {
  text-align: center;
}
.cid-uHmDwB4kIA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c6d1e4;
}
.cid-uHoXISab0V {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #001b4b;
}
.cid-uHoXISab0V .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHoXISab0V .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-vc4ogGqwe7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vc4ogGqwe7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vc4ogGqwe7 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vc4ogGqwe7 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vc4ogGqwe7 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHmDwCiq9v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uHmDwCiq9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmDwCiq9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmDwCiq9v .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHmDwCiq9v .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHmDwCiq9v .row {
    text-align: center;
  }
  .cid-uHmDwCiq9v .row > div {
    margin: auto;
  }
  .cid-uHmDwCiq9v .social-row {
    justify-content: center;
  }
}
.cid-uHmDwCiq9v .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHmDwCiq9v .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHmDwCiq9v .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHmDwCiq9v .list {
    margin-bottom: 0rem;
  }
}
.cid-uHmDwCiq9v .mbr-text {
  color: #bbbbbb;
}
.cid-uHmDwCiq9v .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHmDwCiq9v .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHmDwCiq9v div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHmDwCiq9v .copyright {
  color: #ffffff;
}
.cid-uHmDCH4YkB {
  z-index: 1000;
  width: 100%;
}
.cid-uHmDCH4YkB nav.navbar {
  position: fixed;
}
.cid-uHmDCH4YkB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmDCH4YkB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHmDCH4YkB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHmDCH4YkB .dropdown-item:hover,
.cid-uHmDCH4YkB .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uHmDCH4YkB .dropdown-item:hover span {
  color: white;
}
.cid-uHmDCH4YkB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHmDCH4YkB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHmDCH4YkB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHmDCH4YkB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHmDCH4YkB .nav-link {
  position: relative;
}
.cid-uHmDCH4YkB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmDCH4YkB .container {
    flex-wrap: wrap;
  }
}
.cid-uHmDCH4YkB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmDCH4YkB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHmDCH4YkB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHmDCH4YkB .dropdown-menu,
.cid-uHmDCH4YkB .navbar.opened {
  background: #000000 !important;
}
.cid-uHmDCH4YkB .nav-item:focus,
.cid-uHmDCH4YkB .nav-link:focus {
  outline: none;
}
.cid-uHmDCH4YkB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHmDCH4YkB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHmDCH4YkB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHmDCH4YkB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmDCH4YkB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHmDCH4YkB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHmDCH4YkB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHmDCH4YkB .navbar.opened {
  transition: all 0.3s;
}
.cid-uHmDCH4YkB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHmDCH4YkB .navbar .navbar-logo img {
  width: auto;
}
.cid-uHmDCH4YkB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHmDCH4YkB .navbar.collapsed {
  justify-content: center;
}
.cid-uHmDCH4YkB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHmDCH4YkB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHmDCH4YkB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uHmDCH4YkB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHmDCH4YkB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHmDCH4YkB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHmDCH4YkB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHmDCH4YkB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHmDCH4YkB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHmDCH4YkB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHmDCH4YkB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHmDCH4YkB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHmDCH4YkB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHmDCH4YkB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHmDCH4YkB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHmDCH4YkB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHmDCH4YkB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHmDCH4YkB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHmDCH4YkB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHmDCH4YkB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHmDCH4YkB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHmDCH4YkB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHmDCH4YkB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHmDCH4YkB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHmDCH4YkB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHmDCH4YkB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHmDCH4YkB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHmDCH4YkB .dropdown-item.active,
.cid-uHmDCH4YkB .dropdown-item:active {
  background-color: transparent;
}
.cid-uHmDCH4YkB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHmDCH4YkB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHmDCH4YkB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHmDCH4YkB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHmDCH4YkB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHmDCH4YkB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHmDCH4YkB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHmDCH4YkB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHmDCH4YkB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHmDCH4YkB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHmDCH4YkB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHmDCH4YkB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmDCH4YkB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmDCH4YkB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHmDCH4YkB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmDCH4YkB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHmDCH4YkB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHmDCH4YkB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmDCH4YkB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHmDCH4YkB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHmDCH4YkB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHmDCH4YkB .navbar {
    height: 70px;
  }
  .cid-uHmDCH4YkB .navbar.opened {
    height: auto;
  }
  .cid-uHmDCH4YkB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHmDCHChOn {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/anlise-de-texto-com-nlp-1080x724.png");
}
.cid-uHmDCHChOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmDCHChOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmDCHChOn .mbr-section-title {
  text-align: center;
}
.cid-uHmDCI6GCz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ded0b7;
}
.cid-uHoYgfZjH9 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #3b2600;
}
.cid-uHoYgfZjH9 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHoYgfZjH9 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-vc4oljWEcY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vc4oljWEcY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vc4oljWEcY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vc4oljWEcY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vc4oljWEcY form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHmDCIX1q6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uHmDCIX1q6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmDCIX1q6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmDCIX1q6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHmDCIX1q6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHmDCIX1q6 .row {
    text-align: center;
  }
  .cid-uHmDCIX1q6 .row > div {
    margin: auto;
  }
  .cid-uHmDCIX1q6 .social-row {
    justify-content: center;
  }
}
.cid-uHmDCIX1q6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHmDCIX1q6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHmDCIX1q6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHmDCIX1q6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uHmDCIX1q6 .mbr-text {
  color: #bbbbbb;
}
.cid-uHmDCIX1q6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHmDCIX1q6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHmDCIX1q6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHmDCIX1q6 .copyright {
  color: #ffffff;
}
.cid-uHmDDiajUO {
  z-index: 1000;
  width: 100%;
}
.cid-uHmDDiajUO nav.navbar {
  position: fixed;
}
.cid-uHmDDiajUO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmDDiajUO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHmDDiajUO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHmDDiajUO .dropdown-item:hover,
.cid-uHmDDiajUO .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uHmDDiajUO .dropdown-item:hover span {
  color: white;
}
.cid-uHmDDiajUO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHmDDiajUO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHmDDiajUO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHmDDiajUO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHmDDiajUO .nav-link {
  position: relative;
}
.cid-uHmDDiajUO .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmDDiajUO .container {
    flex-wrap: wrap;
  }
}
.cid-uHmDDiajUO .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmDDiajUO .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHmDDiajUO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHmDDiajUO .dropdown-menu,
.cid-uHmDDiajUO .navbar.opened {
  background: #000000 !important;
}
.cid-uHmDDiajUO .nav-item:focus,
.cid-uHmDDiajUO .nav-link:focus {
  outline: none;
}
.cid-uHmDDiajUO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHmDDiajUO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHmDDiajUO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHmDDiajUO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmDDiajUO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHmDDiajUO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHmDDiajUO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHmDDiajUO .navbar.opened {
  transition: all 0.3s;
}
.cid-uHmDDiajUO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHmDDiajUO .navbar .navbar-logo img {
  width: auto;
}
.cid-uHmDDiajUO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHmDDiajUO .navbar.collapsed {
  justify-content: center;
}
.cid-uHmDDiajUO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHmDDiajUO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHmDDiajUO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uHmDDiajUO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHmDDiajUO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHmDDiajUO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHmDDiajUO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHmDDiajUO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHmDDiajUO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHmDDiajUO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHmDDiajUO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHmDDiajUO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHmDDiajUO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHmDDiajUO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHmDDiajUO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHmDDiajUO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHmDDiajUO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHmDDiajUO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHmDDiajUO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHmDDiajUO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHmDDiajUO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHmDDiajUO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHmDDiajUO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHmDDiajUO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHmDDiajUO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHmDDiajUO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHmDDiajUO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHmDDiajUO .dropdown-item.active,
.cid-uHmDDiajUO .dropdown-item:active {
  background-color: transparent;
}
.cid-uHmDDiajUO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHmDDiajUO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHmDDiajUO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHmDDiajUO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHmDDiajUO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHmDDiajUO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHmDDiajUO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHmDDiajUO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHmDDiajUO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHmDDiajUO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHmDDiajUO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHmDDiajUO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmDDiajUO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmDDiajUO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHmDDiajUO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmDDiajUO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHmDDiajUO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHmDDiajUO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmDDiajUO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHmDDiajUO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHmDDiajUO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHmDDiajUO .navbar {
    height: 70px;
  }
  .cid-uHmDDiajUO .navbar.opened {
    height: auto;
  }
  .cid-uHmDDiajUO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHmDDiIgDc {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/gesto-de-riscos-1080x724.png");
}
.cid-uHmDDiIgDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmDDiIgDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmDDiIgDc .mbr-section-title {
  text-align: center;
}
.cid-uHmDDjbH8b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c6c6c6;
}
.cid-uHoWMREPF8 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #831712;
}
.cid-uHoWMREPF8 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHoWMREPF8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-vc4oolYWVw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vc4oolYWVw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vc4oolYWVw form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vc4oolYWVw form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vc4oolYWVw form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHmDDkbnj5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uHmDDkbnj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmDDkbnj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmDDkbnj5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHmDDkbnj5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHmDDkbnj5 .row {
    text-align: center;
  }
  .cid-uHmDDkbnj5 .row > div {
    margin: auto;
  }
  .cid-uHmDDkbnj5 .social-row {
    justify-content: center;
  }
}
.cid-uHmDDkbnj5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHmDDkbnj5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHmDDkbnj5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHmDDkbnj5 .list {
    margin-bottom: 0rem;
  }
}
.cid-uHmDDkbnj5 .mbr-text {
  color: #bbbbbb;
}
.cid-uHmDDkbnj5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHmDDkbnj5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHmDDkbnj5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHmDDkbnj5 .copyright {
  color: #ffffff;
}
.cid-uHmDDOJGFf {
  z-index: 1000;
  width: 100%;
}
.cid-uHmDDOJGFf nav.navbar {
  position: fixed;
}
.cid-uHmDDOJGFf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmDDOJGFf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHmDDOJGFf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHmDDOJGFf .dropdown-item:hover,
.cid-uHmDDOJGFf .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uHmDDOJGFf .dropdown-item:hover span {
  color: white;
}
.cid-uHmDDOJGFf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHmDDOJGFf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHmDDOJGFf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHmDDOJGFf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHmDDOJGFf .nav-link {
  position: relative;
}
.cid-uHmDDOJGFf .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmDDOJGFf .container {
    flex-wrap: wrap;
  }
}
.cid-uHmDDOJGFf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmDDOJGFf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHmDDOJGFf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHmDDOJGFf .dropdown-menu,
.cid-uHmDDOJGFf .navbar.opened {
  background: #000000 !important;
}
.cid-uHmDDOJGFf .nav-item:focus,
.cid-uHmDDOJGFf .nav-link:focus {
  outline: none;
}
.cid-uHmDDOJGFf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHmDDOJGFf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHmDDOJGFf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHmDDOJGFf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmDDOJGFf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHmDDOJGFf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHmDDOJGFf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHmDDOJGFf .navbar.opened {
  transition: all 0.3s;
}
.cid-uHmDDOJGFf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHmDDOJGFf .navbar .navbar-logo img {
  width: auto;
}
.cid-uHmDDOJGFf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHmDDOJGFf .navbar.collapsed {
  justify-content: center;
}
.cid-uHmDDOJGFf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHmDDOJGFf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHmDDOJGFf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uHmDDOJGFf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHmDDOJGFf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHmDDOJGFf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHmDDOJGFf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHmDDOJGFf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHmDDOJGFf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHmDDOJGFf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHmDDOJGFf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHmDDOJGFf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHmDDOJGFf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHmDDOJGFf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHmDDOJGFf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHmDDOJGFf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHmDDOJGFf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHmDDOJGFf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHmDDOJGFf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHmDDOJGFf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHmDDOJGFf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHmDDOJGFf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHmDDOJGFf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHmDDOJGFf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHmDDOJGFf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHmDDOJGFf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHmDDOJGFf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHmDDOJGFf .dropdown-item.active,
.cid-uHmDDOJGFf .dropdown-item:active {
  background-color: transparent;
}
.cid-uHmDDOJGFf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHmDDOJGFf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHmDDOJGFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHmDDOJGFf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHmDDOJGFf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHmDDOJGFf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHmDDOJGFf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHmDDOJGFf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHmDDOJGFf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHmDDOJGFf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHmDDOJGFf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHmDDOJGFf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmDDOJGFf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmDDOJGFf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHmDDOJGFf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmDDOJGFf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHmDDOJGFf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHmDDOJGFf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmDDOJGFf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHmDDOJGFf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHmDDOJGFf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHmDDOJGFf .navbar {
    height: 70px;
  }
  .cid-uHmDDOJGFf .navbar.opened {
    height: auto;
  }
  .cid-uHmDDOJGFf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHmDDPgFDc {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/desenvolvimento-de-modelos-ticos-e-transparentes-1080x724.png");
}
.cid-uHmDDPgFDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmDDPgFDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmDDPgFDc .mbr-section-title {
  text-align: center;
}
.cid-uHmDDPFXdI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #90a5a4;
}
.cid-uHoZwb6oRG {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #1f6463;
}
.cid-uHoZwb6oRG .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHoZwb6oRG .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-vc4orFKGK6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vc4orFKGK6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vc4orFKGK6 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vc4orFKGK6 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vc4orFKGK6 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHmDDQDESS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uHmDDQDESS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmDDQDESS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmDDQDESS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHmDDQDESS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHmDDQDESS .row {
    text-align: center;
  }
  .cid-uHmDDQDESS .row > div {
    margin: auto;
  }
  .cid-uHmDDQDESS .social-row {
    justify-content: center;
  }
}
.cid-uHmDDQDESS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHmDDQDESS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHmDDQDESS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHmDDQDESS .list {
    margin-bottom: 0rem;
  }
}
.cid-uHmDDQDESS .mbr-text {
  color: #bbbbbb;
}
.cid-uHmDDQDESS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHmDDQDESS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHmDDQDESS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHmDDQDESS .copyright {
  color: #ffffff;
}
.cid-uHmDJ2hqQU {
  z-index: 1000;
  width: 100%;
}
.cid-uHmDJ2hqQU nav.navbar {
  position: fixed;
}
.cid-uHmDJ2hqQU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmDJ2hqQU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHmDJ2hqQU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHmDJ2hqQU .dropdown-item:hover,
.cid-uHmDJ2hqQU .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uHmDJ2hqQU .dropdown-item:hover span {
  color: white;
}
.cid-uHmDJ2hqQU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHmDJ2hqQU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHmDJ2hqQU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHmDJ2hqQU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHmDJ2hqQU .nav-link {
  position: relative;
}
.cid-uHmDJ2hqQU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmDJ2hqQU .container {
    flex-wrap: wrap;
  }
}
.cid-uHmDJ2hqQU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmDJ2hqQU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHmDJ2hqQU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHmDJ2hqQU .dropdown-menu,
.cid-uHmDJ2hqQU .navbar.opened {
  background: #000000 !important;
}
.cid-uHmDJ2hqQU .nav-item:focus,
.cid-uHmDJ2hqQU .nav-link:focus {
  outline: none;
}
.cid-uHmDJ2hqQU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHmDJ2hqQU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHmDJ2hqQU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHmDJ2hqQU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmDJ2hqQU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHmDJ2hqQU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHmDJ2hqQU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHmDJ2hqQU .navbar.opened {
  transition: all 0.3s;
}
.cid-uHmDJ2hqQU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHmDJ2hqQU .navbar .navbar-logo img {
  width: auto;
}
.cid-uHmDJ2hqQU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHmDJ2hqQU .navbar.collapsed {
  justify-content: center;
}
.cid-uHmDJ2hqQU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHmDJ2hqQU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHmDJ2hqQU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uHmDJ2hqQU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHmDJ2hqQU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHmDJ2hqQU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHmDJ2hqQU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHmDJ2hqQU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHmDJ2hqQU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHmDJ2hqQU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHmDJ2hqQU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHmDJ2hqQU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHmDJ2hqQU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHmDJ2hqQU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHmDJ2hqQU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHmDJ2hqQU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHmDJ2hqQU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHmDJ2hqQU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHmDJ2hqQU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHmDJ2hqQU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHmDJ2hqQU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHmDJ2hqQU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHmDJ2hqQU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHmDJ2hqQU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHmDJ2hqQU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHmDJ2hqQU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHmDJ2hqQU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHmDJ2hqQU .dropdown-item.active,
.cid-uHmDJ2hqQU .dropdown-item:active {
  background-color: transparent;
}
.cid-uHmDJ2hqQU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHmDJ2hqQU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHmDJ2hqQU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHmDJ2hqQU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHmDJ2hqQU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHmDJ2hqQU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHmDJ2hqQU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHmDJ2hqQU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHmDJ2hqQU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHmDJ2hqQU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHmDJ2hqQU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHmDJ2hqQU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmDJ2hqQU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmDJ2hqQU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHmDJ2hqQU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmDJ2hqQU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHmDJ2hqQU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHmDJ2hqQU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmDJ2hqQU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHmDJ2hqQU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHmDJ2hqQU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHmDJ2hqQU .navbar {
    height: 70px;
  }
  .cid-uHmDJ2hqQU .navbar.opened {
    height: auto;
  }
  .cid-uHmDJ2hqQU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHmDJ2QUMX {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/epidemias-e-pandemias-1080x724.png");
}
.cid-uHmDJ2QUMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmDJ2QUMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmDJ2QUMX .mbr-section-title {
  text-align: center;
}
.cid-uHmDJ3lIYJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e6e6;
}
.cid-uHp0zxdPt1 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #831712;
}
.cid-uHp0zxdPt1 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHp0zxdPt1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-vc4ouRRWH8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vc4ouRRWH8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vc4ouRRWH8 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vc4ouRRWH8 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vc4ouRRWH8 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHmDJ4g7Ip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uHmDJ4g7Ip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmDJ4g7Ip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmDJ4g7Ip .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHmDJ4g7Ip .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHmDJ4g7Ip .row {
    text-align: center;
  }
  .cid-uHmDJ4g7Ip .row > div {
    margin: auto;
  }
  .cid-uHmDJ4g7Ip .social-row {
    justify-content: center;
  }
}
.cid-uHmDJ4g7Ip .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHmDJ4g7Ip .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHmDJ4g7Ip .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHmDJ4g7Ip .list {
    margin-bottom: 0rem;
  }
}
.cid-uHmDJ4g7Ip .mbr-text {
  color: #bbbbbb;
}
.cid-uHmDJ4g7Ip .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHmDJ4g7Ip .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHmDJ4g7Ip div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHmDJ4g7Ip .copyright {
  color: #ffffff;
}
.cid-uHmDJyub09 {
  z-index: 1000;
  width: 100%;
}
.cid-uHmDJyub09 nav.navbar {
  position: fixed;
}
.cid-uHmDJyub09 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmDJyub09 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHmDJyub09 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHmDJyub09 .dropdown-item:hover,
.cid-uHmDJyub09 .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uHmDJyub09 .dropdown-item:hover span {
  color: white;
}
.cid-uHmDJyub09 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHmDJyub09 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHmDJyub09 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHmDJyub09 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHmDJyub09 .nav-link {
  position: relative;
}
.cid-uHmDJyub09 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmDJyub09 .container {
    flex-wrap: wrap;
  }
}
.cid-uHmDJyub09 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHmDJyub09 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHmDJyub09 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHmDJyub09 .dropdown-menu,
.cid-uHmDJyub09 .navbar.opened {
  background: #000000 !important;
}
.cid-uHmDJyub09 .nav-item:focus,
.cid-uHmDJyub09 .nav-link:focus {
  outline: none;
}
.cid-uHmDJyub09 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHmDJyub09 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHmDJyub09 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHmDJyub09 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHmDJyub09 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHmDJyub09 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHmDJyub09 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHmDJyub09 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHmDJyub09 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHmDJyub09 .navbar .navbar-logo img {
  width: auto;
}
.cid-uHmDJyub09 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHmDJyub09 .navbar.collapsed {
  justify-content: center;
}
.cid-uHmDJyub09 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHmDJyub09 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHmDJyub09 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uHmDJyub09 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHmDJyub09 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHmDJyub09 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHmDJyub09 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHmDJyub09 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHmDJyub09 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHmDJyub09 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHmDJyub09 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHmDJyub09 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHmDJyub09 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHmDJyub09 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHmDJyub09 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHmDJyub09 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHmDJyub09 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHmDJyub09 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHmDJyub09 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHmDJyub09 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHmDJyub09 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHmDJyub09 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHmDJyub09 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHmDJyub09 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHmDJyub09 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHmDJyub09 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHmDJyub09 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHmDJyub09 .dropdown-item.active,
.cid-uHmDJyub09 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHmDJyub09 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHmDJyub09 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHmDJyub09 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHmDJyub09 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHmDJyub09 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHmDJyub09 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHmDJyub09 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHmDJyub09 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHmDJyub09 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHmDJyub09 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHmDJyub09 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHmDJyub09 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmDJyub09 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHmDJyub09 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHmDJyub09 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmDJyub09 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHmDJyub09 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHmDJyub09 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHmDJyub09 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHmDJyub09 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHmDJyub09 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHmDJyub09 .navbar {
    height: 70px;
  }
  .cid-uHmDJyub09 .navbar.opened {
    height: auto;
  }
  .cid-uHmDJyub09 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHmDJz216c {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/capacitao-profissional-1080x724.png");
}
.cid-uHmDJz216c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmDJz216c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmDJz216c .mbr-section-title {
  text-align: center;
}
.cid-uHmDJzvEJ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a7a28e;
}
.cid-uHp1I7y77s {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uHp1I7y77s .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHp1I7y77s .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-vc4oxX1TpQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vc4oxX1TpQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vc4oxX1TpQ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vc4oxX1TpQ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vc4oxX1TpQ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHmDJApNJH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uHmDJApNJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHmDJApNJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHmDJApNJH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHmDJApNJH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHmDJApNJH .row {
    text-align: center;
  }
  .cid-uHmDJApNJH .row > div {
    margin: auto;
  }
  .cid-uHmDJApNJH .social-row {
    justify-content: center;
  }
}
.cid-uHmDJApNJH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHmDJApNJH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHmDJApNJH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHmDJApNJH .list {
    margin-bottom: 0rem;
  }
}
.cid-uHmDJApNJH .mbr-text {
  color: #bbbbbb;
}
.cid-uHmDJApNJH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHmDJApNJH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHmDJApNJH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHmDJApNJH .copyright {
  color: #ffffff;
}
.cid-uHoRWoQgjv {
  z-index: 1000;
  width: 100%;
}
.cid-uHoRWoQgjv nav.navbar {
  position: fixed;
}
.cid-uHoRWoQgjv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHoRWoQgjv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHoRWoQgjv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHoRWoQgjv .dropdown-item:hover,
.cid-uHoRWoQgjv .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uHoRWoQgjv .dropdown-item:hover span {
  color: white;
}
.cid-uHoRWoQgjv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHoRWoQgjv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHoRWoQgjv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHoRWoQgjv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHoRWoQgjv .nav-link {
  position: relative;
}
.cid-uHoRWoQgjv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHoRWoQgjv .container {
    flex-wrap: wrap;
  }
}
.cid-uHoRWoQgjv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHoRWoQgjv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHoRWoQgjv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHoRWoQgjv .dropdown-menu,
.cid-uHoRWoQgjv .navbar.opened {
  background: #000000 !important;
}
.cid-uHoRWoQgjv .nav-item:focus,
.cid-uHoRWoQgjv .nav-link:focus {
  outline: none;
}
.cid-uHoRWoQgjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHoRWoQgjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHoRWoQgjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHoRWoQgjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHoRWoQgjv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHoRWoQgjv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHoRWoQgjv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHoRWoQgjv .navbar.opened {
  transition: all 0.3s;
}
.cid-uHoRWoQgjv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHoRWoQgjv .navbar .navbar-logo img {
  width: auto;
}
.cid-uHoRWoQgjv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHoRWoQgjv .navbar.collapsed {
  justify-content: center;
}
.cid-uHoRWoQgjv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHoRWoQgjv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHoRWoQgjv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uHoRWoQgjv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHoRWoQgjv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHoRWoQgjv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHoRWoQgjv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHoRWoQgjv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHoRWoQgjv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHoRWoQgjv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHoRWoQgjv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHoRWoQgjv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHoRWoQgjv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHoRWoQgjv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHoRWoQgjv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHoRWoQgjv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHoRWoQgjv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHoRWoQgjv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHoRWoQgjv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHoRWoQgjv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHoRWoQgjv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHoRWoQgjv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHoRWoQgjv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHoRWoQgjv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHoRWoQgjv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHoRWoQgjv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHoRWoQgjv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHoRWoQgjv .dropdown-item.active,
.cid-uHoRWoQgjv .dropdown-item:active {
  background-color: transparent;
}
.cid-uHoRWoQgjv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHoRWoQgjv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHoRWoQgjv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHoRWoQgjv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHoRWoQgjv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHoRWoQgjv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHoRWoQgjv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHoRWoQgjv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHoRWoQgjv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHoRWoQgjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHoRWoQgjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHoRWoQgjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoRWoQgjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoRWoQgjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHoRWoQgjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoRWoQgjv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHoRWoQgjv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHoRWoQgjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoRWoQgjv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHoRWoQgjv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHoRWoQgjv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHoRWoQgjv .navbar {
    height: 70px;
  }
  .cid-uHoRWoQgjv .navbar.opened {
    height: auto;
  }
  .cid-uHoRWoQgjv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHoRWpq70K {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/previso-do-consumo-de-energia-eltrica-no-brasil-1080x724.png");
}
.cid-uHoRWpq70K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoRWpq70K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoRWpq70K .mbr-section-title {
  text-align: left;
}
.cid-uHoRWpWx8E {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHp4Ygt78s {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHp4Ygt78s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp4Ygt78s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHp4Ygt78s .card-wrapper {
  background: #8b0707;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uHp4Ygt78s .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHp4Ygt78s .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHp4Ygt78s .card-wrapper {
    padding: 4rem;
  }
}
.cid-uHp4Ygt78s .mbr-text,
.cid-uHp4Ygt78s .mbr-section-btn {
  color: #ffffff;
}
.cid-uHp4Ygt78s .card-title,
.cid-uHp4Ygt78s .card-box {
  text-align: left;
}
.cid-vc4oB5EYgV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vc4oB5EYgV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vc4oB5EYgV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vc4oB5EYgV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vc4oB5EYgV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHoRWr7gnf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uHoRWr7gnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoRWr7gnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoRWr7gnf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHoRWr7gnf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHoRWr7gnf .row {
    text-align: center;
  }
  .cid-uHoRWr7gnf .row > div {
    margin: auto;
  }
  .cid-uHoRWr7gnf .social-row {
    justify-content: center;
  }
}
.cid-uHoRWr7gnf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHoRWr7gnf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHoRWr7gnf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHoRWr7gnf .list {
    margin-bottom: 0rem;
  }
}
.cid-uHoRWr7gnf .mbr-text {
  color: #bbbbbb;
}
.cid-uHoRWr7gnf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHoRWr7gnf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHoRWr7gnf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHoRWr7gnf .copyright {
  color: #ffffff;
}
.cid-uHoS8QY2ps {
  z-index: 1000;
  width: 100%;
}
.cid-uHoS8QY2ps nav.navbar {
  position: fixed;
}
.cid-uHoS8QY2ps .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHoS8QY2ps .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHoS8QY2ps .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHoS8QY2ps .dropdown-item:hover,
.cid-uHoS8QY2ps .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uHoS8QY2ps .dropdown-item:hover span {
  color: white;
}
.cid-uHoS8QY2ps .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHoS8QY2ps .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHoS8QY2ps .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHoS8QY2ps .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHoS8QY2ps .nav-link {
  position: relative;
}
.cid-uHoS8QY2ps .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHoS8QY2ps .container {
    flex-wrap: wrap;
  }
}
.cid-uHoS8QY2ps .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHoS8QY2ps .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHoS8QY2ps .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHoS8QY2ps .dropdown-menu,
.cid-uHoS8QY2ps .navbar.opened {
  background: #000000 !important;
}
.cid-uHoS8QY2ps .nav-item:focus,
.cid-uHoS8QY2ps .nav-link:focus {
  outline: none;
}
.cid-uHoS8QY2ps .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHoS8QY2ps .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHoS8QY2ps .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHoS8QY2ps .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHoS8QY2ps .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHoS8QY2ps .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHoS8QY2ps .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHoS8QY2ps .navbar.opened {
  transition: all 0.3s;
}
.cid-uHoS8QY2ps .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHoS8QY2ps .navbar .navbar-logo img {
  width: auto;
}
.cid-uHoS8QY2ps .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHoS8QY2ps .navbar.collapsed {
  justify-content: center;
}
.cid-uHoS8QY2ps .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHoS8QY2ps .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHoS8QY2ps .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uHoS8QY2ps .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHoS8QY2ps .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHoS8QY2ps .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHoS8QY2ps .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHoS8QY2ps .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHoS8QY2ps .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHoS8QY2ps .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHoS8QY2ps .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHoS8QY2ps .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHoS8QY2ps .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHoS8QY2ps .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHoS8QY2ps .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHoS8QY2ps .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHoS8QY2ps .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHoS8QY2ps .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHoS8QY2ps .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHoS8QY2ps .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHoS8QY2ps .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHoS8QY2ps .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHoS8QY2ps .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHoS8QY2ps .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHoS8QY2ps .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHoS8QY2ps .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHoS8QY2ps .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHoS8QY2ps .dropdown-item.active,
.cid-uHoS8QY2ps .dropdown-item:active {
  background-color: transparent;
}
.cid-uHoS8QY2ps .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHoS8QY2ps .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHoS8QY2ps .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHoS8QY2ps .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHoS8QY2ps .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHoS8QY2ps .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHoS8QY2ps ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHoS8QY2ps .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHoS8QY2ps button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHoS8QY2ps button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHoS8QY2ps button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHoS8QY2ps button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoS8QY2ps button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoS8QY2ps button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHoS8QY2ps nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoS8QY2ps nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHoS8QY2ps nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHoS8QY2ps nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoS8QY2ps .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHoS8QY2ps a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHoS8QY2ps .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHoS8QY2ps .navbar {
    height: 70px;
  }
  .cid-uHoS8QY2ps .navbar.opened {
    height: auto;
  }
  .cid-uHoS8QY2ps .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHoS8RIuok {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/previso-de-infeco-por-covid-19-no-incio-da-pandemia-no-brasil-1080x724.png");
}
.cid-uHoS8RIuok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoS8RIuok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoS8RIuok .mbr-section-title {
  text-align: left;
}
.cid-uHoS8SfuZL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHp5HjDMt4 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHp5HjDMt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp5HjDMt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHp5HjDMt4 .card-wrapper {
  background: #8b0707;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uHp5HjDMt4 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHp5HjDMt4 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHp5HjDMt4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uHp5HjDMt4 .mbr-text,
.cid-uHp5HjDMt4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uHp5HjDMt4 .card-title,
.cid-uHp5HjDMt4 .card-box {
  text-align: left;
}
.cid-vc4oE80Zya {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vc4oE80Zya .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vc4oE80Zya form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vc4oE80Zya form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vc4oE80Zya form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHoS8TnuFq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uHoS8TnuFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoS8TnuFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoS8TnuFq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHoS8TnuFq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHoS8TnuFq .row {
    text-align: center;
  }
  .cid-uHoS8TnuFq .row > div {
    margin: auto;
  }
  .cid-uHoS8TnuFq .social-row {
    justify-content: center;
  }
}
.cid-uHoS8TnuFq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHoS8TnuFq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHoS8TnuFq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHoS8TnuFq .list {
    margin-bottom: 0rem;
  }
}
.cid-uHoS8TnuFq .mbr-text {
  color: #bbbbbb;
}
.cid-uHoS8TnuFq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHoS8TnuFq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHoS8TnuFq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHoS8TnuFq .copyright {
  color: #ffffff;
}
.cid-uHoSh5J8CA {
  z-index: 1000;
  width: 100%;
}
.cid-uHoSh5J8CA nav.navbar {
  position: fixed;
}
.cid-uHoSh5J8CA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHoSh5J8CA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHoSh5J8CA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHoSh5J8CA .dropdown-item:hover,
.cid-uHoSh5J8CA .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uHoSh5J8CA .dropdown-item:hover span {
  color: white;
}
.cid-uHoSh5J8CA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHoSh5J8CA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHoSh5J8CA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHoSh5J8CA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHoSh5J8CA .nav-link {
  position: relative;
}
.cid-uHoSh5J8CA .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHoSh5J8CA .container {
    flex-wrap: wrap;
  }
}
.cid-uHoSh5J8CA .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHoSh5J8CA .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHoSh5J8CA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHoSh5J8CA .dropdown-menu,
.cid-uHoSh5J8CA .navbar.opened {
  background: #000000 !important;
}
.cid-uHoSh5J8CA .nav-item:focus,
.cid-uHoSh5J8CA .nav-link:focus {
  outline: none;
}
.cid-uHoSh5J8CA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHoSh5J8CA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHoSh5J8CA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHoSh5J8CA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHoSh5J8CA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHoSh5J8CA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHoSh5J8CA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHoSh5J8CA .navbar.opened {
  transition: all 0.3s;
}
.cid-uHoSh5J8CA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHoSh5J8CA .navbar .navbar-logo img {
  width: auto;
}
.cid-uHoSh5J8CA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHoSh5J8CA .navbar.collapsed {
  justify-content: center;
}
.cid-uHoSh5J8CA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHoSh5J8CA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHoSh5J8CA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uHoSh5J8CA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHoSh5J8CA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHoSh5J8CA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHoSh5J8CA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHoSh5J8CA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHoSh5J8CA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHoSh5J8CA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHoSh5J8CA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHoSh5J8CA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHoSh5J8CA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHoSh5J8CA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHoSh5J8CA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHoSh5J8CA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHoSh5J8CA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHoSh5J8CA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHoSh5J8CA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHoSh5J8CA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHoSh5J8CA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHoSh5J8CA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHoSh5J8CA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHoSh5J8CA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHoSh5J8CA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHoSh5J8CA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHoSh5J8CA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHoSh5J8CA .dropdown-item.active,
.cid-uHoSh5J8CA .dropdown-item:active {
  background-color: transparent;
}
.cid-uHoSh5J8CA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHoSh5J8CA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHoSh5J8CA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHoSh5J8CA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHoSh5J8CA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHoSh5J8CA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHoSh5J8CA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHoSh5J8CA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHoSh5J8CA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHoSh5J8CA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHoSh5J8CA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHoSh5J8CA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoSh5J8CA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoSh5J8CA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHoSh5J8CA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoSh5J8CA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHoSh5J8CA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHoSh5J8CA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoSh5J8CA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHoSh5J8CA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHoSh5J8CA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHoSh5J8CA .navbar {
    height: 70px;
  }
  .cid-uHoSh5J8CA .navbar.opened {
    height: auto;
  }
  .cid-uHoSh5J8CA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHoSh6dMyB {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/previso-da-estrutura-a-termo-da-taxa-de-juros-curva-de-rendimento-1080x724.png");
}
.cid-uHoSh6dMyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoSh6dMyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoSh6dMyB .mbr-section-title {
  text-align: left;
}
.cid-uHoSh6zlR9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHp6aay8WN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHp6aay8WN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp6aay8WN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHp6aay8WN .card-wrapper {
  background: #8b0707;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uHp6aay8WN .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHp6aay8WN .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHp6aay8WN .card-wrapper {
    padding: 4rem;
  }
}
.cid-uHp6aay8WN .mbr-text,
.cid-uHp6aay8WN .mbr-section-btn {
  color: #ffffff;
}
.cid-uHp6aay8WN .card-title,
.cid-uHp6aay8WN .card-box {
  text-align: left;
}
.cid-vc4oH7PyIz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vc4oH7PyIz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vc4oH7PyIz form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vc4oH7PyIz form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vc4oH7PyIz form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHoSh7pOTI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uHoSh7pOTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoSh7pOTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoSh7pOTI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHoSh7pOTI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHoSh7pOTI .row {
    text-align: center;
  }
  .cid-uHoSh7pOTI .row > div {
    margin: auto;
  }
  .cid-uHoSh7pOTI .social-row {
    justify-content: center;
  }
}
.cid-uHoSh7pOTI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHoSh7pOTI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHoSh7pOTI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHoSh7pOTI .list {
    margin-bottom: 0rem;
  }
}
.cid-uHoSh7pOTI .mbr-text {
  color: #bbbbbb;
}
.cid-uHoSh7pOTI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHoSh7pOTI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHoSh7pOTI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHoSh7pOTI .copyright {
  color: #ffffff;
}
.cid-uHoShJKD1Z {
  z-index: 1000;
  width: 100%;
}
.cid-uHoShJKD1Z nav.navbar {
  position: fixed;
}
.cid-uHoShJKD1Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHoShJKD1Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHoShJKD1Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHoShJKD1Z .dropdown-item:hover,
.cid-uHoShJKD1Z .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uHoShJKD1Z .dropdown-item:hover span {
  color: white;
}
.cid-uHoShJKD1Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHoShJKD1Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHoShJKD1Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHoShJKD1Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHoShJKD1Z .nav-link {
  position: relative;
}
.cid-uHoShJKD1Z .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHoShJKD1Z .container {
    flex-wrap: wrap;
  }
}
.cid-uHoShJKD1Z .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHoShJKD1Z .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHoShJKD1Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHoShJKD1Z .dropdown-menu,
.cid-uHoShJKD1Z .navbar.opened {
  background: #000000 !important;
}
.cid-uHoShJKD1Z .nav-item:focus,
.cid-uHoShJKD1Z .nav-link:focus {
  outline: none;
}
.cid-uHoShJKD1Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHoShJKD1Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHoShJKD1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHoShJKD1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHoShJKD1Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHoShJKD1Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHoShJKD1Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHoShJKD1Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uHoShJKD1Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHoShJKD1Z .navbar .navbar-logo img {
  width: auto;
}
.cid-uHoShJKD1Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHoShJKD1Z .navbar.collapsed {
  justify-content: center;
}
.cid-uHoShJKD1Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHoShJKD1Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHoShJKD1Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uHoShJKD1Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHoShJKD1Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHoShJKD1Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHoShJKD1Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHoShJKD1Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHoShJKD1Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHoShJKD1Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHoShJKD1Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHoShJKD1Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHoShJKD1Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHoShJKD1Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHoShJKD1Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHoShJKD1Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHoShJKD1Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHoShJKD1Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHoShJKD1Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHoShJKD1Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHoShJKD1Z .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHoShJKD1Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHoShJKD1Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHoShJKD1Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHoShJKD1Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHoShJKD1Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHoShJKD1Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHoShJKD1Z .dropdown-item.active,
.cid-uHoShJKD1Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uHoShJKD1Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHoShJKD1Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHoShJKD1Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHoShJKD1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHoShJKD1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHoShJKD1Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHoShJKD1Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHoShJKD1Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHoShJKD1Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHoShJKD1Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHoShJKD1Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHoShJKD1Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoShJKD1Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoShJKD1Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHoShJKD1Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoShJKD1Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHoShJKD1Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHoShJKD1Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoShJKD1Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHoShJKD1Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHoShJKD1Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHoShJKD1Z .navbar {
    height: 70px;
  }
  .cid-uHoShJKD1Z .navbar.opened {
    height: auto;
  }
  .cid-uHoShJKD1Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHoShKeZ3A {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/desenvolvimento-de-um-ndice-de-incerteza-para-a-economia-brasileira-1080x724.png");
}
.cid-uHoShKeZ3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoShKeZ3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoShKeZ3A .mbr-section-title {
  text-align: left;
}
.cid-uHoShKBRsi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHp73ykaMh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHp73ykaMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp73ykaMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHp73ykaMh .card-wrapper {
  background: #8b0707;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uHp73ykaMh .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHp73ykaMh .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHp73ykaMh .card-wrapper {
    padding: 4rem;
  }
}
.cid-uHp73ykaMh .mbr-text,
.cid-uHp73ykaMh .mbr-section-btn {
  color: #ffffff;
}
.cid-uHp73ykaMh .card-title,
.cid-uHp73ykaMh .card-box {
  text-align: left;
}
.cid-vc4oJPLhIS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vc4oJPLhIS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vc4oJPLhIS form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vc4oJPLhIS form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vc4oJPLhIS form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHoShLAvF0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uHoShLAvF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoShLAvF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoShLAvF0 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHoShLAvF0 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHoShLAvF0 .row {
    text-align: center;
  }
  .cid-uHoShLAvF0 .row > div {
    margin: auto;
  }
  .cid-uHoShLAvF0 .social-row {
    justify-content: center;
  }
}
.cid-uHoShLAvF0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHoShLAvF0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHoShLAvF0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHoShLAvF0 .list {
    margin-bottom: 0rem;
  }
}
.cid-uHoShLAvF0 .mbr-text {
  color: #bbbbbb;
}
.cid-uHoShLAvF0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHoShLAvF0 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHoShLAvF0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHoShLAvF0 .copyright {
  color: #ffffff;
}
.cid-uHoSiCnF0r {
  z-index: 1000;
  width: 100%;
}
.cid-uHoSiCnF0r nav.navbar {
  position: fixed;
}
.cid-uHoSiCnF0r .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHoSiCnF0r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHoSiCnF0r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHoSiCnF0r .dropdown-item:hover,
.cid-uHoSiCnF0r .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uHoSiCnF0r .dropdown-item:hover span {
  color: white;
}
.cid-uHoSiCnF0r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHoSiCnF0r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHoSiCnF0r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHoSiCnF0r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHoSiCnF0r .nav-link {
  position: relative;
}
.cid-uHoSiCnF0r .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHoSiCnF0r .container {
    flex-wrap: wrap;
  }
}
.cid-uHoSiCnF0r .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHoSiCnF0r .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHoSiCnF0r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHoSiCnF0r .dropdown-menu,
.cid-uHoSiCnF0r .navbar.opened {
  background: #000000 !important;
}
.cid-uHoSiCnF0r .nav-item:focus,
.cid-uHoSiCnF0r .nav-link:focus {
  outline: none;
}
.cid-uHoSiCnF0r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHoSiCnF0r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHoSiCnF0r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHoSiCnF0r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHoSiCnF0r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHoSiCnF0r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHoSiCnF0r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHoSiCnF0r .navbar.opened {
  transition: all 0.3s;
}
.cid-uHoSiCnF0r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHoSiCnF0r .navbar .navbar-logo img {
  width: auto;
}
.cid-uHoSiCnF0r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHoSiCnF0r .navbar.collapsed {
  justify-content: center;
}
.cid-uHoSiCnF0r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHoSiCnF0r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHoSiCnF0r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uHoSiCnF0r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHoSiCnF0r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHoSiCnF0r .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHoSiCnF0r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHoSiCnF0r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHoSiCnF0r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHoSiCnF0r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHoSiCnF0r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHoSiCnF0r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHoSiCnF0r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHoSiCnF0r .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHoSiCnF0r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHoSiCnF0r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHoSiCnF0r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHoSiCnF0r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHoSiCnF0r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHoSiCnF0r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHoSiCnF0r .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHoSiCnF0r .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHoSiCnF0r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHoSiCnF0r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHoSiCnF0r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHoSiCnF0r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHoSiCnF0r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHoSiCnF0r .dropdown-item.active,
.cid-uHoSiCnF0r .dropdown-item:active {
  background-color: transparent;
}
.cid-uHoSiCnF0r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHoSiCnF0r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHoSiCnF0r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHoSiCnF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHoSiCnF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHoSiCnF0r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHoSiCnF0r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHoSiCnF0r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHoSiCnF0r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHoSiCnF0r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHoSiCnF0r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHoSiCnF0r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoSiCnF0r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoSiCnF0r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHoSiCnF0r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoSiCnF0r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHoSiCnF0r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHoSiCnF0r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoSiCnF0r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHoSiCnF0r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHoSiCnF0r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHoSiCnF0r .navbar {
    height: 70px;
  }
  .cid-uHoSiCnF0r .navbar.opened {
    height: auto;
  }
  .cid-uHoSiCnF0r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHoSiCU0hG {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/cartoes-de-credito-1536x1024.png");
}
.cid-uHoSiCU0hG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoSiCU0hG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoSiCU0hG .mbr-section-title {
  text-align: left;
}
.cid-uHoSiDmetU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHp7N5VoMA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHp7N5VoMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp7N5VoMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHp7N5VoMA .card-wrapper {
  background: #8b0707;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uHp7N5VoMA .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHp7N5VoMA .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHp7N5VoMA .card-wrapper {
    padding: 4rem;
  }
}
.cid-uHp7N5VoMA .mbr-text,
.cid-uHp7N5VoMA .mbr-section-btn {
  color: #ffffff;
}
.cid-uHp7N5VoMA .card-title,
.cid-uHp7N5VoMA .card-box {
  text-align: left;
}
.cid-vc4oMReKMy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vc4oMReKMy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vc4oMReKMy form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vc4oMReKMy form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vc4oMReKMy form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHoSiEigiw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uHoSiEigiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoSiEigiw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoSiEigiw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHoSiEigiw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHoSiEigiw .row {
    text-align: center;
  }
  .cid-uHoSiEigiw .row > div {
    margin: auto;
  }
  .cid-uHoSiEigiw .social-row {
    justify-content: center;
  }
}
.cid-uHoSiEigiw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHoSiEigiw .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHoSiEigiw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHoSiEigiw .list {
    margin-bottom: 0rem;
  }
}
.cid-uHoSiEigiw .mbr-text {
  color: #bbbbbb;
}
.cid-uHoSiEigiw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uHoSiEigiw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHoSiEigiw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHoSiEigiw .copyright {
  color: #ffffff;
}
.cid-uJidRyqd0T {
  z-index: 1000;
  width: 100%;
}
.cid-uJidRyqd0T nav.navbar {
  position: fixed;
}
.cid-uJidRyqd0T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJidRyqd0T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJidRyqd0T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJidRyqd0T .dropdown-item:hover,
.cid-uJidRyqd0T .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-uJidRyqd0T .dropdown-item:hover span {
  color: white;
}
.cid-uJidRyqd0T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJidRyqd0T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJidRyqd0T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJidRyqd0T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJidRyqd0T .nav-link {
  position: relative;
}
.cid-uJidRyqd0T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJidRyqd0T .container {
    flex-wrap: wrap;
  }
}
.cid-uJidRyqd0T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJidRyqd0T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uJidRyqd0T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJidRyqd0T .dropdown-menu,
.cid-uJidRyqd0T .navbar.opened {
  background: #000000 !important;
}
.cid-uJidRyqd0T .nav-item:focus,
.cid-uJidRyqd0T .nav-link:focus {
  outline: none;
}
.cid-uJidRyqd0T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJidRyqd0T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJidRyqd0T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJidRyqd0T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJidRyqd0T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJidRyqd0T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJidRyqd0T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uJidRyqd0T .navbar.opened {
  transition: all 0.3s;
}
.cid-uJidRyqd0T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJidRyqd0T .navbar .navbar-logo img {
  width: auto;
}
.cid-uJidRyqd0T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJidRyqd0T .navbar.collapsed {
  justify-content: center;
}
.cid-uJidRyqd0T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJidRyqd0T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJidRyqd0T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uJidRyqd0T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJidRyqd0T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJidRyqd0T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJidRyqd0T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJidRyqd0T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJidRyqd0T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJidRyqd0T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJidRyqd0T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJidRyqd0T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJidRyqd0T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJidRyqd0T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJidRyqd0T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJidRyqd0T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJidRyqd0T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJidRyqd0T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJidRyqd0T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJidRyqd0T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJidRyqd0T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJidRyqd0T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJidRyqd0T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJidRyqd0T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJidRyqd0T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJidRyqd0T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJidRyqd0T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJidRyqd0T .dropdown-item.active,
.cid-uJidRyqd0T .dropdown-item:active {
  background-color: transparent;
}
.cid-uJidRyqd0T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJidRyqd0T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJidRyqd0T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJidRyqd0T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uJidRyqd0T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJidRyqd0T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJidRyqd0T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJidRyqd0T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJidRyqd0T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJidRyqd0T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJidRyqd0T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJidRyqd0T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJidRyqd0T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJidRyqd0T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJidRyqd0T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJidRyqd0T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJidRyqd0T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJidRyqd0T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJidRyqd0T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJidRyqd0T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJidRyqd0T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJidRyqd0T .navbar {
    height: 70px;
  }
  .cid-uJidRyqd0T .navbar.opened {
    height: auto;
  }
  .cid-uJidRyqd0T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJidRzmmNm {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/business-2846221-1280.jpg-1280x853.jpg");
}
.cid-uJidRzmmNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJidRzmmNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJidRzmmNm .mbr-section-title {
  text-align: left;
}
.cid-uJidRAvvby {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJit2MtJNX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJit2MtJNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJit2MtJNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJit2MtJNX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJit2MtJNX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJit2MtJNX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJit2MtJNX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJit2MtJNX .mbr-section-title {
  color: #000000;
}
.cid-uJit2MtJNX .mbr-text,
.cid-uJit2MtJNX .mbr-section-btn {
  color: #000000;
}
.cid-uJiv6AVXjR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJiv6AVXjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiv6AVXjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJiv6AVXjR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJiv6AVXjR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJiv6AVXjR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJiv6AVXjR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJiv6AVXjR .mbr-section-title {
  color: #000000;
}
.cid-uJiv6AVXjR .mbr-text,
.cid-uJiv6AVXjR .mbr-section-btn {
  color: #000000;
}
.cid-uJie0RTsOR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJie0RTsOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJie0RTsOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJie0RTsOR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJie0RTsOR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJie0RTsOR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJie0RTsOR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJie0RTsOR .mbr-section-title {
  color: #000000;
}
.cid-uJie0RTsOR .mbr-text,
.cid-uJie0RTsOR .mbr-section-btn {
  color: #000000;
}
.cid-uJFQxxtnbU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vc4oQm95P1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vc4oQm95P1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vc4oQm95P1 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vc4oQm95P1 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vc4oQm95P1 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uJidRBTIYe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-uJidRBTIYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJidRBTIYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJidRBTIYe .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJidRBTIYe .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJidRBTIYe .row {
    text-align: center;
  }
  .cid-uJidRBTIYe .row > div {
    margin: auto;
  }
  .cid-uJidRBTIYe .social-row {
    justify-content: center;
  }
}
.cid-uJidRBTIYe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJidRBTIYe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJidRBTIYe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJidRBTIYe .list {
    margin-bottom: 0rem;
  }
}
.cid-uJidRBTIYe .mbr-text {
  color: #bbbbbb;
}
.cid-uJidRBTIYe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uJidRBTIYe .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uJidRBTIYe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uJidRBTIYe .copyright {
  color: #ffffff;
}
.cid-vcs33r0VNP {
  z-index: 1000;
  width: 100%;
}
.cid-vcs33r0VNP nav.navbar {
  position: fixed;
}
.cid-vcs33r0VNP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs33r0VNP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcs33r0VNP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcs33r0VNP .dropdown-item:hover,
.cid-vcs33r0VNP .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-vcs33r0VNP .dropdown-item:hover span {
  color: white;
}
.cid-vcs33r0VNP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcs33r0VNP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcs33r0VNP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcs33r0VNP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcs33r0VNP .nav-link {
  position: relative;
}
.cid-vcs33r0VNP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs33r0VNP .container {
    flex-wrap: wrap;
  }
}
.cid-vcs33r0VNP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs33r0VNP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcs33r0VNP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcs33r0VNP .dropdown-menu,
.cid-vcs33r0VNP .navbar.opened {
  background: #000000 !important;
}
.cid-vcs33r0VNP .nav-item:focus,
.cid-vcs33r0VNP .nav-link:focus {
  outline: none;
}
.cid-vcs33r0VNP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcs33r0VNP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcs33r0VNP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcs33r0VNP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs33r0VNP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcs33r0VNP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcs33r0VNP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-vcs33r0VNP .navbar.opened {
  transition: all 0.3s;
}
.cid-vcs33r0VNP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcs33r0VNP .navbar .navbar-logo img {
  width: auto;
}
.cid-vcs33r0VNP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcs33r0VNP .navbar.collapsed {
  justify-content: center;
}
.cid-vcs33r0VNP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcs33r0VNP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcs33r0VNP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vcs33r0VNP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcs33r0VNP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcs33r0VNP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcs33r0VNP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcs33r0VNP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcs33r0VNP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcs33r0VNP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcs33r0VNP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcs33r0VNP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcs33r0VNP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcs33r0VNP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcs33r0VNP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcs33r0VNP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcs33r0VNP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcs33r0VNP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcs33r0VNP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcs33r0VNP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcs33r0VNP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcs33r0VNP .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcs33r0VNP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcs33r0VNP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcs33r0VNP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcs33r0VNP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcs33r0VNP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcs33r0VNP .dropdown-item.active,
.cid-vcs33r0VNP .dropdown-item:active {
  background-color: transparent;
}
.cid-vcs33r0VNP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcs33r0VNP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcs33r0VNP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcs33r0VNP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcs33r0VNP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcs33r0VNP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcs33r0VNP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcs33r0VNP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcs33r0VNP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcs33r0VNP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcs33r0VNP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcs33r0VNP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs33r0VNP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs33r0VNP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcs33r0VNP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs33r0VNP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcs33r0VNP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcs33r0VNP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs33r0VNP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcs33r0VNP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcs33r0VNP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcs33r0VNP .navbar {
    height: 70px;
  }
  .cid-vcs33r0VNP .navbar.opened {
    height: auto;
  }
  .cid-vcs33r0VNP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcs33rf9D3 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/picture1-643x642.png");
}
.cid-vcs33rf9D3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs33rf9D3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs33rf9D3 .mbr-section-title {
  text-align: left;
}
.cid-vcs33rf9D3 .mbr-section-subtitle {
  text-align: left;
}
.cid-vcs33rn9Uk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcs33rwv1l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcs33rwv1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs33rwv1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs33rwv1l .card-wrapper {
  background: #526384;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcs33rwv1l .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcs33rwv1l .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcs33rwv1l .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcs33rwv1l .mbr-text,
.cid-vcs33rwv1l .mbr-section-btn {
  color: #ffffff;
}
.cid-vcs33rwv1l .card-title,
.cid-vcs33rwv1l .card-box {
  text-align: left;
}
.cid-vcs33rGusr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vcs33rGusr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcs33rGusr form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcs33rGusr form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcs33rGusr form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcs33rQ9qt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-vcs33rQ9qt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs33rQ9qt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs33rQ9qt .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcs33rQ9qt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcs33rQ9qt .row {
    text-align: center;
  }
  .cid-vcs33rQ9qt .row > div {
    margin: auto;
  }
  .cid-vcs33rQ9qt .social-row {
    justify-content: center;
  }
}
.cid-vcs33rQ9qt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcs33rQ9qt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcs33rQ9qt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcs33rQ9qt .list {
    margin-bottom: 0rem;
  }
}
.cid-vcs33rQ9qt .mbr-text {
  color: #bbbbbb;
}
.cid-vcs33rQ9qt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcs33rQ9qt .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcs33rQ9qt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcs33rQ9qt .copyright {
  color: #ffffff;
}
.cid-vcs724p0hV {
  z-index: 1000;
  width: 100%;
}
.cid-vcs724p0hV nav.navbar {
  position: fixed;
}
.cid-vcs724p0hV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs724p0hV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcs724p0hV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcs724p0hV .dropdown-item:hover,
.cid-vcs724p0hV .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-vcs724p0hV .dropdown-item:hover span {
  color: white;
}
.cid-vcs724p0hV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcs724p0hV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcs724p0hV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcs724p0hV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcs724p0hV .nav-link {
  position: relative;
}
.cid-vcs724p0hV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs724p0hV .container {
    flex-wrap: wrap;
  }
}
.cid-vcs724p0hV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs724p0hV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcs724p0hV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcs724p0hV .dropdown-menu,
.cid-vcs724p0hV .navbar.opened {
  background: #000000 !important;
}
.cid-vcs724p0hV .nav-item:focus,
.cid-vcs724p0hV .nav-link:focus {
  outline: none;
}
.cid-vcs724p0hV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcs724p0hV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcs724p0hV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcs724p0hV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs724p0hV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcs724p0hV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcs724p0hV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-vcs724p0hV .navbar.opened {
  transition: all 0.3s;
}
.cid-vcs724p0hV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcs724p0hV .navbar .navbar-logo img {
  width: auto;
}
.cid-vcs724p0hV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcs724p0hV .navbar.collapsed {
  justify-content: center;
}
.cid-vcs724p0hV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcs724p0hV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcs724p0hV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vcs724p0hV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcs724p0hV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcs724p0hV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcs724p0hV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcs724p0hV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcs724p0hV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcs724p0hV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcs724p0hV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcs724p0hV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcs724p0hV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcs724p0hV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcs724p0hV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcs724p0hV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcs724p0hV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcs724p0hV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcs724p0hV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcs724p0hV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcs724p0hV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcs724p0hV .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcs724p0hV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcs724p0hV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcs724p0hV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcs724p0hV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcs724p0hV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcs724p0hV .dropdown-item.active,
.cid-vcs724p0hV .dropdown-item:active {
  background-color: transparent;
}
.cid-vcs724p0hV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcs724p0hV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcs724p0hV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcs724p0hV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcs724p0hV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcs724p0hV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcs724p0hV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcs724p0hV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcs724p0hV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcs724p0hV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcs724p0hV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcs724p0hV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs724p0hV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs724p0hV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcs724p0hV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs724p0hV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcs724p0hV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcs724p0hV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs724p0hV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcs724p0hV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcs724p0hV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcs724p0hV .navbar {
    height: 70px;
  }
  .cid-vcs724p0hV .navbar.opened {
    height: auto;
  }
  .cid-vcs724p0hV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcs724Gc9m {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/picture2-643x428.png");
}
.cid-vcs724Gc9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs724Gc9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs724Gc9m .mbr-section-title {
  text-align: left;
}
.cid-vcs724Gc9m .mbr-section-subtitle {
  text-align: left;
}
.cid-vcs724Tc2r {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcs7254DY8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcs7254DY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs7254DY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs7254DY8 .card-wrapper {
  background: #526384;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcs7254DY8 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcs7254DY8 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcs7254DY8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcs7254DY8 .mbr-text,
.cid-vcs7254DY8 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcs7254DY8 .card-title,
.cid-vcs7254DY8 .card-box {
  text-align: left;
}
.cid-vcs725f13L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vcs725f13L .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcs725f13L form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcs725f13L form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcs725f13L form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcs725sNOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-vcs725sNOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs725sNOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs725sNOW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcs725sNOW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcs725sNOW .row {
    text-align: center;
  }
  .cid-vcs725sNOW .row > div {
    margin: auto;
  }
  .cid-vcs725sNOW .social-row {
    justify-content: center;
  }
}
.cid-vcs725sNOW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcs725sNOW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcs725sNOW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcs725sNOW .list {
    margin-bottom: 0rem;
  }
}
.cid-vcs725sNOW .mbr-text {
  color: #bbbbbb;
}
.cid-vcs725sNOW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcs725sNOW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcs725sNOW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcs725sNOW .copyright {
  color: #ffffff;
}
.cid-vcs99TKAVf {
  z-index: 1000;
  width: 100%;
}
.cid-vcs99TKAVf nav.navbar {
  position: fixed;
}
.cid-vcs99TKAVf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs99TKAVf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcs99TKAVf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcs99TKAVf .dropdown-item:hover,
.cid-vcs99TKAVf .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-vcs99TKAVf .dropdown-item:hover span {
  color: white;
}
.cid-vcs99TKAVf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcs99TKAVf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcs99TKAVf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcs99TKAVf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcs99TKAVf .nav-link {
  position: relative;
}
.cid-vcs99TKAVf .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs99TKAVf .container {
    flex-wrap: wrap;
  }
}
.cid-vcs99TKAVf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs99TKAVf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcs99TKAVf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcs99TKAVf .dropdown-menu,
.cid-vcs99TKAVf .navbar.opened {
  background: #000000 !important;
}
.cid-vcs99TKAVf .nav-item:focus,
.cid-vcs99TKAVf .nav-link:focus {
  outline: none;
}
.cid-vcs99TKAVf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcs99TKAVf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcs99TKAVf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcs99TKAVf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs99TKAVf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcs99TKAVf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcs99TKAVf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-vcs99TKAVf .navbar.opened {
  transition: all 0.3s;
}
.cid-vcs99TKAVf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcs99TKAVf .navbar .navbar-logo img {
  width: auto;
}
.cid-vcs99TKAVf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcs99TKAVf .navbar.collapsed {
  justify-content: center;
}
.cid-vcs99TKAVf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcs99TKAVf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcs99TKAVf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vcs99TKAVf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcs99TKAVf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcs99TKAVf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcs99TKAVf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcs99TKAVf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcs99TKAVf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcs99TKAVf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcs99TKAVf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcs99TKAVf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcs99TKAVf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcs99TKAVf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcs99TKAVf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcs99TKAVf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcs99TKAVf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcs99TKAVf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcs99TKAVf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcs99TKAVf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcs99TKAVf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcs99TKAVf .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcs99TKAVf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcs99TKAVf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcs99TKAVf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcs99TKAVf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcs99TKAVf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcs99TKAVf .dropdown-item.active,
.cid-vcs99TKAVf .dropdown-item:active {
  background-color: transparent;
}
.cid-vcs99TKAVf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcs99TKAVf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcs99TKAVf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcs99TKAVf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcs99TKAVf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcs99TKAVf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcs99TKAVf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcs99TKAVf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcs99TKAVf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcs99TKAVf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcs99TKAVf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcs99TKAVf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs99TKAVf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs99TKAVf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcs99TKAVf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs99TKAVf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcs99TKAVf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcs99TKAVf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs99TKAVf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcs99TKAVf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcs99TKAVf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcs99TKAVf .navbar {
    height: 70px;
  }
  .cid-vcs99TKAVf .navbar.opened {
    height: auto;
  }
  .cid-vcs99TKAVf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcs99U1wOs {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/picture2-643x428.png");
}
.cid-vcs99U1wOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs99U1wOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs99U1wOs .mbr-section-title {
  text-align: left;
}
.cid-vcs99U1wOs .mbr-section-subtitle {
  text-align: left;
}
.cid-vcs99Ufqx9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcs99UBSvB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vcs99UBSvB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcs99UBSvB form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcs99UBSvB form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcs99UBSvB form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcs99UNEmd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-vcs99UNEmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs99UNEmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs99UNEmd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcs99UNEmd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcs99UNEmd .row {
    text-align: center;
  }
  .cid-vcs99UNEmd .row > div {
    margin: auto;
  }
  .cid-vcs99UNEmd .social-row {
    justify-content: center;
  }
}
.cid-vcs99UNEmd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcs99UNEmd .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcs99UNEmd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcs99UNEmd .list {
    margin-bottom: 0rem;
  }
}
.cid-vcs99UNEmd .mbr-text {
  color: #bbbbbb;
}
.cid-vcs99UNEmd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcs99UNEmd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcs99UNEmd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcs99UNEmd .copyright {
  color: #ffffff;
}
.cid-vcs9c6VOkq {
  z-index: 1000;
  width: 100%;
}
.cid-vcs9c6VOkq nav.navbar {
  position: fixed;
}
.cid-vcs9c6VOkq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs9c6VOkq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcs9c6VOkq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcs9c6VOkq .dropdown-item:hover,
.cid-vcs9c6VOkq .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-vcs9c6VOkq .dropdown-item:hover span {
  color: white;
}
.cid-vcs9c6VOkq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcs9c6VOkq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcs9c6VOkq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcs9c6VOkq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcs9c6VOkq .nav-link {
  position: relative;
}
.cid-vcs9c6VOkq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs9c6VOkq .container {
    flex-wrap: wrap;
  }
}
.cid-vcs9c6VOkq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs9c6VOkq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcs9c6VOkq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcs9c6VOkq .dropdown-menu,
.cid-vcs9c6VOkq .navbar.opened {
  background: #000000 !important;
}
.cid-vcs9c6VOkq .nav-item:focus,
.cid-vcs9c6VOkq .nav-link:focus {
  outline: none;
}
.cid-vcs9c6VOkq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcs9c6VOkq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcs9c6VOkq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcs9c6VOkq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs9c6VOkq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcs9c6VOkq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcs9c6VOkq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-vcs9c6VOkq .navbar.opened {
  transition: all 0.3s;
}
.cid-vcs9c6VOkq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcs9c6VOkq .navbar .navbar-logo img {
  width: auto;
}
.cid-vcs9c6VOkq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcs9c6VOkq .navbar.collapsed {
  justify-content: center;
}
.cid-vcs9c6VOkq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcs9c6VOkq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcs9c6VOkq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vcs9c6VOkq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcs9c6VOkq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcs9c6VOkq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcs9c6VOkq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcs9c6VOkq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcs9c6VOkq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcs9c6VOkq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcs9c6VOkq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcs9c6VOkq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcs9c6VOkq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcs9c6VOkq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcs9c6VOkq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcs9c6VOkq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcs9c6VOkq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcs9c6VOkq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcs9c6VOkq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcs9c6VOkq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcs9c6VOkq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcs9c6VOkq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcs9c6VOkq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcs9c6VOkq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcs9c6VOkq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcs9c6VOkq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcs9c6VOkq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcs9c6VOkq .dropdown-item.active,
.cid-vcs9c6VOkq .dropdown-item:active {
  background-color: transparent;
}
.cid-vcs9c6VOkq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcs9c6VOkq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcs9c6VOkq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcs9c6VOkq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcs9c6VOkq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcs9c6VOkq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcs9c6VOkq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcs9c6VOkq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcs9c6VOkq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcs9c6VOkq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcs9c6VOkq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcs9c6VOkq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs9c6VOkq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs9c6VOkq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcs9c6VOkq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs9c6VOkq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcs9c6VOkq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcs9c6VOkq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs9c6VOkq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcs9c6VOkq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcs9c6VOkq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcs9c6VOkq .navbar {
    height: 70px;
  }
  .cid-vcs9c6VOkq .navbar.opened {
    height: auto;
  }
  .cid-vcs9c6VOkq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcs9c7dC2J {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/picture4-1-643x643.png");
}
.cid-vcs9c7dC2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs9c7dC2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs9c7dC2J .mbr-section-title {
  text-align: left;
}
.cid-vcs9c7dC2J .mbr-section-subtitle {
  text-align: left;
}
.cid-vcs9c7ppZB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcs9c7B63E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcs9c7B63E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs9c7B63E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs9c7B63E .card-wrapper {
  background: #526384;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcs9c7B63E .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcs9c7B63E .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcs9c7B63E .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcs9c7B63E .mbr-text,
.cid-vcs9c7B63E .mbr-section-btn {
  color: #ffffff;
}
.cid-vcs9c7B63E .card-title,
.cid-vcs9c7B63E .card-box {
  text-align: left;
}
.cid-vcs9c7OxAN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vcs9c7OxAN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcs9c7OxAN form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcs9c7OxAN form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcs9c7OxAN form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcs9c80xqZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-vcs9c80xqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs9c80xqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs9c80xqZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcs9c80xqZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcs9c80xqZ .row {
    text-align: center;
  }
  .cid-vcs9c80xqZ .row > div {
    margin: auto;
  }
  .cid-vcs9c80xqZ .social-row {
    justify-content: center;
  }
}
.cid-vcs9c80xqZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcs9c80xqZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcs9c80xqZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcs9c80xqZ .list {
    margin-bottom: 0rem;
  }
}
.cid-vcs9c80xqZ .mbr-text {
  color: #bbbbbb;
}
.cid-vcs9c80xqZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcs9c80xqZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcs9c80xqZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcs9c80xqZ .copyright {
  color: #ffffff;
}
.cid-vcs9d4yTHV {
  z-index: 1000;
  width: 100%;
}
.cid-vcs9d4yTHV nav.navbar {
  position: fixed;
}
.cid-vcs9d4yTHV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs9d4yTHV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcs9d4yTHV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcs9d4yTHV .dropdown-item:hover,
.cid-vcs9d4yTHV .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-vcs9d4yTHV .dropdown-item:hover span {
  color: white;
}
.cid-vcs9d4yTHV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcs9d4yTHV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcs9d4yTHV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcs9d4yTHV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcs9d4yTHV .nav-link {
  position: relative;
}
.cid-vcs9d4yTHV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs9d4yTHV .container {
    flex-wrap: wrap;
  }
}
.cid-vcs9d4yTHV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs9d4yTHV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcs9d4yTHV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcs9d4yTHV .dropdown-menu,
.cid-vcs9d4yTHV .navbar.opened {
  background: #000000 !important;
}
.cid-vcs9d4yTHV .nav-item:focus,
.cid-vcs9d4yTHV .nav-link:focus {
  outline: none;
}
.cid-vcs9d4yTHV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcs9d4yTHV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcs9d4yTHV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcs9d4yTHV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs9d4yTHV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcs9d4yTHV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcs9d4yTHV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-vcs9d4yTHV .navbar.opened {
  transition: all 0.3s;
}
.cid-vcs9d4yTHV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcs9d4yTHV .navbar .navbar-logo img {
  width: auto;
}
.cid-vcs9d4yTHV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcs9d4yTHV .navbar.collapsed {
  justify-content: center;
}
.cid-vcs9d4yTHV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcs9d4yTHV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcs9d4yTHV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vcs9d4yTHV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcs9d4yTHV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcs9d4yTHV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcs9d4yTHV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcs9d4yTHV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcs9d4yTHV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcs9d4yTHV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcs9d4yTHV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcs9d4yTHV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcs9d4yTHV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcs9d4yTHV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcs9d4yTHV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcs9d4yTHV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcs9d4yTHV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcs9d4yTHV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcs9d4yTHV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcs9d4yTHV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcs9d4yTHV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcs9d4yTHV .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcs9d4yTHV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcs9d4yTHV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcs9d4yTHV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcs9d4yTHV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcs9d4yTHV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcs9d4yTHV .dropdown-item.active,
.cid-vcs9d4yTHV .dropdown-item:active {
  background-color: transparent;
}
.cid-vcs9d4yTHV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcs9d4yTHV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcs9d4yTHV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcs9d4yTHV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcs9d4yTHV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcs9d4yTHV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcs9d4yTHV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcs9d4yTHV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcs9d4yTHV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcs9d4yTHV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcs9d4yTHV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcs9d4yTHV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs9d4yTHV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs9d4yTHV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcs9d4yTHV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs9d4yTHV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcs9d4yTHV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcs9d4yTHV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs9d4yTHV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcs9d4yTHV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcs9d4yTHV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcs9d4yTHV .navbar {
    height: 70px;
  }
  .cid-vcs9d4yTHV .navbar.opened {
    height: auto;
  }
  .cid-vcs9d4yTHV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcs9d4NaKG {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/picture5-2-643x643.png");
}
.cid-vcs9d4NaKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs9d4NaKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs9d4NaKG .mbr-section-title {
  text-align: left;
}
.cid-vcs9d4NaKG .mbr-section-subtitle {
  text-align: left;
}
.cid-vcs9d4Xfy9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcs9d5cNES {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcs9d5cNES .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs9d5cNES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs9d5cNES .card-wrapper {
  background: #526384;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcs9d5cNES .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcs9d5cNES .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcs9d5cNES .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcs9d5cNES .mbr-text,
.cid-vcs9d5cNES .mbr-section-btn {
  color: #ffffff;
}
.cid-vcs9d5cNES .card-title,
.cid-vcs9d5cNES .card-box {
  text-align: left;
}
.cid-vcs9d5nXbZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vcs9d5nXbZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcs9d5nXbZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcs9d5nXbZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcs9d5nXbZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcs9d5AWdn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-vcs9d5AWdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs9d5AWdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs9d5AWdn .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcs9d5AWdn .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcs9d5AWdn .row {
    text-align: center;
  }
  .cid-vcs9d5AWdn .row > div {
    margin: auto;
  }
  .cid-vcs9d5AWdn .social-row {
    justify-content: center;
  }
}
.cid-vcs9d5AWdn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcs9d5AWdn .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcs9d5AWdn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcs9d5AWdn .list {
    margin-bottom: 0rem;
  }
}
.cid-vcs9d5AWdn .mbr-text {
  color: #bbbbbb;
}
.cid-vcs9d5AWdn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcs9d5AWdn .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcs9d5AWdn div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcs9d5AWdn .copyright {
  color: #ffffff;
}
.cid-vcs9dZRC1j {
  z-index: 1000;
  width: 100%;
}
.cid-vcs9dZRC1j nav.navbar {
  position: fixed;
}
.cid-vcs9dZRC1j .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs9dZRC1j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcs9dZRC1j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcs9dZRC1j .dropdown-item:hover,
.cid-vcs9dZRC1j .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-vcs9dZRC1j .dropdown-item:hover span {
  color: white;
}
.cid-vcs9dZRC1j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcs9dZRC1j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcs9dZRC1j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcs9dZRC1j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcs9dZRC1j .nav-link {
  position: relative;
}
.cid-vcs9dZRC1j .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs9dZRC1j .container {
    flex-wrap: wrap;
  }
}
.cid-vcs9dZRC1j .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs9dZRC1j .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcs9dZRC1j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcs9dZRC1j .dropdown-menu,
.cid-vcs9dZRC1j .navbar.opened {
  background: #000000 !important;
}
.cid-vcs9dZRC1j .nav-item:focus,
.cid-vcs9dZRC1j .nav-link:focus {
  outline: none;
}
.cid-vcs9dZRC1j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcs9dZRC1j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcs9dZRC1j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcs9dZRC1j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs9dZRC1j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcs9dZRC1j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcs9dZRC1j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-vcs9dZRC1j .navbar.opened {
  transition: all 0.3s;
}
.cid-vcs9dZRC1j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcs9dZRC1j .navbar .navbar-logo img {
  width: auto;
}
.cid-vcs9dZRC1j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcs9dZRC1j .navbar.collapsed {
  justify-content: center;
}
.cid-vcs9dZRC1j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcs9dZRC1j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcs9dZRC1j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vcs9dZRC1j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcs9dZRC1j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcs9dZRC1j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcs9dZRC1j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcs9dZRC1j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcs9dZRC1j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcs9dZRC1j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcs9dZRC1j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcs9dZRC1j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcs9dZRC1j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcs9dZRC1j .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcs9dZRC1j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcs9dZRC1j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcs9dZRC1j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcs9dZRC1j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcs9dZRC1j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcs9dZRC1j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcs9dZRC1j .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcs9dZRC1j .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcs9dZRC1j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcs9dZRC1j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcs9dZRC1j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcs9dZRC1j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcs9dZRC1j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcs9dZRC1j .dropdown-item.active,
.cid-vcs9dZRC1j .dropdown-item:active {
  background-color: transparent;
}
.cid-vcs9dZRC1j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcs9dZRC1j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcs9dZRC1j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcs9dZRC1j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcs9dZRC1j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcs9dZRC1j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcs9dZRC1j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcs9dZRC1j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcs9dZRC1j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcs9dZRC1j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcs9dZRC1j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcs9dZRC1j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs9dZRC1j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs9dZRC1j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcs9dZRC1j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs9dZRC1j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcs9dZRC1j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcs9dZRC1j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs9dZRC1j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcs9dZRC1j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcs9dZRC1j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcs9dZRC1j .navbar {
    height: 70px;
  }
  .cid-vcs9dZRC1j .navbar.opened {
    height: auto;
  }
  .cid-vcs9dZRC1j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcs9e07zXj {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/picture2-643x428.png");
}
.cid-vcs9e07zXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs9e07zXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs9e07zXj .mbr-section-title {
  text-align: left;
}
.cid-vcs9e07zXj .mbr-section-subtitle {
  text-align: left;
}
.cid-vcs9e0hl1Y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcs9e0s6aw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcs9e0s6aw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs9e0s6aw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs9e0s6aw .card-wrapper {
  background: #526384;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcs9e0s6aw .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcs9e0s6aw .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcs9e0s6aw .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcs9e0s6aw .mbr-text,
.cid-vcs9e0s6aw .mbr-section-btn {
  color: #ffffff;
}
.cid-vcs9e0s6aw .card-title,
.cid-vcs9e0s6aw .card-box {
  text-align: left;
}
.cid-vcs9e0DH7Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vcs9e0DH7Z .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcs9e0DH7Z form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcs9e0DH7Z form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcs9e0DH7Z form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcs9e0OJt2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-vcs9e0OJt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs9e0OJt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs9e0OJt2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcs9e0OJt2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcs9e0OJt2 .row {
    text-align: center;
  }
  .cid-vcs9e0OJt2 .row > div {
    margin: auto;
  }
  .cid-vcs9e0OJt2 .social-row {
    justify-content: center;
  }
}
.cid-vcs9e0OJt2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcs9e0OJt2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcs9e0OJt2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcs9e0OJt2 .list {
    margin-bottom: 0rem;
  }
}
.cid-vcs9e0OJt2 .mbr-text {
  color: #bbbbbb;
}
.cid-vcs9e0OJt2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcs9e0OJt2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcs9e0OJt2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcs9e0OJt2 .copyright {
  color: #ffffff;
}
.cid-vcs9eRiHcI {
  z-index: 1000;
  width: 100%;
}
.cid-vcs9eRiHcI nav.navbar {
  position: fixed;
}
.cid-vcs9eRiHcI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs9eRiHcI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcs9eRiHcI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcs9eRiHcI .dropdown-item:hover,
.cid-vcs9eRiHcI .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-vcs9eRiHcI .dropdown-item:hover span {
  color: white;
}
.cid-vcs9eRiHcI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcs9eRiHcI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcs9eRiHcI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcs9eRiHcI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcs9eRiHcI .nav-link {
  position: relative;
}
.cid-vcs9eRiHcI .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs9eRiHcI .container {
    flex-wrap: wrap;
  }
}
.cid-vcs9eRiHcI .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs9eRiHcI .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcs9eRiHcI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcs9eRiHcI .dropdown-menu,
.cid-vcs9eRiHcI .navbar.opened {
  background: #000000 !important;
}
.cid-vcs9eRiHcI .nav-item:focus,
.cid-vcs9eRiHcI .nav-link:focus {
  outline: none;
}
.cid-vcs9eRiHcI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcs9eRiHcI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcs9eRiHcI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcs9eRiHcI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs9eRiHcI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcs9eRiHcI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcs9eRiHcI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-vcs9eRiHcI .navbar.opened {
  transition: all 0.3s;
}
.cid-vcs9eRiHcI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcs9eRiHcI .navbar .navbar-logo img {
  width: auto;
}
.cid-vcs9eRiHcI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcs9eRiHcI .navbar.collapsed {
  justify-content: center;
}
.cid-vcs9eRiHcI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcs9eRiHcI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcs9eRiHcI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vcs9eRiHcI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcs9eRiHcI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcs9eRiHcI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcs9eRiHcI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcs9eRiHcI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcs9eRiHcI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcs9eRiHcI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcs9eRiHcI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcs9eRiHcI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcs9eRiHcI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcs9eRiHcI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcs9eRiHcI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcs9eRiHcI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcs9eRiHcI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcs9eRiHcI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcs9eRiHcI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcs9eRiHcI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcs9eRiHcI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcs9eRiHcI .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcs9eRiHcI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcs9eRiHcI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcs9eRiHcI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcs9eRiHcI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcs9eRiHcI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcs9eRiHcI .dropdown-item.active,
.cid-vcs9eRiHcI .dropdown-item:active {
  background-color: transparent;
}
.cid-vcs9eRiHcI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcs9eRiHcI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcs9eRiHcI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcs9eRiHcI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcs9eRiHcI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcs9eRiHcI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcs9eRiHcI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcs9eRiHcI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcs9eRiHcI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcs9eRiHcI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcs9eRiHcI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcs9eRiHcI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs9eRiHcI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs9eRiHcI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcs9eRiHcI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs9eRiHcI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcs9eRiHcI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcs9eRiHcI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs9eRiHcI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcs9eRiHcI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcs9eRiHcI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcs9eRiHcI .navbar {
    height: 70px;
  }
  .cid-vcs9eRiHcI .navbar.opened {
    height: auto;
  }
  .cid-vcs9eRiHcI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcs9eRyoa2 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/picture7-1-643x428.png");
}
.cid-vcs9eRyoa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs9eRyoa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs9eRyoa2 .mbr-section-title {
  text-align: left;
}
.cid-vcs9eRyoa2 .mbr-section-subtitle {
  text-align: left;
}
.cid-vcs9eRJAI9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcs9eRUoXR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcs9eRUoXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs9eRUoXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs9eRUoXR .card-wrapper {
  background: #526384;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcs9eRUoXR .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcs9eRUoXR .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcs9eRUoXR .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcs9eRUoXR .mbr-text,
.cid-vcs9eRUoXR .mbr-section-btn {
  color: #ffffff;
}
.cid-vcs9eRUoXR .card-title,
.cid-vcs9eRUoXR .card-box {
  text-align: left;
}
.cid-vcs9eS5Fzf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vcs9eS5Fzf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcs9eS5Fzf form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcs9eS5Fzf form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcs9eS5Fzf form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcs9eShX7J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-vcs9eShX7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs9eShX7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs9eShX7J .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcs9eShX7J .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcs9eShX7J .row {
    text-align: center;
  }
  .cid-vcs9eShX7J .row > div {
    margin: auto;
  }
  .cid-vcs9eShX7J .social-row {
    justify-content: center;
  }
}
.cid-vcs9eShX7J .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcs9eShX7J .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcs9eShX7J .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcs9eShX7J .list {
    margin-bottom: 0rem;
  }
}
.cid-vcs9eShX7J .mbr-text {
  color: #bbbbbb;
}
.cid-vcs9eShX7J .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcs9eShX7J .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcs9eShX7J div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcs9eShX7J .copyright {
  color: #ffffff;
}
.cid-vcs9gWqBmY {
  z-index: 1000;
  width: 100%;
}
.cid-vcs9gWqBmY nav.navbar {
  position: fixed;
}
.cid-vcs9gWqBmY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs9gWqBmY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcs9gWqBmY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcs9gWqBmY .dropdown-item:hover,
.cid-vcs9gWqBmY .dropdown-item:focus {
  background: #831712 !important;
  color: white !important;
}
.cid-vcs9gWqBmY .dropdown-item:hover span {
  color: white;
}
.cid-vcs9gWqBmY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcs9gWqBmY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcs9gWqBmY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcs9gWqBmY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcs9gWqBmY .nav-link {
  position: relative;
}
.cid-vcs9gWqBmY .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs9gWqBmY .container {
    flex-wrap: wrap;
  }
}
.cid-vcs9gWqBmY .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcs9gWqBmY .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcs9gWqBmY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcs9gWqBmY .dropdown-menu,
.cid-vcs9gWqBmY .navbar.opened {
  background: #000000 !important;
}
.cid-vcs9gWqBmY .nav-item:focus,
.cid-vcs9gWqBmY .nav-link:focus {
  outline: none;
}
.cid-vcs9gWqBmY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcs9gWqBmY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcs9gWqBmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcs9gWqBmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcs9gWqBmY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcs9gWqBmY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcs9gWqBmY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-vcs9gWqBmY .navbar.opened {
  transition: all 0.3s;
}
.cid-vcs9gWqBmY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcs9gWqBmY .navbar .navbar-logo img {
  width: auto;
}
.cid-vcs9gWqBmY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcs9gWqBmY .navbar.collapsed {
  justify-content: center;
}
.cid-vcs9gWqBmY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcs9gWqBmY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcs9gWqBmY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vcs9gWqBmY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcs9gWqBmY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcs9gWqBmY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcs9gWqBmY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcs9gWqBmY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcs9gWqBmY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcs9gWqBmY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcs9gWqBmY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcs9gWqBmY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcs9gWqBmY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcs9gWqBmY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcs9gWqBmY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcs9gWqBmY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcs9gWqBmY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcs9gWqBmY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcs9gWqBmY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcs9gWqBmY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcs9gWqBmY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcs9gWqBmY .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcs9gWqBmY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcs9gWqBmY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcs9gWqBmY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcs9gWqBmY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcs9gWqBmY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcs9gWqBmY .dropdown-item.active,
.cid-vcs9gWqBmY .dropdown-item:active {
  background-color: transparent;
}
.cid-vcs9gWqBmY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcs9gWqBmY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcs9gWqBmY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcs9gWqBmY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcs9gWqBmY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcs9gWqBmY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcs9gWqBmY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcs9gWqBmY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcs9gWqBmY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcs9gWqBmY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcs9gWqBmY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcs9gWqBmY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs9gWqBmY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcs9gWqBmY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcs9gWqBmY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs9gWqBmY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcs9gWqBmY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcs9gWqBmY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcs9gWqBmY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcs9gWqBmY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcs9gWqBmY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcs9gWqBmY .navbar {
    height: 70px;
  }
  .cid-vcs9gWqBmY .navbar.opened {
    height: auto;
  }
  .cid-vcs9gWqBmY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcs9gWHcji {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/picture8-3-643x643.png");
}
.cid-vcs9gWHcji .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs9gWHcji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs9gWHcji .mbr-section-title {
  text-align: left;
}
.cid-vcs9gWHcji .mbr-section-subtitle {
  text-align: left;
}
.cid-vcs9gWStAe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcs9gX54DE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcs9gX54DE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs9gX54DE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs9gX54DE .card-wrapper {
  background: #526384;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcs9gX54DE .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcs9gX54DE .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcs9gX54DE .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcs9gX54DE .mbr-text,
.cid-vcs9gX54DE .mbr-section-btn {
  color: #ffffff;
}
.cid-vcs9gX54DE .card-title,
.cid-vcs9gX54DE .card-box {
  text-align: left;
}
.cid-vcs9gXhCiz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-vcs9gXhCiz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcs9gXhCiz form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcs9gXhCiz form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcs9gXhCiz form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcs9gXuB67 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e0300;
}
.cid-vcs9gXuB67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcs9gXuB67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcs9gXuB67 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcs9gXuB67 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcs9gXuB67 .row {
    text-align: center;
  }
  .cid-vcs9gXuB67 .row > div {
    margin: auto;
  }
  .cid-vcs9gXuB67 .social-row {
    justify-content: center;
  }
}
.cid-vcs9gXuB67 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcs9gXuB67 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcs9gXuB67 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcs9gXuB67 .list {
    margin-bottom: 0rem;
  }
}
.cid-vcs9gXuB67 .mbr-text {
  color: #bbbbbb;
}
.cid-vcs9gXuB67 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcs9gXuB67 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcs9gXuB67 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcs9gXuB67 .copyright {
  color: #ffffff;
}
