.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4d6d9a !important;
}
.bg-success {
  background-color: #1fc100 !important;
}
.bg-info {
  background-color: #0e99df !important;
}
.bg-warning {
  background-color: #ff0000 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a85200 !important;
  border-color: #a85200 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a85200 !important;
  border-color: #a85200 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0e99df !important;
  border-color: #0e99df !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #09618d !important;
  border-color: #09618d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #09618d !important;
  border-color: #09618d !important;
}
.btn-success,
.btn-success:active {
  background-color: #1fc100 !important;
  border-color: #1fc100 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #116a00 !important;
  border-color: #116a00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #116a00 !important;
  border-color: #116a00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4d6d9a;
  color: #4d6d9a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #304460 !important;
  background-color: transparent!important;
  border-color: #304460 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff7c00;
  color: #ff7c00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a85200 !important;
  background-color: transparent!important;
  border-color: #a85200 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0e99df;
  color: #0e99df;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #09618d !important;
  background-color: transparent!important;
  border-color: #09618d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0e99df !important;
  border-color: #0e99df !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #1fc100;
  color: #1fc100;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #116a00 !important;
  background-color: transparent!important;
  border-color: #116a00 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1fc100 !important;
  border-color: #1fc100 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  border-color: #a80000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #4d6d9a !important;
}
.text-secondary {
  color: #ff7c00 !important;
}
.text-success {
  color: #1fc100 !important;
}
.text-info {
  color: #0e99df !important;
}
.text-warning {
  color: #ff0000 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b3d56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #994a00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0f5b00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08577f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #990000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #4d6d9a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0e99df;
}
.alert-warning {
  background-color: #ff0000;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4d6d9a;
  border-color: #4d6d9a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4d6d9a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9aafcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #60ff42;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bee7fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #4d6d9a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #4d6d9a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4d6d9a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4d6d9a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4d6d9a;
  border-bottom-color: #4d6d9a;
}
.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: #4d6d9a !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: #ff7c00 !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='%234d6d9a' %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;
}
.cid-uSDvvCbNKd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff0000;
}
.cid-uSDvvCbNKd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSDvvCbNKd H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSDvvCbNKd H4 {
  color: #ffde00;
}
.cid-uSzfgklJKM {
  background: #04090f;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSzfgklJKM .image-block {
  margin: auto;
}
.cid-uSzfgklJKM figcaption {
  position: relative;
}
.cid-uSzfgklJKM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSzfgklJKM .image-block {
    width: 100% !important;
  }
}
.cid-uSzliC4Jum {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #070a0d;
}
.cid-uSzliC4Jum .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSzliC4Jum H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSzliC4Jum H4 {
  color: #ffde00;
}
.cid-uSzdCqwgvG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fundo-site-5-2000x841.jpg");
}
.cid-uSzdCqwgvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSzdCqwgvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSzdCqwgvG .mbr-section-title,
.cid-uSzdCqwgvG .mbr-text,
.cid-uSzdCqwgvG .mbr-section-btn {
  text-align: center;
}
.cid-uSzdCqwgvG .video-wrapper {
  margin: auto;
}
.cid-uSzdCqwgvG .video-wrapper iframe {
  width: 100%;
}
.cid-uSzdCqwgvG .mbr-section-title {
  color: #fff0b0;
}
.cid-uSzdCqwgvG .mbr-text,
.cid-uSzdCqwgvG .mbr-section-btn {
  color: #ffffff;
}
.cid-uSzhTWmBbh {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #02090a;
}
.cid-uSzhTWmBbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSzhTWmBbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSzhTWmBbh .mbr-section-title {
  color: #ffffff;
}
.cid-uSzolUrMLj {
  background: #1d242a;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSzolUrMLj .image-block {
  margin: auto;
}
.cid-uSzolUrMLj figcaption {
  position: relative;
}
.cid-uSzolUrMLj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSzolUrMLj .image-block {
    width: 100% !important;
  }
}
.cid-uSzq8aXdLX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d242a;
}
.cid-uSzq8aXdLX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSzq8aXdLX H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSzq8aXdLX H4 {
  color: #ffe161;
}
.cid-uSzyl9iEDq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/aula1a-1442x752.jpg");
}
.cid-uSzyl9iEDq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uSzyl9iEDq .mbr-text,
.cid-uSzyl9iEDq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSzrXWcY2f {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #5a0000;
}
.cid-uSzrXWcY2f .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSzrXWcY2f H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSzrXWcY2f H4 {
  color: #ffde00;
}
.cid-uSzrXWcY2f .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uSzsMi9xHZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fundo-site-5-2000x841.jpg");
}
.cid-uSzsMi9xHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSzsMi9xHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSzsMi9xHZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSzsMi9xHZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSzsMi9xHZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSzsMi9xHZ .mbr-section-title DIV {
  text-align: center;
}
.cid-uSzsMi9xHZ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uSzsMi9xHZ .mbr-text,
.cid-uSzsMi9xHZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sFGSUpvomC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #0f120f;
}
.cid-sFGSUpvomC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFGSUpvomC .card-wrap {
  background: #0f120f;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFGSUpvomC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFGSUpvomC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFGSUpvomC .social-row {
  text-align: center;
}
.cid-sFGSUpvomC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFGSUpvomC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFGSUpvomC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFGSUpvomC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sFGSUpvomC .mbr-section-title {
  color: #c2e25e;
}
.cid-uSD5Olx6B7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/aula2b-1128x811.jpg");
}
.cid-uSD5Olx6B7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uSD5Olx6B7 .mbr-text,
.cid-uSD5Olx6B7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSD6UMvUYV {
  background: #0b0f0b;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uSD6UMvUYV .image-block {
  margin: auto;
}
.cid-uSD6UMvUYV figcaption {
  position: relative;
}
.cid-uSD6UMvUYV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSD6UMvUYV .image-block {
    width: 100% !important;
  }
}
.cid-sFGSX04rSl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0f0b;
}
.cid-sFGSX04rSl .item {
  padding-bottom: 2rem;
}
.cid-sFGSX04rSl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sFGSX04rSl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFGSX04rSl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFGSX04rSl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFGSX04rSl .carousel-control,
.cid-sFGSX04rSl .close {
  background: #1b1b1b;
}
.cid-sFGSX04rSl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFGSX04rSl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFGSX04rSl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFGSX04rSl .close::before {
  content: '\e91a';
}
.cid-sFGSX04rSl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFGSX04rSl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFGSX04rSl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFGSX04rSl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFGSX04rSl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFGSX04rSl .carousel-indicators li.active,
.cid-sFGSX04rSl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFGSX04rSl .carousel-indicators li::after,
.cid-sFGSX04rSl .carousel-indicators li::before {
  content: none;
}
.cid-sFGSX04rSl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFGSX04rSl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFGSX04rSl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .carousel-indicators {
    display: none;
  }
}
.cid-sFGSX04rSl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFGSX04rSl .carousel-inner > .active {
  display: block;
}
.cid-sFGSX04rSl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFGSX04rSl .carousel-control,
  .cid-sFGSX04rSl .carousel-indicators,
  .cid-sFGSX04rSl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFGSX04rSl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFGSX04rSl .carousel-indicators .active,
