body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.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: #51add0 !important;
}
.bg-success {
  background-color: #ec7500 !important;
}
.bg-info {
  background-color: #78c5e2 !important;
}
.bg-warning {
  background-color: #f7e809 !important;
}
.bg-danger {
  background-color: #d86a64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #51add0 !important;
  border-color: #51add0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2b7f9f !important;
  border-color: #2b7f9f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2b7f9f !important;
  border-color: #2b7f9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cacbcc !important;
  border-color: #cacbcc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9ea0a1 !important;
  border-color: #9ea0a1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9ea0a1 !important;
  border-color: #9ea0a1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #78c5e2 !important;
  border-color: #78c5e2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #31a6d3 !important;
  border-color: #31a6d3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #31a6d3 !important;
  border-color: #31a6d3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ec7500 !important;
  border-color: #ec7500 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #954a00 !important;
  border-color: #954a00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #954a00 !important;
  border-color: #954a00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7e809 !important;
  border-color: #f7e809 !important;
  color: #010100 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a49a05 !important;
  border-color: #a49a05 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #010100 !important;
  background-color: #a49a05 !important;
  border-color: #a49a05 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d86a64 !important;
  border-color: #d86a64 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b7352e !important;
  border-color: #b7352e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b7352e !important;
  border-color: #b7352e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.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: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.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: #2b7f9f;
  color: #51add0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2b7f9f !important;
  background-color: transparent!important;
  border-color: #2b7f9f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #51add0 !important;
  border-color: #51add0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9ea0a1;
  color: #cacbcc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9ea0a1 !important;
  background-color: transparent!important;
  border-color: #9ea0a1 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cacbcc !important;
  border-color: #cacbcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #31a6d3;
  color: #78c5e2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #31a6d3 !important;
  background-color: transparent!important;
  border-color: #31a6d3 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #78c5e2 !important;
  border-color: #78c5e2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #954a00;
  color: #ec7500;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #954a00 !important;
  background-color: transparent!important;
  border-color: #954a00 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ec7500 !important;
  border-color: #ec7500 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a49a05;
  color: #f7e809;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a49a05 !important;
  background-color: transparent!important;
  border-color: #a49a05 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #010100 !important;
  background-color: #f7e809 !important;
  border-color: #f7e809 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b7352e;
  color: #d86a64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b7352e !important;
  background-color: transparent!important;
  border-color: #b7352e !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d86a64 !important;
  border-color: #d86a64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  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: #cfcfcf;
  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: #51add0 !important;
}
.text-secondary {
  color: #cacbcc !important;
}
.text-success {
  color: #ec7500 !important;
}
.text-info {
  color: #78c5e2 !important;
}
.text-warning {
  color: #f7e809 !important;
}
.text-danger {
  color: #d86a64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #287693 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #96989a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #864200 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2b9ec9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #958c05 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ab322b !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: #51add0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #78c5e2;
}
.alert-warning {
  background-color: #f7e809;
}
.alert-danger {
  background-color: #d86a64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #51add0;
  border-color: #51add0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #51add0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f2f9fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffdcb9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdfacf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #51add0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #51add0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #51add0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #51add0;
}
.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: #51add0;
  border-bottom-color: #51add0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #51add0 !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: #cacbcc !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='%2351add0' %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-sZvGDHDFh8 {
  background-image: url("../../../assets/images/whatsapp-image-2022-03-14-at-13.35.25-1600x901.jpg");
}
.cid-sZvGDHDFh8 .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-sZvGDHDFh8 .wrapper {
  position: relative;
}
.cid-sZvGDHDFh8 .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sZvGDHDFh8 .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sZvGDHDFh8 .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-sZvGDHDFh8 .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sZvGDHDFh8 .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sZvGDHDFh8 .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sZvGDHDFh8 .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sZvGDHDFh8 .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sZvGDHDFh8 .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sZvGDHDFh8 .img2 {
    width: 400px;
  }
  .cid-sZvGDHDFh8 .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sZvGDHDFh8 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sZvGDHDFh8 .img2 {
    width: 400px;
  }
  .cid-sZvGDHDFh8 .img1 {
    padding-right: 4rem;
  }
  .cid-sZvGDHDFh8 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sZvGDHDFh8 .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sZvGDHDFh8 .img2 {
    width: 200px;
  }
  .cid-sZvGDHDFh8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sZvGDHDFh8 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sZvGDHDFh8 H1 {
  color: #ffffff;
}
.cid-sZvGDHDFh8 .mbr-text,
.cid-sZvGDHDFh8 .mbr-section-btn {
  color: #ffffff;
}
.cid-t0xVJRDMgE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-t0xVJRDMgE .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-t0xVJRDMgE .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0xVJRDMgE .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-t0xVJRDMgE .wrapper {
  height: 100%;
}
.cid-t0xVJRDMgE img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
.cid-t0xVJRDMgE .card-title {
  color: #ec7500;
}
.cid-t0xVJRDMgE .mbr-section-title {
  color: #ec7500;
}
.cid-t0xVJRDMgE .mbr-section-subtitle {
  color: #232323;
}
.cid-t0xVJRDMgE .mbr-text {
  color: #232323;
}
.cid-t0ydwvQhMO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/2070755-abstrato-branco-e-cinza-geometrico-brilho-e-camada-elemento-fundo-com-efeito-de-meio-tom-vetor-1920x905.jpg");
}
@media (max-width: 991px) {
  .cid-t0ydwvQhMO .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0ydwvQhMO .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-t0ydwvQhMO img,
.cid-t0ydwvQhMO .item-img {
  width: 100%;
}
.cid-t0ydwvQhMO .item:focus,
.cid-t0ydwvQhMO span:focus {
  outline: none;
}
.cid-t0ydwvQhMO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0ydwvQhMO .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0ydwvQhMO img {
  border-radius: 30px;
}
.cid-t0ydwvQhMO .mbr-section-title {
  color: #ec7500;
}
.cid-t0ydwvQhMO .item-title {
  text-align: center;
  color: #ec7500;
}
.cid-t0ydwvQhMO .mbr-section-subtitle {
  color: #232323;
}
.cid-t0ydwvQhMO .mbr-text,
.cid-t0ydwvQhMO .mbr-section-btn {
  color: #232323;
}
.cid-t11B5LjBym {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/atendimento-1440x960.jpg");
}
@media (min-width: 768px) {
  .cid-t11B5LjBym .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-t11B5LjBym .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-t11B5LjBym .container {
  max-width: 1312px;
}
.cid-t11B5LjBym .label-text {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.cid-t11B5LjBym .mbr-section-title {
  color: #002549;
}
.cid-t11B5LjBym .mbr-section-title,
.cid-t11B5LjBym .mbr-section-btn {
  color: #ffffff;
}
.cid-t11OuHtAtc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-t11OuHtAtc .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t11OuHtAtc .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-t11OuHtAtc img,
.cid-t11OuHtAtc .item-img {
  width: 100%;
}
.cid-t11OuHtAtc .item:focus,
.cid-t11OuHtAtc span:focus {
  outline: none;
}
.cid-t11OuHtAtc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t11OuHtAtc .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t11OuHtAtc img {
  border-radius: 30px;
}
.cid-t11OuHtAtc .item-title {
  color: #ec7500;
}
.cid-t11OuHtAtc .mbr-text,
.cid-t11OuHtAtc .mbr-section-btn {
  color: #3196bc;
}
.cid-t11OuHtAtc .item-subtitle {
  color: #232323;
}
.cid-sZvKol8wyJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f6b87;
  overflow: hidden;
}
.cid-sZvBqktJ95 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sZvBqktJ95 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sZvBqktJ95 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sZvBqktJ95 .iconfont-wrapper {
  color: #ec7500 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sZvBqktJ95 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sZvBqktJ95 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sZvBqktJ95 .container {
    padding: 0 1rem;
  }
}
.cid-sZvBqktJ95 .menu-tite {
  background: #51add0;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-sZvBqktJ95 .nav-link {
  position: relative;
}
.cid-sZvBqktJ95 .nav-link:hover {
  color: #78c5e2 !important;
}
.cid-sZvBqktJ95 nav.navbar {
  position: fixed;
}
.cid-sZvBqktJ95 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sZvBqktJ95 .navbar.opened {
  transition: all 0.3s;
}
.cid-sZvBqktJ95 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZvBqktJ95 .navbar .navbar-logo img {
  width: auto;
}
.cid-sZvBqktJ95 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZvBqktJ95 .navbar.collapsed {
  justify-content: center;
}
.cid-sZvBqktJ95 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZvBqktJ95 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZvBqktJ95 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sZvBqktJ95 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZvBqktJ95 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZvBqktJ95 .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-sZvBqktJ95 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZvBqktJ95 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZvBqktJ95 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZvBqktJ95 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZvBqktJ95 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZvBqktJ95 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZvBqktJ95 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZvBqktJ95 .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-sZvBqktJ95 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZvBqktJ95 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZvBqktJ95 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZvBqktJ95 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZvBqktJ95 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZvBqktJ95 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZvBqktJ95 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZvBqktJ95 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZvBqktJ95 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZvBqktJ95 .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-sZvBqktJ95 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZvBqktJ95 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZvBqktJ95 .dropdown-item:hover,
.cid-sZvBqktJ95 .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-sZvBqktJ95 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZvBqktJ95 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZvBqktJ95 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sZvBqktJ95 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZvBqktJ95 .dropdown-menu,
.cid-sZvBqktJ95 .navbar.opened {
  background: #ffffff !important;
}
.cid-sZvBqktJ95 .nav-item:focus,
.cid-sZvBqktJ95 .nav-link:focus {
  outline: none;
}
.cid-sZvBqktJ95 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZvBqktJ95 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZvBqktJ95 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZvBqktJ95 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZvBqktJ95 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZvBqktJ95 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZvBqktJ95 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZvBqktJ95 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZvBqktJ95 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZvBqktJ95 .dropdown-item.active,
.cid-sZvBqktJ95 .dropdown-item:active {
  background-color: transparent;
}
.cid-sZvBqktJ95 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZvBqktJ95 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZvBqktJ95 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZvBqktJ95 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZvBqktJ95 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZvBqktJ95 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZvBqktJ95 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZvBqktJ95 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZvBqktJ95 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZvBqktJ95 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ec7500;
}
.cid-sZvBqktJ95 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZvBqktJ95 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZvBqktJ95 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZvBqktJ95 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZvBqktJ95 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZvBqktJ95 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZvBqktJ95 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZvBqktJ95 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZvBqktJ95 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sZvBqktJ95 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZvBqktJ95 .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-sZvBqktJ95 .navbar {
    height: 70px;
  }
  .cid-sZvBqktJ95 .navbar.opened {
    height: auto;
  }
  .cid-sZvBqktJ95 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-UWXE0aJcYG .hidden {
  display: none;
}
.cid-t0IsI5t132 {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/2070755-abstrato-branco-e-cinza-geometrico-brilho-e-camada-elemento-fundo-com-efeito-de-meio-tom-vetor-1920x905.jpg");
}
.cid-t0IsI5t132 .mbr-overlay {
  background: #ffa0a4;
  background: linear-gradient(45deg, #ffa0a4, #000000);
  background: radial-gradient(#ffa0a4, #000000);
}
.cid-t0IsI5t132 .mbr-section-title {
  margin: 0;
}
.cid-t0IsI5t132 .mbr-text,
.cid-t0IsI5t132 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-t0IsI5t132 H1 {
  text-align: left;
  color: #ec7500;
}
.cid-sZvKol8wyJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f6b87;
  overflow: hidden;
}
.cid-sZvBqktJ95 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sZvBqktJ95 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sZvBqktJ95 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sZvBqktJ95 .iconfont-wrapper {
  color: #ec7500 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sZvBqktJ95 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sZvBqktJ95 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sZvBqktJ95 .container {
    padding: 0 1rem;
  }
}
.cid-sZvBqktJ95 .menu-tite {
  background: #51add0;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-sZvBqktJ95 .nav-link {
  position: relative;
}
.cid-sZvBqktJ95 .nav-link:hover {
  color: #78c5e2 !important;
}
.cid-sZvBqktJ95 nav.navbar {
  position: fixed;
}
.cid-sZvBqktJ95 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sZvBqktJ95 .navbar.opened {
  transition: all 0.3s;
}
.cid-sZvBqktJ95 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZvBqktJ95 .navbar .navbar-logo img {
  width: auto;
}
.cid-sZvBqktJ95 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZvBqktJ95 .navbar.collapsed {
  justify-content: center;
}
.cid-sZvBqktJ95 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZvBqktJ95 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZvBqktJ95 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sZvBqktJ95 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZvBqktJ95 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZvBqktJ95 .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-sZvBqktJ95 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZvBqktJ95 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZvBqktJ95 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZvBqktJ95 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZvBqktJ95 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZvBqktJ95 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZvBqktJ95 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZvBqktJ95 .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-sZvBqktJ95 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZvBqktJ95 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZvBqktJ95 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZvBqktJ95 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZvBqktJ95 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZvBqktJ95 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZvBqktJ95 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZvBqktJ95 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZvBqktJ95 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZvBqktJ95 .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-sZvBqktJ95 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZvBqktJ95 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZvBqktJ95 .dropdown-item:hover,
.cid-sZvBqktJ95 .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-sZvBqktJ95 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZvBqktJ95 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZvBqktJ95 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sZvBqktJ95 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZvBqktJ95 .dropdown-menu,
.cid-sZvBqktJ95 .navbar.opened {
  background: #ffffff !important;
}
.cid-sZvBqktJ95 .nav-item:focus,
.cid-sZvBqktJ95 .nav-link:focus {
  outline: none;
}
.cid-sZvBqktJ95 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZvBqktJ95 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZvBqktJ95 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZvBqktJ95 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZvBqktJ95 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZvBqktJ95 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZvBqktJ95 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZvBqktJ95 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZvBqktJ95 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZvBqktJ95 .dropdown-item.active,
.cid-sZvBqktJ95 .dropdown-item:active {
  background-color: transparent;
}
.cid-sZvBqktJ95 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZvBqktJ95 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZvBqktJ95 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZvBqktJ95 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZvBqktJ95 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZvBqktJ95 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZvBqktJ95 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZvBqktJ95 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZvBqktJ95 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZvBqktJ95 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ec7500;
}
.cid-sZvBqktJ95 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZvBqktJ95 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZvBqktJ95 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZvBqktJ95 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZvBqktJ95 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZvBqktJ95 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZvBqktJ95 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZvBqktJ95 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZvBqktJ95 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sZvBqktJ95 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZvBqktJ95 .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-sZvBqktJ95 .navbar {
    height: 70px;
  }
  .cid-sZvBqktJ95 .navbar.opened {
    height: auto;
  }
  .cid-sZvBqktJ95 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t11krKR7vX {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t11krKR7vX .img-wrapper {
  text-align: center;
}
.cid-t11krKR7vX img {
  margin: auto;
  width: 100%;
  max-width: 140px;
  padding-bottom: 1.5rem;
}
.cid-t11krKR7vX .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t11krKR7vX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t11krKR7vX .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-t11krKR7vX .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t11krKR7vX .card-title {
  color: #666666;
}
.cid-t11krKR7vX .text {
  color: #000000;
}
.cid-t11krKR7vX .title {
  color: #ec7500;
}
.cid-t11ksCHPTM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t11ksCHPTM .img-wrapper {
  text-align: center;
}
.cid-t11ksCHPTM img {
  margin: auto;
  width: 100%;
  max-width: 140px;
  padding-bottom: 1.5rem;
}
.cid-t11ksCHPTM .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t11ksCHPTM .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t11ksCHPTM .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-t11ksCHPTM .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t11ksCHPTM .card-title {
  color: #666666;
}
.cid-t11ksCHPTM .text {
  color: #000000;
}
.cid-t11ksCHPTM .title {
  color: #ec7500;
}
.cid-t11ktk1L2B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t11ktk1L2B .img-wrapper {
  text-align: center;
}
.cid-t11ktk1L2B img {
  margin: auto;
  width: 100%;
  max-width: 140px;
  padding-bottom: 1.5rem;
}
.cid-t11ktk1L2B .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t11ktk1L2B .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t11ktk1L2B .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-t11ktk1L2B .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t11ktk1L2B .card-title {
  color: #666666;
}
.cid-t11ktk1L2B .text {
  color: #000000;
}
.cid-t11ktk1L2B .title {
  color: #ec7500;
}
.cid-sZvBqktJ95 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sZvBqktJ95 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sZvBqktJ95 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sZvBqktJ95 .iconfont-wrapper {
  color: #ec7500 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sZvBqktJ95 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sZvBqktJ95 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sZvBqktJ95 .container {
    padding: 0 1rem;
  }
}
.cid-sZvBqktJ95 .menu-tite {
  background: #51add0;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-sZvBqktJ95 .nav-link {
  position: relative;
}
.cid-sZvBqktJ95 .nav-link:hover {
  color: #78c5e2 !important;
}
.cid-sZvBqktJ95 nav.navbar {
  position: fixed;
}
.cid-sZvBqktJ95 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sZvBqktJ95 .navbar.opened {
  transition: all 0.3s;
}
.cid-sZvBqktJ95 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZvBqktJ95 .navbar .navbar-logo img {
  width: auto;
}
.cid-sZvBqktJ95 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZvBqktJ95 .navbar.collapsed {
  justify-content: center;
}
.cid-sZvBqktJ95 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZvBqktJ95 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZvBqktJ95 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sZvBqktJ95 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZvBqktJ95 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZvBqktJ95 .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-sZvBqktJ95 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZvBqktJ95 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZvBqktJ95 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZvBqktJ95 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZvBqktJ95 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZvBqktJ95 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZvBqktJ95 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZvBqktJ95 .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-sZvBqktJ95 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZvBqktJ95 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZvBqktJ95 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZvBqktJ95 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZvBqktJ95 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZvBqktJ95 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZvBqktJ95 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZvBqktJ95 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZvBqktJ95 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZvBqktJ95 .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-sZvBqktJ95 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZvBqktJ95 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZvBqktJ95 .dropdown-item:hover,
.cid-sZvBqktJ95 .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-sZvBqktJ95 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZvBqktJ95 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZvBqktJ95 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sZvBqktJ95 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZvBqktJ95 .dropdown-menu,
.cid-sZvBqktJ95 .navbar.opened {
  background: #ffffff !important;
}
.cid-sZvBqktJ95 .nav-item:focus,
.cid-sZvBqktJ95 .nav-link:focus {
  outline: none;
}
.cid-sZvBqktJ95 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZvBqktJ95 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZvBqktJ95 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZvBqktJ95 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZvBqktJ95 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZvBqktJ95 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZvBqktJ95 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZvBqktJ95 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZvBqktJ95 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZvBqktJ95 .dropdown-item.active,
.cid-sZvBqktJ95 .dropdown-item:active {
  background-color: transparent;
}
.cid-sZvBqktJ95 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZvBqktJ95 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZvBqktJ95 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZvBqktJ95 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZvBqktJ95 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZvBqktJ95 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZvBqktJ95 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZvBqktJ95 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZvBqktJ95 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZvBqktJ95 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ec7500;
}
.cid-sZvBqktJ95 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZvBqktJ95 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZvBqktJ95 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZvBqktJ95 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZvBqktJ95 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZvBqktJ95 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZvBqktJ95 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZvBqktJ95 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZvBqktJ95 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sZvBqktJ95 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZvBqktJ95 .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-sZvBqktJ95 .navbar {
    height: 70px;
  }
  .cid-sZvBqktJ95 .navbar.opened {
    height: auto;
  }
  .cid-sZvBqktJ95 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t11ktRtAVg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t11ktRtAVg .img-wrapper {
  text-align: center;
}
.cid-t11ktRtAVg img {
  margin: auto;
  width: 100%;
  max-width: 140px;
  padding-bottom: 1.5rem;
}
.cid-t11ktRtAVg .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t11ktRtAVg .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t11ktRtAVg .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-t11ktRtAVg .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t11ktRtAVg .card-title {
  color: #666666;
}
.cid-t11ktRtAVg .text {
  color: #000000;
}
.cid-t11ktRtAVg .title {
  color: #ec7500;
}
.cid-t11kueb6gn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t11kueb6gn .img-wrapper {
  text-align: center;
}
.cid-t11kueb6gn img {
  margin: auto;
  width: 100%;
  max-width: 140px;
  padding-bottom: 1.5rem;
}
.cid-t11kueb6gn .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t11kueb6gn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t11kueb6gn .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-t11kueb6gn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t11kueb6gn .card-title {
  color: #666666;
}
.cid-t11kueb6gn .text {
  color: #000000;
}
.cid-t11kueb6gn .title {
  color: #ec7500;
}
.cid-t11kuKQTjt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t11kuKQTjt .img-wrapper {
  text-align: center;
}
.cid-t11kuKQTjt img {
  margin: auto;
  width: 100%;
  max-width: 140px;
  padding-bottom: 1.5rem;
}
.cid-t11kuKQTjt .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t11kuKQTjt .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t11kuKQTjt .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-t11kuKQTjt .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t11kuKQTjt .card-title {
  color: #666666;
}
.cid-t11kuKQTjt .text {
  color: #000000;
}
.cid-t11kuKQTjt .title {
  color: #ec7500;
}
.cid-t11kv8jcNh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t11kv8jcNh .img-wrapper {
  text-align: center;
}
.cid-t11kv8jcNh img {
  margin: auto;
  width: 100%;
  max-width: 140px;
  padding-bottom: 1.5rem;
}
.cid-t11kv8jcNh .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t11kv8jcNh .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t11kv8jcNh .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-t11kv8jcNh .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t11kv8jcNh .card-title {
  color: #666666;
}
.cid-t11kv8jcNh .text {
  color: #000000;
}
.cid-t11kv8jcNh .title {
  color: #ec7500;
}
.cid-t11kvB7xNn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t11kvB7xNn .img-wrapper {
  text-align: center;
}
.cid-t11kvB7xNn img {
  margin: auto;
  width: 100%;
  max-width: 140px;
  padding-bottom: 1.5rem;
}
.cid-t11kvB7xNn .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t11kvB7xNn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t11kvB7xNn .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-t11kvB7xNn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t11kvB7xNn .card-title {
  color: #666666;
}
.cid-t11kvB7xNn .text {
  color: #000000;
}
.cid-t11kvB7xNn .title {
  color: #ec7500;
}
.cid-t11kvXBJS0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t11kvXBJS0 .img-wrapper {
  text-align: center;
}
.cid-t11kvXBJS0 img {
  margin: auto;
  width: 100%;
  max-width: 140px;
  padding-bottom: 1.5rem;
}
.cid-t11kvXBJS0 .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t11kvXBJS0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t11kvXBJS0 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-t11kvXBJS0 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t11kvXBJS0 .card-title {
  color: #666666;
}
.cid-t11kvXBJS0 .text {
  color: #000000;
}
.cid-t11kvXBJS0 .title {
  color: #ec7500;
}
.cid-t11kwmQuou {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t11kwmQuou .img-wrapper {
  text-align: center;
}
.cid-t11kwmQuou img {
  margin: auto;
  width: 100%;
  max-width: 140px;
  padding-bottom: 1.5rem;
}
.cid-t11kwmQuou .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t11kwmQuou .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t11kwmQuou .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-t11kwmQuou .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t11kwmQuou .card-title {
  color: #666666;
}
.cid-t11kwmQuou .text {
  color: #000000;
}
.cid-t11kwmQuou .title {
  color: #ec7500;
}
.cid-t11nqWTAAA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t11nqWTAAA .img-wrapper {
  text-align: center;
}
.cid-t11nqWTAAA img {
  margin: auto;
  width: 100%;
  max-width: 140px;
  padding-bottom: 1.5rem;
}
.cid-t11nqWTAAA .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t11nqWTAAA .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t11nqWTAAA .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-t11nqWTAAA .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t11nqWTAAA .card-title {
  color: #666666;
}
.cid-t11nqWTAAA .text {
  color: #000000;
}
.cid-t11nqWTAAA .title {
  color: #ec7500;
}
.cid-t11nrJ9DQX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t11nrJ9DQX .img-wrapper {
  text-align: center;
}
.cid-t11nrJ9DQX img {
  margin: auto;
  width: 100%;
  max-width: 140px;
  padding-bottom: 1.5rem;
}
.cid-t11nrJ9DQX .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t11nrJ9DQX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t11nrJ9DQX .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-t11nrJ9DQX .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t11nrJ9DQX .card-title {
  color: #666666;
}
.cid-t11nrJ9DQX .text {
  color: #000000;
}
.cid-t11nrJ9DQX .title {
  color: #ec7500;
}
.cid-t11o6OgREf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t11o6OgREf .img-wrapper {
  text-align: center;
}
.cid-t11o6OgREf img {
  margin: auto;
  width: 100%;
  max-width: 140px;
  padding-bottom: 1.5rem;
}
.cid-t11o6OgREf .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t11o6OgREf .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t11o6OgREf .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-t11o6OgREf .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t11o6OgREf .card-title {
  color: #666666;
}
.cid-t11o6OgREf .text {
  color: #000000;
}
.cid-t11o6OgREf .title {
  color: #ec7500;
}
.cid-sZvKol8wyJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f6b87;
  overflow: hidden;
}
.cid-t11pCobzGL .hidden {
  display: none;
}
