body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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 - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 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: #6592e6 !important;
}
.bg-success {
  background-color: #5eeebb !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #5eeebb !important;
  border-color: #5eeebb !important;
  color: #074630 !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: #17de98 !important;
  border-color: #17de98 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #074630 !important;
  background-color: #17de98 !important;
  border-color: #17de98 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !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: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5eeebb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #17de98 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #074630 !important;
  background-color: #5eeebb !important;
  border-color: #5eeebb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #5eeebb !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !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: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #16d08e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.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: 'Raleway', 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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', 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: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %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-toyFbmbxCa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-toyFbmbxCa .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-toyFbmbxCa .mbr-section-title {
  margin: 0;
}
.cid-toyFbmbxCa .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-toyFbmbxCa .card-img span {
  color: #1dc9cb;
}
.cid-toyFbmbxCa .row-item {
  margin-bottom: 2rem;
}
.cid-toyFbmbxCa .row-item:hover .wrapper {
  background: linear-gradient(90deg, #369898, #5eeebb);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-toyFbmbxCa .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-toyFbmbxCa .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-toyFbmbxCa .wrapper {
  padding: 2.5rem 1rem;
  background: #fafafa;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-toS7eWStLk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-toS7eWStLk .row {
    text-align: center!important;
  }
}
.cid-toS7eWStLk .mbr-section-title {
  color: #000000;
}
.cid-toS7eWStLk .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-toS7eWStLk .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-toS7eWStLk .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-toS7eWStLk .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-toS7eWStLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-toS7eWStLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toS7eWStLk .mbr-section-title,
.cid-toS7eWStLk .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-toHvDG2w6p {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-toHvDG2w6p .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-toHvDG2w6p .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-toHvDG2w6p .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-toHvDG2w6p .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-toHvDG2w6p .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-toHvDG2w6p .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toHvDG2w6p .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-toHvDG2w6p .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-toHvDG2w6p .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toHvDG2w6p .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-toHvDG2w6p .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-toHvDG2w6p .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-toHvDG2w6p .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-toHvDG2w6p H2 {
  color: #22a5e5;
}
.cid-toHvDG2w6p h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-toHvDG2w6p .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-toHvDG2w6p .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-toHvDG2w6p strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-toRdcCskdR {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-toRdcCskdR .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-toRdcCskdR .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-toRdcCskdR .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-toRdcCskdR .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-toRdcCskdR .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-toRdcCskdR .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toRdcCskdR .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-toRdcCskdR .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-toRdcCskdR .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toRdcCskdR .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-toRdcCskdR .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-toRdcCskdR .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-toRdcCskdR .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-toRdcCskdR H2 {
  color: #22a5e5;
}
.cid-toRdcCskdR h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-toRdcCskdR .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-toRdcCskdR .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-toRdcCskdR strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-toRMLkMBuu {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-toRMLkMBuu .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-toRMLkMBuu .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-toRMLkMBuu .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-toRMLkMBuu .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-toRMLkMBuu .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-toRMLkMBuu .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toRMLkMBuu .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-toRMLkMBuu .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-toRMLkMBuu .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toRMLkMBuu .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-toRMLkMBuu .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-toRMLkMBuu .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-toRMLkMBuu .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-toRMLkMBuu H2 {
  color: #22a5e5;
}
.cid-toRMLkMBuu h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-toRMLkMBuu .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-toRMLkMBuu .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-toRMLkMBuu strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-toRZgwk7uV {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-toRZgwk7uV .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-toRZgwk7uV .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-toRZgwk7uV .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-toRZgwk7uV .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-toRZgwk7uV .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-toRZgwk7uV .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toRZgwk7uV .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-toRZgwk7uV .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-toRZgwk7uV .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toRZgwk7uV .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-toRZgwk7uV .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-toRZgwk7uV .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-toRZgwk7uV .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-toRZgwk7uV H2 {
  color: #22a5e5;
}
.cid-toRZgwk7uV h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-toRZgwk7uV .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-toRZgwk7uV .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-toRZgwk7uV strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-toS8KCRr4c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-toS8KCRr4c .row {
    text-align: center!important;
  }
}
.cid-toS8KCRr4c .mbr-section-title {
  color: #000000;
}
.cid-toS8KCRr4c .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-toS8KCRr4c .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-toS8KCRr4c .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-toS8KCRr4c .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-toS8KCRr4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-toS8KCRr4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toS8KCRr4c .mbr-section-title,
.cid-toS8KCRr4c .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-toSbcHyxAu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-toSbcHyxAu .row {
    text-align: center!important;
  }
}
.cid-toSbcHyxAu .mbr-section-title {
  color: #000000;
}
.cid-toSbcHyxAu .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-toSbcHyxAu .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-toSbcHyxAu .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-toSbcHyxAu .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-toSbcHyxAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-toSbcHyxAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toSbcHyxAu .mbr-section-title,
.cid-toSbcHyxAu .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-toSdVI8L1S {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-toSdVI8L1S .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-toSdVI8L1S .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-toSdVI8L1S .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-toSdVI8L1S .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-toSdVI8L1S .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-toSdVI8L1S .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toSdVI8L1S .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-toSdVI8L1S .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-toSdVI8L1S .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toSdVI8L1S .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-toSdVI8L1S .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-toSdVI8L1S .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-toSdVI8L1S .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-toSdVI8L1S H2 {
  color: #22a5e5;
}
.cid-toSdVI8L1S h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-toSdVI8L1S .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-toSdVI8L1S .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-toSdVI8L1S strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-toSA1itP66 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-toSA1itP66 .row {
    text-align: center!important;
  }
}
.cid-toSA1itP66 .mbr-section-title {
  color: #000000;
}
.cid-toSA1itP66 .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-toSA1itP66 .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-toSA1itP66 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-toSA1itP66 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-toSA1itP66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toSA1itP66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toSA1itP66 .mbr-section-title,
.cid-toSA1itP66 .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-toSDFfbRJs {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-toSDFfbRJs .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-toSDFfbRJs .card {
  border-radius: 0px;
  margin-bottom: 2px;
  margin-top: 30px;
}
.cid-toSDFfbRJs .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-toSDFfbRJs .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-toSDFfbRJs .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-toSDFfbRJs .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toSDFfbRJs .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-toSDFfbRJs .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-toSDFfbRJs .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toSDFfbRJs .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-toSDFfbRJs .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-toSDFfbRJs .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-toSDFfbRJs .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-toSDFfbRJs H2 {
  color: #22a5e5;
}
.cid-toSDFfbRJs h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.24rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-toSDFfbRJs .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-toSDFfbRJs .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-toSDFfbRJs strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-toWmCO8Eoc {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-toWmCO8Eoc .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-toWmCO8Eoc .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-toWmCO8Eoc .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-toWmCO8Eoc .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-toWmCO8Eoc .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-toWmCO8Eoc .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toWmCO8Eoc .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-toWmCO8Eoc .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-toWmCO8Eoc .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toWmCO8Eoc .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-toWmCO8Eoc .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-toWmCO8Eoc .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-toWmCO8Eoc .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-toWmCO8Eoc H2 {
  color: #22a5e5;
}
.cid-toWmCO8Eoc h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-toWmCO8Eoc .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-toWmCO8Eoc .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-toWmCO8Eoc strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-tpGG98U8Ir {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-tpGG98U8Ir .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-tpGG98U8Ir .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-tpGG98U8Ir .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tpGG98U8Ir .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-tpGG98U8Ir .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-tpGG98U8Ir .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tpGG98U8Ir .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tpGG98U8Ir .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tpGG98U8Ir .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpGG98U8Ir .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tpGG98U8Ir .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-tpGG98U8Ir .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-tpGG98U8Ir .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tpGG98U8Ir H2 {
  color: #22a5e5;
}
.cid-tpGG98U8Ir h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-tpGG98U8Ir .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-tpGG98U8Ir .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-tpGG98U8Ir strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-tpK18aCpXy {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-tpK18aCpXy .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-tpK18aCpXy .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-tpK18aCpXy .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tpK18aCpXy .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-tpK18aCpXy .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-tpK18aCpXy .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tpK18aCpXy .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tpK18aCpXy .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tpK18aCpXy .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpK18aCpXy .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tpK18aCpXy .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-tpK18aCpXy .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-tpK18aCpXy .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tpK18aCpXy H2 {
  color: #22a5e5;
}
.cid-tpK18aCpXy h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-tpK18aCpXy .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-tpK18aCpXy .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-tpK18aCpXy strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-tpK5c6ltsQ {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-tpK5c6ltsQ .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-tpK5c6ltsQ .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-tpK5c6ltsQ .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tpK5c6ltsQ .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-tpK5c6ltsQ .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-tpK5c6ltsQ .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tpK5c6ltsQ .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tpK5c6ltsQ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tpK5c6ltsQ .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpK5c6ltsQ .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tpK5c6ltsQ .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-tpK5c6ltsQ .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-tpK5c6ltsQ .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tpK5c6ltsQ H2 {
  color: #22a5e5;
}
.cid-tpK5c6ltsQ h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-tpK5c6ltsQ .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-tpK5c6ltsQ .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-tpK5c6ltsQ strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-tpMfrqcC3m {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-tpMfrqcC3m .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-tpMfrqcC3m .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-tpMfrqcC3m .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tpMfrqcC3m .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-tpMfrqcC3m .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-tpMfrqcC3m .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tpMfrqcC3m .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tpMfrqcC3m .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tpMfrqcC3m .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpMfrqcC3m .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tpMfrqcC3m .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-tpMfrqcC3m .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-tpMfrqcC3m .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tpMfrqcC3m H2 {
  color: #22a5e5;
}
.cid-tpMfrqcC3m h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-tpMfrqcC3m .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-tpMfrqcC3m .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-tpMfrqcC3m strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-tAQFJ2S2pI strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-tpOLUeZcxV {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-tpOLUeZcxV .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-tpOLUeZcxV .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-tpOLUeZcxV .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tpOLUeZcxV .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-tpOLUeZcxV .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-tpOLUeZcxV .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tpOLUeZcxV .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tpOLUeZcxV .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tpOLUeZcxV .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpOLUeZcxV .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tpOLUeZcxV .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-tpOLUeZcxV .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-tpOLUeZcxV .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tpOLUeZcxV H2 {
  color: #22a5e5;
}
.cid-tpOLUeZcxV h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-tpOLUeZcxV .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-tpOLUeZcxV .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-tpOLUeZcxV strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-tpOQ0jKDbw {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-tpOQ0jKDbw .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-tpOQ0jKDbw .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-tpOQ0jKDbw .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tpOQ0jKDbw .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-tpOQ0jKDbw .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-tpOQ0jKDbw .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tpOQ0jKDbw .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tpOQ0jKDbw .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tpOQ0jKDbw .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpOQ0jKDbw .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tpOQ0jKDbw .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-tpOQ0jKDbw .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-tpOQ0jKDbw .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tpOQ0jKDbw H2 {
  color: #22a5e5;
}
.cid-tpOQ0jKDbw h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-tpOQ0jKDbw .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-tpOQ0jKDbw .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-tpOQ0jKDbw strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-tpPI6RMcAl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tpPI6RMcAl .row {
    text-align: center!important;
  }
}
.cid-tpPI6RMcAl .mbr-section-title {
  color: #000000;
}
.cid-tpPI6RMcAl .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-tpPI6RMcAl .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tpPI6RMcAl .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpPI6RMcAl .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpPI6RMcAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpPI6RMcAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpPI6RMcAl .mbr-section-title,
.cid-tpPI6RMcAl .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-tpPIU7MmLS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tpPIU7MmLS .row {
    text-align: center!important;
  }
}
.cid-tpPIU7MmLS .mbr-section-title {
  color: #000000;
}
.cid-tpPIU7MmLS .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-tpPIU7MmLS .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tpPIU7MmLS .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpPIU7MmLS .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpPIU7MmLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpPIU7MmLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpPIU7MmLS .mbr-section-title,
.cid-tpPIU7MmLS .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-tpPK6ABPQL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tpPK6ABPQL .row {
    text-align: center!important;
  }
}
.cid-tpPK6ABPQL .mbr-section-title {
  color: #000000;
}
.cid-tpPK6ABPQL .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-tpPK6ABPQL .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tpPK6ABPQL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpPK6ABPQL .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpPK6ABPQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpPK6ABPQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpPK6ABPQL .mbr-section-title,
.cid-tpPK6ABPQL .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-tpPL3ohLKB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tpPL3ohLKB .row {
    text-align: center!important;
  }
}
.cid-tpPL3ohLKB .mbr-section-title {
  color: #000000;
}
.cid-tpPL3ohLKB .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-tpPL3ohLKB .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tpPL3ohLKB .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpPL3ohLKB .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpPL3ohLKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpPL3ohLKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpPL3ohLKB .mbr-section-title,
.cid-tpPL3ohLKB .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-trO29ESt3o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-trO29ESt3o .row {
    text-align: center!important;
  }
}
.cid-trO29ESt3o .mbr-section-title {
  color: #000000;
}
.cid-trO29ESt3o .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-trO29ESt3o .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-trO29ESt3o .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-trO29ESt3o .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-trO29ESt3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-trO29ESt3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trO29ESt3o .mbr-section-title,
.cid-trO29ESt3o .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-trO3J2S9w6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-trO3J2S9w6 .row {
    text-align: center!important;
  }
}
.cid-trO3J2S9w6 .mbr-section-title {
  color: #000000;
}
.cid-trO3J2S9w6 .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-trO3J2S9w6 .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-trO3J2S9w6 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-trO3J2S9w6 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-trO3J2S9w6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trO3J2S9w6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trO3J2S9w6 .mbr-section-title,
.cid-trO3J2S9w6 .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-trO52xZsaq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-trO52xZsaq .row {
    text-align: center!important;
  }
}
.cid-trO52xZsaq .mbr-section-title {
  color: #000000;
}
.cid-trO52xZsaq .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-trO52xZsaq .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-trO52xZsaq .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-trO52xZsaq .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-trO52xZsaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-trO52xZsaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trO52xZsaq .mbr-section-title,
.cid-trO52xZsaq .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-trOa9gXT8D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-trOa9gXT8D .row {
    text-align: center!important;
  }
}
.cid-trOa9gXT8D .mbr-section-title {
  color: #000000;
}
.cid-trOa9gXT8D .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-trOa9gXT8D .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-trOa9gXT8D .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-trOa9gXT8D .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-trOa9gXT8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-trOa9gXT8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trOa9gXT8D .mbr-section-title,
.cid-trOa9gXT8D .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-trObaDz7Ic {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-trObaDz7Ic .row {
    text-align: center!important;
  }
}
.cid-trObaDz7Ic .mbr-section-title {
  color: #000000;
}
.cid-trObaDz7Ic .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-trObaDz7Ic .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-trObaDz7Ic .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-trObaDz7Ic .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-trObaDz7Ic .mbr-fallback-image.disabled {
  display: none;
}
.cid-trObaDz7Ic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trObaDz7Ic .mbr-section-title,
.cid-trObaDz7Ic .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-trOMFrtq8Z {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-trOMFrtq8Z .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-trOMFrtq8Z .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-trOMFrtq8Z .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-trOMFrtq8Z .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-trOMFrtq8Z .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-trOMFrtq8Z .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-trOMFrtq8Z .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-trOMFrtq8Z .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-trOMFrtq8Z .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trOMFrtq8Z .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-trOMFrtq8Z .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-trOMFrtq8Z .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-trOMFrtq8Z .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-trOMFrtq8Z H2 {
  color: #22a5e5;
}
.cid-trOMFrtq8Z h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-trOMFrtq8Z .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-trOMFrtq8Z .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-trOMFrtq8Z strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-trR72ZPnV8 {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-trR72ZPnV8 .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-trR72ZPnV8 .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-trR72ZPnV8 .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-trR72ZPnV8 .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-trR72ZPnV8 .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-trR72ZPnV8 .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-trR72ZPnV8 .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-trR72ZPnV8 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-trR72ZPnV8 .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trR72ZPnV8 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-trR72ZPnV8 .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-trR72ZPnV8 .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-trR72ZPnV8 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-trR72ZPnV8 H2 {
  color: #22a5e5;
}
.cid-trR72ZPnV8 h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-trR72ZPnV8 .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-trR72ZPnV8 .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-trR72ZPnV8 strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-trR744z3ve {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-trR744z3ve .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-trR744z3ve .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-trR744z3ve .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-trR744z3ve .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-trR744z3ve .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-trR744z3ve .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-trR744z3ve .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-trR744z3ve .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-trR744z3ve .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trR744z3ve .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-trR744z3ve .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-trR744z3ve .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-trR744z3ve .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-trR744z3ve H2 {
  color: #22a5e5;
}
.cid-trR744z3ve h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-trR744z3ve .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-trR744z3ve .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-trR744z3ve strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-trR74Q0TYJ {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: transparent;
}
.cid-trR74Q0TYJ .fondcolor {
  margin-top: 0px;
  background: #515151;
}
.cid-trR74Q0TYJ .card {
  border-radius: 0px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.cid-trR74Q0TYJ .card .card-header {
  border-radius: 0px;
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-trR74Q0TYJ .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-trR74Q0TYJ .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title {
  margin-bottom: 1px;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
  align-items: center;
}
.cid-trR74Q0TYJ .card .card-header .panel-title[aria-expanded="true"] .mbr-iconfont a.panel-title:focus {
  text-decoration: none !important;
}
.cid-trR74Q0TYJ .panel-title[aria-expanded="false"] .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-trR74Q0TYJ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-trR74Q0TYJ .mbr-figure {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trR74Q0TYJ .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-trR74Q0TYJ .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-trR74Q0TYJ .mbr-text {
  color: #ffffff;
  text-align: justify;
  padding: 0 40px 20px 40px;
}
.cid-trR74Q0TYJ .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-trR74Q0TYJ H2 {
  color: #22a5e5;
}
.cid-trR74Q0TYJ h4 {
  text-align: left;
  color: #ffffff;
  padding: 0.32rem 1rem;
  background-color: #22a5e5;
  border-radius: 0px;
  display: -webkit-flex;
}
.cid-trR74Q0TYJ .mbr-section-btn .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.cid-trR74Q0TYJ .mbr-iconfont {
  font-size: 20px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin: 5px;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.cid-trR74Q0TYJ strong {
  font-weight: bold;
  padding-top: 5px;
}
.cid-trS8phsvhe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-trS8phsvhe .row {
    text-align: center!important;
  }
}
.cid-trS8phsvhe .mbr-section-title {
  color: #000000;
}
.cid-trS8phsvhe .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-trS8phsvhe .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-trS8phsvhe .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-trS8phsvhe .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-trS8phsvhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-trS8phsvhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trS8phsvhe .mbr-section-title,
.cid-trS8phsvhe .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-trS8qFjHwg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-trS8qFjHwg .row {
    text-align: center!important;
  }
}
.cid-trS8qFjHwg .mbr-section-title {
  color: #000000;
}
.cid-trS8qFjHwg .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-trS8qFjHwg .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-trS8qFjHwg .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-trS8qFjHwg .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-trS8qFjHwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-trS8qFjHwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trS8qFjHwg .mbr-section-title,
.cid-trS8qFjHwg .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-trS8uOHeRq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-trS8uOHeRq .row {
    text-align: center!important;
  }
}
.cid-trS8uOHeRq .mbr-section-title {
  color: #000000;
}
.cid-trS8uOHeRq .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-trS8uOHeRq .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-trS8uOHeRq .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-trS8uOHeRq .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-trS8uOHeRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-trS8uOHeRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trS8uOHeRq .mbr-section-title,
.cid-trS8uOHeRq .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-trS8vBCjT8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-trS8vBCjT8 .row {
    text-align: center!important;
  }
}
.cid-trS8vBCjT8 .mbr-section-title {
  color: #000000;
}
.cid-trS8vBCjT8 .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-trS8vBCjT8 .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-trS8vBCjT8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-trS8vBCjT8 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-trS8vBCjT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trS8vBCjT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trS8vBCjT8 .mbr-section-title,
.cid-trS8vBCjT8 .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-trTZ1QORFL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-trTZ1QORFL .row {
    text-align: center!important;
  }
}
.cid-trTZ1QORFL .mbr-section-title {
  color: #000000;
}
.cid-trTZ1QORFL .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-trTZ1QORFL .mbr-text {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-trTZ1QORFL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-trTZ1QORFL .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-trTZ1QORFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-trTZ1QORFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trTZ1QORFL .mbr-section-title,
.cid-trTZ1QORFL .mbr-section-btn {
  text-align: center;
  color: #47b5ed;
}
.cid-tAnkvPbKzD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tAnkvPbKzD .row {
    text-align: center!important;
  }
}
.cid-tAnkvPbKzD .mbr-section-title {
  color: #000000;
}
.cid-tAnkvPbKzD .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-tAnkvPbKzD .mbr-text {
  color: #e43f3f;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tAnkvPbKzD .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tAnkvPbKzD .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tAnkvPbKzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAnkvPbKzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAnkvPbKzD .mbr-section-title,
.cid-tAnkvPbKzD .mbr-section-btn {
  text-align: center;
  color: #0640aa;
}
.cid-tAnlKNfbY8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tAnlKNfbY8 .row {
    text-align: center!important;
  }
}
.cid-tAnlKNfbY8 .mbr-section-title {
  color: #000000;
}
.cid-tAnlKNfbY8 .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-tAnlKNfbY8 .mbr-text {
  color: #e43f3f;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tAnlKNfbY8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tAnlKNfbY8 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tAnlKNfbY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAnlKNfbY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAnlKNfbY8 .mbr-section-title,
.cid-tAnlKNfbY8 .mbr-section-btn {
  text-align: center;
  color: #0640aa;
}
.cid-tAnkwJYZHY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tAnkwJYZHY .row {
    text-align: center!important;
  }
}
.cid-tAnkwJYZHY .mbr-section-title {
  color: #000000;
}
.cid-tAnkwJYZHY .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-tAnkwJYZHY .mbr-text {
  color: #e43f3f;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tAnkwJYZHY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tAnkwJYZHY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tAnkwJYZHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAnkwJYZHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAnkwJYZHY .mbr-section-title,
.cid-tAnkwJYZHY .mbr-section-btn {
  text-align: center;
  color: #0640aa;
}