.cid-sFGSX04rSl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFGSX04rSl .carousel-indicators .active {
  background: #fff;
}
.cid-sFGSX04rSl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFGSX04rSl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFGSX04rSl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFGSX04rSl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFGSX04rSl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFGSX04rSl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFGSX04rSl .carousel {
  width: 100%;
}
.cid-sFGSX04rSl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFGSX04rSl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFGSX04rSl .modal.fade .modal-dialog,
.cid-sFGSX04rSl .modal.in .modal-dialog {
  transform: none;
}
.cid-sFGSX04rSl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFGSX04rSl H6 {
  text-align: center;
}
.cid-sFGSX04rSl H3 {
  color: #c2e25e;
}
.cid-sFGSX04rSl H4 {
  color: #ffffff;
}
.cid-uSzLAb3IOS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0b0f0b;
}
.cid-uSzLAb3IOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSzLAb3IOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSzLAb3IOS .mbr-section-title {
  color: #ffffff;
}
.cid-uTAE6qvkVf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fundo-site-5-2000x841.jpg");
}
.cid-uTAE6qvkVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAE6qvkVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAE6qvkVf .mbr-section-title,
.cid-uTAE6qvkVf .mbr-text,
.cid-uTAE6qvkVf .mbr-section-btn {
  text-align: center;
}
.cid-uTAE6qvkVf .video-wrapper {
  margin: auto;
}
.cid-uTAE6qvkVf .video-wrapper iframe {
  width: 100%;
}
.cid-uTAE6qvkVf .mbr-section-title {
  color: #fff0b0;
}
.cid-uTAE6qvkVf .mbr-text,
.cid-uTAE6qvkVf .mbr-section-btn {
  color: #ffffff;
}
.cid-uSD9A1w2L8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-site-4-2000x1146.jpg");
}
.cid-uSD9A1w2L8 .mbr-overlay {
  background: #0f120f;
  opacity: 0.1;
}
.cid-uSD9A1w2L8 img,
.cid-uSD9A1w2L8 .item-img {
  width: 100%;
}
.cid-uSD9A1w2L8 .item:focus,
.cid-uSD9A1w2L8 span:focus {
  outline: none;
}
.cid-uSD9A1w2L8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSD9A1w2L8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSD9A1w2L8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSD9A1w2L8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSD9A1w2L8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSD9A1w2L8 .mbr-section-title {
  color: #fff0b0;
}
.cid-uSD9A1w2L8 .mbr-text,
.cid-uSD9A1w2L8 .mbr-section-btn {
  text-align: left;
}
.cid-uSD9A1w2L8 .item-title {
  text-align: left;
}
.cid-uSD9A1w2L8 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uSD9A1w2L8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSD7GesQqy {
  background: #0f120f;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uSD7GesQqy .image-block {
  margin: auto;
}
.cid-uSD7GesQqy figcaption {
  position: relative;
}
.cid-uSD7GesQqy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSD7GesQqy .image-block {
    width: 100% !important;
  }
}
.cid-uSzHYcVHOt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0f120f;
}
.cid-uSzHYcVHOt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSzHYcVHOt H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSzHYcVHOt H4 {
  color: #ffde00;
}
.cid-uSzHYcVHOt .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uSDf1ydALx {
  background: #0f120f;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uSDf1ydALx .image-block {
  margin: auto;
}
.cid-uSDf1ydALx figcaption {
  position: relative;
}
.cid-uSDf1ydALx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSDf1ydALx .image-block {
    width: 100% !important;
  }
}
.cid-uSDf6s51mc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0f120f;
}
.cid-uSDf6s51mc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSDf6s51mc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSDf6s51mc .mbr-section-title {
  color: #ffffff;
}
.cid-uSD7X7lAsS {
  background: #0f120f;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-uSD7X7lAsS .image-block {
  margin: auto;
}
.cid-uSD7X7lAsS figcaption {
  position: relative;
}
.cid-uSD7X7lAsS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSD7X7lAsS .image-block {
    width: 100% !important;
  }
}
.cid-uSD8dXCRBx {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSD8dXCRBx .image-block {
  margin: auto;
}
.cid-uSD8dXCRBx figcaption {
  position: relative;
}
.cid-uSD8dXCRBx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSD8dXCRBx .image-block {
    width: 100% !important;
  }
}
.cid-uSD8K9exg4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uSD8K9exg4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSD8K9exg4 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSD8K9exg4 H4 {
  color: #c2e25e;
}
.cid-uSD8K9exg4 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uSD4Imp9Q7 {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #0f120f;
}
.cid-uSD4Imp9Q7 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uSD4Imp9Q7 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uSD4Imp9Q7 .collapsed {
  border: none;
}
.cid-uSD4Imp9Q7 .collapsed span {
  transform: rotate(0deg);
}
.cid-uSD4Imp9Q7 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #ff7c00, #4d6d9a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uSD4Imp9Q7 .panel-body {
  padding-top: 0.5rem;
}
.cid-uSD4Imp9Q7 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uSD4Imp9Q7 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #1f2122;
  padding: 0;
}
.cid-uSD4Imp9Q7 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uSD4Imp9Q7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uSD4Imp9Q7 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uSD4Imp9Q7 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uSD4Imp9Q7 .panel-text {
  color: #ffffff;
}
.cid-uSD4Imp9Q7 H4 {
  color: #ffffff;
}
.cid-uSD4Imp9Q7 H2 {
  color: #ffffff;
}
.cid-uSD4Imp9Q7 .mbr-section-text {
  color: #ffffff;
}
.cid-uSD4Imp9Q7 H3 {
  color: #ffffff;
}
.cid-uSzMuhP3Bh {
  background: #1d242a;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSzMuhP3Bh .image-block {
  margin: auto;
}
.cid-uSzMuhP3Bh figcaption {
  position: relative;
}
.cid-uSzMuhP3Bh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSzMuhP3Bh .image-block {
    width: 100% !important;
  }
}
.cid-uSzMpT7aEp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1d242a;
}
.cid-uSzMpT7aEp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSzMpT7aEp H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSzMpT7aEp H4 {
  color: #c2e25e;
}
.cid-uSzMpT7aEp .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uSDgAT3y7h {
  background: #1d242a;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uSDgAT3y7h .image-block {
  margin: auto;
}
.cid-uSDgAT3y7h figcaption {
  position: relative;
}
.cid-uSDgAT3y7h figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSDgAT3y7h .image-block {
    width: 100% !important;
  }
}
.cid-uSDgBEcp6k {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #1d242a;
}
.cid-uSDgBEcp6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSDgBEcp6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSDgBEcp6k .mbr-section-title {
  color: #ffffff;
}
.cid-sFGSOnwtIp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uSF6H9XIVD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSF78nXTX8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSUilW7Kou {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff0000;
}
.cid-uSUilW7Kou .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSUilW7Kou H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSUilW7Kou H4 {
  color: #ffde00;
}
.cid-uSUilWBawP {
  background: #04090f;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSUilWBawP .image-block {
  margin: auto;
}
.cid-uSUilWBawP figcaption {
  position: relative;
}
.cid-uSUilWBawP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUilWBawP .image-block {
    width: 100% !important;
  }
}
.cid-uSUilWVxa6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #070a0d;
}
.cid-uSUilWVxa6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSUilWVxa6 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSUilWVxa6 H4 {
  color: #ffde00;
}
.cid-uSUilXgkhb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fundo-site-5-2000x841.jpg");
}
.cid-uSUilXgkhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUilXgkhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUilXgkhb .mbr-section-title,
.cid-uSUilXgkhb .mbr-text,
.cid-uSUilXgkhb .mbr-section-btn {
  text-align: center;
}
.cid-uSUilXgkhb .video-wrapper {
  margin: auto;
}
.cid-uSUilXgkhb .video-wrapper iframe {
  width: 100%;
}
.cid-uSUilXgkhb .mbr-section-title {
  color: #fff0b0;
}
.cid-uSUilXgkhb .mbr-text,
.cid-uSUilXgkhb .mbr-section-btn {
  color: #ffffff;
}
.cid-uSUilXNAOr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #02090a;
}
.cid-uSUilXNAOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUilXNAOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUilXNAOr .mbr-section-title {
  color: #ffffff;
}
.cid-uSUilYbNJS {
  background: #1d242a;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSUilYbNJS .image-block {
  margin: auto;
}
.cid-uSUilYbNJS figcaption {
  position: relative;
}
.cid-uSUilYbNJS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUilYbNJS .image-block {
    width: 100% !important;
  }
}
.cid-uSUilYvHlw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d242a;
}
.cid-uSUilYvHlw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSUilYvHlw H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSUilYvHlw H4 {
  color: #ffe161;
}
.cid-uSUilYRs61 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/aula1a-1442x752.jpg");
}
.cid-uSUilYRs61 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uSUilYRs61 .mbr-text,
.cid-uSUilYRs61 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSUilZfxpH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #5a0000;
}
.cid-uSUilZfxpH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSUilZfxpH H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSUilZfxpH H4 {
  color: #ffde00;
}
.cid-uSUilZfxpH .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uSUilZBw4l {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fundo-site-5-2000x841.jpg");
}
.cid-uSUilZBw4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUilZBw4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUilZBw4l .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSUilZBw4l .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSUilZBw4l .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSUilZBw4l .mbr-section-title DIV {
  text-align: center;
}
.cid-uSUilZBw4l .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uSUilZBw4l .mbr-text,
.cid-uSUilZBw4l .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSUim004ua {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #0f120f;
}
.cid-uSUim004ua .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uSUim004ua .team-card:hover {
  transform: translateY(-10px);
}
.cid-uSUim004ua .card-wrap {
  background: #0f120f;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uSUim004ua .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uSUim004ua .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uSUim004ua .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSUim004ua .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uSUim004ua .social-row {
  text-align: center;
}
.cid-uSUim004ua .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uSUim004ua .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uSUim004ua .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uSUim004ua .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uSUim004ua .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSUim004ua .mbr-section-title {
  color: #c2e25e;
}
.cid-uSUim0RJiC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/aula2b-1128x811.jpg");
}
.cid-uSUim0RJiC .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uSUim0RJiC .mbr-text,
.cid-uSUim0RJiC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSUim1nnj8 {
  background: #0b0f0b;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uSUim1nnj8 .image-block {
  margin: auto;
}
.cid-uSUim1nnj8 figcaption {
  position: relative;
}
.cid-uSUim1nnj8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUim1nnj8 .image-block {
    width: 100% !important;
  }
}
.cid-uSUim1Uebx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0f0b;
}
.cid-uSUim1Uebx .item {
  padding-bottom: 2rem;
}
.cid-uSUim1Uebx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uSUim1Uebx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uSUim1Uebx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uSUim1Uebx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uSUim1Uebx .carousel-control,
.cid-uSUim1Uebx .close {
  background: #1b1b1b;
}
.cid-uSUim1Uebx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uSUim1Uebx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uSUim1Uebx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uSUim1Uebx .carousel-control-next span {
  margin-left: 5px;
}
.cid-uSUim1Uebx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uSUim1Uebx .close::before {
  content: '\e91a';
}
.cid-uSUim1Uebx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uSUim1Uebx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSUim1Uebx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSUim1Uebx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSUim1Uebx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uSUim1Uebx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uSUim1Uebx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uSUim1Uebx .carousel-indicators li.active,
.cid-uSUim1Uebx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uSUim1Uebx .carousel-indicators li::after,
.cid-uSUim1Uebx .carousel-indicators li::before {
  content: none;
}
.cid-uSUim1Uebx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uSUim1Uebx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uSUim1Uebx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSUim1Uebx .carousel-indicators {
    display: none;
  }
}
.cid-uSUim1Uebx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uSUim1Uebx .carousel-inner > .active {
  display: block;
}
.cid-uSUim1Uebx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSUim1Uebx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSUim1Uebx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uSUim1Uebx .carousel-control,
  .cid-uSUim1Uebx .carousel-indicators,
  .cid-uSUim1Uebx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uSUim1Uebx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uSUim1Uebx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uSUim1Uebx .carousel-indicators .active,
