.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Pixelify Sans', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Pixelify Sans', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Pixelify Sans', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Pixelify Sans', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', 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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #380594 !important;
}
.bg-info {
  background-color: #a1fd15 !important;
}
.bg-warning {
  background-color: #fbca07 !important;
}
.bg-danger {
  background-color: #d80404 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6701da !important;
  border-color: #6701da !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: #3e0184 !important;
  border-color: #3e0184 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3e0184 !important;
  border-color: #3e0184 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a1fd15 !important;
  border-color: #a1fd15 !important;
  color: #0b1300 !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: #71ba02 !important;
  border-color: #71ba02 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0b1300 !important;
  background-color: #71ba02 !important;
  border-color: #71ba02 !important;
}
.btn-success,
.btn-success:active {
  background-color: #380594 !important;
  border-color: #380594 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #180240 !important;
  border-color: #180240 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #180240 !important;
  border-color: #180240 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbca07 !important;
  border-color: #fbca07 !important;
  color: #030200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a98703 !important;
  border-color: #a98703 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #030200 !important;
  background-color: #a98703 !important;
  border-color: #a98703 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d80404 !important;
  border-color: #d80404 !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: #830202 !important;
  border-color: #830202 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #830202 !important;
  border-color: #830202 !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6701da;
  color: #6701da;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3e0184 !important;
  background-color: transparent!important;
  border-color: #3e0184 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6701da !important;
  border-color: #6701da !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a1fd15;
  color: #a1fd15;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #71ba02 !important;
  background-color: transparent!important;
  border-color: #71ba02 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #0b1300 !important;
  background-color: #a1fd15 !important;
  border-color: #a1fd15 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #380594;
  color: #380594;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #180240 !important;
  background-color: transparent!important;
  border-color: #180240 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #380594 !important;
  border-color: #380594 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fbca07;
  color: #fbca07;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a98703 !important;
  background-color: transparent!important;
  border-color: #a98703 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #030200 !important;
  background-color: #fbca07 !important;
  border-color: #fbca07 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d80404;
  color: #d80404;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #830202 !important;
  background-color: transparent!important;
  border-color: #830202 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d80404 !important;
  border-color: #d80404 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #6701da !important;
}
.text-success {
  color: #380594 !important;
}
.text-info {
  color: #a1fd15 !important;
}
.text-warning {
  color: #fbca07 !important;
}
.text-danger {
  color: #d80404 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #370174 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #130231 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #67ab01 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9a7b02 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #740202 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a1fd15;
}
.alert-warning {
  background-color: #fbca07;
}
.alert-danger {
  background-color: #d80404;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.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: #6d21f8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f2ffdf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef5d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdabab;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Pixelify Sans', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Pixelify Sans', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6701da !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='%23ffffff' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-u2ZREJg8Hg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2ZREJg8Hg nav.navbar {
  position: fixed;
}
.cid-u2ZREJg8Hg .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-u2ZREJg8Hg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2ZREJg8Hg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2ZREJg8Hg .dropdown-item:hover,
.cid-u2ZREJg8Hg .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-u2ZREJg8Hg .dropdown-item:hover span {
  color: white;
}
.cid-u2ZREJg8Hg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2ZREJg8Hg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2ZREJg8Hg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2ZREJg8Hg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2ZREJg8Hg .nav-link {
  position: relative;
}
.cid-u2ZREJg8Hg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2ZREJg8Hg .container {
    flex-wrap: wrap;
  }
}
.cid-u2ZREJg8Hg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2ZREJg8Hg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u2ZREJg8Hg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2ZREJg8Hg .dropdown-menu,
.cid-u2ZREJg8Hg .navbar.opened {
  background: #000000 !important;
}
.cid-u2ZREJg8Hg .nav-item:focus,
.cid-u2ZREJg8Hg .nav-link:focus {
  outline: none;
}
.cid-u2ZREJg8Hg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2ZREJg8Hg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2ZREJg8Hg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2ZREJg8Hg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2ZREJg8Hg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2ZREJg8Hg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2ZREJg8Hg .navbar {
  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: #000000;
}
.cid-u2ZREJg8Hg .navbar.opened {
  transition: all 0.3s;
}
.cid-u2ZREJg8Hg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2ZREJg8Hg .navbar .navbar-logo img {
  width: auto;
}
.cid-u2ZREJg8Hg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2ZREJg8Hg .navbar.collapsed {
  justify-content: center;
}
.cid-u2ZREJg8Hg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2ZREJg8Hg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2ZREJg8Hg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u2ZREJg8Hg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2ZREJg8Hg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2ZREJg8Hg .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-u2ZREJg8Hg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2ZREJg8Hg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2ZREJg8Hg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2ZREJg8Hg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2ZREJg8Hg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2ZREJg8Hg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2ZREJg8Hg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2ZREJg8Hg .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-u2ZREJg8Hg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2ZREJg8Hg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2ZREJg8Hg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2ZREJg8Hg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2ZREJg8Hg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2ZREJg8Hg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2ZREJg8Hg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u2ZREJg8Hg .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2ZREJg8Hg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2ZREJg8Hg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2ZREJg8Hg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2ZREJg8Hg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2ZREJg8Hg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2ZREJg8Hg .dropdown-item.active,
.cid-u2ZREJg8Hg .dropdown-item:active {
  background-color: transparent;
}
.cid-u2ZREJg8Hg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2ZREJg8Hg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2ZREJg8Hg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2ZREJg8Hg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2ZREJg8Hg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2ZREJg8Hg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2ZREJg8Hg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2ZREJg8Hg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2ZREJg8Hg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2ZREJg8Hg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2ZREJg8Hg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2ZREJg8Hg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2ZREJg8Hg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2ZREJg8Hg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2ZREJg8Hg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2ZREJg8Hg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2ZREJg8Hg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2ZREJg8Hg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2ZREJg8Hg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2ZREJg8Hg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2ZREJg8Hg .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-u2ZREJg8Hg .navbar {
    height: 70px;
  }
  .cid-u2ZREJg8Hg .navbar.opened {
    height: auto;
  }
  .cid-u2ZREJg8Hg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2ZZHOuAhJ {
  padding-top: 8rem;
  padding-bottom: 7rem;
}
.cid-u2ZZHOuAhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ZZHOuAhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/90-s-tetris-game-0438qkf6y8joxkfa.webp");
}
.cid-u2ZZHOuAhJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2ZZHOuAhJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2ZZHOuAhJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2ZZHOuAhJ .mbr-section-title {
  color: #ffffff;
}
.cid-u2ZZHOuAhJ .mbr-text,
.cid-u2ZZHOuAhJ .mbr-section-btn {
  color: #ffffff;
}
.cid-u308SgOexl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u308SgOexl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u308SgOexl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u308SgOexl .mbr-section-title {
  color: #fbca07;
}
.cid-u309nUH4X5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u309nUH4X5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u309nUH4X5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u309nUH4X5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u309nUH4X5 .row {
  flex-direction: row-reverse;
}
.cid-u309nUH4X5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u309nUH4X5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u309nUH4X5 .mbr-text {
  color: #ffffff;
}
.cid-u309nUH4X5 .mbr-description {
  color: #a1fd15;
}
.cid-u30n42qKL1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u30n42qKL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u30n42qKL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u30n42qKL1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u30n42qKL1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u30n42qKL1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u30n42qKL1 .mbr-description {
  color: #a1fd15;
}
.cid-u30n42qKL1 .mbr-text {
  color: #ffffff;
}
.cid-u30otci3Iw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u30otci3Iw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u30otci3Iw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u30otci3Iw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u30otci3Iw .row {
  flex-direction: row-reverse;
}
.cid-u30otci3Iw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u30otci3Iw .text-wrapper {
    padding: 2rem;
  }
}
.cid-u30otci3Iw .mbr-text {
  color: #ffffff;
}
.cid-u30otci3Iw .mbr-description {
  color: #a1fd15;
}
.cid-u30mgkKgvf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u30mgkKgvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u30mgkKgvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u30mgkKgvf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u30mgkKgvf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u30mgkKgvf .text-wrapper {
    padding: 2rem;
  }
}
.cid-u30mgkKgvf .mbr-description {
  color: #a1fd15;
}
.cid-u30mgkKgvf .mbr-text {
  color: #ffffff;
}
.cid-u30qCGwSpI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u30qCGwSpI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u30qCGwSpI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u30qCGwSpI .row {
  flex-direction: row-reverse;
}
.cid-u30qCGwSpI .video-wrapper iframe {
  width: 100%;
}
.cid-u30qCGwSpI .mbr-section-title,
.cid-u30qCGwSpI .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u30qCGwSpI .text-wrapper {
    padding: 2rem;
  }
}
.cid-u30qCGwSpI .mbr-text {
  color: #ffffff;
}
.cid-u30qCGwSpI .mbr-description {
  color: #a1fd15;
}
.cid-u30uzGFrky {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u30uzGFrky .mbr-fallback-image.disabled {
  display: none;
}
.cid-u30uzGFrky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u30uzGFrky .mbr-section-title {
  color: #232323;
}
.cid-u3gilgIHd9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3gilgIHd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3gilgIHd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3gilgIHd9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3gilgIHd9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3gilgIHd9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3gilgIHd9 .mbr-description {
  color: #767676;
}
.cid-u3gilgIHd9 .mbr-text {
  color: #000000;
}
.cid-u3gimeZXIq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3gimeZXIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3gimeZXIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3gimeZXIq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3gimeZXIq .row {
  flex-direction: row-reverse;
}
.cid-u3gimeZXIq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3gimeZXIq .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3gimeZXIq .mbr-text {
  color: #000000;
}
.cid-u3gimeZXIq .mbr-description {
  color: #767676;
}
.cid-u3gin69lvw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3gin69lvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3gin69lvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3gin69lvw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3gin69lvw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3gin69lvw .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3gin69lvw .mbr-description {
  color: #767676;
}
.cid-u3gin69lvw .mbr-text {
  color: #000000;
}
.cid-u3kPsPD3qL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u3kPsPD3qL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3kPsPD3qL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3kPsPD3qL .mbr-section-title {
  color: #fbca07;
}
.cid-u3kPsPD3qL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5VCDjPtUR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5VCDjPtUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5VCDjPtUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5VCDjPtUR .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v5VCDjPtUR .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v5VCDjPtUR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5VCDjPtUR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5VCDjPtUR .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5VCDjPtUR .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v5VCDjPtUR .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v5VCDjPtUR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNAqpUlw4H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uNAqpUlw4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNAqpUlw4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNAqpUlw4H .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uNAqpUlw4H .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uNAqpUlw4H .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNAqpUlw4H .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNAqpUlw4H .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNAqpUlw4H .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uNAqpUlw4H .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uNAqpUlw4H .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v07zWzGUO1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v07zWzGUO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v07zWzGUO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v07zWzGUO1 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v07zWzGUO1 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v07zWzGUO1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v07zWzGUO1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v07zWzGUO1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v07zWzGUO1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v07zWzGUO1 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v07zWzGUO1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNAN5DRdkz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uNAN5DRdkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNAN5DRdkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNAN5DRdkz .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uNAN5DRdkz .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uNAN5DRdkz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNAN5DRdkz .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNAN5DRdkz .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNAN5DRdkz .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uNAN5DRdkz .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uNAN5DRdkz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNALwKzPrj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uNALwKzPrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNALwKzPrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNALwKzPrj .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uNALwKzPrj .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uNALwKzPrj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNALwKzPrj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNALwKzPrj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNALwKzPrj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uNALwKzPrj .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uNALwKzPrj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNAAFXR1hc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uNAAFXR1hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNAAFXR1hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNAAFXR1hc .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uNAAFXR1hc .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uNAAFXR1hc .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNAAFXR1hc .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNAAFXR1hc .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNAAFXR1hc .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uNAAFXR1hc .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uNAAFXR1hc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNADi4V3nJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uNADi4V3nJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNADi4V3nJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNADi4V3nJ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uNADi4V3nJ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uNADi4V3nJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNADi4V3nJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNADi4V3nJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNADi4V3nJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uNADi4V3nJ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uNADi4V3nJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uqrVb98CdN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uqrVb98CdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqrVb98CdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqrVb98CdN .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uqrVb98CdN .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uqrVb98CdN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqrVb98CdN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqrVb98CdN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqrVb98CdN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uqrVb98CdN .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uqrVb98CdN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-upPyz74v1i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-upPyz74v1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPyz74v1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upPyz74v1i .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-upPyz74v1i .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-upPyz74v1i .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upPyz74v1i .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-upPyz74v1i .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upPyz74v1i .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-upPyz74v1i .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-upPyz74v1i .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-upPyz74v1i .mbr-text,
.cid-upPyz74v1i .mbr-section-btn {
  color: #000000;
}
.cid-ufg9luWXl8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ufg9luWXl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufg9luWXl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufg9luWXl8 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ufg9luWXl8 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ufg9luWXl8 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufg9luWXl8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ufg9luWXl8 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ufg9luWXl8 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ufg9luWXl8 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ufg9luWXl8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uf577IqNSu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uf577IqNSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf577IqNSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf577IqNSu .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uf577IqNSu .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uf577IqNSu .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uf577IqNSu .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uf577IqNSu .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uf577IqNSu .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uf577IqNSu .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uf577IqNSu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-udTGx7zMXB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-udTGx7zMXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-udTGx7zMXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udTGx7zMXB .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-udTGx7zMXB .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-udTGx7zMXB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udTGx7zMXB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udTGx7zMXB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udTGx7zMXB .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-udTGx7zMXB .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-udTGx7zMXB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-udvPHRcZYR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-udvPHRcZYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-udvPHRcZYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udvPHRcZYR .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-udvPHRcZYR .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-udvPHRcZYR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udvPHRcZYR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udvPHRcZYR .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udvPHRcZYR .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-udvPHRcZYR .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-udvPHRcZYR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubcTYvcSao {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ubcTYvcSao .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubcTYvcSao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubcTYvcSao .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ubcTYvcSao .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ubcTYvcSao .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubcTYvcSao .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubcTYvcSao .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubcTYvcSao .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ubcTYvcSao .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ubcTYvcSao .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u6M7qYo1rK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u6M7qYo1rK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6M7qYo1rK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6M7qYo1rK .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u6M7qYo1rK .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u6M7qYo1rK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6M7qYo1rK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u6M7qYo1rK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6M7qYo1rK .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u6M7qYo1rK .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u6M7qYo1rK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3kVc6HG0u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u3kVc6HG0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3kVc6HG0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3kVc6HG0u .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3kVc6HG0u .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u3kVc6HG0u .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3kVc6HG0u .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3kVc6HG0u .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3kVc6HG0u .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u3kVc6HG0u .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u3kVc6HG0u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3nHPuNa7N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u3nHPuNa7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3nHPuNa7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3nHPuNa7N .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3nHPuNa7N .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u3nHPuNa7N .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3nHPuNa7N .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3nHPuNa7N .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3nHPuNa7N .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u3nHPuNa7N .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u3nHPuNa7N .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3kWV11IfC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u3kWV11IfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3kWV11IfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3kWV11IfC .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u3kWV11IfC .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u3kWV11IfC .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3kWV11IfC .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3kWV11IfC .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3kWV11IfC .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u3kWV11IfC .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u3kWV11IfC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3l8uyzVC2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u3l8uyzVC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3l8uyzVC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3l8uyzVC2 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3l8uyzVC2 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u3l8uyzVC2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3l8uyzVC2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3l8uyzVC2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3l8uyzVC2 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u3l8uyzVC2 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u3l8uyzVC2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3l5s4NMYC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u3l5s4NMYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3l5s4NMYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3l5s4NMYC .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3l5s4NMYC .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u3l5s4NMYC .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3l5s4NMYC .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3l5s4NMYC .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3l5s4NMYC .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u3l5s4NMYC .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u3l5s4NMYC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3l6Lc5Pjw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u3l6Lc5Pjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3l6Lc5Pjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3l6Lc5Pjw .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u3l6Lc5Pjw .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u3l6Lc5Pjw .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3l6Lc5Pjw .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3l6Lc5Pjw .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3l6Lc5Pjw .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u3l6Lc5Pjw .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u3l6Lc5Pjw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u30KtFCXJx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fbca07;
}
.cid-u30KtFCXJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u30KtFCXJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u30KtFCXJx .mbr-section-title {
  color: #000000;
}
.cid-u30KtFCXJx .mbr-section-subtitle {
  color: #000000;
}
.cid-u30LiPPI6M {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fbca07;
}
.cid-u30LiPPI6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-u30LiPPI6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u30LiPPI6M .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u30LiPPI6M .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-u30LiPPI6M .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u30LiPPI6M .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u30LiPPI6M .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u30LiPPI6M .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u30LiPPI6M .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u30LiPPI6M .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u30LiPPI6M .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u30LiPPI6M .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u30LiPPI6M .card-subtitle {
  color: #6701da;
}
.cid-u30LiPPI6M .card-title {
  color: #fbca07;
}
.cid-u30LiPPI6M .mbr-text,
.cid-u30LiPPI6M .social-row {
  color: #ffffff;
}
.cid-u36nO1mLDO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fbca07;
}
.cid-u36nO1mLDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u36nO1mLDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u36nO1mLDO .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u36nO1mLDO .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-u36nO1mLDO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u36nO1mLDO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u36nO1mLDO .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u36nO1mLDO .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u36nO1mLDO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u36nO1mLDO .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u36nO1mLDO .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u36nO1mLDO .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u36nO1mLDO .card-subtitle {
  color: #6701da;
}
.cid-u36nO1mLDO .card-title {
  color: #fbca07;
}
.cid-u36nO1mLDO .mbr-text,
.cid-u36nO1mLDO .social-row {
  color: #ffffff;
}
.cid-u36ogmpSaL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fbca07;
}
.cid-u36ogmpSaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u36ogmpSaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u36ogmpSaL .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u36ogmpSaL .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-u36ogmpSaL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u36ogmpSaL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u36ogmpSaL .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u36ogmpSaL .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u36ogmpSaL .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u36ogmpSaL .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u36ogmpSaL .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u36ogmpSaL .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u36ogmpSaL .card-subtitle {
  color: #6701da;
}
.cid-u36ogmpSaL .card-title {
  color: #fbca07;
}
.cid-u36ogmpSaL .mbr-text,
.cid-u36ogmpSaL .social-row {
  color: #ffffff;
}
.cid-u36otg56B9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fbca07;
}
.cid-u36otg56B9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u36otg56B9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u36otg56B9 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u36otg56B9 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-u36otg56B9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u36otg56B9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u36otg56B9 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u36otg56B9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u36otg56B9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u36otg56B9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u36otg56B9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u36otg56B9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u36otg56B9 .card-subtitle {
  color: #6701da;
}
.cid-u36otg56B9 .card-title {
  color: #fbca07;
}
.cid-u36otg56B9 .mbr-text,
.cid-u36otg56B9 .social-row {
  color: #ffffff;
}
.cid-uqs5p1y439 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fbca07;
}
.cid-uqs5p1y439 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqs5p1y439 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqs5p1y439 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uqs5p1y439 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-uqs5p1y439 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uqs5p1y439 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uqs5p1y439 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uqs5p1y439 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uqs5p1y439 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqs5p1y439 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uqs5p1y439 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqs5p1y439 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uqs5p1y439 .card-subtitle {
  color: #6701da;
}
.cid-uqs5p1y439 .card-title {
  color: #fbca07;
}
.cid-uqs5p1y439 .mbr-text,
.cid-uqs5p1y439 .social-row {
  color: #ffffff;
}
.cid-u36pwG1mPq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fbca07;
}
.cid-u36pwG1mPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u36pwG1mPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u36pwG1mPq .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u36pwG1mPq .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-u36pwG1mPq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u36pwG1mPq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u36pwG1mPq .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u36pwG1mPq .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u36pwG1mPq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u36pwG1mPq .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u36pwG1mPq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u36pwG1mPq .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u36pwG1mPq .card-subtitle {
  color: #6701da;
}
.cid-u36pwG1mPq .card-title {
  color: #fbca07;
}
.cid-u36pwG1mPq .mbr-text,
.cid-u36pwG1mPq .social-row {
  color: #ffffff;
}
.cid-u36p50qeDO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fbca07;
}
.cid-u36p50qeDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u36p50qeDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u36p50qeDO .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u36p50qeDO .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-u36p50qeDO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u36p50qeDO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u36p50qeDO .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u36p50qeDO .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u36p50qeDO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u36p50qeDO .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u36p50qeDO .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u36p50qeDO .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u36p50qeDO .card-subtitle {
  color: #6701da;
}
.cid-u36p50qeDO .card-title {
  color: #fbca07;
}
.cid-u36p50qeDO .mbr-text,
.cid-u36p50qeDO .social-row {
  color: #ffffff;
}
.cid-udWGqY2UvF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fbca07;
}
.cid-udWGqY2UvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-udWGqY2UvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udWGqY2UvF .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-udWGqY2UvF .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-udWGqY2UvF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-udWGqY2UvF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-udWGqY2UvF .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-udWGqY2UvF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-udWGqY2UvF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-udWGqY2UvF .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-udWGqY2UvF .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udWGqY2UvF .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-udWGqY2UvF .card-subtitle {
  color: #6701da;
}
.cid-udWGqY2UvF .card-title {
  color: #fbca07;
}
.cid-udWGqY2UvF .mbr-text,
.cid-udWGqY2UvF .social-row {
  color: #ffffff;
}
.cid-u38JXFaiQp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #380594;
}
.cid-u38JXFaiQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38JXFaiQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38JXFaiQp .mbr-section-title {
  color: #fbca07;
}
.cid-u38JXFaiQp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u38GoWf2Sy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #6701da;
}
.cid-u38GoWf2Sy .card-img {
  background-color: #fff;
}
.cid-u38GoWf2Sy .card {
  align-self: stretch;
}
.cid-u38GoWf2Sy .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-u38GoWf2Sy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u38GoWf2Sy p {
  text-align: left;
}
.cid-u38GoWf2Sy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u38GoWf2Sy .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u38GoWf2Sy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u38GoWf2Sy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u38GoWf2Sy .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-u38KQYVKcw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #6701da;
}
.cid-u38KQYVKcw .card-img {
  background-color: #fff;
}
.cid-u38KQYVKcw .card {
  align-self: stretch;
}
.cid-u38KQYVKcw .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-u38KQYVKcw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u38KQYVKcw p {
  text-align: left;
}
.cid-u38KQYVKcw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u38KQYVKcw .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u38KQYVKcw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u38KQYVKcw .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u38KQYVKcw .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-u38M3ojGQI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #6701da;
}
.cid-u38M3ojGQI .card-img {
  background-color: #fff;
}
.cid-u38M3ojGQI .card {
  align-self: stretch;
}
.cid-u38M3ojGQI .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-u38M3ojGQI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u38M3ojGQI p {
  text-align: left;
}
.cid-u38M3ojGQI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u38M3ojGQI .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u38M3ojGQI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u38M3ojGQI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u38M3ojGQI .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-u38MZvHPWu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #6701da;
}
.cid-u38MZvHPWu .card-img {
  background-color: #fff;
}
.cid-u38MZvHPWu .card {
  align-self: stretch;
}
.cid-u38MZvHPWu .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-u38MZvHPWu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u38MZvHPWu p {
  text-align: left;
}
.cid-u38MZvHPWu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u38MZvHPWu .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u38MZvHPWu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u38MZvHPWu .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u38MZvHPWu .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-u38NYy1sAN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #6701da;
}
.cid-u38NYy1sAN .card-img {
  background-color: #fff;
}
.cid-u38NYy1sAN .card {
  align-self: stretch;
}
.cid-u38NYy1sAN .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-u38NYy1sAN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u38NYy1sAN p {
  text-align: left;
}
.cid-u38NYy1sAN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u38NYy1sAN .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u38NYy1sAN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u38NYy1sAN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u38NYy1sAN .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-u38OwKBUlI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #6701da;
}
.cid-u38OwKBUlI .card-img {
  background-color: #fff;
}
.cid-u38OwKBUlI .card {
  align-self: stretch;
}
.cid-u38OwKBUlI .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-u38OwKBUlI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u38OwKBUlI p {
  text-align: left;
}
.cid-u38OwKBUlI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u38OwKBUlI .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u38OwKBUlI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u38OwKBUlI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u38OwKBUlI .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-u38Qvj7Fdl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #6701da;
}
.cid-u38Qvj7Fdl .card-img {
  background-color: #fff;
}
.cid-u38Qvj7Fdl .card {
  align-self: stretch;
}
.cid-u38Qvj7Fdl .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-u38Qvj7Fdl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u38Qvj7Fdl p {
  text-align: left;
}
.cid-u38Qvj7Fdl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u38Qvj7Fdl .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u38Qvj7Fdl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u38Qvj7Fdl .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u38Qvj7Fdl .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-u39kppEYVr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #6701da;
}
.cid-u39kppEYVr .card-img {
  background-color: #fff;
}
.cid-u39kppEYVr .card {
  align-self: stretch;
}
.cid-u39kppEYVr .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-u39kppEYVr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u39kppEYVr p {
  text-align: left;
}
.cid-u39kppEYVr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u39kppEYVr .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u39kppEYVr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u39kppEYVr .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u39kppEYVr .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-u38RDswvpc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #6701da;
}
.cid-u38RDswvpc .card-img {
  background-color: #fff;
}
.cid-u38RDswvpc .card {
  align-self: stretch;
}
.cid-u38RDswvpc .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-u38RDswvpc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u38RDswvpc p {
  text-align: left;
}
.cid-u38RDswvpc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u38RDswvpc .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u38RDswvpc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u38RDswvpc .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u38RDswvpc .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4BoWAwUsD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #6701da;
}
.cid-u4BoWAwUsD .card-img {
  background-color: #fff;
}
.cid-u4BoWAwUsD .card {
  align-self: stretch;
}
.cid-u4BoWAwUsD .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-u4BoWAwUsD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4BoWAwUsD p {
  text-align: left;
}
.cid-u4BoWAwUsD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u4BoWAwUsD .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u4BoWAwUsD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u4BoWAwUsD .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u4BoWAwUsD .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-u38RbQhcJP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #6701da;
}
.cid-u38RbQhcJP .card-img {
  background-color: #fff;
}
.cid-u38RbQhcJP .card {
  align-self: stretch;
}
.cid-u38RbQhcJP .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-u38RbQhcJP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u38RbQhcJP p {
  text-align: left;
}
.cid-u38RbQhcJP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u38RbQhcJP .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u38RbQhcJP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u38RbQhcJP .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u38RbQhcJP .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3CYGn85Hn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #6701da;
}
.cid-u3CYGn85Hn .card-img {
  background-color: #fff;
}
.cid-u3CYGn85Hn .card {
  align-self: stretch;
}
.cid-u3CYGn85Hn .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-u3CYGn85Hn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u3CYGn85Hn p {
  text-align: left;
}
.cid-u3CYGn85Hn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u3CYGn85Hn .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u3CYGn85Hn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u3CYGn85Hn .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u3CYGn85Hn .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4HVN8NjNI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #6701da;
}
.cid-u4HVN8NjNI .card-img {
  background-color: #fff;
}
.cid-u4HVN8NjNI .card {
  align-self: stretch;
}
.cid-u4HVN8NjNI .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-u4HVN8NjNI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4HVN8NjNI p {
  text-align: left;
}
.cid-u4HVN8NjNI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u4HVN8NjNI .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u4HVN8NjNI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u4HVN8NjNI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u4HVN8NjNI .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-udvzSr14Ur {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #6701da;
}
.cid-udvzSr14Ur .card-img {
  background-color: #fff;
}
.cid-udvzSr14Ur .card {
  align-self: stretch;
}
.cid-udvzSr14Ur .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-udvzSr14Ur h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-udvzSr14Ur p {
  text-align: left;
}
.cid-udvzSr14Ur .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udvzSr14Ur .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-udvzSr14Ur .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-udvzSr14Ur .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-udvzSr14Ur .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-ufgigdBPr0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #6701da;
}
.cid-ufgigdBPr0 .card-img {
  background-color: #fff;
}
.cid-ufgigdBPr0 .card {
  align-self: stretch;
}
.cid-ufgigdBPr0 .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-ufgigdBPr0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ufgigdBPr0 p {
  text-align: left;
}
.cid-ufgigdBPr0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufgigdBPr0 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ufgigdBPr0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-ufgigdBPr0 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-ufgigdBPr0 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-ufgjcyANmb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #6701da;
}
.cid-ufgjcyANmb .card-img {
  background-color: #fff;
}
.cid-ufgjcyANmb .card {
  align-self: stretch;
}
.cid-ufgjcyANmb .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-ufgjcyANmb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ufgjcyANmb p {
  text-align: left;
}
.cid-ufgjcyANmb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufgjcyANmb .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ufgjcyANmb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-ufgjcyANmb .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-ufgjcyANmb .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNzVi2BWLx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #6701da;
}
.cid-uNzVi2BWLx .card-img {
  background-color: #fff;
}
.cid-uNzVi2BWLx .card {
  align-self: stretch;
}
.cid-uNzVi2BWLx .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-uNzVi2BWLx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uNzVi2BWLx p {
  text-align: left;
}
.cid-uNzVi2BWLx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNzVi2BWLx .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uNzVi2BWLx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uNzVi2BWLx .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uNzVi2BWLx .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5Z8HLyZcH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #6701da;
}
.cid-v5Z8HLyZcH .card-img {
  background-color: #fff;
}
.cid-v5Z8HLyZcH .card {
  align-self: stretch;
}
.cid-v5Z8HLyZcH .card-box {
  padding: 2rem;
  background-color: #380594;
}
.cid-v5Z8HLyZcH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v5Z8HLyZcH p {
  text-align: left;
}
.cid-v5Z8HLyZcH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5Z8HLyZcH .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v5Z8HLyZcH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v5Z8HLyZcH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-v5Z8HLyZcH .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3ohc5oEIV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3ohc5oEIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ohc5oEIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ohc5oEIV .mbr-section-title {
  color: #000000;
}
.cid-u3ohc5oEIV .mbr-section-subtitle {
  color: #000000;
}
.cid-u3oiLZGFwW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3oiLZGFwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3oiLZGFwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3oiLZGFwW .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u3oiLZGFwW .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u3oiLZGFwW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3oiLZGFwW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #000000;
  transition: all 0.3s;
}
.cid-u3oiLZGFwW .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u3oiLZGFwW .social-row .soc-item:hover {
  background-color: #000000;
}
.cid-u3oiLZGFwW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3oiLZGFwW .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u3oiLZGFwW .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3oiLZGFwW .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u3oiLZGFwW .card-title {
  color: #000000;
}
.cid-u3oiLZGFwW .mbr-text,
.cid-u3oiLZGFwW .social-row {
  color: #000000;
}
.cid-u3ol8TYqvz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3ol8TYqvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ol8TYqvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ol8TYqvz .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u3ol8TYqvz .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u3ol8TYqvz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3ol8TYqvz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #000000;
  transition: all 0.3s;
}
.cid-u3ol8TYqvz .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u3ol8TYqvz .social-row .soc-item:hover {
  background-color: #000000;
}
.cid-u3ol8TYqvz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3ol8TYqvz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u3ol8TYqvz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3ol8TYqvz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u3ol8TYqvz .card-title {
  color: #000000;
}
.cid-u3ol8TYqvz .mbr-text,
.cid-u3ol8TYqvz .social-row {
  color: #000000;
}
.cid-u3rraW1mNM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3rraW1mNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rraW1mNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3rraW1mNM .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u3rraW1mNM .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u3rraW1mNM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3rraW1mNM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #000000;
  transition: all 0.3s;
}
.cid-u3rraW1mNM .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u3rraW1mNM .social-row .soc-item:hover {
  background-color: #000000;
}
.cid-u3rraW1mNM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3rraW1mNM .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u3rraW1mNM .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3rraW1mNM .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u3rraW1mNM .card-title {
  color: #000000;
}
.cid-u3rraW1mNM .mbr-text,
.cid-u3rraW1mNM .social-row {
  color: #000000;
}
.cid-u3y5djx5lf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3y5djx5lf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3y5djx5lf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3y5djx5lf .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u3y5djx5lf .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u3y5djx5lf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3y5djx5lf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #000000;
  transition: all 0.3s;
}
.cid-u3y5djx5lf .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u3y5djx5lf .social-row .soc-item:hover {
  background-color: #000000;
}
.cid-u3y5djx5lf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3y5djx5lf .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u3y5djx5lf .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3y5djx5lf .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u3y5djx5lf .card-title {
  color: #000000;
}
.cid-u3y5djx5lf .mbr-text,
.cid-u3y5djx5lf .social-row {
  color: #000000;
}
.cid-u6Rx4VQAPM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6Rx4VQAPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Rx4VQAPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Rx4VQAPM .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u6Rx4VQAPM .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u6Rx4VQAPM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u6Rx4VQAPM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #000000;
  transition: all 0.3s;
}
.cid-u6Rx4VQAPM .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u6Rx4VQAPM .social-row .soc-item:hover {
  background-color: #000000;
}
.cid-u6Rx4VQAPM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u6Rx4VQAPM .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u6Rx4VQAPM .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6Rx4VQAPM .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u6Rx4VQAPM .card-title {
  color: #000000;
}
.cid-u6Rx4VQAPM .mbr-text,
.cid-u6Rx4VQAPM .social-row {
  color: #000000;
}
.cid-u3old2ZnGP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3old2ZnGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3old2ZnGP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3old2ZnGP .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u3old2ZnGP .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u3old2ZnGP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3old2ZnGP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #000000;
  transition: all 0.3s;
}
.cid-u3old2ZnGP .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u3old2ZnGP .social-row .soc-item:hover {
  background-color: #000000;
}
.cid-u3old2ZnGP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3old2ZnGP .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u3old2ZnGP .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3old2ZnGP .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u3old2ZnGP .card-title {
  color: #000000;
}
.cid-u3old2ZnGP .mbr-text,
.cid-u3old2ZnGP .social-row {
  color: #000000;
}
.cid-u3oleCM7jO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3oleCM7jO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3oleCM7jO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3oleCM7jO .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u3oleCM7jO .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u3oleCM7jO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3oleCM7jO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #000000;
  transition: all 0.3s;
}
.cid-u3oleCM7jO .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u3oleCM7jO .social-row .soc-item:hover {
  background-color: #000000;
}
.cid-u3oleCM7jO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3oleCM7jO .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u3oleCM7jO .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3oleCM7jO .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u3oleCM7jO .card-title {
  color: #000000;
}
.cid-u3oleCM7jO .mbr-text,
.cid-u3oleCM7jO .social-row {
  color: #000000;
}
.cid-u3on9SmDsC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3on9SmDsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3on9SmDsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3on9SmDsC .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u3on9SmDsC .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u3on9SmDsC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3on9SmDsC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #000000;
  transition: all 0.3s;
}
.cid-u3on9SmDsC .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u3on9SmDsC .social-row .soc-item:hover {
  background-color: #000000;
}
.cid-u3on9SmDsC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3on9SmDsC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u3on9SmDsC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3on9SmDsC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u3on9SmDsC .card-title {
  color: #000000;
}
.cid-u3on9SmDsC .mbr-text,
.cid-u3on9SmDsC .social-row {
  color: #000000;
}
.cid-v5W65sgqsG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1061cd;
}
.cid-v5W65sgqsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5W65sgqsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5W65sgqsG .mbr-section-title {
  color: #ffffff;
}
.cid-v5W65sgqsG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5WazXRVDz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #1061cd;
}
.cid-v5WazXRVDz .card-img {
  background-color: #fff;
}
.cid-v5WazXRVDz .card {
  align-self: stretch;
}
.cid-v5WazXRVDz .card-box {
  padding: 2rem;
  background-color: #074291;
}
.cid-v5WazXRVDz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v5WazXRVDz p {
  text-align: left;
}
.cid-v5WazXRVDz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5WazXRVDz .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v5WazXRVDz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v5WazXRVDz .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-v5WazXRVDz .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5WiyfcTNJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #1061cd;
}
.cid-v5WiyfcTNJ .card-img {
  background-color: #fff;
}
.cid-v5WiyfcTNJ .card {
  align-self: stretch;
}
.cid-v5WiyfcTNJ .card-box {
  padding: 2rem;
  background-color: #074291;
}
.cid-v5WiyfcTNJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v5WiyfcTNJ p {
  text-align: left;
}
.cid-v5WiyfcTNJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5WiyfcTNJ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v5WiyfcTNJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v5WiyfcTNJ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-v5WiyfcTNJ .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5WiA0guIE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #1061cd;
}
.cid-v5WiA0guIE .card-img {
  background-color: #fff;
}
.cid-v5WiA0guIE .card {
  align-self: stretch;
}
.cid-v5WiA0guIE .card-box {
  padding: 2rem;
  background-color: #074291;
}
.cid-v5WiA0guIE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v5WiA0guIE p {
  text-align: left;
}
.cid-v5WiA0guIE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5WiA0guIE .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v5WiA0guIE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v5WiA0guIE .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-v5WiA0guIE .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5WjdQgTfa {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1061cd;
}
.cid-v5WjdQgTfa .card-img {
  background-color: #fff;
}
.cid-v5WjdQgTfa .card {
  align-self: stretch;
}
.cid-v5WjdQgTfa .card-box {
  padding: 2rem;
  background-color: #074291;
}
.cid-v5WjdQgTfa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v5WjdQgTfa p {
  text-align: left;
}
.cid-v5WjdQgTfa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5WjdQgTfa .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v5WjdQgTfa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v5WjdQgTfa .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-v5WjdQgTfa .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3gteCxUGb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u3gteCxUGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3gteCxUGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3gteCxUGb .mbr-section-title {
  color: #ffffff;
}
.cid-u3gteCxUGb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5W4IbADs7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-v5W4IbADs7 img,
.cid-v5W4IbADs7 .item-img {
  width: 100%;
}
.cid-v5W4IbADs7 .item:focus,
.cid-v5W4IbADs7 span:focus {
  outline: none;
}
.cid-v5W4IbADs7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5W4IbADs7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5W4IbADs7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5W4IbADs7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v5W4IbADs7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5W4IbADs7 .mbr-section-title {
  color: #232323;
}
.cid-v5W4IbADs7 .mbr-text,
.cid-v5W4IbADs7 .mbr-section-btn {
  text-align: left;
}
.cid-v5W4IbADs7 .item-title {
  text-align: center;
  color: #fbca07;
}
.cid-v5W4IbADs7 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u3gtLvKkMj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-u3gtLvKkMj img,
.cid-u3gtLvKkMj .item-img {
  width: 100%;
}
.cid-u3gtLvKkMj .item:focus,
.cid-u3gtLvKkMj span:focus {
  outline: none;
}
.cid-u3gtLvKkMj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3gtLvKkMj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3gtLvKkMj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3gtLvKkMj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u3gtLvKkMj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3gtLvKkMj .mbr-section-title {
  color: #232323;
}
.cid-u3gtLvKkMj .mbr-text,
.cid-u3gtLvKkMj .mbr-section-btn {
  text-align: left;
}
.cid-u3gtLvKkMj .item-title {
  text-align: center;
  color: #fbca07;
}
.cid-u3gtLvKkMj .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u3guYZ9rLT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-u3guYZ9rLT img,
.cid-u3guYZ9rLT .item-img {
  width: 100%;
}
.cid-u3guYZ9rLT .item:focus,
.cid-u3guYZ9rLT span:focus {
  outline: none;
}
.cid-u3guYZ9rLT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3guYZ9rLT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3guYZ9rLT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3guYZ9rLT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u3guYZ9rLT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3guYZ9rLT .mbr-section-title {
  color: #232323;
}
.cid-u3guYZ9rLT .mbr-text,
.cid-u3guYZ9rLT .mbr-section-btn {
  text-align: left;
}
.cid-u3guYZ9rLT .item-title {
  text-align: center;
  color: #fbca07;
}
.cid-u3guYZ9rLT .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u3kIS0jDon {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-u3kIS0jDon img,
.cid-u3kIS0jDon .item-img {
  width: 100%;
}
.cid-u3kIS0jDon .item:focus,
.cid-u3kIS0jDon span:focus {
  outline: none;
}
.cid-u3kIS0jDon .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3kIS0jDon .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3kIS0jDon .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3kIS0jDon .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u3kIS0jDon .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3kIS0jDon .mbr-section-title {
  color: #232323;
}
.cid-u3kIS0jDon .mbr-text,
.cid-u3kIS0jDon .mbr-section-btn {
  text-align: left;
}
.cid-u3kIS0jDon .item-title {
  text-align: center;
  color: #fbca07;
}
.cid-u3kIS0jDon .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u3lYDBFJGR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3lYDBFJGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3lYDBFJGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3lVwejLcS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3lVwejLcS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3lVwejLcS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3lVwejLcS .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-u3lVwejLcS .currentcost {
  color: #232323;
}
.cid-u3lVwejLcS .card-wrapper {
  border-radius: 4px;
  background: #000000;
}
@media (min-width: 992px) {
  .cid-u3lVwejLcS .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u3lVwejLcS .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3lVwejLcS .text-box {
    padding: 1rem;
  }
}
.cid-u3lVwejLcS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3lVwejLcS H5 {
  color: #fbca07;
}
.cid-u3lVwejLcS .mbr-text,
.cid-u3lVwejLcS .cost,
.cid-u3lVwejLcS .mbr-section-btn {
  color: #ffffff;
}
.cid-u3lTOMI8Z2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3lTOMI8Z2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3lTOMI8Z2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3lTOMI8Z2 .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-u3lTOMI8Z2 .mbr-section-title,
.cid-u3lTOMI8Z2 .mbr-section-subtitle {
  text-align: center;
}
.cid-u3lTOMI8Z2 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u3lTOMI8Z2 .card-wrapper {
  border-radius: 4px;
  background-color: #000000;
}
.cid-u3lTOMI8Z2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u3lTOMI8Z2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u3lTOMI8Z2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3lTOMI8Z2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u3lTOMI8Z2 .card-title {
  color: #fbca07;
}
.cid-u3lTOMI8Z2 .mbr-text {
  color: #ffffff;
}
.cid-u3lTOMI8Z2 .cost {
  color: #a1fd15;
}
.cid-u3lPpNMLMe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u3lPpNMLMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3lPpNMLMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3lPpNMLMe .mbr-section-title {
  color: #fbca07;
}
.cid-u3lPpNMLMe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3m6GoVyeK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3m6GoVyeK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3m6GoVyeK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3maxOHRLn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u3maxOHRLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3maxOHRLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3maxOHRLn .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u3maxOHRLn .team-card:hover {
  transform: translateY(-10px);
}
.cid-u3maxOHRLn .card-wrap {
  background: #1d0878;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u3maxOHRLn .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u3maxOHRLn .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u3maxOHRLn .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3maxOHRLn .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u3maxOHRLn .social-row {
  text-align: center;
}
.cid-u3maxOHRLn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u3maxOHRLn .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u3maxOHRLn .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u3maxOHRLn .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u3maxOHRLn .card-text,
.cid-u3maxOHRLn .mbr-section-btn,
.cid-u3maxOHRLn .social-row {
  color: #ffffff;
}
.cid-u3nRJ6fRgD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u3nRJ6fRgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3nRJ6fRgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3nRJ6fRgD .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u3nRJ6fRgD .team-card:hover {
  transform: translateY(-10px);
}
.cid-u3nRJ6fRgD .card-wrap {
  background: #1d0878;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u3nRJ6fRgD .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u3nRJ6fRgD .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u3nRJ6fRgD .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3nRJ6fRgD .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u3nRJ6fRgD .social-row {
  text-align: center;
}
.cid-u3nRJ6fRgD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u3nRJ6fRgD .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u3nRJ6fRgD .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u3nRJ6fRgD .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u3nRJ6fRgD .card-text,
.cid-u3nRJ6fRgD .mbr-section-btn,
.cid-u3nRJ6fRgD .social-row {
  color: #ffffff;
}
.cid-u3nLzadrgn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u3nLzadrgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3nLzadrgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3nLzadrgn .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u3nLzadrgn .team-card:hover {
  transform: translateY(-10px);
}
.cid-u3nLzadrgn .card-wrap {
  background: #1d0878;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u3nLzadrgn .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u3nLzadrgn .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u3nLzadrgn .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3nLzadrgn .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u3nLzadrgn .social-row {
  text-align: center;
}
.cid-u3nLzadrgn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u3nLzadrgn .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u3nLzadrgn .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u3nLzadrgn .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u3nLzadrgn .card-text,
.cid-u3nLzadrgn .mbr-section-btn,
.cid-u3nLzadrgn .social-row {
  color: #ffffff;
}
.cid-u3odPskarG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u3odPskarG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3odPskarG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3odPskarG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u3odPskarG .team-card:hover {
  transform: translateY(-10px);
}
.cid-u3odPskarG .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u3odPskarG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u3odPskarG .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u3odPskarG .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3odPskarG .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u3odPskarG .social-row {
  text-align: center;
}
.cid-u3odPskarG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u3odPskarG .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u3odPskarG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u3odPskarG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u3odPskarG .card-text,
.cid-u3odPskarG .mbr-section-btn,
.cid-u3odPskarG .social-row {
  color: #ffffff;
}
.cid-u3o3qSlpa5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u3o3qSlpa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3o3qSlpa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3o3qSlpa5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u3o3qSlpa5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-u3o3qSlpa5 .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u3o3qSlpa5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u3o3qSlpa5 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u3o3qSlpa5 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3o3qSlpa5 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u3o3qSlpa5 .social-row {
  text-align: center;
}
.cid-u3o3qSlpa5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u3o3qSlpa5 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u3o3qSlpa5 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u3o3qSlpa5 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u3o3qSlpa5 .card-text,
.cid-u3o3qSlpa5 .mbr-section-btn,
.cid-u3o3qSlpa5 .social-row {
  color: #ffffff;
}
.cid-u3nNqRG5qY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u3nNqRG5qY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3nNqRG5qY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3nNqRG5qY .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u3nNqRG5qY .team-card:hover {
  transform: translateY(-10px);
}
.cid-u3nNqRG5qY .card-wrap {
  background: #b40000;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u3nNqRG5qY .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u3nNqRG5qY .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u3nNqRG5qY .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3nNqRG5qY .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u3nNqRG5qY .social-row {
  text-align: center;
}
.cid-u3nNqRG5qY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u3nNqRG5qY .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u3nNqRG5qY .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u3nNqRG5qY .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u3nNqRG5qY .card-text,
.cid-u3nNqRG5qY .mbr-section-btn,
.cid-u3nNqRG5qY .social-row {
  color: #ffffff;
}
.cid-u3o3tWoB56 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-u3o3tWoB56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3o3tWoB56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3o3tWoB56 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u3o3tWoB56 .team-card:hover {
  transform: translateY(-10px);
}
.cid-u3o3tWoB56 .card-wrap {
  background: #b40000;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u3o3tWoB56 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u3o3tWoB56 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u3o3tWoB56 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3o3tWoB56 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u3o3tWoB56 .social-row {
  text-align: center;
}
.cid-u3o3tWoB56 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u3o3tWoB56 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u3o3tWoB56 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u3o3tWoB56 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u3o3tWoB56 .card-text,
.cid-u3o3tWoB56 .mbr-section-btn,
.cid-u3o3tWoB56 .social-row {
  color: #ffffff;
}
.cid-v5ZAa81pZU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-v5ZAa81pZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ZAa81pZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ZAa81pZU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v5ZAa81pZU .team-card:hover {
  transform: translateY(-10px);
}
.cid-v5ZAa81pZU .card-wrap {
  background: #b40000;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v5ZAa81pZU .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v5ZAa81pZU .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v5ZAa81pZU .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5ZAa81pZU .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v5ZAa81pZU .social-row {
  text-align: center;
}
.cid-v5ZAa81pZU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v5ZAa81pZU .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v5ZAa81pZU .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v5ZAa81pZU .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v5ZAa81pZU .card-text,
.cid-v5ZAa81pZU .mbr-section-btn,
.cid-v5ZAa81pZU .social-row {
  color: #ffffff;
}
.cid-u3rvOd2MWT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u3rvOd2MWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rvOd2MWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3rvOd2MWT .mbr-section-title {
  color: #a1fd15;
}
.cid-u3rvOd2MWT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3rCkGDFJA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3rCkGDFJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rCkGDFJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3rCkGDFJA .video-wrapper iframe {
  width: 100%;
}
.cid-u3rCkGDFJA .mbr-section-title,
.cid-u3rCkGDFJA .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3rCkGDFJA .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3rCkGDFJA .mbr-text {
  color: #ffffff;
}
.cid-u3rCkGDFJA .mbr-description {
  color: #ffffff;
}
.cid-u3rCkGDFJA .mbr-section-subtitle {
  color: #fbca07;
}
.cid-u3rEcp7eiH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u3rEcp7eiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rEcp7eiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3rEcp7eiH .video-wrapper iframe {
  width: 100%;
}
.cid-u3rEcp7eiH .mbr-section-title,
.cid-u3rEcp7eiH .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3rEcp7eiH .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3rEcp7eiH .mbr-text {
  color: #ffffff;
}
.cid-u3rEcp7eiH .mbr-description {
  color: #ffffff;
}
.cid-u3rEcp7eiH .mbr-section-subtitle {
  color: #fbca07;
}
.cid-u3rDOeiLxb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3rDOeiLxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rDOeiLxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3rDOeiLxb .video-wrapper iframe {
  width: 100%;
}
.cid-u3rDOeiLxb .mbr-section-title,
.cid-u3rDOeiLxb .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3rDOeiLxb .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3rDOeiLxb .mbr-text {
  color: #ffffff;
}
.cid-u3rDOeiLxb .mbr-description {
  color: #ffffff;
}
.cid-u3rDOeiLxb .mbr-section-subtitle {
  color: #fbca07;
}
.cid-u3rEN5BQv5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3rEN5BQv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rEN5BQv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3rEN5BQv5 .video-wrapper iframe {
  width: 100%;
}
.cid-u3rEN5BQv5 .mbr-section-title,
.cid-u3rEN5BQv5 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3rEN5BQv5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3rEN5BQv5 .mbr-text {
  color: #ffffff;
}
.cid-u3rEN5BQv5 .mbr-description {
  color: #ffffff;
}
.cid-u3rEN5BQv5 .mbr-section-subtitle {
  color: #fbca07;
}
.cid-u3rFhU4OUC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3rFhU4OUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rFhU4OUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3rFhU4OUC .video-wrapper iframe {
  width: 100%;
}
.cid-u3rFhU4OUC .mbr-section-title,
.cid-u3rFhU4OUC .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3rFhU4OUC .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3rFhU4OUC .mbr-text {
  color: #ffffff;
}
.cid-u3rFhU4OUC .mbr-description {
  color: #ffffff;
}
.cid-u3rFhU4OUC .mbr-section-subtitle {
  color: #fbca07;
}
.cid-u3rGxsvMPN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3rGxsvMPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rGxsvMPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3rGxsvMPN .video-wrapper iframe {
  width: 100%;
}
.cid-u3rGxsvMPN .mbr-section-title,
.cid-u3rGxsvMPN .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3rGxsvMPN .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3rGxsvMPN .mbr-text {
  color: #ffffff;
}
.cid-u3rGxsvMPN .mbr-description {
  color: #ffffff;
}
.cid-u3rGxsvMPN .mbr-section-subtitle {
  color: #fbca07;
}
.cid-u3rEZK79hU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3rEZK79hU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rEZK79hU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3rEZK79hU .video-wrapper iframe {
  width: 100%;
}
.cid-u3rEZK79hU .mbr-section-title,
.cid-u3rEZK79hU .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3rEZK79hU .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3rEZK79hU .mbr-text {
  color: #ffffff;
}
.cid-u3rEZK79hU .mbr-description {
  color: #ffffff;
}
.cid-u3rEZK79hU .mbr-section-subtitle {
  color: #fbca07;
}
.cid-u3rFIZokbI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3rFIZokbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rFIZokbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3rFIZokbI .video-wrapper iframe {
  width: 100%;
}
.cid-u3rFIZokbI .mbr-section-title,
.cid-u3rFIZokbI .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3rFIZokbI .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3rFIZokbI .mbr-text {
  color: #ffffff;
}
.cid-u3rFIZokbI .mbr-description {
  color: #ffffff;
}
.cid-u3rFIZokbI .mbr-section-subtitle {
  color: #fbca07;
}
.cid-u3tqVhDD61 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3tqVhDD61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3tqVhDD61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3tqVhDD61 .video-wrapper iframe {
  width: 100%;
}
.cid-u3tqVhDD61 .mbr-section-title,
.cid-u3tqVhDD61 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3tqVhDD61 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3tqVhDD61 .mbr-text {
  color: #ffffff;
}
.cid-u3tqVhDD61 .mbr-description {
  color: #ffffff;
}
.cid-u3tqVhDD61 .mbr-section-subtitle {
  color: #fbca07;
}
.cid-u3rFMXncHR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u3rFMXncHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rFMXncHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3rFMXncHR .video-wrapper iframe {
  width: 100%;
}
.cid-u3rFMXncHR .mbr-section-title,
.cid-u3rFMXncHR .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3rFMXncHR .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3rFMXncHR .mbr-text {
  color: #ffffff;
}
.cid-u3rFMXncHR .mbr-description {
  color: #ffffff;
}
.cid-u3rFMXncHR .mbr-section-subtitle {
  color: #fbca07;
}
.cid-u3tK0DuMY6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #3a036d;
}
.cid-u3tK0DuMY6 img,
.cid-u3tK0DuMY6 .item-img {
  width: 100%;
}
.cid-u3tK0DuMY6 .item:focus,
.cid-u3tK0DuMY6 span:focus {
  outline: none;
}
.cid-u3tK0DuMY6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u3tK0DuMY6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #6701da;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3tK0DuMY6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3tK0DuMY6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u3tK0DuMY6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3tK0DuMY6 .mbr-section-title {
  color: #fbca07;
}
.cid-u3tK0DuMY6 .mbr-text,
.cid-u3tK0DuMY6 .mbr-section-btn {
  text-align: center;
}
.cid-u3tK0DuMY6 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3tK0DuMY6 .item-subtitle {
  text-align: left;
}
.cid-u3tK0DuMY6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u36gNyqgt9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u36gNyqgt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u36gNyqgt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u36gNyqgt9 .mbr-section-title {
  color: #fbca07;
}
.cid-u36gNyqgt9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNAQINzdGt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uNAQINzdGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNAQINzdGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNAQINzdGt .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uNAQINzdGt .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uNAQINzdGt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNAQINzdGt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uNAQINzdGt .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uNAQINzdGt .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uNAQINzdGt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNAQINzdGt .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uNAQINzdGt .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNAQINzdGt .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uNAQINzdGt .card-subtitle {
  color: #353535;
}
.cid-udTwFbouJh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-udTwFbouJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-udTwFbouJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udTwFbouJh .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-udTwFbouJh .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-udTwFbouJh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-udTwFbouJh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-udTwFbouJh .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-udTwFbouJh .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-udTwFbouJh .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-udTwFbouJh .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-udTwFbouJh .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udTwFbouJh .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-udTwFbouJh .card-subtitle {
  color: #353535;
}
.cid-u32Mxtjp1n {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u32Mxtjp1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u32Mxtjp1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u32Mxtjp1n .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u32Mxtjp1n .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u32Mxtjp1n .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u32Mxtjp1n .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u32Mxtjp1n .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u32Mxtjp1n .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u32Mxtjp1n .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u32Mxtjp1n .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u32Mxtjp1n .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u32Mxtjp1n .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u32Mxtjp1n .card-subtitle {
  color: #353535;
}
.cid-u366QvjyK8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u366QvjyK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u366QvjyK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u366QvjyK8 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u366QvjyK8 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u366QvjyK8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u366QvjyK8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u366QvjyK8 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u366QvjyK8 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u366QvjyK8 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u366QvjyK8 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u366QvjyK8 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u366QvjyK8 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u366QvjyK8 .card-subtitle {
  color: #353535;
}
.cid-umAevSWdS8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbca07;
}
.cid-umAevSWdS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umAevSWdS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u305HldHEz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u2ZREJg8Hg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2ZREJg8Hg nav.navbar {
  position: fixed;
}
.cid-u2ZREJg8Hg .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-u2ZREJg8Hg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2ZREJg8Hg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2ZREJg8Hg .dropdown-item:hover,
.cid-u2ZREJg8Hg .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-u2ZREJg8Hg .dropdown-item:hover span {
  color: white;
}
.cid-u2ZREJg8Hg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2ZREJg8Hg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2ZREJg8Hg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2ZREJg8Hg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2ZREJg8Hg .nav-link {
  position: relative;
}
.cid-u2ZREJg8Hg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2ZREJg8Hg .container {
    flex-wrap: wrap;
  }
}
.cid-u2ZREJg8Hg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2ZREJg8Hg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u2ZREJg8Hg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2ZREJg8Hg .dropdown-menu,
.cid-u2ZREJg8Hg .navbar.opened {
  background: #000000 !important;
}
.cid-u2ZREJg8Hg .nav-item:focus,
.cid-u2ZREJg8Hg .nav-link:focus {
  outline: none;
}
.cid-u2ZREJg8Hg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2ZREJg8Hg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2ZREJg8Hg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2ZREJg8Hg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2ZREJg8Hg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2ZREJg8Hg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2ZREJg8Hg .navbar {
  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: #000000;
}
.cid-u2ZREJg8Hg .navbar.opened {
  transition: all 0.3s;
}
.cid-u2ZREJg8Hg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2ZREJg8Hg .navbar .navbar-logo img {
  width: auto;
}
.cid-u2ZREJg8Hg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2ZREJg8Hg .navbar.collapsed {
  justify-content: center;
}
.cid-u2ZREJg8Hg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2ZREJg8Hg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2ZREJg8Hg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u2ZREJg8Hg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2ZREJg8Hg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2ZREJg8Hg .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-u2ZREJg8Hg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2ZREJg8Hg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2ZREJg8Hg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2ZREJg8Hg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2ZREJg8Hg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2ZREJg8Hg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2ZREJg8Hg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2ZREJg8Hg .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-u2ZREJg8Hg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2ZREJg8Hg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2ZREJg8Hg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2ZREJg8Hg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2ZREJg8Hg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2ZREJg8Hg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2ZREJg8Hg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u2ZREJg8Hg .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2ZREJg8Hg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2ZREJg8Hg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2ZREJg8Hg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2ZREJg8Hg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2ZREJg8Hg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2ZREJg8Hg .dropdown-item.active,
.cid-u2ZREJg8Hg .dropdown-item:active {
  background-color: transparent;
}
.cid-u2ZREJg8Hg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2ZREJg8Hg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2ZREJg8Hg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2ZREJg8Hg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2ZREJg8Hg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2ZREJg8Hg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2ZREJg8Hg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2ZREJg8Hg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2ZREJg8Hg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2ZREJg8Hg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2ZREJg8Hg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2ZREJg8Hg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2ZREJg8Hg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2ZREJg8Hg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2ZREJg8Hg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2ZREJg8Hg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2ZREJg8Hg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2ZREJg8Hg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2ZREJg8Hg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2ZREJg8Hg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2ZREJg8Hg .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-u2ZREJg8Hg .navbar {
    height: 70px;
  }
  .cid-u2ZREJg8Hg .navbar.opened {
    height: auto;
  }
  .cid-u2ZREJg8Hg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udVWtElh60 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-udVWtElh60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udVWtElh60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udVWtElh60 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udVWtElh60 .row {
  flex-direction: row-reverse;
}
.cid-udVWtElh60 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udVWtElh60 .text-wrapper {
    padding: 2rem;
  }
}
.cid-udVWtElh60 .mbr-text {
  color: #ffffff;
}
.cid-udVWtElh60 .mbr-description {
  color: #fbca07;
}
.cid-udVWtElh60 .mbr-section-title {
  color: #fbca07;
}
.cid-udVX80xzVS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-udVX80xzVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-udVX80xzVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udVX80xzVS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udVX80xzVS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udVX80xzVS .text-wrapper {
    padding: 2rem;
  }
}
.cid-udVX80xzVS .mbr-description {
  color: #fbca07;
}
.cid-udVX80xzVS .mbr-text {
  color: #ffffff;
}
.cid-udVXPOpx3n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-udVXPOpx3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-udVXPOpx3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udVXPOpx3n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udVXPOpx3n .row {
  flex-direction: row-reverse;
}
.cid-udVXPOpx3n img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udVXPOpx3n .text-wrapper {
    padding: 2rem;
  }
}
.cid-udVXPOpx3n .mbr-text {
  color: #ffffff;
}
.cid-udVXPOpx3n .mbr-description {
  color: #fbca07;
}
.cid-udVXPOpx3n .mbr-section-title {
  color: #fbca07;
}
.cid-udVYam7sz9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-udVYam7sz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udVYam7sz9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udVYam7sz9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udVYam7sz9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udVYam7sz9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-udVYam7sz9 .mbr-description {
  color: #fbca07;
}
.cid-udVYam7sz9 .mbr-text {
  color: #ffffff;
}
.cid-udVYrYNDKO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-udVYrYNDKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-udVYrYNDKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udVYrYNDKO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udVYrYNDKO .row {
  flex-direction: row-reverse;
}
.cid-udVYrYNDKO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udVYrYNDKO .text-wrapper {
    padding: 2rem;
  }
}
.cid-udVYrYNDKO .mbr-text {
  color: #ffffff;
}
.cid-udVYrYNDKO .mbr-description {
  color: #fbca07;
}
.cid-udVYrYNDKO .mbr-section-title {
  color: #fbca07;
}
.cid-u305HldHEz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