.cid-uSUim1Uebx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uSUim1Uebx .carousel-indicators .active {
  background: #fff;
}
.cid-uSUim1Uebx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uSUim1Uebx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uSUim1Uebx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uSUim1Uebx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uSUim1Uebx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uSUim1Uebx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uSUim1Uebx .carousel {
  width: 100%;
}
.cid-uSUim1Uebx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uSUim1Uebx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uSUim1Uebx .modal.fade .modal-dialog,
.cid-uSUim1Uebx .modal.in .modal-dialog {
  transform: none;
}
.cid-uSUim1Uebx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uSUim1Uebx H6 {
  text-align: center;
}
.cid-uSUim1Uebx H3 {
  color: #c2e25e;
}
.cid-uSUim1Uebx H4 {
  color: #ffffff;
}
.cid-uSUim2FOyW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0b0f0b;
}
.cid-uSUim2FOyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUim2FOyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUim2FOyW .mbr-section-title {
  color: #ffffff;
}
.cid-uTACB5TIbI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fundo-site-5-2000x841.jpg");
}
.cid-uTACB5TIbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTACB5TIbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTACB5TIbI .mbr-section-title,
.cid-uTACB5TIbI .mbr-text,
.cid-uTACB5TIbI .mbr-section-btn {
  text-align: center;
}
.cid-uTACB5TIbI .video-wrapper {
  margin: auto;
}
.cid-uTACB5TIbI .video-wrapper iframe {
  width: 100%;
}
.cid-uTACB5TIbI .mbr-section-title {
  color: #fff0b0;
}
.cid-uTACB5TIbI .mbr-text,
.cid-uTACB5TIbI .mbr-section-btn {
  color: #ffffff;
}
.cid-uSUim39Jr8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-site-4-2000x1146.jpg");
}
.cid-uSUim39Jr8 .mbr-overlay {
  background: #0f120f;
  opacity: 0.1;
}
.cid-uSUim39Jr8 img,
.cid-uSUim39Jr8 .item-img {
  width: 100%;
}
.cid-uSUim39Jr8 .item:focus,
.cid-uSUim39Jr8 span:focus {
  outline: none;
}
.cid-uSUim39Jr8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSUim39Jr8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSUim39Jr8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSUim39Jr8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSUim39Jr8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSUim39Jr8 .mbr-section-title {
  color: #fff0b0;
}
.cid-uSUim39Jr8 .mbr-text,
.cid-uSUim39Jr8 .mbr-section-btn {
  text-align: left;
}
.cid-uSUim39Jr8 .item-title {
  text-align: left;
}
.cid-uSUim39Jr8 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uSUim39Jr8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSUim3K5Om {
  background: #0f120f;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uSUim3K5Om .image-block {
  margin: auto;
}
.cid-uSUim3K5Om figcaption {
  position: relative;
}
.cid-uSUim3K5Om figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUim3K5Om .image-block {
    width: 100% !important;
  }
}
.cid-uSUim4ce2M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0f120f;
}
.cid-uSUim4ce2M .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSUim4ce2M H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSUim4ce2M H4 {
  color: #ffde00;
}
.cid-uSUim4ce2M .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uSUim4DMZi {
  background: #0f120f;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uSUim4DMZi .image-block {
  margin: auto;
}
.cid-uSUim4DMZi figcaption {
  position: relative;
}
.cid-uSUim4DMZi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUim4DMZi .image-block {
    width: 100% !important;
  }
}
.cid-uSUim542hM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0f120f;
}
.cid-uSUim542hM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUim542hM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUim542hM .mbr-section-title {
  color: #ffffff;
}
.cid-uSUim5BmKe {
  background: #0f120f;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-uSUim5BmKe .image-block {
  margin: auto;
}
.cid-uSUim5BmKe figcaption {
  position: relative;
}
.cid-uSUim5BmKe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUim5BmKe .image-block {
    width: 100% !important;
  }
}
.cid-uSUim63Laf {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSUim63Laf .image-block {
  margin: auto;
}
.cid-uSUim63Laf figcaption {
  position: relative;
}
.cid-uSUim63Laf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUim63Laf .image-block {
    width: 100% !important;
  }
}
.cid-uSUim6uMZE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uSUim6uMZE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSUim6uMZE H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSUim6uMZE H4 {
  color: #c2e25e;
}
.cid-uSUim6uMZE .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uSUim6WhHX {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #0f120f;
}
.cid-uSUim6WhHX p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uSUim6WhHX .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uSUim6WhHX .collapsed {
  border: none;
}
.cid-uSUim6WhHX .collapsed span {
  transform: rotate(0deg);
}
.cid-uSUim6WhHX span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #ff7c00, #4d6d9a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uSUim6WhHX .panel-body {
  padding-top: 0.5rem;
}
.cid-uSUim6WhHX .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uSUim6WhHX .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #1f2122;
  padding: 0;
}
.cid-uSUim6WhHX .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uSUim6WhHX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uSUim6WhHX .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uSUim6WhHX .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uSUim6WhHX .panel-text {
  color: #ffffff;
}
.cid-uSUim6WhHX H4 {
  color: #ffffff;
}
.cid-uSUim6WhHX H2 {
  color: #ffffff;
}
.cid-uSUim6WhHX .mbr-section-text {
  color: #ffffff;
}
.cid-uSUim6WhHX H3 {
  color: #ffffff;
}
.cid-uSUim7yNfR {
  background: #1d242a;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSUim7yNfR .image-block {
  margin: auto;
}
.cid-uSUim7yNfR figcaption {
  position: relative;
}
.cid-uSUim7yNfR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUim7yNfR .image-block {
    width: 100% !important;
  }
}
.cid-uSUim818fA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1d242a;
}
.cid-uSUim818fA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSUim818fA H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSUim818fA H4 {
  color: #c2e25e;
}
.cid-uSUim818fA .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uSUim8v89G {
  background: #1d242a;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uSUim8v89G .image-block {
  margin: auto;
}
.cid-uSUim8v89G figcaption {
  position: relative;
}
.cid-uSUim8v89G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUim8v89G .image-block {
    width: 100% !important;
  }
}
.cid-uSUim8Zj4l {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #1d242a;
}
.cid-uSUim8Zj4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUim8Zj4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUim8Zj4l .mbr-section-title {
  color: #ffffff;
}
.cid-uSUim9wHzg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uSUtai5nYi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff0000;
}
.cid-uSUtai5nYi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSUtai5nYi H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSUtai5nYi H4 {
  color: #ffde00;
}
.cid-uSUtaizFV5 {
  background: #04090f;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSUtaizFV5 .image-block {
  margin: auto;
}
.cid-uSUtaizFV5 figcaption {
  position: relative;
}
.cid-uSUtaizFV5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUtaizFV5 .image-block {
    width: 100% !important;
  }
}
.cid-uSUtaiUgsB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #070a0d;
}
.cid-uSUtaiUgsB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSUtaiUgsB H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSUtaiUgsB H4 {
  color: #ffde00;
}
.cid-uSUtaje9n0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fundo-site-5-2000x841.jpg");
}
.cid-uSUtaje9n0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUtaje9n0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUtaje9n0 .mbr-section-title,
.cid-uSUtaje9n0 .mbr-text,
.cid-uSUtaje9n0 .mbr-section-btn {
  text-align: center;
}
.cid-uSUtaje9n0 .video-wrapper {
  margin: auto;
}
.cid-uSUtaje9n0 .video-wrapper iframe {
  width: 100%;
}
.cid-uSUtaje9n0 .mbr-section-title {
  color: #fff0b0;
}
.cid-uSUtaje9n0 .mbr-text,
.cid-uSUtaje9n0 .mbr-section-btn {
  color: #c2e25e;
}
.cid-uSUtajJllt {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #02090a;
}
.cid-uSUtajJllt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUtajJllt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUtajJllt .mbr-section-title {
  color: #ffffff;
}
.cid-uSUtak69H3 {
  background: #1d242a;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSUtak69H3 .image-block {
  margin: auto;
}
.cid-uSUtak69H3 figcaption {
  position: relative;
}
.cid-uSUtak69H3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUtak69H3 .image-block {
    width: 100% !important;
  }
}
.cid-uSUtakro4m {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1d242a;
}
.cid-uSUtakro4m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSUtakro4m H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSUtakro4m H4 {
  color: #ffe161;
}
.cid-uSUtakN9ma {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/aula1a-1442x752.jpg");
}
.cid-uSUtakN9ma .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uSUtakN9ma .mbr-text,
.cid-uSUtakN9ma .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSUtalcoFo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #5a0000;
}
.cid-uSUtalcoFo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSUtalcoFo H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSUtalcoFo H4 {
  color: #ffde00;
}
.cid-uSUtalcoFo .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uSUtalA5Xp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fundo-site-5-2000x841.jpg");
}
.cid-uSUtalA5Xp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUtalA5Xp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUtalA5Xp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSUtalA5Xp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSUtalA5Xp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSUtalA5Xp .mbr-section-title DIV {
  text-align: center;
}
.cid-uSUtalA5Xp .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uSUtalA5Xp .mbr-text,
.cid-uSUtalA5Xp .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSUtam0pYc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #0f120f;
}
.cid-uSUtam0pYc .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uSUtam0pYc .team-card:hover {
  transform: translateY(-10px);
}
.cid-uSUtam0pYc .card-wrap {
  background: #0f120f;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uSUtam0pYc .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uSUtam0pYc .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uSUtam0pYc .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSUtam0pYc .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uSUtam0pYc .social-row {
  text-align: center;
}
.cid-uSUtam0pYc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uSUtam0pYc .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uSUtam0pYc .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uSUtam0pYc .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uSUtam0pYc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSUtam0pYc .mbr-section-title {
  color: #c2e25e;
}
.cid-uSUtamSAum {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/aula2b-1128x811.jpg");
}
.cid-uSUtamSAum .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uSUtamSAum .mbr-text,
.cid-uSUtamSAum .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSUtanlhIu {
  background: #0b0f0b;
  padding-top: 75px;
  padding-bottom: 15px;
}
.cid-uSUtanlhIu .image-block {
  margin: auto;
}
.cid-uSUtanlhIu figcaption {
  position: relative;
}
.cid-uSUtanlhIu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUtanlhIu .image-block {
    width: 100% !important;
  }
}
.cid-uSUtanLAli {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0f0b;
}
.cid-uSUtanLAli .item {
  padding-bottom: 2rem;
}
.cid-uSUtanLAli .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uSUtanLAli .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uSUtanLAli .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uSUtanLAli .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uSUtanLAli .carousel-control,
.cid-uSUtanLAli .close {
  background: #1b1b1b;
}
.cid-uSUtanLAli .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uSUtanLAli .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uSUtanLAli .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uSUtanLAli .carousel-control-next span {
  margin-left: 5px;
}
.cid-uSUtanLAli .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uSUtanLAli .close::before {
  content: '\e91a';
}
.cid-uSUtanLAli .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uSUtanLAli .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSUtanLAli .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSUtanLAli .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSUtanLAli .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uSUtanLAli .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uSUtanLAli .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uSUtanLAli .carousel-indicators li.active,
.cid-uSUtanLAli .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uSUtanLAli .carousel-indicators li::after,
.cid-uSUtanLAli .carousel-indicators li::before {
  content: none;
}
.cid-uSUtanLAli .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uSUtanLAli .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uSUtanLAli .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSUtanLAli .carousel-indicators {
    display: none;
  }
}
.cid-uSUtanLAli .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uSUtanLAli .carousel-inner > .active {
  display: block;
}
.cid-uSUtanLAli .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSUtanLAli .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSUtanLAli .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uSUtanLAli .carousel-control,
  .cid-uSUtanLAli .carousel-indicators,
  .cid-uSUtanLAli .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uSUtanLAli .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uSUtanLAli .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uSUtanLAli .carousel-indicators .active,
.cid-uSUtanLAli .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uSUtanLAli .carousel-indicators .active {
  background: #fff;
}
.cid-uSUtanLAli .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uSUtanLAli .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uSUtanLAli .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uSUtanLAli .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uSUtanLAli .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uSUtanLAli .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uSUtanLAli .carousel {
  width: 100%;
}
.cid-uSUtanLAli .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uSUtanLAli .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uSUtanLAli .modal.fade .modal-dialog,
.cid-uSUtanLAli .modal.in .modal-dialog {
  transform: none;
}
.cid-uSUtanLAli .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uSUtanLAli H6 {
  text-align: center;
}
.cid-uSUtanLAli H3 {
  color: #c2e25e;
}
.cid-uSUtanLAli H4 {
  color: #ffffff;
}
.cid-uSUtaoxtY0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0b0f0b;
}
.cid-uSUtaoxtY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUtaoxtY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUtaoxtY0 .mbr-section-title {
  color: #ffffff;
}
.cid-uSUtap06JP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-site-4-2000x1146.jpg");
}
.cid-uSUtap06JP .mbr-overlay {
  background: #0f120f;
  opacity: 0.1;
}
.cid-uSUtap06JP img,
.cid-uSUtap06JP .item-img {
  width: 100%;
}
.cid-uSUtap06JP .item:focus,
.cid-uSUtap06JP span:focus {
  outline: none;
}
.cid-uSUtap06JP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSUtap06JP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSUtap06JP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSUtap06JP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSUtap06JP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSUtap06JP .mbr-section-title {
  color: #c2e25e;
}
.cid-uSUtap06JP .mbr-text,
.cid-uSUtap06JP .mbr-section-btn {
  text-align: left;
}
.cid-uSUtap06JP .item-title {
  text-align: left;
}
.cid-uSUtap06JP .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uSUtap06JP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSUtapCcNV {
  background: #0f120f;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uSUtapCcNV .image-block {
  margin: auto;
}
.cid-uSUtapCcNV figcaption {
  position: relative;
}
.cid-uSUtapCcNV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUtapCcNV .image-block {
    width: 100% !important;
  }
}
.cid-uSUtaq3r0r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0f120f;
}
.cid-uSUtaq3r0r .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSUtaq3r0r H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSUtaq3r0r H4 {
  color: #ffde00;
}
.cid-uSUtaq3r0r .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uSUtaqukKN {
  background: #0f120f;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uSUtaqukKN .image-block {
  margin: auto;
}
.cid-uSUtaqukKN figcaption {
  position: relative;
}
.cid-uSUtaqukKN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUtaqukKN .image-block {
    width: 100% !important;
  }
}
.cid-uSUtaqWYnf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0f120f;
}
.cid-uSUtaqWYnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUtaqWYnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUtaqWYnf .mbr-section-title {
  color: #ffffff;
}
.cid-uSUtartIvo {
  background: #0f120f;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-uSUtartIvo .image-block {
  margin: auto;
}
.cid-uSUtartIvo figcaption {
  position: relative;
}
.cid-uSUtartIvo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUtartIvo .image-block {
    width: 100% !important;
  }
}
.cid-uSUtarUgjv {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSUtarUgjv .image-block {
  margin: auto;
}
.cid-uSUtarUgjv figcaption {
  position: relative;
}
.cid-uSUtarUgjv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUtarUgjv .image-block {
    width: 100% !important;
  }
}
.cid-uSUtasvDyO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uSUtasvDyO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSUtasvDyO H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSUtasvDyO H4 {
  color: #c2e25e;
}
.cid-uSUtasvDyO .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uSUtat355t {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #0f120f;
}
.cid-uSUtat355t p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uSUtat355t .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uSUtat355t .collapsed {
  border: none;
}
.cid-uSUtat355t .collapsed span {
  transform: rotate(0deg);
}
.cid-uSUtat355t span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #ff7c00, #4d6d9a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uSUtat355t .panel-body {
  padding-top: 0.5rem;
}
.cid-uSUtat355t .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uSUtat355t .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #1f2122;
  padding: 0;
}
.cid-uSUtat355t .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uSUtat355t .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uSUtat355t .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uSUtat355t .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uSUtat355t .panel-text {
  color: #ffffff;
}
.cid-uSUtat355t H4 {
  color: #ffffff;
}
.cid-uSUtat355t H2 {
  color: #ffffff;
}
.cid-uSUtat355t .mbr-section-text {
  color: #ffffff;
}
.cid-uSUtat355t H3 {
  color: #ffffff;
}
.cid-uSUtatPqlG {
  background: #1d242a;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uSUtatPqlG .image-block {
  margin: auto;
}
.cid-uSUtatPqlG figcaption {
  position: relative;
}
.cid-uSUtatPqlG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUtatPqlG .image-block {
    width: 100% !important;
  }
}
.cid-uSUtaujbZ4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1d242a;
}
.cid-uSUtaujbZ4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSUtaujbZ4 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uSUtaujbZ4 H4 {
  color: #c2e25e;
}
.cid-uSUtaujbZ4 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uSUtauO2BT {
  background: #1d242a;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uSUtauO2BT .image-block {
  margin: auto;
}
.cid-uSUtauO2BT figcaption {
  position: relative;
}
.cid-uSUtauO2BT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSUtauO2BT .image-block {
    width: 100% !important;
  }
}
.cid-uSUtavinEp {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #1d242a;
}
.cid-uSUtavinEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUtavinEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUtavinEp .mbr-section-title {
  color: #ffffff;
}
.cid-uSUtavPUSE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
