body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.1rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.36rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.7rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #55b4d4 !important;
}
.bg-success {
  background-color: #0388b3 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00a335 !important;
  border-color: #00a335 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #00561c !important;
  border-color: #00561c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00561c !important;
  border-color: #00561c !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #0388b3 !important;
  border-color: #0388b3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #024f68 !important;
  border-color: #024f68 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #024f68 !important;
  border-color: #024f68 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003d14;
  color: #003d14;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #00a335;
  border-color: #00a335;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00a335 !important;
  border-color: #00a335 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #013c4f;
  color: #013c4f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0388b3;
  border-color: #0388b3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0388b3 !important;
  border-color: #0388b3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #55b4d4 !important;
}
.text-secondary {
  color: #00a335 !important;
}
.text-success {
  color: #0388b3 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #277e9c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003d14 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #013c4f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #55b4d4;
  border-color: #55b4d4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #55b4d4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3accfc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #55b4d4;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #55b4d4;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #55b4d4;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #55b4d4;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #55b4d4;
  border-bottom-color: #55b4d4;
}
.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: #55b4d4 !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: #00a335 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%2355b4d4' %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.3;
}
.cid-syDBFgzmit {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syDBFgzmit .mbr-section-subtitle {
  color: #767676;
}
.cid-syDBFgzmit H2 {
  text-align: left;
}
.cid-syDB81tDzv {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syDB81tDzv .mbr-text,
.cid-syDB81tDzv blockquote {
  color: #767676;
}
.cid-syDB81tDzv .mbr-text {
  color: #000000;
}
.cid-to2oFPEay7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2oFPEay7 .mbr-section-subtitle {
  color: #232323;
}
.cid-to2oFPEay7 H2 {
  color: #ffffff;
}
.cid-tjoqr7mbFO {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoqr7mbFO .image-block {
  margin: auto;
}
.cid-tjoqr7mbFO figcaption {
  position: relative;
}
.cid-tjoqr7mbFO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoqr7mbFO .image-block {
    width: 100% !important;
  }
}
.cid-tpVJzVwSaX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpVJzVwSaX .mbr-section-subtitle {
  color: #000000;
}
.cid-tpVJzVwSaX H2 {
  color: #ddff55;
}
.cid-tpVJzVwSaX H3 {
  color: #000000;
  text-align: center;
}
.cid-tpVJAEAhkW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tpVJAEAhkW .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tpVJAEAhkW .video-block {
    width: 100% !important;
  }
}
.cid-sD2NHYvSGl {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sD2NHYvSGl .mbr-section-subtitle {
  color: #000000;
}
.cid-sD2NHYvSGl H2 {
  color: #000000;
}
.cid-tjoqIQE4NW {
  background: #85789e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjoqIQE4NW .image-block {
  margin: auto;
}
.cid-tjoqIQE4NW figcaption {
  position: relative;
}
.cid-tjoqIQE4NW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoqIQE4NW .image-block {
    width: 100% !important;
  }
}
.cid-szGvA4DNnk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-szGvA4DNnk .mbr-section-subtitle {
  color: #767676;
}
.cid-szGvA4DNnk H2 {
  color: #ffffff;
}
.cid-sCzY2oEWBm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sCzY2oEWBm .counter-container {
  color: #767676;
}
.cid-sCzY2oEWBm .counter-container ul {
  margin-bottom: 0;
}
.cid-sCzY2oEWBm .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sCzY2oEWBm .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffde00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sCzY2oEWBm .mbr-text {
  color: #ffffff;
}
.cid-sHI3pKA1LQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sHI3pKA1LQ .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sHI3pKA1LQ H2 {
  color: #000000;
}
.cid-sHMfYqESXh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sHMfYqESXh .counter-container {
  color: #767676;
}
.cid-sHMfYqESXh .counter-container ul {
  margin-bottom: 0;
}
.cid-sHMfYqESXh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sHMfYqESXh .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0388b3;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sHMfYqESXh .mbr-text {
  color: #232323;
}
.cid-ttiLh2RGG2 {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ttiLh2RGG2 .image-block {
  margin: auto;
}
.cid-ttiLh2RGG2 figcaption {
  position: relative;
}
.cid-ttiLh2RGG2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiLh2RGG2 .image-block {
    width: 100% !important;
  }
}
.cid-tsVyv2dGZA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsVyv2dGZA H1 {
  color: #ffc700;
}
.cid-tsVyv2dGZA .mbr-text,
.cid-tsVyv2dGZA .mbr-section-btn {
  color: #232323;
}
.cid-tsVyv2dGZA H3 {
  color: #5b686b;
}
.cid-tcPCuCuiVw {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcPCuCuiVw .image-block {
  margin: auto;
}
.cid-tcPCuCuiVw figcaption {
  position: relative;
}
.cid-tcPCuCuiVw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcPCuCuiVw .image-block {
    width: 100% !important;
  }
}
.cid-tcPG28AlFP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tcPG28AlFP P {
  color: #767676;
}
.cid-tcPG28AlFP .mbr-text,
.cid-tcPG28AlFP .mbr-section-btn {
  color: #465052;
}
.cid-tcPG28AlFP H3 {
  color: #232323;
}
.cid-tcPG28AlFP H1 {
  color: #c7ff00;
}
.cid-sHMPAgZ8gk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sHMPAgZ8gk .mbr-section-subtitle {
  color: #465052;
}
.cid-sHMPAgZ8gk H2 {
  color: #ffffff;
}
.cid-sHLuPgbFud {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sHLuPgbFud .image-block {
  margin: auto;
}
.cid-sHLuPgbFud figcaption {
  position: relative;
}
.cid-sHLuPgbFud figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sHLuPgbFud .image-block {
    width: 100% !important;
  }
}
.cid-tpZuNdy1Lx {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tpZuNdy1Lx .image-block {
  margin: auto;
}
.cid-tpZuNdy1Lx figcaption {
  position: relative;
}
.cid-tpZuNdy1Lx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpZuNdy1Lx .image-block {
    width: 100% !important;
  }
}
.cid-tcPCTHrzH0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tcPCTHrzH0 H1 {
  color: #ffffff;
}
.cid-tcPCTHrzH0 .mbr-text,
.cid-tcPCTHrzH0 .mbr-section-btn {
  color: #232323;
}
.cid-tcPCTHrzH0 H3 {
  color: #232323;
}
.cid-tcPCsIMOQg {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tcPCsIMOQg .image-block {
  margin: auto;
}
.cid-tcPCsIMOQg figcaption {
  position: relative;
}
.cid-tcPCsIMOQg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcPCsIMOQg .image-block {
    width: 100% !important;
  }
}
.cid-tsbGWAq4It {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-tsbGWAq4It .image-block {
  margin: auto;
}
.cid-tsbGWAq4It figcaption {
  position: relative;
}
.cid-tsbGWAq4It figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbGWAq4It .image-block {
    width: 100% !important;
  }
}
.cid-tpZoGMJDAf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-tpZoGMJDAf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpZoGMJDAf H2 {
  color: #ffc700;
}
.cid-szGBA8QPmG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szGBA8QPmG .mbr-section-subtitle {
  color: #767676;
}
.cid-szGBA8QPmG H2 {
  color: #000000;
}
.cid-sHLHdvdiHp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHLHdvdiHp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sHLHdvdiHp p {
  color: #767676;
  text-align: left;
}
.cid-sHLHdvdiHp .card-box {
  padding-top: 2rem;
}
.cid-sHLHdvdiHp .card-wrapper {
  height: 100%;
}
.cid-sHLHdvdiHp .card-title DIV {
  text-align: center;
}
.cid-sHLHdvdiHp P {
  text-align: center;
  color: #465052;
}
.cid-sHLHdvdiHp .card-title {
  text-align: center;
  color: #000000;
}
.cid-sHLI9hCzxF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHLI9hCzxF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sHLI9hCzxF p {
  color: #767676;
  text-align: left;
}
.cid-sHLI9hCzxF .card-box {
  padding-top: 2rem;
}
.cid-sHLI9hCzxF .card-wrapper {
  height: 100%;
}
.cid-sHLI9hCzxF .card-title DIV {
  text-align: center;
}
.cid-sHLI9hCzxF P {
  text-align: center;
  color: #465052;
}
.cid-sHLI9hCzxF .card-title {
  text-align: center;
  color: #000000;
}
.cid-sHLJ0ECaqm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHLJ0ECaqm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sHLJ0ECaqm p {
  color: #767676;
  text-align: left;
}
.cid-sHLJ0ECaqm .card-box {
  padding-top: 2rem;
}
.cid-sHLJ0ECaqm .card-wrapper {
  height: 100%;
}
.cid-sHLJ0ECaqm .card-title DIV {
  text-align: center;
}
.cid-sHLJ0ECaqm P {
  text-align: center;
  color: #465052;
}
.cid-sHLJ0ECaqm .card-title {
  text-align: center;
  color: #000000;
}
.cid-sHMQxVuAdM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHMQxVuAdM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sHMQxVuAdM p {
  color: #767676;
  text-align: left;
}
.cid-sHMQxVuAdM .card-box {
  padding-top: 2rem;
}
.cid-sHMQxVuAdM .card-wrapper {
  height: 100%;
}
.cid-sHMQxVuAdM .card-title DIV {
  text-align: center;
}
.cid-sHMQxVuAdM P {
  text-align: center;
  color: #465052;
}
.cid-sHMQxVuAdM .card-title {
  text-align: center;
  color: #000000;
}
.cid-tg7fCqXS2U {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tg7fCqXS2U .image-block {
  margin: auto;
}
.cid-tg7fCqXS2U figcaption {
  position: relative;
}
.cid-tg7fCqXS2U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg7fCqXS2U .image-block {
    width: 100% !important;
  }
}
.cid-sCX2iOVIuT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sCX2iOVIuT .mbr-section-subtitle {
  color: #ffde00;
}
.cid-sCX2iOVIuT H2 {
  color: #ffffff;
}
.cid-tcPXwra07d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tcPXwra07d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tcPXwra07d H2 {
  color: #ffffff;
}
.cid-sD2QoV1DNC {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sD2QoV1DNC .image-block {
  margin: auto;
}
.cid-sD2QoV1DNC figcaption {
  position: relative;
}
.cid-sD2QoV1DNC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sD2QoV1DNC .image-block {
    width: 100% !important;
  }
}
.cid-szGULCZ79Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-szGULCZ79Z P {
  color: #767676;
}
.cid-szGULCZ79Z .mbr-text,
.cid-szGULCZ79Z .mbr-section-btn {
  color: #465052;
}
.cid-szGULCZ79Z H3 {
  color: #232323;
}
.cid-szGULCZ79Z H1 {
  color: #ffffff;
}
.cid-sD2QA4NkqC {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sD2QA4NkqC .image-block {
  margin: auto;
}
.cid-sD2QA4NkqC figcaption {
  position: relative;
}
.cid-sD2QA4NkqC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sD2QA4NkqC .image-block {
    width: 100% !important;
  }
}
.cid-tcPCCQPynQ {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcPCCQPynQ .image-block {
  margin: auto;
}
.cid-tcPCCQPynQ figcaption {
  position: relative;
}
.cid-tcPCCQPynQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcPCCQPynQ .image-block {
    width: 100% !important;
  }
}
.cid-sHMPb8xhQJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sHMPb8xhQJ .mbr-section-subtitle {
  color: #465052;
}
.cid-sHMPb8xhQJ H2 {
  color: #ffffff;
}
.cid-sD2QDs3DLE {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-sD2QDs3DLE .image-block {
  margin: auto;
}
.cid-sD2QDs3DLE figcaption {
  position: relative;
}
.cid-sD2QDs3DLE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sD2QDs3DLE .image-block {
    width: 100% !important;
  }
}
.cid-tcPCS8fVqA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tcPCS8fVqA H1 {
  color: #ffffff;
}
.cid-tcPCS8fVqA .mbr-text,
.cid-tcPCS8fVqA .mbr-section-btn {
  color: #232323;
}
.cid-tcPCS8fVqA H3 {
  color: #232323;
}
.cid-tcPCqLZnf3 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tcPCqLZnf3 .image-block {
  margin: auto;
}
.cid-tcPCqLZnf3 figcaption {
  position: relative;
}
.cid-tcPCqLZnf3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcPCqLZnf3 .image-block {
    width: 100% !important;
  }
}
.cid-sHN3nsGN46 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-sHN3nsGN46 .image-block {
  margin: auto;
}
.cid-sHN3nsGN46 figcaption {
  position: relative;
}
.cid-sHN3nsGN46 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sHN3nsGN46 .image-block {
    width: 100% !important;
  }
}
.cid-szGP9EhQxU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szGP9EhQxU .mbr-section-subtitle {
  color: #767676;
}
.cid-szGP9EhQxU H2 {
  color: #000000;
}
.cid-szGPicp6fB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-szGPicp6fB .image-block {
  margin: auto;
}
.cid-szGPicp6fB figcaption {
  position: relative;
}
.cid-szGPicp6fB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szGPicp6fB .image-block {
    width: 100% !important;
  }
}
.cid-szGPQlQOJk {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-szGPQlQOJk H1 {
  color: #000000;
}
.cid-szGPQlQOJk .mbr-text,
.cid-szGPQlQOJk .mbr-section-btn {
  color: #232323;
}
.cid-szGPQlQOJk H3 {
  color: #232323;
}
.cid-sD3pdGBakx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sD3pdGBakx .mbr-section-subtitle {
  color: #767676;
}
.cid-sD3pdGBakx H2 {
  color: #000000;
}
.cid-sD3ssRoWlw {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sD3ssRoWlw .counter-container {
  color: #767676;
}
.cid-sD3ssRoWlw .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sD3ssRoWlw .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sD3ssRoWlw .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sD3ssRoWlw .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #69b6a1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sD3ssRoWlw .mbr-text {
  color: #000000;
}
.cid-tsaTei96aX {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tsaTei96aX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsaTei96aX H2 {
  color: #ddff55;
}
.cid-tsaTei96aX H3 {
  color: #ddff55;
}
.cid-tsaTcWZXRQ {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsaTcWZXRQ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsaTcWZXRQ .video-block {
    width: 100% !important;
  }
}
.cid-tjCbF4ZSqm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjCbF4ZSqm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCbF4ZSqm p {
  color: #767676;
  text-align: left;
}
.cid-tjCbF4ZSqm .card-box {
  padding-top: 2rem;
}
.cid-tjCbF4ZSqm .card-wrapper {
  height: 100%;
}
.cid-tjCbF4ZSqm P {
  text-align: center;
  color: #ffffff;
}
.cid-tjCbF4ZSqm .card-title {
  text-align: center;
  color: #ffde00;
}
.cid-tsaTp6qfQB {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsaTp6qfQB .image-block {
  margin: auto;
}
.cid-tsaTp6qfQB figcaption {
  position: relative;
}
.cid-tsaTp6qfQB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsaTp6qfQB .image-block {
    width: 100% !important;
  }
}
.cid-tsaTUkr92Z {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsaTUkr92Z .image-block {
  margin: auto;
}
.cid-tsaTUkr92Z figcaption {
  position: relative;
}
.cid-tsaTUkr92Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsaTUkr92Z .image-block {
    width: 100% !important;
  }
}
.cid-tsaTrJGDAW {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsaTrJGDAW .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsaTrJGDAW H2 {
  color: #ffffff;
}
.cid-tsaTrJGDAW H4 {
  color: #ffffff;
}
.cid-to266EUkOg {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-to266EUkOg .image-block {
  margin: auto;
}
.cid-to266EUkOg figcaption {
  position: relative;
}
.cid-to266EUkOg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to266EUkOg .image-block {
    width: 100% !important;
  }
}
.cid-to267AWTJj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to267AWTJj .mbr-section-subtitle {
  color: #000000;
}
.cid-to267AWTJj H2 {
  color: #232323;
}
.cid-tsaMZoGksC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsaMZoGksC .mbr-section-subtitle {
  color: #000000;
}
.cid-tsaMZoGksC H2 {
  color: #232323;
}
.cid-szG68WV6hj {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-szG68WV6hj .image-block {
  margin: auto;
}
.cid-szG68WV6hj figcaption {
  position: relative;
}
.cid-szG68WV6hj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szG68WV6hj .image-block {
    width: 100% !important;
  }
}
.cid-szG68XbD7t {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-szG68XbD7t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-szG68XbD7t H2 {
  color: #ffffff;
}
.cid-sCLO1VMMGA {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sCLO1VMMGA .image-block {
  margin: auto;
}
.cid-sCLO1VMMGA figcaption {
  position: relative;
}
.cid-sCLO1VMMGA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCLO1VMMGA .image-block {
    width: 100% !important;
  }
}
.cid-sCLO2YStHn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sCLO2YStHn P {
  color: #767676;
}
.cid-sCLO2YStHn .mbr-text,
.cid-sCLO2YStHn .mbr-section-btn {
  color: #465052;
}
.cid-sCLO2YStHn H3 {
  color: #232323;
}
.cid-sCLO2YStHn H1 {
  color: #ffffff;
}
.cid-tjpYlRTGir {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjpYlRTGir .image-block {
  margin: auto;
}
.cid-tjpYlRTGir figcaption {
  position: relative;
}
.cid-tjpYlRTGir figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpYlRTGir .image-block {
    width: 100% !important;
  }
}
.cid-tpZuS4u24y {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tpZuS4u24y .image-block {
  margin: auto;
}
.cid-tpZuS4u24y figcaption {
  position: relative;
}
.cid-tpZuS4u24y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpZuS4u24y .image-block {
    width: 100% !important;
  }
}
.cid-tcPCQ69Xrf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tcPCQ69Xrf H1 {
  color: #ffffff;
}
.cid-tcPCQ69Xrf .mbr-text,
.cid-tcPCQ69Xrf .mbr-section-btn {
  color: #232323;
}
.cid-tcPCQ69Xrf H3 {
  color: #232323;
}
.cid-tcPCofo1KI {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tcPCofo1KI .image-block {
  margin: auto;
}
.cid-tcPCofo1KI figcaption {
  position: relative;
}
.cid-tcPCofo1KI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcPCofo1KI .image-block {
    width: 100% !important;
  }
}
.cid-sHI82tjjZD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHI82tjjZD .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sHI82tjjZD H2 {
  color: #000000;
}
.cid-tsVEKwDj2m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVEKwDj2m .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVEKwDj2m H2 {
  color: #232323;
}
.cid-tg0aWAhmHw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tg0aWAhmHw .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tg0aWAhmHw .video-block {
    width: 100% !important;
  }
}
.cid-tsVFc0W2NR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVFc0W2NR .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVFc0W2NR H2 {
  color: #232323;
}
.cid-sHI8htFsDj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8htFsDj .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8htFsDj .video-block {
    width: 100% !important;
  }
}
.cid-tsVFWc2US9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVFWc2US9 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVFWc2US9 H2 {
  color: #232323;
}
.cid-sHI6G87sCv {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI6G87sCv .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI6G87sCv .video-block {
    width: 100% !important;
  }
}
.cid-tsVGumfUBi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVGumfUBi .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVGumfUBi H2 {
  color: #232323;
}
.cid-sQsRUtEDsn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sQsRUtEDsn .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sQsRUtEDsn .video-block {
    width: 100% !important;
  }
}
.cid-tsVH0Zwy88 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVH0Zwy88 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVH0Zwy88 H2 {
  color: #232323;
}
.cid-sHI8i2QUeh {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8i2QUeh .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8i2QUeh .video-block {
    width: 100% !important;
  }
}
.cid-ttcFXqxA7a {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcFXqxA7a .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcFXqxA7a H2 {
  color: #232323;
}
.cid-ttcFYuuBqW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttcFYuuBqW .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcFYuuBqW .video-block {
    width: 100% !important;
  }
}
.cid-tcQ57QkrV0 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tcQ57QkrV0 .image-block {
  margin: auto;
}
.cid-tcQ57QkrV0 figcaption {
  position: relative;
}
.cid-tcQ57QkrV0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcQ57QkrV0 .image-block {
    width: 100% !important;
  }
}
.cid-tcQ5d2kcS7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcQ5d2kcS7 .image-block {
  margin: auto;
}
.cid-tcQ5d2kcS7 figcaption {
  position: relative;
}
.cid-tcQ5d2kcS7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcQ5d2kcS7 .image-block {
    width: 100% !important;
  }
}
.cid-tsVIr7lMWf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVIr7lMWf .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVIr7lMWf H2 {
  color: #232323;
}
.cid-sHI8gSSdU8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8gSSdU8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8gSSdU8 .video-block {
    width: 100% !important;
  }
}
.cid-tsVJ3m5Gbs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVJ3m5Gbs .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVJ3m5Gbs H2 {
  color: #232323;
}
.cid-sHI8jXpz48 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8jXpz48 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8jXpz48 .video-block {
    width: 100% !important;
  }
}
.cid-tsVJyEtGI7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVJyEtGI7 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVJyEtGI7 H2 {
  color: #232323;
}
.cid-tg0bwQ5Okr {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tg0bwQ5Okr .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tg0bwQ5Okr .video-block {
    width: 100% !important;
  }
}
.cid-tsVKmCf3O3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVKmCf3O3 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVKmCf3O3 H2 {
  color: #232323;
}
.cid-sHI8iXlWOk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8iXlWOk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8iXlWOk .video-block {
    width: 100% !important;
  }
}
.cid-tsVKCgvm6N {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVKCgvm6N .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVKCgvm6N H2 {
  color: #232323;
}
.cid-sHI8jsIpd7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8jsIpd7 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8jsIpd7 .video-block {
    width: 100% !important;
  }
}
.cid-tcQ5O8lBE0 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tcQ5O8lBE0 .image-block {
  margin: auto;
}
.cid-tcQ5O8lBE0 figcaption {
  position: relative;
}
.cid-tcQ5O8lBE0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcQ5O8lBE0 .image-block {
    width: 100% !important;
  }
}
.cid-tcQ5PJdhGA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcQ5PJdhGA .image-block {
  margin: auto;
}
.cid-tcQ5PJdhGA figcaption {
  position: relative;
}
.cid-tcQ5PJdhGA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcQ5PJdhGA .image-block {
    width: 100% !important;
  }
}
.cid-tsVLKbFSR0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVLKbFSR0 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVLKbFSR0 H2 {
  color: #232323;
}
.cid-sHI8kmAYyn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8kmAYyn .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8kmAYyn .video-block {
    width: 100% !important;
  }
}
.cid-tsVOIYMJSg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVOIYMJSg .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVOIYMJSg H2 {
  color: #232323;
}
.cid-sQsRYQ9FIA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sQsRYQ9FIA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sQsRYQ9FIA .video-block {
    width: 100% !important;
  }
}
.cid-tsVPjYUG24 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVPjYUG24 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVPjYUG24 H2 {
  color: #232323;
}
.cid-tjofeB6OVp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjofeB6OVp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjofeB6OVp .video-block {
    width: 100% !important;
  }
}
.cid-tsVQZ0v3hf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVQZ0v3hf .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVQZ0v3hf H2 {
  color: #232323;
}
.cid-tjoffkqwra {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjoffkqwra .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjoffkqwra .video-block {
    width: 100% !important;
  }
}
.cid-tsVRnUJ12e {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVRnUJ12e .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVRnUJ12e H2 {
  color: #232323;
}
.cid-sHI8lisyM1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8lisyM1 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8lisyM1 .video-block {
    width: 100% !important;
  }
}
.cid-tcQ5Qz3Gyb {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tcQ5Qz3Gyb .image-block {
  margin: auto;
}
.cid-tcQ5Qz3Gyb figcaption {
  position: relative;
}
.cid-tcQ5Qz3Gyb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcQ5Qz3Gyb .image-block {
    width: 100% !important;
  }
}
.cid-tcQ5S4szMx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcQ5S4szMx .image-block {
  margin: auto;
}
.cid-tcQ5S4szMx figcaption {
  position: relative;
}
.cid-tcQ5S4szMx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcQ5S4szMx .image-block {
    width: 100% !important;
  }
}
.cid-tsVRReLNKM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVRReLNKM .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVRReLNKM H2 {
  color: #232323;
}
.cid-sHI8lET3BC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8lET3BC .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8lET3BC .video-block {
    width: 100% !important;
  }
}
.cid-tsVSt2VHtd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVSt2VHtd .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVSt2VHtd H2 {
  color: #232323;
}
.cid-sHI8kWrYX9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8kWrYX9 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8kWrYX9 .video-block {
    width: 100% !important;
  }
}
.cid-tsVStFkZHe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVStFkZHe .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVStFkZHe H2 {
  color: #232323;
}
.cid-sHI8m6xnne {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8m6xnne .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8m6xnne .video-block {
    width: 100% !important;
  }
}
.cid-tsVSumGnrq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVSumGnrq .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVSumGnrq H2 {
  color: #232323;
}
.cid-sHI8mwOKGc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8mwOKGc .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8mwOKGc .video-block {
    width: 100% !important;
  }
}
.cid-tsVSuX1yUy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVSuX1yUy .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVSuX1yUy H2 {
  color: #232323;
}
.cid-sHI8n7UjEA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8n7UjEA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8n7UjEA .video-block {
    width: 100% !important;
  }
}
.cid-tsaWe0ETmQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsaWe0ETmQ .image-block {
  margin: auto;
}
.cid-tsaWe0ETmQ figcaption {
  position: relative;
}
.cid-tsaWe0ETmQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsaWe0ETmQ .image-block {
    width: 100% !important;
  }
}
.cid-tsaWeHYRVi {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsaWeHYRVi .image-block {
  margin: auto;
}
.cid-tsaWeHYRVi figcaption {
  position: relative;
}
.cid-tsaWeHYRVi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsaWeHYRVi .image-block {
    width: 100% !important;
  }
}
.cid-sD3nBouesS {
  background: #622d46;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-sD3nBouesS .image-block {
  margin: auto;
}
.cid-sD3nBouesS figcaption {
  position: relative;
}
.cid-sD3nBouesS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sD3nBouesS .image-block {
    width: 100% !important;
  }
}
.cid-sD3svUag2U {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-sD3svUag2U .mbr-section-subtitle {
  color: #767676;
}
.cid-sD3svUag2U H2 {
  color: #f9f295;
}
.cid-tjolv8NOqv {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjolv8NOqv .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjolv8NOqv .video-block {
    width: 100% !important;
  }
}
.cid-sD3nCKIlsv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-sD3nCKIlsv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sD3nCKIlsv H2 {
  color: #ffffff;
}
.cid-szG68ZaXrn {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-szG68ZaXrn .image-block {
  margin: auto;
}
.cid-szG68ZaXrn figcaption {
  position: relative;
}
.cid-szG68ZaXrn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szG68ZaXrn .image-block {
    width: 100% !important;
  }
}
.cid-szG68Zm1Sv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-szG68Zm1Sv H1 {
  color: #ffffff;
}
.cid-szG68Zm1Sv .mbr-text,
.cid-szG68Zm1Sv .mbr-section-btn {
  color: #232323;
}
.cid-szG68Zm1Sv H3 {
  color: #232323;
}
.cid-tjq3MB5S2z {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjq3MB5S2z .image-block {
  margin: auto;
}
.cid-tjq3MB5S2z figcaption {
  position: relative;
}
.cid-tjq3MB5S2z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjq3MB5S2z .image-block {
    width: 100% !important;
  }
}
.cid-tpZuUC90R7 {
  background: #622d46;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tpZuUC90R7 .image-block {
  margin: auto;
}
.cid-tpZuUC90R7 figcaption {
  position: relative;
}
.cid-tpZuUC90R7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpZuUC90R7 .image-block {
    width: 100% !important;
  }
}
.cid-tcPCLX2SEq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-tcPCLX2SEq H1 {
  color: #ffffff;
}
.cid-tcPCLX2SEq .mbr-text,
.cid-tcPCLX2SEq .mbr-section-btn {
  color: #232323;
}
.cid-tcPCLX2SEq H3 {
  color: #232323;
}
.cid-tcPClRNNec {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tcPClRNNec .image-block {
  margin: auto;
}
.cid-tcPClRNNec figcaption {
  position: relative;
}
.cid-tcPClRNNec figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcPClRNNec .image-block {
    width: 100% !important;
  }
}
.cid-tfEOc9LpXU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tfEOc9LpXU .mbr-section-subtitle {
  color: #232323;
}
.cid-tfEOc9LpXU H2 {
  color: #232323;
}
.cid-szG691D6xy {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-szG691D6xy .image-block {
  margin: auto;
}
.cid-szG691D6xy figcaption {
  position: relative;
}
.cid-szG691D6xy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szG691D6xy .image-block {
    width: 100% !important;
  }
}
.cid-szG691P3n6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szG691P3n6 H1 {
  color: #232323;
}
.cid-szG691P3n6 .mbr-text,
.cid-szG691P3n6 .mbr-section-btn {
  color: #232323;
}
.cid-szG691P3n6 H3 {
  color: #232323;
}
.cid-sCN8RCb48f {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sCN8RCb48f .image-block {
  margin: auto;
}
.cid-sCN8RCb48f figcaption {
  position: relative;
}
.cid-sCN8RCb48f figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCN8RCb48f .image-block {
    width: 100% !important;
  }
}
.cid-tpZuVKP2eR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tpZuVKP2eR .image-block {
  margin: auto;
}
.cid-tpZuVKP2eR figcaption {
  position: relative;
}
.cid-tpZuVKP2eR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpZuVKP2eR .image-block {
    width: 100% !important;
  }
}
.cid-tcQ5badC0J {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcQ5badC0J H1 {
  color: #000000;
}
.cid-tcQ5badC0J .mbr-text,
.cid-tcQ5badC0J .mbr-section-btn {
  color: #232323;
}
.cid-tcQ5badC0J H3 {
  color: #232323;
}
.cid-tcPyKBJ90k {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tcPyKBJ90k .image-block {
  margin: auto;
}
.cid-tcPyKBJ90k figcaption {
  position: relative;
}
.cid-tcPyKBJ90k figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcPyKBJ90k .image-block {
    width: 100% !important;
  }
}
.cid-to8AY7fwPv {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-to8AY7fwPv p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-to8AY7fwPv .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-to8AY7fwPv .collapsed {
  border: none;
}
.cid-to8AY7fwPv .collapsed span {
  transform: rotate(0deg);
}
.cid-to8AY7fwPv span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-to8AY7fwPv .panel-body {
  padding-top: 0.5rem;
}
.cid-to8AY7fwPv .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-to8AY7fwPv .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-to8AY7fwPv .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-to8AY7fwPv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-to8AY7fwPv .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-to8AY7fwPv .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-to8AY7fwPv .panel-text {
  color: #ffffff;
}
.cid-to8AY7fwPv H4 {
  color: #ffffff;
}
.cid-to8AY7fwPv H2 {
  color: #ffffff;
}
.cid-to8AY7fwPv .mbr-section-text {
  color: #ffffff;
}
.cid-sHN2AlJf4x {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sHN2AlJf4x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sHN2AlJf4x H2 {
  color: #ffffff;
}
.cid-sHN2zcZUbo {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-sHN2zcZUbo .image-block {
  margin: auto;
}
.cid-sHN2zcZUbo figcaption {
  position: relative;
}
.cid-sHN2zcZUbo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sHN2zcZUbo .image-block {
    width: 100% !important;
  }
}
.cid-to1qnsMj0H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-to1qnsMj0H .mbr-section-subtitle {
  color: #232323;
}
.cid-to1qnsMj0H H2 {
  color: #ffffff;
}
.cid-sD48xn7yKH {
  background: #029c86;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-sD48xn7yKH .image-block {
  margin: auto;
}
.cid-sD48xn7yKH figcaption {
  position: relative;
}
.cid-sD48xn7yKH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sD48xn7yKH .image-block {
    width: 100% !important;
  }
}
.cid-sD48CVE7hm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #029c86;
}
.cid-sD48CVE7hm .mbr-section-subtitle {
  color: #767676;
}
.cid-sD48CVE7hm H2 {
  color: #ffffff;
}
.cid-sCFQlsnc34 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCFQlsnc34 .mbr-section-subtitle {
  color: #000000;
}
.cid-sCFQlsnc34 H2 {
  text-align: center;
}
.cid-sCFQlswF00 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCFQlswF00 .mbr-text,
.cid-sCFQlswF00 blockquote {
  color: #767676;
}
.cid-sCFQlswF00 .mbr-text P {
  text-align: center;
}
.cid-sCFQlswF00 .mbr-text {
  color: #000000;
}
.cid-sCNehnDIpn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-sCNehnDIpn .image-block {
  margin: auto;
}
.cid-sCNehnDIpn figcaption {
  position: relative;
}
.cid-sCNehnDIpn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCNehnDIpn .image-block {
    width: 100% !important;
  }
}
.cid-to2oztU3c8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2oztU3c8 .mbr-section-subtitle {
  color: #232323;
}
.cid-to2oztU3c8 H2 {
  color: #ffffff;
}
.cid-sCHswfrXw6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #029c86;
}
.cid-sCHswfrXw6 .mbr-section-subtitle {
  color: #f9f295;
}
.cid-sCHswfrXw6 H2 {
  color: #ffffff;
}
.cid-sCHswfGUKg {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-sCHswfGUKg .image-block {
  margin: auto;
}
.cid-sCHswfGUKg figcaption {
  position: relative;
}
.cid-sCHswfGUKg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCHswfGUKg .image-block {
    width: 100% !important;
  }
}
.cid-to8kt6yLPj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to8kt6yLPj .mbr-section-subtitle {
  color: #000000;
}
.cid-to8kt6yLPj H2 {
  color: #000000;
}
.cid-sCHswg4EMK {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #8f0000;
}
.cid-sCHswg4EMK H1 {
  color: #f9f295;
}
.cid-sCHswg4EMK .mbr-text,
.cid-sCHswg4EMK .mbr-section-btn {
  color: #ffffff;
}
.cid-sCHswg4EMK H3 {
  color: #ffffff;
  text-align: center;
}
.cid-to2nCNc6Hs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2nCNc6Hs .mbr-section-subtitle {
  color: #232323;
}
.cid-to2nCNc6Hs H2 {
  color: #ffffff;
}
.cid-sCHxsYRaSs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCHxsYRaSs .mbr-section-subtitle {
  color: #000000;
}
.cid-sCHxsYRaSs H2 {
  color: #0b644d;
}
.cid-sCHxsZ5ZRP {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-sCHxsZ5ZRP .image-block {
  margin: auto;
}
.cid-sCHxsZ5ZRP figcaption {
  position: relative;
}
.cid-sCHxsZ5ZRP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCHxsZ5ZRP .image-block {
    width: 100% !important;
  }
}
.cid-to8iAShwJy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to8iAShwJy .mbr-section-subtitle {
  color: #000000;
}
.cid-to8iAShwJy H2 {
  color: #0b644d;
}
.cid-sFNQhXQUyz {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sFNQhXQUyz .image-block {
  margin: auto;
}
.cid-sFNQhXQUyz figcaption {
  position: relative;
}
.cid-sFNQhXQUyz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sFNQhXQUyz .image-block {
    width: 100% !important;
  }
}
.cid-sTLY2nyXHL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTLY2nyXHL P {
  color: #767676;
}
.cid-sTLY2nyXHL .mbr-text,
.cid-sTLY2nyXHL .mbr-section-btn {
  color: #465052;
}
.cid-sTLY2nyXHL H3 {
  color: #232323;
}
.cid-sTLY2nyXHL H1 {
  color: #232323;
}
.cid-sFNQp80Lsn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-sFNQp80Lsn .image-block {
  margin: auto;
}
.cid-sFNQp80Lsn figcaption {
  position: relative;
}
.cid-sFNQp80Lsn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sFNQp80Lsn .image-block {
    width: 100% !important;
  }
}
.cid-sFNQpPXSE7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-sFNQpPXSE7 .image-block {
  margin: auto;
}
.cid-sFNQpPXSE7 figcaption {
  position: relative;
}
.cid-sFNQpPXSE7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sFNQpPXSE7 .image-block {
    width: 100% !important;
  }
}
.cid-sCHxsZyCAM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCHxsZyCAM H1 {
  color: #0d695c;
}
.cid-sCHxsZyCAM .mbr-text,
.cid-sCHxsZyCAM .mbr-section-btn {
  color: #000000;
}
.cid-sCHxsZyCAM H3 {
  color: #ffffff;
  text-align: center;
}
.cid-sCHE5N8lGb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d695c;
}
.cid-sCHE5N8lGb .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-sCHE5N8lGb .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sCHE5N8lGb .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sCHE5N8lGb .separline {
  position: relative;
}
.cid-sCHE5N8lGb .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sCHE5N8lGb .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sCHE5N8lGb .mbr-step-title {
  color: #ffffff;
}
.cid-sCHE5N8lGb .mbr-section-title {
  color: #ffffff;
}
.cid-sCHE5N8lGb .mbr-step-text {
  color: #ffffff;
}
.cid-sFOcnvhAX9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFOcnvhAX9 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sFOcnvhAX9 H2 {
  color: #0d695c;
}
.cid-tjpQyz0q5Q {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tjpQyz0q5Q .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tjpQyz0q5Q .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjpQyz0q5Q .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjpQyz0q5Q .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tjpQyz0q5Q .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tjpQyz0q5Q .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tjpQyz0q5Q .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tjpQyz0q5Q .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tjpQyz0q5Q .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-to2lZT3J2Y {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-to2lZT3J2Y .image-block {
  margin: auto;
}
.cid-to2lZT3J2Y figcaption {
  position: relative;
}
.cid-to2lZT3J2Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to2lZT3J2Y .image-block {
    width: 100% !important;
  }
}
.cid-to8hKESvNh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to8hKESvNh .mbr-section-subtitle {
  color: #000000;
}
.cid-to8hKESvNh H2 {
  color: #232323;
}
.cid-ttoxWQRDH2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ttoxWQRDH2 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttoxWQRDH2 H2 {
  color: #232323;
}
.cid-sCHxt0PYvC {
  background: #0b644d;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-sCHxt0PYvC .image-block {
  margin: auto;
}
.cid-sCHxt0PYvC figcaption {
  position: relative;
}
.cid-sCHxt0PYvC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCHxt0PYvC .image-block {
    width: 100% !important;
  }
}
.cid-sCHxt13yAH {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #0b644d;
}
.cid-sCHxt13yAH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCHxt13yAH H2 {
  color: #ffffff;
}
.cid-sCHHYoXn61 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCHHYoXn61 P {
  color: #767676;
}
.cid-sCHHYoXn61 .mbr-text,
.cid-sCHHYoXn61 .mbr-section-btn {
  color: #0c1926;
}
.cid-sCHHYoXn61 H3 {
  color: #000000;
}
.cid-sCHHYoXn61 H1 {
  color: #000000;
}
.cid-sCHxt1ebQW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCHxt1ebQW .mbr-section-subtitle {
  color: #232323;
}
.cid-sCHxt1ebQW H2 {
  color: #0d695c;
}
.cid-sCHxt1ov5n {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-sCHxt1ov5n .image-block {
  margin: auto;
}
.cid-sCHxt1ov5n figcaption {
  position: relative;
}
.cid-sCHxt1ov5n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCHxt1ov5n .image-block {
    width: 100% !important;
  }
}
.cid-sCHxt1AiYC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCHxt1AiYC P {
  color: #767676;
}
.cid-sCHxt1AiYC .mbr-text,
.cid-sCHxt1AiYC .mbr-section-btn {
  color: #465052;
}
.cid-sCHxt1AiYC H3 {
  color: #232323;
}
.cid-sCHxt1AiYC H1 {
  color: #232323;
}
.cid-sCNcUxo4k8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-sCNcUxo4k8 .image-block {
  margin: auto;
}
.cid-sCNcUxo4k8 figcaption {
  position: relative;
}
.cid-sCNcUxo4k8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCNcUxo4k8 .image-block {
    width: 100% !important;
  }
}
.cid-to2meDS3HC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2meDS3HC .mbr-section-subtitle {
  color: #232323;
}
.cid-to2meDS3HC H2 {
  color: #ffffff;
}
.cid-sCZpxrCWAN {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/teenbrain-2b1-1000x560.jpg");
}
.cid-sCZpxrCWAN .mbr-text,
.cid-sCZpxrCWAN .mbr-section-btn {
  color: #ffffff;
}
.cid-to8lfoMrhJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to8lfoMrhJ .mbr-section-subtitle {
  color: #232323;
}
.cid-to8lfoMrhJ H2 {
  color: #ffffff;
}
.cid-sCHtpvtsT6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCHtpvtsT6 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sCHtpvtsT6 H2 {
  color: #0b644d;
}
.cid-sCHuglp3rG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sCHuglp3rG .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sCHuglp3rG .video-block {
    width: 100% !important;
  }
}
.cid-to8kehNnWN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to8kehNnWN .mbr-section-subtitle {
  color: #000000;
}
.cid-to8kehNnWN H2 {
  color: #000000;
}
.cid-to8E0t0DDE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8E0t0DDE .image-block {
  margin: auto;
}
.cid-to8E0t0DDE figcaption {
  position: relative;
}
.cid-to8E0t0DDE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8E0t0DDE .image-block {
    width: 100% !important;
  }
}
.cid-sCHtpwmGkY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8f0000;
}
.cid-sCHtpwmGkY H1 {
  color: #f9f295;
}
.cid-sCHtpwmGkY .mbr-text,
.cid-sCHtpwmGkY .mbr-section-btn {
  color: #ffffff;
}
.cid-sCHtpwmGkY H3 {
  color: #ffffff;
  text-align: center;
}
.cid-to2nLEL0Py {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2nLEL0Py .mbr-section-subtitle {
  color: #232323;
}
.cid-to2nLEL0Py H2 {
  color: #ffffff;
}
.cid-sCZwjN7hgP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCZwjN7hgP .mbr-section-subtitle {
  color: #000000;
}
.cid-sCZwjN7hgP H2 {
  color: #029c86;
}
.cid-sCZwjNkzVp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sCZwjNkzVp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sCZwjNkzVp .video-block {
    width: 100% !important;
  }
}
.cid-to8kKUsIfE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to8kKUsIfE .mbr-section-subtitle {
  color: #000000;
}
.cid-to8kKUsIfE H2 {
  color: #000000;
}
.cid-to8F5etTxB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8F5etTxB .image-block {
  margin: auto;
}
.cid-to8F5etTxB figcaption {
  position: relative;
}
.cid-to8F5etTxB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8F5etTxB .image-block {
    width: 100% !important;
  }
}
.cid-sCZwjNRM4i {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #fa6923;
}
.cid-sCZwjNRM4i H1 {
  color: #f9f295;
}
.cid-sCZwjNRM4i .mbr-text,
.cid-sCZwjNRM4i .mbr-section-btn {
  color: #ffffff;
}
.cid-sCZwjNRM4i H3 {
  color: #ffffff;
  text-align: center;
}
.cid-sCZwBoAzpT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #054e3b;
}
.cid-sCZwBoAzpT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCZwBoAzpT H2 {
  color: #ffffff;
}
.cid-sCZxxvFly7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #054e3b;
}
.cid-sCZxxvFly7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCZxxvFly7 H2 {
  color: #0388b3;
}
.cid-sCZx1qgZfX {
  background: #054e3b;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-sCZx1qgZfX .image-block {
  margin: auto;
}
.cid-sCZx1qgZfX figcaption {
  position: relative;
}
.cid-sCZx1qgZfX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCZx1qgZfX .image-block {
    width: 100% !important;
  }
}
.cid-to2nR1fvWI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2nR1fvWI .mbr-section-subtitle {
  color: #232323;
}
.cid-to2nR1fvWI H2 {
  color: #ffffff;
}
.cid-sCHrAolD4P {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #029c86;
}
.cid-sCHrAolD4P .mbr-section-subtitle {
  color: #f9f295;
}
.cid-sCHrAolD4P H2 {
  color: #ffffff;
}
.cid-sCHrAoDxTj {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-sCHrAoDxTj .image-block {
  margin: auto;
}
.cid-sCHrAoDxTj figcaption {
  position: relative;
}
.cid-sCHrAoDxTj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCHrAoDxTj .image-block {
    width: 100% !important;
  }
}
.cid-to8jAkky2Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to8jAkky2Z .mbr-section-subtitle {
  color: #000000;
}
.cid-to8jAkky2Z H2 {
  color: #000000;
}
.cid-sCHrAp94JX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #0b644d;
}
.cid-sCHrAp94JX H1 {
  color: #f9f295;
}
.cid-sCHrAp94JX .mbr-text,
.cid-sCHrAp94JX .mbr-section-btn {
  color: #ffffff;
}
.cid-sCHrAp94JX H3 {
  color: #ffffff;
  text-align: center;
}
.cid-to2nsEy9cS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2nsEy9cS .mbr-section-subtitle {
  color: #232323;
}
.cid-to2nsEy9cS H2 {
  color: #ffffff;
}
.cid-syDCFd4xZe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syDCFd4xZe .mbr-section-subtitle {
  color: #767676;
}
.cid-syDCFd4xZe H2 {
  text-align: left;
}
.cid-syDCFdpbbF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syDCFdpbbF .mbr-text,
.cid-syDCFdpbbF blockquote {
  color: #767676;
}
.cid-syDCFdpbbF .mbr-text {
  color: #000000;
}
.cid-to2oK7TSfN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2oK7TSfN .mbr-section-subtitle {
  color: #232323;
}
.cid-to2oK7TSfN H2 {
  color: #ffffff;
}
.cid-sTua2rxDTx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTua2rxDTx .mbr-section-subtitle {
  color: #8f0000;
}
.cid-sTua2rxDTx H2 {
  text-align: center;
  color: #0f7699;
}
.cid-sTua2rk4Tn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTua2rk4Tn .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sTua2rk4Tn H2 {
  color: #0f7699;
}
.cid-sTua2rGZvN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTua2rGZvN .mbr-text,
.cid-sTua2rGZvN blockquote {
  color: #767676;
}
.cid-sTua2rGZvN .mbr-text {
  color: #232323;
}
.cid-sTua2s0mLE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTua2s0mLE .mbr-section-subtitle {
  color: #767676;
}
.cid-sTua2s0mLE H2 {
  text-align: center;
}
.cid-to2oYWYjEe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2oYWYjEe .mbr-section-subtitle {
  color: #232323;
}
.cid-to2oYWYjEe H2 {
  color: #ffffff;
}
.cid-sMpvTG5iFS {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMpvTG5iFS .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sMpvTG5iFS H2 {
  color: #0f7699;
}
.cid-sHAJl8nNF3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHAJl8nNF3 .mbr-section-subtitle {
  color: #8f0000;
}
.cid-sHAJl8nNF3 H2 {
  text-align: center;
}
.cid-sHAJl8QkmG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHAJl8QkmG .mbr-text,
.cid-sHAJl8QkmG blockquote {
  color: #767676;
}
.cid-sHAJl8QkmG .mbr-text {
  color: #232323;
}
.cid-sMqsxH87wf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMqsxH87wf .mbr-section-subtitle {
  color: #767676;
}
.cid-sMqsxH87wf H2 {
  text-align: center;
}
.cid-to2oVddAg9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2oVddAg9 .mbr-section-subtitle {
  color: #232323;
}
.cid-to2oVddAg9 H2 {
  color: #ffffff;
}
.cid-sTJXm4i29H {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTJXm4i29H .mbr-section-subtitle {
  color: #000000;
}
.cid-sTJXm4i29H H2 {
  color: #0f7699;
}
.cid-sTJXm4vcof {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTJXm4vcof .mbr-section-subtitle {
  color: #8f0000;
}
.cid-sTJXm4vcof H2 {
  text-align: center;
}
.cid-sTJXm4FmZf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTJXm4FmZf .mbr-text,
.cid-sTJXm4FmZf blockquote {
  color: #767676;
}
.cid-sTJXm4FmZf .mbr-text {
  color: #232323;
}
.cid-sTJXm52LtC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTJXm52LtC .mbr-section-subtitle {
  color: #767676;
}
.cid-sTJXm52LtC H2 {
  text-align: center;
}
.cid-to2p26GLAC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2p26GLAC .mbr-section-subtitle {
  color: #232323;
}
.cid-to2p26GLAC H2 {
  color: #ffffff;
}
.cid-sRdMPguhxy {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRdMPguhxy .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sRdMPguhxy H2 {
  color: #0f7699;
}
.cid-sRdMPgEEUn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sRdMPgEEUn .mbr-section-subtitle {
  color: #8f0000;
}
.cid-sRdMPgEEUn H2 {
  text-align: center;
}
.cid-sRdMPgNudh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sRdMPgNudh .mbr-text,
.cid-sRdMPgNudh blockquote {
  color: #767676;
}
.cid-sRdMPgNudh .mbr-text {
  color: #232323;
}
.cid-sRdMPh9GFw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sRdMPh9GFw .mbr-section-subtitle {
  color: #767676;
}
.cid-sRdMPh9GFw H2 {
  text-align: center;
}
.cid-to2s81e648 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2s81e648 .mbr-section-subtitle {
  color: #232323;
}
.cid-to2s81e648 H2 {
  color: #ffffff;
}
.cid-sMqoOE1He7 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMqoOE1He7 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sMqoOE1He7 H2 {
  color: #0f7699;
}
.cid-sMqt3nVmoO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMqt3nVmoO .mbr-section-subtitle {
  color: #8f0000;
}
.cid-sMqt3nVmoO H2 {
  text-align: center;
}
.cid-sMqoOEoBLv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sMqoOEoBLv .mbr-text,
.cid-sMqoOEoBLv blockquote {
  color: #767676;
}
.cid-sMqoOEoBLv .mbr-text {
  color: #232323;
}
.cid-to2pc1v2aU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2pc1v2aU .mbr-section-subtitle {
  color: #232323;
}
.cid-to2pc1v2aU H2 {
  color: #ffffff;
}
.cid-sQtE8ww7Kg {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQtE8ww7Kg .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sQtE8ww7Kg H2 {
  color: #0f7699;
}
.cid-sQtE8wQC0c {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQtE8wQC0c .mbr-section-subtitle {
  color: #8f0000;
}
.cid-sQtE8wQC0c H2 {
  text-align: center;
}
.cid-sTKeacDXrX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTKeacDXrX .mbr-section-subtitle {
  color: #767676;
}
.cid-sTKeacDXrX H2 {
  color: #465052;
  text-align: left;
}
.cid-sQtE8x2WgU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQtE8x2WgU .mbr-text,
.cid-sQtE8x2WgU blockquote {
  color: #767676;
}
.cid-sQtE8x2WgU .mbr-text {
  color: #232323;
}
.cid-sTKerh9qUb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTKerh9qUb .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sTKerh9qUb H2 {
  color: #465052;
  text-align: left;
}
.cid-sTKesbqCMk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTKesbqCMk .mbr-text,
.cid-sTKesbqCMk blockquote {
  color: #767676;
}
.cid-sTKesbqCMk .mbr-text {
  color: #232323;
}
.cid-sTKeopYdik {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTKeopYdik .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sTKeopYdik H2 {
  color: #465052;
  text-align: left;
}
.cid-sTKepa1YfJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTKepa1YfJ .mbr-text,
.cid-sTKepa1YfJ blockquote {
  color: #767676;
}
.cid-sTKepa1YfJ .mbr-text {
  color: #232323;
}
.cid-sTKesW7XR8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTKesW7XR8 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sTKesW7XR8 H2 {
  color: #465052;
  text-align: left;
}
.cid-sTKetljmj3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTKetljmj3 .mbr-text,
.cid-sTKetljmj3 blockquote {
  color: #767676;
}
.cid-sTKetljmj3 .mbr-text {
  color: #232323;
}
.cid-sQtE8xmllR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQtE8xmllR .mbr-section-subtitle {
  color: #767676;
}
.cid-sQtE8xmllR H2 {
  text-align: center;
}
.cid-to2q1GSa5i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2q1GSa5i .mbr-section-subtitle {
  color: #232323;
}
.cid-to2q1GSa5i H2 {
  color: #ffffff;
}
.cid-sMqcIfE7vs {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMqcIfE7vs .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sMqcIfE7vs H2 {
  color: #0f7699;
}
.cid-sMqt9EzxNX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMqt9EzxNX .mbr-section-subtitle {
  color: #8f0000;
}
.cid-sMqt9EzxNX H2 {
  text-align: center;
}
.cid-sMqcIg0ZpK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMqcIg0ZpK .mbr-text,
.cid-sMqcIg0ZpK blockquote {
  color: #767676;
}
.cid-sMqcIg0ZpK .mbr-text {
  color: #232323;
}
.cid-sMqtbszlvS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMqtbszlvS .mbr-section-subtitle {
  color: #767676;
}
.cid-sMqtbszlvS H2 {
  text-align: center;
}
.cid-to2s4Nh9eS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2s4Nh9eS .mbr-section-subtitle {
  color: #232323;
}
.cid-to2s4Nh9eS H2 {
  color: #ffffff;
}
.cid-sHA2GustI4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHA2GustI4 .mbr-section-subtitle {
  color: #b90b0b;
}
.cid-sHA2GustI4 H2 {
  text-align: center;
}
.cid-sHA2GuKFbI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHA2GuKFbI .mbr-text,
.cid-sHA2GuKFbI blockquote {
  color: #767676;
}
.cid-sHA2GuKFbI .mbr-text {
  color: #0f7699;
}
.cid-to2oPF074H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2oPF074H .mbr-section-subtitle {
  color: #232323;
}
.cid-to2oPF074H H2 {
  color: #ffffff;
}
.cid-sTM66XXLMa {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTM66XXLMa .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sTM66XXLMa H2 {
  color: #0f7699;
}
.cid-sTM66Y9ajo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTM66Y9ajo .mbr-section-subtitle {
  color: #b90b0b;
}
.cid-sTM66Y9ajo H2 {
  text-align: center;
}
.cid-sTM66Yk4jf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTM66Yk4jf .mbr-text,
.cid-sTM66Yk4jf blockquote {
  color: #767676;
}
.cid-sTM66Yk4jf .mbr-text {
  color: #232323;
}
.cid-sTM66YEh9N {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTM66YEh9N .mbr-section-subtitle {
  color: #767676;
}
.cid-sTM66YEh9N H2 {
  text-align: center;
}
.cid-to2p6sSpPS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2p6sSpPS .mbr-section-subtitle {
  color: #232323;
}
.cid-to2p6sSpPS H2 {
  color: #ffffff;
}
.cid-t4IaIhaRcY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4IaIhaRcY .mbr-section-subtitle {
  color: #5b686b;
}
.cid-t4IaIhaRcY H2 {
  color: #0f7699;
}
.cid-t4IaIhACyE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4IaIhACyE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t4IaIhACyE H2 {
  text-align: center;
}
.cid-t4Iec4EV4d {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffbd35;
}
.cid-t4Iec4EV4d .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4Iec4EV4d H2 {
  color: #232323;
  text-align: left;
}
.cid-t4IaIhK9b2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4IaIhK9b2 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IaIhK9b2 H2 {
  color: #232323;
  text-align: left;
}
.cid-t4IaIhVpKS {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 45px;
}
.cid-t4IaIhVpKS .image-block {
  margin: auto;
}
.cid-t4IaIhVpKS figcaption {
  position: relative;
}
.cid-t4IaIhVpKS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t4IaIhVpKS .image-block {
    width: 100% !important;
  }
}
.cid-t4IaIi9WXC {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t4IaIi9WXC .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IaIi9WXC H2 {
  color: #232323;
  text-align: left;
}
.cid-t4IaIin958 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4IaIin958 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IaIin958 H2 {
  color: #465052;
  text-align: left;
}
.cid-t4IaIizycw {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-t4IaIizycw .image-block {
  margin: auto;
}
.cid-t4IaIizycw figcaption {
  position: relative;
}
.cid-t4IaIizycw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t4IaIizycw .image-block {
    width: 100% !important;
  }
}
.cid-t4IaIiKU2I {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t4IaIiKU2I .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IaIiKU2I H2 {
  color: #232323;
  text-align: left;
}
.cid-t4IeM8CWLA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t4IeM8CWLA .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IeM8CWLA H2 {
  color: #232323;
  text-align: left;
}
.cid-to2rkw01Jz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2rkw01Jz .mbr-section-subtitle {
  color: #232323;
}
.cid-to2rkw01Jz H2 {
  color: #ffffff;
}
.cid-t4IhPqtpuq {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4IhPqtpuq .mbr-section-subtitle {
  color: #5b686b;
}
.cid-t4IhPqtpuq H2 {
  color: #0f7699;
}
.cid-t4IhPqMOCU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4IhPqMOCU .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-t4IhPqMOCU H2 {
  text-align: center;
}
.cid-t4IhPqXrcX {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffbd35;
}
.cid-t4IhPqXrcX .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IhPqXrcX H2 {
  color: #232323;
  text-align: left;
}
.cid-t4IhPr8AoR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4IhPr8AoR .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IhPr8AoR H2 {
  color: #232323;
  text-align: left;
}
.cid-t4IhPriGIn {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 45px;
}
.cid-t4IhPriGIn .image-block {
  margin: auto;
}
.cid-t4IhPriGIn figcaption {
  position: relative;
}
.cid-t4IhPriGIn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t4IhPriGIn .image-block {
    width: 100% !important;
  }
}
.cid-t4IhPryUGc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t4IhPryUGc .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IhPryUGc H2 {
  color: #000000;
  text-align: left;
}
.cid-t4IhPrKRlU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4IhPrKRlU .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-t4IhPrKRlU H2 {
  color: #000000;
  text-align: left;
}
.cid-t4IhPrUTup {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-t4IhPrUTup .image-block {
  margin: auto;
}
.cid-t4IhPrUTup figcaption {
  position: relative;
}
.cid-t4IhPrUTup figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t4IhPrUTup .image-block {
    width: 100% !important;
  }
}
.cid-t4IhPs5ffC {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t4IhPs5ffC .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IhPs5ffC H2 {
  color: #232323;
  text-align: left;
}
.cid-t4IhPsgAjf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t4IhPsgAjf .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IhPsgAjf H2 {
  color: #000000;
  text-align: left;
}
.cid-to2s0iJ3lc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2s0iJ3lc .mbr-section-subtitle {
  color: #232323;
}
.cid-to2s0iJ3lc H2 {
  color: #ffffff;
}
.cid-t6dlcrAf84 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bd0000;
}
.cid-t6dlcrAf84 .mbr-section-subtitle {
  color: #abff00;
}
.cid-t6dlcrAf84 H2 {
  color: #ffffff;
}
.cid-t6dlcrWZxC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6dlcrWZxC H1 {
  color: #029c86;
}
.cid-t6dlcrWZxC .mbr-text,
.cid-t6dlcrWZxC .mbr-section-btn {
  color: #232323;
}
.cid-t6dlcrWZxC H3 {
  color: #000000;
  text-align: center;
}
.cid-t6dlcsdxCC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6dlcsdxCC H1 {
  color: #ffffff;
}
.cid-t6dlcsdxCC .mbr-text,
.cid-t6dlcsdxCC .mbr-section-btn {
  color: #232323;
}
.cid-t6dlcsdxCC H3 {
  color: #000000;
}
.cid-t6dlcsxLji {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t6dlcsxLji .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-t6dlcsxLji .video-block {
    width: 100% !important;
  }
}
.cid-t6dlcsJinG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-t6dlcsJinG .image-block {
  margin: auto;
}
.cid-t6dlcsJinG figcaption {
  position: relative;
}
.cid-t6dlcsJinG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6dlcsJinG .image-block {
    width: 100% !important;
  }
}
.cid-t6dlcsTvc4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6dlcsTvc4 H1 {
  color: #232323;
}
.cid-t6dlcsTvc4 .mbr-text,
.cid-t6dlcsTvc4 .mbr-section-btn {
  color: #232323;
}
.cid-t6dlcsTvc4 H3 {
  color: #232323;
}
.cid-t6dlct6rR8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-t6dlct6rR8 .image-block {
  margin: auto;
}
.cid-t6dlct6rR8 figcaption {
  position: relative;
}
.cid-t6dlct6rR8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6dlct6rR8 .image-block {
    width: 100% !important;
  }
}
.cid-t6dlctgKef {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6dlctgKef P {
  color: #767676;
}
.cid-t6dlctgKef .mbr-text,
.cid-t6dlctgKef .mbr-section-btn {
  color: #f9f295;
}
.cid-t6dlctgKef H3 {
  color: #232323;
}
.cid-t6dlctgKef H1 {
  color: #ffffff;
}
.cid-t6dlcttkYV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6dlcttkYV P {
  color: #767676;
}
.cid-t6dlcttkYV .mbr-text,
.cid-t6dlcttkYV .mbr-section-btn {
  color: #029c86;
}
.cid-t6dlcttkYV H3 {
  color: #232323;
}
.cid-t6dlcttkYV H1 {
  color: #ffffff;
}
.cid-t6dlctHnfY {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-t6dlctHnfY .image-block {
  margin: auto;
}
.cid-t6dlctHnfY figcaption {
  position: relative;
}
.cid-t6dlctHnfY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6dlctHnfY .image-block {
    width: 100% !important;
  }
}
.cid-tg2lbfW6YA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg2lbfW6YA .mbr-section-subtitle {
  color: #232323;
}
.cid-tg2lbfW6YA H2 {
  color: #000000;
}
.cid-tg2lgsNGKK {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tg2lgsNGKK .counter-container {
  color: #767676;
}
.cid-tg2lgsNGKK .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tg2lgsNGKK .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tg2lgsNGKK .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tg2lgsNGKK .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tg2lgsNGKK .mbr-text {
  color: #000000;
}
.cid-t6dlcu7tCV {
  background: #029c86;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-t6dlcu7tCV .image-block {
  margin: auto;
}
.cid-t6dlcu7tCV figcaption {
  position: relative;
}
.cid-t6dlcu7tCV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6dlcu7tCV .image-block {
    width: 100% !important;
  }
}
.cid-t6dlcuhNN9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #029c86;
}
.cid-t6dlcuhNN9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t6dlcuhNN9 H2 {
  color: #ffffff;
}
.cid-t6dlcusDVr {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #029c86;
}
.cid-t6dlcusDVr .mbr-section-subtitle {
  color: #767676;
}
.cid-t6dlcusDVr H2 {
  color: #ffffff;
}
.cid-t6dlcuUYWE {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t6dlcuUYWE .mbr-section-subtitle {
  color: #232323;
}
.cid-t6dlcuUYWE H2 {
  color: #0c1926;
}
.cid-t6dlcv4DJm {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-t6dlcv4DJm .image-block {
  margin: auto;
}
.cid-t6dlcv4DJm figcaption {
  position: relative;
}
.cid-t6dlcv4DJm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6dlcv4DJm .image-block {
    width: 100% !important;
  }
}
.cid-t6dlcvgX7f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6dlcvgX7f P {
  color: #767676;
}
.cid-t6dlcvgX7f .mbr-text,
.cid-t6dlcvgX7f .mbr-section-btn {
  color: #465052;
}
.cid-t6dlcvgX7f H3 {
  color: #232323;
}
.cid-t6dlcvgX7f H1 {
  color: #232323;
}
.cid-t6dlcvuf85 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-t6dlcvuf85 .image-block {
  margin: auto;
}
.cid-t6dlcvuf85 figcaption {
  position: relative;
}
.cid-t6dlcvuf85 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6dlcvuf85 .image-block {
    width: 100% !important;
  }
}
.cid-t6dlcvF5jj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-t6dlcvF5jj .image-block {
  margin: auto;
}
.cid-t6dlcvF5jj figcaption {
  position: relative;
}
.cid-t6dlcvF5jj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6dlcvF5jj .image-block {
    width: 100% !important;
  }
}
.cid-to8gyi9pb0 {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-to8gyi9pb0 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-to8gyi9pb0 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-to8gyi9pb0 .collapsed {
  border: none;
}
.cid-to8gyi9pb0 .collapsed span {
  transform: rotate(0deg);
}
.cid-to8gyi9pb0 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-to8gyi9pb0 .panel-body {
  padding-top: 0.5rem;
}
.cid-to8gyi9pb0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-to8gyi9pb0 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-to8gyi9pb0 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-to8gyi9pb0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-to8gyi9pb0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-to8gyi9pb0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-to8gyi9pb0 .panel-text {
  color: #ffffff;
}
.cid-to8gyi9pb0 H4 {
  color: #ffffff;
}
.cid-to8gyi9pb0 H2 {
  color: #ffffff;
}
.cid-to8gyi9pb0 .mbr-section-text {
  color: #ffffff;
}
.cid-to8hn9OSb9 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8hn9OSb9 .image-block {
  margin: auto;
}
.cid-to8hn9OSb9 figcaption {
  position: relative;
}
.cid-to8hn9OSb9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8hn9OSb9 .image-block {
    width: 100% !important;
  }
}
.cid-tpyzeFROsA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpyzeFROsA .mbr-section-subtitle {
  color: #232323;
}
.cid-tpyzeFROsA H2 {
  color: #ffffff;
}
.cid-t9HBJgWYPb {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t9HBJgWYPb .mbr-section-subtitle {
  color: #5b686b;
}
.cid-t9HBJgWYPb H2 {
  color: #0f7699;
}
.cid-t9HBJhfWRu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t9HBJhfWRu .mbr-text,
.cid-t9HBJhfWRu blockquote {
  color: #767676;
}
.cid-t9HBJhfWRu .mbr-text {
  color: #232323;
}
.cid-t9HBJhrAlj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t9HBJhrAlj .mbr-section-subtitle {
  color: #767676;
}
.cid-t9HBJhrAlj H2 {
  text-align: center;
}
.cid-to2pU6ULEI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2pU6ULEI .mbr-section-subtitle {
  color: #232323;
}
.cid-to2pU6ULEI H2 {
  color: #ffffff;
}
.cid-tanlDbA7im {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tanlDbA7im .image-block {
  margin: auto;
}
.cid-tanlDbA7im figcaption {
  position: relative;
}
.cid-tanlDbA7im figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tanlDbA7im .image-block {
    width: 100% !important;
  }
}
.cid-sDVNkOfz3i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVNkOfz3i .mbr-section-subtitle {
  color: #000000;
}
.cid-sDVNkOfz3i H2 {
  color: #000000;
}
.cid-sDVNkOo0aH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVNkOo0aH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVNkOo0aH .video-block {
    width: 100% !important;
  }
}
.cid-sDVNkOxkRn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDVNkOxkRn P {
  color: #767676;
}
.cid-sDVNkOxkRn .mbr-text,
.cid-sDVNkOxkRn .mbr-section-btn {
  color: #465052;
}
.cid-sDVNkOxkRn H3 {
  color: #232323;
}
.cid-sDVNkOxkRn H1 {
  color: #000000;
}
.cid-tamXn4NMCQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tamXn4NMCQ .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tamXn4NMCQ H2 {
  color: #073b4c;
}
.cid-tamXp0Xktz {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tamXp0Xktz .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tamXp0Xktz .video-block {
    width: 100% !important;
  }
}
.cid-to8drHk6y9 {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-to8drHk6y9 .image-block {
  margin: auto;
}
.cid-to8drHk6y9 figcaption {
  position: relative;
}
.cid-to8drHk6y9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8drHk6y9 .image-block {
    width: 100% !important;
  }
}
.cid-to8dsnISIC {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8dsnISIC .image-block {
  margin: auto;
}
.cid-to8dsnISIC figcaption {
  position: relative;
}
.cid-to8dsnISIC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8dsnISIC .image-block {
    width: 100% !important;
  }
}
.cid-tancOsANyl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tancOsANyl .mbr-section-subtitle {
  color: #767676;
}
.cid-tancOsANyl H2 {
  color: #232323;
}
.cid-tancP8qUbV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tancP8qUbV .image-block {
  margin: auto;
}
.cid-tancP8qUbV figcaption {
  position: relative;
}
.cid-tancP8qUbV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tancP8qUbV .image-block {
    width: 100% !important;
  }
}
.cid-tancPFvLtj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tancPFvLtj H1 {
  color: #000000;
}
.cid-tancPFvLtj .mbr-text,
.cid-tancPFvLtj .mbr-section-btn {
  color: #232323;
}
.cid-tancPFvLtj H3 {
  color: #232323;
}
.cid-tancQonHqY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tancQonHqY .mbr-section-subtitle {
  color: #000000;
}
.cid-tancQonHqY H2 {
  color: #000000;
}
.cid-to8d0ki2Zm {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-to8d0ki2Zm .image-block {
  margin: auto;
}
.cid-to8d0ki2Zm figcaption {
  position: relative;
}
.cid-to8d0ki2Zm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8d0ki2Zm .image-block {
    width: 100% !important;
  }
}
.cid-to8daC3Utc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-to8daC3Utc .image-block {
  margin: auto;
}
.cid-to8daC3Utc figcaption {
  position: relative;
}
.cid-to8daC3Utc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8daC3Utc .image-block {
    width: 100% !important;
  }
}
.cid-ttop46ZVJn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-ttop46ZVJn .image-block {
  margin: auto;
}
.cid-ttop46ZVJn figcaption {
  position: relative;
}
.cid-ttop46ZVJn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttop46ZVJn .image-block {
    width: 100% !important;
  }
}
.cid-tanh6m6NWt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tanh6m6NWt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tanh6m6NWt H2 {
  color: #ffffff;
}
.cid-tamO3fe2Wy {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tamO3fe2Wy .image-block {
  margin: auto;
}
.cid-tamO3fe2Wy figcaption {
  position: relative;
}
.cid-tamO3fe2Wy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamO3fe2Wy .image-block {
    width: 100% !important;
  }
}
.cid-to2cMzWzSZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2cMzWzSZ .mbr-section-subtitle {
  color: #232323;
}
.cid-to2cMzWzSZ H2 {
  color: #ffffff;
}
.cid-sQtBiixoRo {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sQtBiixoRo .image-block {
  margin: auto;
}
.cid-sQtBiixoRo figcaption {
  position: relative;
}
.cid-sQtBiixoRo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sQtBiixoRo .image-block {
    width: 100% !important;
  }
}
.cid-sDVIK87x4F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVIK87x4F .mbr-section-subtitle {
  color: #232323;
}
.cid-sDVIK87x4F H2 {
  color: #000000;
}
.cid-sDVIK8iB07 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVIK8iB07 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVIK8iB07 .video-block {
    width: 100% !important;
  }
}
.cid-sDVJkZ2TXf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDVJkZ2TXf P {
  color: #767676;
}
.cid-sDVJkZ2TXf .mbr-text,
.cid-sDVJkZ2TXf .mbr-section-btn {
  color: #465052;
}
.cid-sDVJkZ2TXf H3 {
  color: #232323;
}
.cid-sDVJkZ2TXf H1 {
  color: #232323;
}
.cid-tamYtkkV2I {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tamYtkkV2I .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tamYtkkV2I H2 {
  color: #073b4c;
}
.cid-tamYr069JZ {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tamYr069JZ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tamYr069JZ .video-block {
    width: 100% !important;
  }
}
.cid-tand79yky8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tand79yky8 .mbr-section-subtitle {
  color: #767676;
}
.cid-tand79yky8 H2 {
  color: #232323;
}
.cid-to8dBSqkSk {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-to8dBSqkSk .image-block {
  margin: auto;
}
.cid-to8dBSqkSk figcaption {
  position: relative;
}
.cid-to8dBSqkSk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8dBSqkSk .image-block {
    width: 100% !important;
  }
}
.cid-to8dF0tFLX {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8dF0tFLX .image-block {
  margin: auto;
}
.cid-to8dF0tFLX figcaption {
  position: relative;
}
.cid-to8dF0tFLX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8dF0tFLX .image-block {
    width: 100% !important;
  }
}
.cid-tand7RN6y1 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tand7RN6y1 .image-block {
  margin: auto;
}
.cid-tand7RN6y1 figcaption {
  position: relative;
}
.cid-tand7RN6y1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tand7RN6y1 .image-block {
    width: 100% !important;
  }
}
.cid-tand8pk1Xl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tand8pk1Xl H1 {
  color: #000000;
}
.cid-tand8pk1Xl .mbr-text,
.cid-tand8pk1Xl .mbr-section-btn {
  color: #232323;
}
.cid-tand8pk1Xl H3 {
  color: #232323;
}
.cid-to8fIBUzmi {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-to8fIBUzmi .image-block {
  margin: auto;
}
.cid-to8fIBUzmi figcaption {
  position: relative;
}
.cid-to8fIBUzmi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8fIBUzmi .image-block {
    width: 100% !important;
  }
}
.cid-ttoZpwI0F8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttoZpwI0F8 .mbr-section-subtitle {
  color: #232323;
}
.cid-ttoZpwI0F8 H2 {
  color: #000000;
}
.cid-tamNs9Zqp1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tamNs9Zqp1 .image-block {
  margin: auto;
}
.cid-tamNs9Zqp1 figcaption {
  position: relative;
}
.cid-tamNs9Zqp1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamNs9Zqp1 .image-block {
    width: 100% !important;
  }
}
.cid-tan6bXsxp5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tan6bXsxp5 .image-block {
  margin: auto;
}
.cid-tan6bXsxp5 figcaption {
  position: relative;
}
.cid-tan6bXsxp5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tan6bXsxp5 .image-block {
    width: 100% !important;
  }
}
.cid-tan6JqIdsF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tan6JqIdsF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tan6JqIdsF H2 {
  color: #232323;
}
.cid-to8e6TPfFp {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-to8e6TPfFp .image-block {
  margin: auto;
}
.cid-to8e6TPfFp figcaption {
  position: relative;
}
.cid-to8e6TPfFp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8e6TPfFp .image-block {
    width: 100% !important;
  }
}
.cid-tan6czqlkn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tan6czqlkn .mbr-section-subtitle {
  color: #465052;
}
.cid-tan6czqlkn H2 {
  color: #000000;
}
.cid-tand9gJqp0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tand9gJqp0 .mbr-section-subtitle {
  color: #000000;
}
.cid-tand9gJqp0 H2 {
  color: #000000;
}
.cid-to8CCdWQmS {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-to8CCdWQmS p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-to8CCdWQmS .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-to8CCdWQmS .collapsed {
  border: none;
}
.cid-to8CCdWQmS .collapsed span {
  transform: rotate(0deg);
}
.cid-to8CCdWQmS span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-to8CCdWQmS .panel-body {
  padding-top: 0.5rem;
}
.cid-to8CCdWQmS .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-to8CCdWQmS .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-to8CCdWQmS .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-to8CCdWQmS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-to8CCdWQmS .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-to8CCdWQmS .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-to8CCdWQmS .panel-text {
  color: #ffffff;
}
.cid-to8CCdWQmS H4 {
  color: #ffffff;
}
.cid-to8CCdWQmS H2 {
  color: #ffffff;
}
.cid-to8CCdWQmS .mbr-section-text {
  color: #ffffff;
}
.cid-tandawpum6 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tandawpum6 .image-block {
  margin: auto;
}
.cid-tandawpum6 figcaption {
  position: relative;
}
.cid-tandawpum6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tandawpum6 .image-block {
    width: 100% !important;
  }
}
.cid-tanh0LrMI0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tanh0LrMI0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tanh0LrMI0 H2 {
  color: #ffffff;
}
.cid-tamNvnGmo2 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tamNvnGmo2 .image-block {
  margin: auto;
}
.cid-tamNvnGmo2 figcaption {
  position: relative;
}
.cid-tamNvnGmo2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamNvnGmo2 .image-block {
    width: 100% !important;
  }
}
.cid-to2kJ9N1fJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-to2kJ9N1fJ .mbr-section-subtitle {
  color: #232323;
}
.cid-to2kJ9N1fJ H2 {
  color: #ffffff;
}
.cid-tanlJpqJeS {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tanlJpqJeS .image-block {
  margin: auto;
}
.cid-tanlJpqJeS figcaption {
  position: relative;
}
.cid-tanlJpqJeS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tanlJpqJeS .image-block {
    width: 100% !important;
  }
}
.cid-sDVKxGcLzP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVKxGcLzP .mbr-section-subtitle {
  color: #000000;
}
.cid-sDVKxGcLzP H2 {
  color: #000000;
}
.cid-sDVKxGoJS9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVKxGoJS9 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVKxGoJS9 .video-block {
    width: 100% !important;
  }
}
.cid-sDVKxGAXz6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVKxGAXz6 P {
  color: #767676;
}
.cid-sDVKxGAXz6 .mbr-text,
.cid-sDVKxGAXz6 .mbr-section-btn {
  color: #465052;
}
.cid-sDVKxGAXz6 H3 {
  color: #000000;
}
.cid-sDVKxGAXz6 H1 {
  color: #000000;
}
.cid-tamZ8VLka2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tamZ8VLka2 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tamZ8VLka2 H2 {
  color: #0c1926;
}
.cid-tamZ8805c2 {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tamZ8805c2 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tamZ8805c2 .video-block {
    width: 100% !important;
  }
}
.cid-to8eGIrxqB {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-to8eGIrxqB .image-block {
  margin: auto;
}
.cid-to8eGIrxqB figcaption {
  position: relative;
}
.cid-to8eGIrxqB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8eGIrxqB .image-block {
    width: 100% !important;
  }
}
.cid-to8eHlxCk4 {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-to8eHlxCk4 .image-block {
  margin: auto;
}
.cid-to8eHlxCk4 figcaption {
  position: relative;
}
.cid-to8eHlxCk4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8eHlxCk4 .image-block {
    width: 100% !important;
  }
}
.cid-tandxvXOTD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tandxvXOTD .mbr-section-subtitle {
  color: #000000;
}
.cid-tandxvXOTD H2 {
  color: #0c1926;
}
.cid-tan255cZhb {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tan255cZhb .image-block {
  margin: auto;
}
.cid-tan255cZhb figcaption {
  position: relative;
}
.cid-tan255cZhb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tan255cZhb .image-block {
    width: 100% !important;
  }
}
.cid-ttoZm32quf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttoZm32quf .mbr-section-subtitle {
  color: #232323;
}
.cid-ttoZm32quf H2 {
  color: #000000;
}
.cid-tamLUayKWW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tamLUayKWW .image-block {
  margin: auto;
}
.cid-tamLUayKWW figcaption {
  position: relative;
}
.cid-tamLUayKWW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamLUayKWW .image-block {
    width: 100% !important;
  }
}
.cid-tamMfEyMiZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tamMfEyMiZ .image-block {
  margin: auto;
}
.cid-tamMfEyMiZ figcaption {
  position: relative;
}
.cid-tamMfEyMiZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamMfEyMiZ .image-block {
    width: 100% !important;
  }
}
.cid-tan6u0Il0s {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tan6u0Il0s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tan6u0Il0s H2 {
  color: #000000;
}
.cid-tamMae0iRT {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tamMae0iRT .image-block {
  margin: auto;
}
.cid-tamMae0iRT figcaption {
  position: relative;
}
.cid-tamMae0iRT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamMae0iRT .image-block {
    width: 100% !important;
  }
}
.cid-tan26aWoX1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tan26aWoX1 .mbr-section-subtitle {
  color: #465052;
}
.cid-tan26aWoX1 H2 {
  color: #000000;
}
.cid-tanduOm90R {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tanduOm90R .mbr-section-subtitle {
  color: #767676;
}
.cid-tanduOm90R H2 {
  color: #000000;
}
.cid-tandvgnTmg {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tandvgnTmg .image-block {
  margin: auto;
}
.cid-tandvgnTmg figcaption {
  position: relative;
}
.cid-tandvgnTmg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tandvgnTmg .image-block {
    width: 100% !important;
  }
}
.cid-tandvRDpMd {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tandvRDpMd H1 {
  color: #000000;
}
.cid-tandvRDpMd .mbr-text,
.cid-tandvRDpMd .mbr-section-btn {
  color: #232323;
}
.cid-tandvRDpMd H3 {
  color: #232323;
}
.cid-to8CPZET1n {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-to8CPZET1n p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-to8CPZET1n .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-to8CPZET1n .collapsed {
  border: none;
}
.cid-to8CPZET1n .collapsed span {
  transform: rotate(0deg);
}
.cid-to8CPZET1n span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-to8CPZET1n .panel-body {
  padding-top: 0.5rem;
}
.cid-to8CPZET1n .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-to8CPZET1n .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-to8CPZET1n .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-to8CPZET1n .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-to8CPZET1n .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-to8CPZET1n .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-to8CPZET1n .panel-text {
  color: #ffffff;
}
.cid-to8CPZET1n H4 {
  color: #ffffff;
}
.cid-to8CPZET1n H2 {
  color: #ffffff;
}
.cid-to8CPZET1n .mbr-section-text {
  color: #ffffff;
}
.cid-ttoqPm4TZa {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-ttoqPm4TZa .image-block {
  margin: auto;
}
.cid-ttoqPm4TZa figcaption {
  position: relative;
}
.cid-ttoqPm4TZa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoqPm4TZa .image-block {
    width: 100% !important;
  }
}
.cid-tangGHUb8r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tangGHUb8r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tangGHUb8r H2 {
  color: #ffffff;
}
.cid-tamM2IEhif {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tamM2IEhif .image-block {
  margin: auto;
}
.cid-tamM2IEhif figcaption {
  position: relative;
}
.cid-tamM2IEhif figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamM2IEhif .image-block {
    width: 100% !important;
  }
}
.cid-to2kRupjkc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-to2kRupjkc .mbr-section-subtitle {
  color: #232323;
}
.cid-to2kRupjkc H2 {
  color: #ffffff;
}
.cid-tanlLODjYy {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tanlLODjYy .image-block {
  margin: auto;
}
.cid-tanlLODjYy figcaption {
  position: relative;
}
.cid-tanlLODjYy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tanlLODjYy .image-block {
    width: 100% !important;
  }
}
.cid-sDVNlDr5BB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVNlDr5BB .mbr-section-subtitle {
  color: #000000;
}
.cid-sDVNlDr5BB H2 {
  color: #000000;
}
.cid-sDVNlDzfAk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVNlDzfAk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVNlDzfAk .video-block {
    width: 100% !important;
  }
}
.cid-sDVNlDIrg2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVNlDIrg2 P {
  color: #767676;
}
.cid-sDVNlDIrg2 .mbr-text,
.cid-sDVNlDIrg2 .mbr-section-btn {
  color: #465052;
}
.cid-sDVNlDIrg2 H3 {
  color: #232323;
}
.cid-sDVNlDIrg2 H1 {
  color: #000000;
}
.cid-tamZus0Cqf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tamZus0Cqf .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tamZus0Cqf H2 {
  color: #ffffff;
}
.cid-tamZvGV01g {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tamZvGV01g .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tamZvGV01g .video-block {
    width: 100% !important;
  }
}
.cid-tano7hWAeh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tano7hWAeh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tano7hWAeh H2 {
  color: #f9f295;
}
.cid-tamSt7fZYg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tamSt7fZYg .mbr-section-subtitle {
  color: #232323;
}
.cid-tamSt7fZYg H2 {
  color: #000000;
}
.cid-to8g34JnZG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-to8g34JnZG .image-block {
  margin: auto;
}
.cid-to8g34JnZG figcaption {
  position: relative;
}
.cid-to8g34JnZG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8g34JnZG .image-block {
    width: 100% !important;
  }
}
.cid-tamZspdiUL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tamZspdiUL .mbr-section-subtitle {
  color: #232323;
}
.cid-tamZspdiUL H2 {
  color: #232323;
}
.cid-to8g2kbVAI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-to8g2kbVAI .image-block {
  margin: auto;
}
.cid-to8g2kbVAI figcaption {
  position: relative;
}
.cid-to8g2kbVAI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8g2kbVAI .image-block {
    width: 100% !important;
  }
}
.cid-tan1IKyi66 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tan1IKyi66 .mbr-section-subtitle {
  color: #465052;
}
.cid-tan1IKyi66 H2 {
  color: #000000;
}
.cid-tandYdhuWc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tandYdhuWc .mbr-section-subtitle {
  color: #767676;
}
.cid-tandYdhuWc H2 {
  color: #ffffff;
}
.cid-tandYHFmvI {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tandYHFmvI .image-block {
  margin: auto;
}
.cid-tandYHFmvI figcaption {
  position: relative;
}
.cid-tandYHFmvI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tandYHFmvI .image-block {
    width: 100% !important;
  }
}
.cid-tandZ9Xt2g {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tandZ9Xt2g H1 {
  color: #ffffff;
}
.cid-tandZ9Xt2g .mbr-text,
.cid-tandZ9Xt2g .mbr-section-btn {
  color: #232323;
}
.cid-tandZ9Xt2g H3 {
  color: #232323;
}
.cid-to8CYVLi4A {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-to8CYVLi4A p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-to8CYVLi4A .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-to8CYVLi4A .collapsed {
  border: none;
}
.cid-to8CYVLi4A .collapsed span {
  transform: rotate(0deg);
}
.cid-to8CYVLi4A span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-to8CYVLi4A .panel-body {
  padding-top: 0.5rem;
}
.cid-to8CYVLi4A .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-to8CYVLi4A .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-to8CYVLi4A .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-to8CYVLi4A .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-to8CYVLi4A .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-to8CYVLi4A .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-to8CYVLi4A .panel-text {
  color: #ffffff;
}
.cid-to8CYVLi4A H4 {
  color: #ffffff;
}
.cid-to8CYVLi4A H2 {
  color: #ffffff;
}
.cid-to8CYVLi4A .mbr-section-text {
  color: #ffffff;
}
.cid-tangJifrLd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tangJifrLd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tangJifrLd H2 {
  color: #ffffff;
}
.cid-tamJ8KI0ym {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tamJ8KI0ym .image-block {
  margin: auto;
}
.cid-tamJ8KI0ym figcaption {
  position: relative;
}
.cid-tamJ8KI0ym figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamJ8KI0ym .image-block {
    width: 100% !important;
  }
}
.cid-to8D2dzoHe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-to8D2dzoHe .mbr-section-subtitle {
  color: #232323;
}
.cid-to8D2dzoHe H2 {
  color: #ffffff;
}
.cid-tjoPfCFgLa {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoPfCFgLa .image-block {
  margin: auto;
}
.cid-tjoPfCFgLa figcaption {
  position: relative;
}
.cid-tjoPfCFgLa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoPfCFgLa .image-block {
    width: 100% !important;
  }
}
.cid-teZdoSUGsP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-teZdoSUGsP .mbr-section-subtitle {
  color: #232323;
}
.cid-teZdoSUGsP H2 {
  color: #000000;
}
.cid-teZdoT5wEA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-teZdoT5wEA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-teZdoT5wEA .video-block {
    width: 100% !important;
  }
}
.cid-tpytpchI06 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpytpchI06 .mbr-section-subtitle {
  color: #000000;
}
.cid-tpytpchI06 H2 {
  color: #000000;
}
.cid-teZdoTrCo4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-teZdoTrCo4 .image-block {
  margin: auto;
}
.cid-teZdoTrCo4 figcaption {
  position: relative;
}
.cid-teZdoTrCo4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-teZdoTrCo4 .image-block {
    width: 100% !important;
  }
}
.cid-to1sXBUnoo {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-to1sXBUnoo .image-block {
  margin: auto;
}
.cid-to1sXBUnoo figcaption {
  position: relative;
}
.cid-to1sXBUnoo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to1sXBUnoo .image-block {
    width: 100% !important;
  }
}
.cid-to24dBJgvW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-to24dBJgvW .mbr-section-title {
  text-align: center;
  color: #ffc700;
}
.cid-to24dBJgvW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoq4RsFw7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ttoq4RsFw7 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttoq4RsFw7 H2 {
  color: #232323;
}
.cid-to884k8bEC {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to884k8bEC .image-block {
  margin: auto;
}
.cid-to884k8bEC figcaption {
  position: relative;
}
.cid-to884k8bEC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to884k8bEC .image-block {
    width: 100% !important;
  }
}
.cid-to1sl8ebXY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to1sl8ebXY .mbr-section-subtitle {
  color: #232323;
}
.cid-to1sl8ebXY H2 {
  color: #ffffff;
}
.cid-tjoQkMbvNF {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoQkMbvNF .image-block {
  margin: auto;
}
.cid-tjoQkMbvNF figcaption {
  position: relative;
}
.cid-tjoQkMbvNF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoQkMbvNF .image-block {
    width: 100% !important;
  }
}
.cid-sDVE28XK8P {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVE28XK8P .mbr-section-subtitle {
  color: #232323;
}
.cid-sDVE28XK8P H2 {
  color: #465052;
}
.cid-sDVE299YRD {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVE299YRD .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVE299YRD .video-block {
    width: 100% !important;
  }
}
.cid-sDZyVYgbSj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDZyVYgbSj P {
  color: #767676;
}
.cid-sDZyVYgbSj .mbr-text,
.cid-sDZyVYgbSj .mbr-section-btn {
  color: #465052;
}
.cid-sDZyVYgbSj H3 {
  color: #232323;
}
.cid-sDZyVYgbSj H1 {
  color: #232323;
}
.cid-tpyugetV94 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpyugetV94 .mbr-section-subtitle {
  color: #000000;
}
.cid-tpyugetV94 H2 {
  color: #000000;
}
.cid-to8a4o80jT {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8a4o80jT .image-block {
  margin: auto;
}
.cid-to8a4o80jT figcaption {
  position: relative;
}
.cid-to8a4o80jT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8a4o80jT .image-block {
    width: 100% !important;
  }
}
.cid-tfEBFYI3ii {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tfEBFYI3ii .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfEBFYI3ii H2 {
  color: #0c1926;
}
.cid-tfEBGAjLz4 {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tfEBGAjLz4 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfEBGAjLz4 .video-block {
    width: 100% !important;
  }
}
.cid-to8a8Lzmsa {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8a8Lzmsa .image-block {
  margin: auto;
}
.cid-to8a8Lzmsa figcaption {
  position: relative;
}
.cid-to8a8Lzmsa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8a8Lzmsa .image-block {
    width: 100% !important;
  }
}
.cid-to27AFEcuu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to27AFEcuu .mbr-section-subtitle {
  color: #232323;
}
.cid-to27AFEcuu H2 {
  color: #ffffff;
}
.cid-tjoQ8cqGTB {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoQ8cqGTB .image-block {
  margin: auto;
}
.cid-tjoQ8cqGTB figcaption {
  position: relative;
}
.cid-tjoQ8cqGTB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoQ8cqGTB .image-block {
    width: 100% !important;
  }
}
.cid-sDVCj3hcQg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVCj3hcQg .mbr-section-subtitle {
  color: #232323;
}
.cid-sDVCj3hcQg H2 {
  color: #465052;
}
.cid-sDVCj3tzMw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVCj3tzMw .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVCj3tzMw .video-block {
    width: 100% !important;
  }
}
.cid-tpytVzlCSh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpytVzlCSh .mbr-section-subtitle {
  color: #000000;
}
.cid-tpytVzlCSh H2 {
  color: #000000;
}
.cid-to89gj6qCz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to89gj6qCz .image-block {
  margin: auto;
}
.cid-to89gj6qCz figcaption {
  position: relative;
}
.cid-to89gj6qCz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to89gj6qCz .image-block {
    width: 100% !important;
  }
}
.cid-ttopCnwZzr {
  background: #7f1933;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-ttopCnwZzr .image-block {
  margin: auto;
}
.cid-ttopCnwZzr figcaption {
  position: relative;
}
.cid-ttopCnwZzr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttopCnwZzr .image-block {
    width: 100% !important;
  }
}
.cid-tjoOG8UHrc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-tjoOG8UHrc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjoOG8UHrc H2 {
  color: #ffffff;
}
.cid-to89qXn6JJ {
  background: #7f1933;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to89qXn6JJ .image-block {
  margin: auto;
}
.cid-to89qXn6JJ figcaption {
  position: relative;
}
.cid-to89qXn6JJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to89qXn6JJ .image-block {
    width: 100% !important;
  }
}
.cid-to27nke65x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to27nke65x .mbr-section-subtitle {
  color: #232323;
}
.cid-to27nke65x H2 {
  color: #ffffff;
}
.cid-tjoPILd2mZ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoPILd2mZ .image-block {
  margin: auto;
}
.cid-tjoPILd2mZ figcaption {
  position: relative;
}
.cid-tjoPILd2mZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoPILd2mZ .image-block {
    width: 100% !important;
  }
}
.cid-sDVA72sk9v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDVA72sk9v .mbr-section-subtitle {
  color: #000000;
}
.cid-sDVA72sk9v H2 {
  color: #000000;
}
.cid-sDVA72DQ0I {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVA72DQ0I .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVA72DQ0I .video-block {
    width: 100% !important;
  }
}
.cid-teZbn5ZOnZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-teZbn5ZOnZ .mbr-section-subtitle {
  color: #000000;
}
.cid-teZbn5ZOnZ H2 {
  color: #000000;
}
.cid-tsbRSHjOaa {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tsbRSHjOaa .image-block {
  margin: auto;
}
.cid-tsbRSHjOaa figcaption {
  position: relative;
}
.cid-tsbRSHjOaa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbRSHjOaa .image-block {
    width: 100% !important;
  }
}
.cid-tf3pjWSsUq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tf3pjWSsUq .mbr-section-subtitle {
  color: #232323;
}
.cid-tf3pjWSsUq H2 {
  text-align: center;
  color: #0c1926;
}
.cid-tf3piMQoKm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tf3piMQoKm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tf3piMQoKm p {
  color: #767676;
  text-align: left;
}
.cid-tf3piMQoKm .card-box {
  padding-top: 2rem;
}
.cid-tf3piMQoKm .card-wrapper {
  height: 100%;
}
.cid-tf3piMQoKm P {
  text-align: center;
  color: #000000;
}
.cid-tf3piMQoKm .card-title {
  text-align: center;
  color: #0c1926;
}
.cid-to88bt09Vn {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to88bt09Vn .image-block {
  margin: auto;
}
.cid-to88bt09Vn figcaption {
  position: relative;
}
.cid-to88bt09Vn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to88bt09Vn .image-block {
    width: 100% !important;
  }
}
.cid-to1t47PNjs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to1t47PNjs .mbr-section-subtitle {
  color: #232323;
}
.cid-to1t47PNjs H2 {
  color: #ffffff;
}
.cid-tjoQpE2xTC {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoQpE2xTC .image-block {
  margin: auto;
}
.cid-tjoQpE2xTC figcaption {
  position: relative;
}
.cid-tjoQpE2xTC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoQpE2xTC .image-block {
    width: 100% !important;
  }
}
.cid-tfEz39dw49 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfEz39dw49 .mbr-section-subtitle {
  color: #232323;
}
.cid-tfEz39dw49 H2 {
  color: #465052;
}
.cid-tfEz39oK1g {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfEz39oK1g .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfEz39oK1g .video-block {
    width: 100% !important;
  }
}
.cid-tfEz39Bb3x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfEz39Bb3x P {
  color: #767676;
}
.cid-tfEz39Bb3x .mbr-text,
.cid-tfEz39Bb3x .mbr-section-btn {
  color: #465052;
}
.cid-tfEz39Bb3x H3 {
  color: #232323;
}
.cid-tfEz39Bb3x H1 {
  color: #232323;
}
.cid-tpyunbZ7ag {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpyunbZ7ag .mbr-section-subtitle {
  color: #000000;
}
.cid-tpyunbZ7ag H2 {
  color: #000000;
}
.cid-to8aiJlj6d {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8aiJlj6d .image-block {
  margin: auto;
}
.cid-to8aiJlj6d figcaption {
  position: relative;
}
.cid-to8aiJlj6d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8aiJlj6d .image-block {
    width: 100% !important;
  }
}
.cid-tfEC6mBddL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tfEC6mBddL .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfEC6mBddL H2 {
  color: #0c1926;
}
.cid-tfEC6VeNFK {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tfEC6VeNFK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfEC6VeNFK .video-block {
    width: 100% !important;
  }
}
.cid-to8ajhTz27 {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8ajhTz27 .image-block {
  margin: auto;
}
.cid-to8ajhTz27 figcaption {
  position: relative;
}
.cid-to8ajhTz27 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8ajhTz27 .image-block {
    width: 100% !important;
  }
}
.cid-to27H22df6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to27H22df6 .mbr-section-subtitle {
  color: #232323;
}
.cid-to27H22df6 H2 {
  color: #ffffff;
}
.cid-tjoQGeE8ft {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoQGeE8ft .image-block {
  margin: auto;
}
.cid-tjoQGeE8ft figcaption {
  position: relative;
}
.cid-tjoQGeE8ft figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoQGeE8ft .image-block {
    width: 100% !important;
  }
}
.cid-tfECZlb2he {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfECZlb2he .mbr-section-subtitle {
  color: #232323;
}
.cid-tfECZlb2he H2 {
  color: #465052;
}
.cid-tfECZlnF27 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfECZlnF27 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfECZlnF27 .video-block {
    width: 100% !important;
  }
}
.cid-tfECZlArs1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfECZlArs1 P {
  color: #767676;
}
.cid-tfECZlArs1 .mbr-text,
.cid-tfECZlArs1 .mbr-section-btn {
  color: #465052;
}
.cid-tfECZlArs1 H3 {
  color: #232323;
}
.cid-tfECZlArs1 H1 {
  color: #232323;
}
.cid-tpyurNSmQZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpyurNSmQZ .mbr-section-subtitle {
  color: #000000;
}
.cid-tpyurNSmQZ H2 {
  color: #000000;
}
.cid-to8axBIURX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8axBIURX .image-block {
  margin: auto;
}
.cid-to8axBIURX figcaption {
  position: relative;
}
.cid-to8axBIURX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8axBIURX .image-block {
    width: 100% !important;
  }
}
.cid-tfECZmlIFw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tfECZmlIFw .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfECZmlIFw H2 {
  color: #0c1926;
}
.cid-tfECZmwHia {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tfECZmwHia .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfECZmwHia .video-block {
    width: 100% !important;
  }
}
.cid-to8ay4Fqwm {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8ay4Fqwm .image-block {
  margin: auto;
}
.cid-to8ay4Fqwm figcaption {
  position: relative;
}
.cid-to8ay4Fqwm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8ay4Fqwm .image-block {
    width: 100% !important;
  }
}
.cid-to27ZMggIZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to27ZMggIZ .mbr-section-subtitle {
  color: #232323;
}
.cid-to27ZMggIZ H2 {
  color: #ffffff;
}
.cid-tjoQN1BdhZ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoQN1BdhZ .image-block {
  margin: auto;
}
.cid-tjoQN1BdhZ figcaption {
  position: relative;
}
.cid-tjoQN1BdhZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoQN1BdhZ .image-block {
    width: 100% !important;
  }
}
.cid-tfEDJUwGIs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tfEDJUwGIs .mbr-section-subtitle {
  color: #000000;
}
.cid-tfEDJUwGIs H2 {
  color: #465052;
}
.cid-tfEDJUH4ra {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfEDJUH4ra .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfEDJUH4ra .video-block {
    width: 100% !important;
  }
}
.cid-tfEDJUVOyf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfEDJUVOyf P {
  color: #767676;
}
.cid-tfEDJUVOyf .mbr-text,
.cid-tfEDJUVOyf .mbr-section-btn {
  color: #465052;
}
.cid-tfEDJUVOyf H3 {
  color: #000000;
}
.cid-tfEDJUVOyf H1 {
  color: #232323;
}
.cid-tpyuvWTSfL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpyuvWTSfL .mbr-section-subtitle {
  color: #000000;
}
.cid-tpyuvWTSfL H2 {
  color: #000000;
}
.cid-to8aQs6KhT {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8aQs6KhT .image-block {
  margin: auto;
}
.cid-to8aQs6KhT figcaption {
  position: relative;
}
.cid-to8aQs6KhT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8aQs6KhT .image-block {
    width: 100% !important;
  }
}
.cid-tfEDJVBkO1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tfEDJVBkO1 .mbr-section-subtitle {
  color: #232323;
}
.cid-tfEDJVBkO1 H2 {
  color: #122230;
}
.cid-tfEDJVOXLn {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tfEDJVOXLn .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfEDJVOXLn .video-block {
    width: 100% !important;
  }
}
.cid-to8aQTwbgv {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8aQTwbgv .image-block {
  margin: auto;
}
.cid-to8aQTwbgv figcaption {
  position: relative;
}
.cid-to8aQTwbgv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8aQTwbgv .image-block {
    width: 100% !important;
  }
}
.cid-to28fxrWAR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to28fxrWAR .mbr-section-subtitle {
  color: #232323;
}
.cid-to28fxrWAR H2 {
  color: #ffffff;
}
.cid-tjpmGe8jha {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjpmGe8jha .image-block {
  margin: auto;
}
.cid-tjpmGe8jha figcaption {
  position: relative;
}
.cid-tjpmGe8jha figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpmGe8jha .image-block {
    width: 100% !important;
  }
}
.cid-sDVNlc1jRZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVNlc1jRZ .mbr-section-subtitle {
  color: #232323;
}
.cid-sDVNlc1jRZ H2 {
  color: #000000;
}
.cid-sDVNlcccR8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVNlcccR8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVNlcccR8 .video-block {
    width: 100% !important;
  }
}
.cid-sDVNlcmzWz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVNlcmzWz P {
  color: #767676;
}
.cid-sDVNlcmzWz .mbr-text,
.cid-sDVNlcmzWz .mbr-section-btn {
  color: #465052;
}
.cid-sDVNlcmzWz H3 {
  color: #232323;
}
.cid-sDVNlcmzWz H1 {
  color: #232323;
}
.cid-tfVjuZuWjn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tfVjuZuWjn H1 {
  color: #ffe200;
}
.cid-tfVjuZuWjn .mbr-text,
.cid-tfVjuZuWjn .mbr-section-btn {
  color: #ffffff;
}
.cid-tfVjuZuWjn H3 {
  color: #ffffff;
}
.cid-thwLUnvhiv {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-thwLUnvhiv .image-block {
  margin: auto;
}
.cid-thwLUnvhiv figcaption {
  position: relative;
}
.cid-thwLUnvhiv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-thwLUnvhiv .image-block {
    width: 100% !important;
  }
}
.cid-tfWirIoH8y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tfWirIoH8y P {
  color: #767676;
}
.cid-tfWirIoH8y .mbr-text,
.cid-tfWirIoH8y .mbr-section-btn {
  color: #ffffff;
}
.cid-tfWirIoH8y H3 {
  color: #ffffff;
}
.cid-tfWirIoH8y H1 {
  color: #ffffff;
}
.cid-tfWixq496f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tfWixq496f .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfWixq496f H2 {
  color: #ffd200;
}
.cid-tfVjscQMUc {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tfVjscQMUc .image-block {
  margin: auto;
}
.cid-tfVjscQMUc figcaption {
  position: relative;
}
.cid-tfVjscQMUc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVjscQMUc .image-block {
    width: 100% !important;
  }
}
.cid-tfVjr7QYKv {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVjr7QYKv .image-block {
  margin: auto;
}
.cid-tfVjr7QYKv figcaption {
  position: relative;
}
.cid-tfVjr7QYKv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVjr7QYKv .image-block {
    width: 100% !important;
  }
}
.cid-tfVsx142ag {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tfVsx142ag .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfVsx142ag H2 {
  color: #ffffff;
}
.cid-tfVss41cnL {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfVss41cnL .image-block {
  margin: auto;
}
.cid-tfVss41cnL figcaption {
  position: relative;
}
.cid-tfVss41cnL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVss41cnL .image-block {
    width: 100% !important;
  }
}
.cid-tfVkG4qBff {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVkG4qBff .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfVkG4qBff H2 {
  color: #122230;
}
.cid-tfVjxVDdeZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVjxVDdeZ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVjxVDdeZ .video-block {
    width: 100% !important;
  }
}
.cid-tancF4gm19 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tancF4gm19 .mbr-section-subtitle {
  color: #000000;
}
.cid-tancF4gm19 H2 {
  color: #0c1926;
}
.cid-to29UU9JmX {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-to29UU9JmX .image-block {
  margin: auto;
}
.cid-to29UU9JmX figcaption {
  position: relative;
}
.cid-to29UU9JmX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to29UU9JmX .image-block {
    width: 100% !important;
  }
}
.cid-to29YCnxFz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-to29YCnxFz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-to29YCnxFz H2 {
  color: #000000;
}
.cid-to29ZoXaYF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-to29ZoXaYF .image-block {
  margin: auto;
}
.cid-to29ZoXaYF figcaption {
  position: relative;
}
.cid-to29ZoXaYF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to29ZoXaYF .image-block {
    width: 100% !important;
  }
}
.cid-ttopg98jJZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-ttopg98jJZ .image-block {
  margin: auto;
}
.cid-ttopg98jJZ figcaption {
  position: relative;
}
.cid-ttopg98jJZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttopg98jJZ .image-block {
    width: 100% !important;
  }
}
.cid-to29IdNEWc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to29IdNEWc .mbr-section-subtitle {
  color: #232323;
}
.cid-to29IdNEWc H2 {
  color: #ffffff;
}
.cid-tjoD6ktdJj {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tjoD6ktdJj .image-block {
  margin: auto;
}
.cid-tjoD6ktdJj figcaption {
  position: relative;
}
.cid-tjoD6ktdJj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoD6ktdJj .image-block {
    width: 100% !important;
  }
}
.cid-tjCeGHX8XK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjCeGHX8XK P {
  color: #767676;
}
.cid-tjCeGHX8XK H1 {
  color: #3e6e96;
}
.cid-tjCeGHX8XK .mbr-text,
.cid-tjCeGHX8XK .mbr-section-btn {
  color: #000000;
}
.cid-tjCeGHX8XK H3 {
  color: #0c1926;
}
.cid-tsbApZ92AB {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-tsbApZ92AB .image-block {
  margin: auto;
}
.cid-tsbApZ92AB figcaption {
  position: relative;
}
.cid-tsbApZ92AB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbApZ92AB .image-block {
    width: 100% !important;
  }
}
.cid-tjoDd5MueN {
  background: #85789e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjoDd5MueN .image-block {
  margin: auto;
}
.cid-tjoDd5MueN figcaption {
  position: relative;
}
.cid-tjoDd5MueN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoDd5MueN .image-block {
    width: 100% !important;
  }
}
.cid-tjCez3OMIs {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tjCez3OMIs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjCez3OMIs H2 {
  color: #ffffff;
}
.cid-tfVv9uxmEl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #3a3939;
}
.cid-tfVv9uxmEl .mbr-section-subtitle {
  color: #767676;
}
.cid-tfVv9uxmEl H2 {
  color: #ffffff;
}
.cid-tjCexnmVQN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #3a3939;
}
.cid-tjCexnmVQN .counter-container {
  color: #767676;
}
.cid-tjCexnmVQN .counter-container ul {
  margin-bottom: 0;
}
.cid-tjCexnmVQN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tjCexnmVQN .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffac00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tjCexnmVQN .mbr-text {
  color: #ffffff;
}
.cid-tfVv9uZNV2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tfVv9uZNV2 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfVv9uZNV2 H2 {
  color: #000000;
}
.cid-tjCeu1KwRZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tjCeu1KwRZ .counter-container {
  color: #767676;
}
.cid-tjCeu1KwRZ .counter-container ul {
  margin-bottom: 0;
}
.cid-tjCeu1KwRZ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tjCeu1KwRZ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0388b3;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tjCeu1KwRZ .mbr-text {
  color: #232323;
}
.cid-ttiEE5JSH0 {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ttiEE5JSH0 .image-block {
  margin: auto;
}
.cid-ttiEE5JSH0 figcaption {
  position: relative;
}
.cid-ttiEE5JSH0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiEE5JSH0 .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9vu0cX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9vu0cX H1 {
  color: #ffc700;
}
.cid-tfVv9vu0cX .mbr-text,
.cid-tfVv9vu0cX .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9vu0cX H3 {
  color: #5b686b;
}
.cid-tfVv9vMvNM {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9vMvNM .image-block {
  margin: auto;
}
.cid-tfVv9vMvNM figcaption {
  position: relative;
}
.cid-tfVv9vMvNM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9vMvNM .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9w1rJZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9w1rJZ P {
  color: #767676;
}
.cid-tfVv9w1rJZ .mbr-text,
.cid-tfVv9w1rJZ .mbr-section-btn {
  color: #465052;
}
.cid-tfVv9w1rJZ H3 {
  color: #232323;
}
.cid-tfVv9w1rJZ H1 {
  color: #ffffff;
}
.cid-tfVv9wPaLQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9wPaLQ .mbr-section-subtitle {
  color: #465052;
}
.cid-tfVv9wPaLQ H2 {
  color: #ffffff;
}
.cid-tsbyMFbTEC {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsbyMFbTEC .image-block {
  margin: auto;
}
.cid-tsbyMFbTEC figcaption {
  position: relative;
}
.cid-tsbyMFbTEC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbyMFbTEC .image-block {
    width: 100% !important;
  }
}
.cid-tsbyNPOEiS {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tsbyNPOEiS .image-block {
  margin: auto;
}
.cid-tsbyNPOEiS figcaption {
  position: relative;
}
.cid-tsbyNPOEiS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbyNPOEiS .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9wl6xf {
  background: #85789e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9wl6xf .image-block {
  margin: auto;
}
.cid-tfVv9wl6xf figcaption {
  position: relative;
}
.cid-tfVv9wl6xf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9wl6xf .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9x58Rf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9x58Rf H1 {
  color: #ffffff;
}
.cid-tfVv9x58Rf .mbr-text,
.cid-tfVv9x58Rf .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9x58Rf H3 {
  color: #232323;
}
.cid-tfVv9xokea {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfVv9xokea .image-block {
  margin: auto;
}
.cid-tfVv9xokea figcaption {
  position: relative;
}
.cid-tfVv9xokea figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9xokea .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9xC0xQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVv9xC0xQ .mbr-section-subtitle {
  color: #767676;
}
.cid-tfVv9xC0xQ H2 {
  color: #000000;
}
.cid-tjCefJDrly {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjCefJDrly h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCefJDrly p {
  color: #767676;
  text-align: left;
}
.cid-tjCefJDrly .card-box {
  padding-top: 2rem;
}
.cid-tjCefJDrly .card-wrapper {
  height: 100%;
}
.cid-tjCefJDrly .card-title DIV {
  text-align: center;
}
.cid-tjCefJDrly P {
  text-align: center;
  color: #465052;
}
.cid-tjCefJDrly .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjCegmvic5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjCegmvic5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCegmvic5 p {
  color: #767676;
  text-align: left;
}
.cid-tjCegmvic5 .card-box {
  padding-top: 2rem;
}
.cid-tjCegmvic5 .card-wrapper {
  height: 100%;
}
.cid-tjCegmvic5 .card-title DIV {
  text-align: center;
}
.cid-tjCegmvic5 P {
  text-align: center;
  color: #465052;
}
.cid-tjCegmvic5 .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjCehaP2sF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjCehaP2sF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCehaP2sF p {
  color: #767676;
  text-align: left;
}
.cid-tjCehaP2sF .card-box {
  padding-top: 2rem;
}
.cid-tjCehaP2sF .card-wrapper {
  height: 100%;
}
.cid-tjCehaP2sF .card-title DIV {
  text-align: center;
}
.cid-tjCehaP2sF P {
  text-align: center;
  color: #465052;
}
.cid-tjCehaP2sF .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjCehTrOsh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tjCehTrOsh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCehTrOsh p {
  color: #767676;
  text-align: left;
}
.cid-tjCehTrOsh .card-box {
  padding-top: 2rem;
}
.cid-tjCehTrOsh .card-wrapper {
  height: 100%;
}
.cid-tjCehTrOsh .card-title DIV {
  text-align: center;
}
.cid-tjCehTrOsh P {
  text-align: center;
  color: #465052;
}
.cid-tjCehTrOsh .card-title {
  text-align: center;
  color: #000000;
}
.cid-tsVvRjB1f6 {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-tsVvRjB1f6 .image-block {
  margin: auto;
}
.cid-tsVvRjB1f6 figcaption {
  position: relative;
}
.cid-tsVvRjB1f6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsVvRjB1f6 .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9zmg3S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9zmg3S .mbr-section-subtitle {
  color: #f9f295;
}
.cid-tfVv9zmg3S H2 {
  color: #ffde00;
}
.cid-tjCdZdD0Wf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tjCdZdD0Wf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjCdZdD0Wf H2 {
  color: #ffffff;
}
.cid-tfVv9zSk5M {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9zSk5M .image-block {
  margin: auto;
}
.cid-tfVv9zSk5M figcaption {
  position: relative;
}
.cid-tfVv9zSk5M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9zSk5M .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9A92wN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9A92wN P {
  color: #767676;
}
.cid-tfVv9A92wN .mbr-text,
.cid-tfVv9A92wN .mbr-section-btn {
  color: #465052;
}
.cid-tfVv9A92wN H3 {
  color: #232323;
}
.cid-tfVv9A92wN H1 {
  color: #ffffff;
}
.cid-tfVv9AvJj8 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9AvJj8 .image-block {
  margin: auto;
}
.cid-tfVv9AvJj8 figcaption {
  position: relative;
}
.cid-tfVv9AvJj8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9AvJj8 .image-block {
    width: 100% !important;
  }
}
.cid-tsbzJG54OU {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tsbzJG54OU .image-block {
  margin: auto;
}
.cid-tsbzJG54OU figcaption {
  position: relative;
}
.cid-tsbzJG54OU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbzJG54OU .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9B3zyH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9B3zyH .mbr-section-subtitle {
  color: #465052;
}
.cid-tfVv9B3zyH H2 {
  color: #ffffff;
}
.cid-tfVv9BkscY {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tfVv9BkscY .image-block {
  margin: auto;
}
.cid-tfVv9BkscY figcaption {
  position: relative;
}
.cid-tfVv9BkscY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9BkscY .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9BAUsJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9BAUsJ H1 {
  color: #ffffff;
}
.cid-tfVv9BAUsJ .mbr-text,
.cid-tfVv9BAUsJ .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9BAUsJ H3 {
  color: #232323;
}
.cid-tfVv9BS6h5 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tfVv9BS6h5 .image-block {
  margin: auto;
}
.cid-tfVv9BS6h5 figcaption {
  position: relative;
}
.cid-tfVv9BS6h5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9BS6h5 .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9Cantg {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfVv9Cantg .image-block {
  margin: auto;
}
.cid-tfVv9Cantg figcaption {
  position: relative;
}
.cid-tfVv9Cantg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9Cantg .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9CtFZm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVv9CtFZm .mbr-section-subtitle {
  color: #767676;
}
.cid-tfVv9CtFZm H2 {
  color: #000000;
}
.cid-tfVv9CK6F4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9CK6F4 .image-block {
  margin: auto;
}
.cid-tfVv9CK6F4 figcaption {
  position: relative;
}
.cid-tfVv9CK6F4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9CK6F4 .image-block {
    width: 100% !important;
  }
}
.cid-tjCdSQQEWo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tjCdSQQEWo H1 {
  color: #000000;
}
.cid-tjCdSQQEWo .mbr-text,
.cid-tjCdSQQEWo .mbr-section-btn {
  color: #232323;
}
.cid-tjCdSQQEWo H3 {
  color: #232323;
}
.cid-tfVv9DjjG8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tfVv9DjjG8 .mbr-section-subtitle {
  color: #767676;
}
.cid-tfVv9DjjG8 H2 {
  color: #000000;
}
.cid-tfVv9DBuW2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tfVv9DBuW2 .counter-container {
  color: #767676;
}
.cid-tfVv9DBuW2 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tfVv9DBuW2 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tfVv9DBuW2 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tfVv9DBuW2 .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #69b6a1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tfVv9DBuW2 .mbr-text {
  color: #000000;
}
.cid-tsbBvDaiUw {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tsbBvDaiUw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsbBvDaiUw H2 {
  color: #ddff55;
}
.cid-tsbBvDaiUw H3 {
  color: #ddff55;
}
.cid-tsbBut5qoT {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tsbBut5qoT .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsbBut5qoT .video-block {
    width: 100% !important;
  }
}
.cid-to708Hru3n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-to708Hru3n h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-to708Hru3n p {
  color: #767676;
  text-align: left;
}
.cid-to708Hru3n .card-box {
  padding-top: 2rem;
}
.cid-to708Hru3n .card-wrapper {
  height: 100%;
}
.cid-to708Hru3n P {
  text-align: center;
  color: #ffffff;
}
.cid-to708Hru3n .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsbBBsJ8Ca {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsbBBsJ8Ca .image-block {
  margin: auto;
}
.cid-tsbBBsJ8Ca figcaption {
  position: relative;
}
.cid-tsbBBsJ8Ca figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbBBsJ8Ca .image-block {
    width: 100% !important;
  }
}
.cid-tsbBD2BrZn {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsbBD2BrZn .image-block {
  margin: auto;
}
.cid-tsbBD2BrZn figcaption {
  position: relative;
}
.cid-tsbBD2BrZn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbBD2BrZn .image-block {
    width: 100% !important;
  }
}
.cid-to26kELKkX {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-to26kELKkX .image-block {
  margin: auto;
}
.cid-to26kELKkX figcaption {
  position: relative;
}
.cid-to26kELKkX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to26kELKkX .image-block {
    width: 100% !important;
  }
}
.cid-to26lnRO7t {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to26lnRO7t .mbr-section-subtitle {
  color: #000000;
}
.cid-to26lnRO7t H2 {
  color: #232323;
}
.cid-tsbBPMusCw {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsbBPMusCw .mbr-section-subtitle {
  color: #000000;
}
.cid-tsbBPMusCw H2 {
  color: #232323;
}
.cid-tfVv9Fvnjn {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tfVv9Fvnjn .image-block {
  margin: auto;
}
.cid-tfVv9Fvnjn figcaption {
  position: relative;
}
.cid-tfVv9Fvnjn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9Fvnjn .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9FM3n7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tfVv9FM3n7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfVv9FM3n7 H2 {
  color: #ffffff;
}
.cid-tfVv9G63y1 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9G63y1 .image-block {
  margin: auto;
}
.cid-tfVv9G63y1 figcaption {
  position: relative;
}
.cid-tfVv9G63y1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9G63y1 .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9GoMu4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9GoMu4 P {
  color: #767676;
}
.cid-tfVv9GoMu4 .mbr-text,
.cid-tfVv9GoMu4 .mbr-section-btn {
  color: #465052;
}
.cid-tfVv9GoMu4 H3 {
  color: #232323;
}
.cid-tfVv9GoMu4 H1 {
  color: #ffffff;
}
.cid-tjpZtyDHhI {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjpZtyDHhI .image-block {
  margin: auto;
}
.cid-tjpZtyDHhI figcaption {
  position: relative;
}
.cid-tjpZtyDHhI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpZtyDHhI .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9H0b78 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9H0b78 .image-block {
  margin: auto;
}
.cid-tfVv9H0b78 figcaption {
  position: relative;
}
.cid-tfVv9H0b78 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9H0b78 .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9HiCGE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9HiCGE H1 {
  color: #ffffff;
}
.cid-tfVv9HiCGE .mbr-text,
.cid-tfVv9HiCGE .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9HiCGE H3 {
  color: #232323;
}
.cid-tfVv9HEm0K {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfVv9HEm0K .image-block {
  margin: auto;
}
.cid-tfVv9HEm0K figcaption {
  position: relative;
}
.cid-tfVv9HEm0K figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9HEm0K .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9IyqhN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVv9IyqhN .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfVv9IyqhN H2 {
  color: #000000;
}
.cid-ttcCd40441 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcCd40441 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcCd40441 H2 {
  color: #232323;
}
.cid-tg0bY38BTg {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tg0bY38BTg .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tg0bY38BTg .video-block {
    width: 100% !important;
  }
}
.cid-ttcBCZl6iI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBCZl6iI .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBCZl6iI H2 {
  color: #232323;
}
.cid-tfVv9JsdPu {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9JsdPu .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9JsdPu .video-block {
    width: 100% !important;
  }
}
.cid-ttcBLevSAA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBLevSAA .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBLevSAA H2 {
  color: #232323;
}
.cid-tfVv9IR8U3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9IR8U3 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9IR8U3 .video-block {
    width: 100% !important;
  }
}
.cid-ttcCF1re8B {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcCF1re8B .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcCF1re8B H2 {
  color: #232323;
}
.cid-tfVv9L0jxj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9L0jxj .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9L0jxj .video-block {
    width: 100% !important;
  }
}
.cid-ttcBLWTHwd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBLWTHwd .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBLWTHwd H2 {
  color: #232323;
}
.cid-tfVv9JLsod {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9JLsod .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9JLsod .video-block {
    width: 100% !important;
  }
}
.cid-ttcBTIZ5Zz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBTIZ5Zz .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBTIZ5Zz H2 {
  color: #232323;
}
.cid-tg0ccpM8BE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tg0ccpM8BE .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tg0ccpM8BE .video-block {
    width: 100% !important;
  }
}
.cid-tfVv9K4gfy {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tfVv9K4gfy .image-block {
  margin: auto;
}
.cid-tfVv9K4gfy figcaption {
  position: relative;
}
.cid-tfVv9K4gfy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9K4gfy .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9KHpGS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9KHpGS .image-block {
  margin: auto;
}
.cid-tfVv9KHpGS figcaption {
  position: relative;
}
.cid-tfVv9KHpGS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9KHpGS .image-block {
    width: 100% !important;
  }
}
.cid-ttcBNjcd8I {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBNjcd8I .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBNjcd8I H2 {
  color: #232323;
}
.cid-tfVv9JaBMR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9JaBMR .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9JaBMR .video-block {
    width: 100% !important;
  }
}
.cid-ttcBMCY7S3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBMCY7S3 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBMCY7S3 H2 {
  color: #232323;
}
.cid-tfVv9LVEwz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9LVEwz .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9LVEwz .video-block {
    width: 100% !important;
  }
}
.cid-ttcBNRXbcM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBNRXbcM .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBNRXbcM H2 {
  color: #232323;
}
.cid-tjoGQr8nkq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjoGQr8nkq .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjoGQr8nkq .video-block {
    width: 100% !important;
  }
}
.cid-ttcBOz0weI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBOz0weI .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBOz0weI H2 {
  color: #232323;
}
.cid-tfVv9Li1rF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9Li1rF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9Li1rF .video-block {
    width: 100% !important;
  }
}
.cid-ttcBPbi4ES {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBPbi4ES .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBPbi4ES H2 {
  color: #232323;
}
.cid-tfVv9LCKlo {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9LCKlo .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9LCKlo .video-block {
    width: 100% !important;
  }
}
.cid-tfVv9MdiDY {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tfVv9MdiDY .image-block {
  margin: auto;
}
.cid-tfVv9MdiDY figcaption {
  position: relative;
}
.cid-tfVv9MdiDY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9MdiDY .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9MQaQR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9MQaQR .image-block {
  margin: auto;
}
.cid-tfVv9MQaQR figcaption {
  position: relative;
}
.cid-tfVv9MQaQR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9MQaQR .image-block {
    width: 100% !important;
  }
}
.cid-ttcBPMfkxU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBPMfkxU .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBPMfkxU H2 {
  color: #232323;
}
.cid-tfVv9NasUA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9NasUA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9NasUA .video-block {
    width: 100% !important;
  }
}
.cid-ttcBRiz6W3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBRiz6W3 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBRiz6W3 H2 {
  color: #232323;
}
.cid-tjoGUir9Mk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjoGUir9Mk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjoGUir9Mk .video-block {
    width: 100% !important;
  }
}
.cid-ttcBRSB6qf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBRSB6qf .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBRSB6qf H2 {
  color: #232323;
}
.cid-tfVv9NzOjO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9NzOjO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9NzOjO .video-block {
    width: 100% !important;
  }
}
.cid-ttcBSrZ6q0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBSrZ6q0 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBSrZ6q0 H2 {
  color: #232323;
}
.cid-tjoGON3IJA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjoGON3IJA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjoGON3IJA .video-block {
    width: 100% !important;
  }
}
.cid-ttcBT2HvAh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBT2HvAh .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBT2HvAh H2 {
  color: #232323;
}
.cid-tfVv9OcvVt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9OcvVt .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9OcvVt .video-block {
    width: 100% !important;
  }
}
.cid-tfVv9Owa8T {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tfVv9Owa8T .image-block {
  margin: auto;
}
.cid-tfVv9Owa8T figcaption {
  position: relative;
}
.cid-tfVv9Owa8T figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9Owa8T .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9P912V {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tfVv9P912V .image-block {
  margin: auto;
}
.cid-tfVv9P912V figcaption {
  position: relative;
}
.cid-tfVv9P912V figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9P912V .image-block {
    width: 100% !important;
  }
}
.cid-ttcBUWSCHJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBUWSCHJ .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBUWSCHJ H2 {
  color: #232323;
}
.cid-tfVv9PudNS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9PudNS .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9PudNS .video-block {
    width: 100% !important;
  }
}
.cid-ttcBUlAiZP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBUlAiZP .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBUlAiZP H2 {
  color: #232323;
}
.cid-tfVv9NUvXF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9NUvXF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9NUvXF .video-block {
    width: 100% !important;
  }
}
.cid-ttcBVo1jYT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBVo1jYT .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBVo1jYT H2 {
  color: #232323;
}
.cid-tfVv9PN4EM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9PN4EM .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9PN4EM .video-block {
    width: 100% !important;
  }
}
.cid-ttcBVTJqzZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBVTJqzZ .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBVTJqzZ H2 {
  color: #232323;
}
.cid-tfVv9Q709j {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9Q709j .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9Q709j .video-block {
    width: 100% !important;
  }
}
.cid-ttcBWo3CvN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBWo3CvN .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBWo3CvN H2 {
  color: #232323;
}
.cid-tfVv9QpCu7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9QpCu7 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9QpCu7 .video-block {
    width: 100% !important;
  }
}
.cid-tsbCU4b2Uq {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tsbCU4b2Uq .image-block {
  margin: auto;
}
.cid-tsbCU4b2Uq figcaption {
  position: relative;
}
.cid-tsbCU4b2Uq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbCU4b2Uq .image-block {
    width: 100% !important;
  }
}
.cid-tsbCUJWiK3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tsbCUJWiK3 .image-block {
  margin: auto;
}
.cid-tsbCUJWiK3 figcaption {
  position: relative;
}
.cid-tsbCUJWiK3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbCUJWiK3 .image-block {
    width: 100% !important;
  }
}
.cid-tjoFypUuga {
  background: #622d46;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tjoFypUuga .image-block {
  margin: auto;
}
.cid-tjoFypUuga figcaption {
  position: relative;
}
.cid-tjoFypUuga figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoFypUuga .image-block {
    width: 100% !important;
  }
}
.cid-tjoFAvEc94 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-tjoFAvEc94 .mbr-section-subtitle {
  color: #767676;
}
.cid-tjoFAvEc94 H2 {
  color: #f9f295;
}
.cid-tjoFBHDSnV {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjoFBHDSnV .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjoFBHDSnV .video-block {
    width: 100% !important;
  }
}
.cid-tjoFDCT0Q7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-tjoFDCT0Q7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjoFDCT0Q7 H2 {
  color: #ffffff;
}
.cid-tjq0A9BDQI {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjq0A9BDQI .image-block {
  margin: auto;
}
.cid-tjq0A9BDQI figcaption {
  position: relative;
}
.cid-tjq0A9BDQI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjq0A9BDQI .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9S3nB3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-tfVv9S3nB3 H1 {
  color: #ffffff;
}
.cid-tfVv9S3nB3 .mbr-text,
.cid-tfVv9S3nB3 .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9S3nB3 H3 {
  color: #232323;
}
.cid-tfVv9SI4P7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-tfVv9SI4P7 .mbr-section-subtitle {
  color: #465052;
}
.cid-tfVv9SI4P7 H2 {
  color: #ffffff;
}
.cid-tjq0hcsE2U {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjq0hcsE2U .image-block {
  margin: auto;
}
.cid-tjq0hcsE2U figcaption {
  position: relative;
}
.cid-tjq0hcsE2U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjq0hcsE2U .image-block {
    width: 100% !important;
  }
}
.cid-tsbExN8KiH {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tsbExN8KiH .image-block {
  margin: auto;
}
.cid-tsbExN8KiH figcaption {
  position: relative;
}
.cid-tsbExN8KiH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbExN8KiH .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9Tqmtp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-tfVv9Tqmtp H1 {
  color: #ffffff;
}
.cid-tfVv9Tqmtp .mbr-text,
.cid-tfVv9Tqmtp .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9Tqmtp H3 {
  color: #232323;
}
.cid-tfVv9TM8cE {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfVv9TM8cE .image-block {
  margin: auto;
}
.cid-tfVv9TM8cE figcaption {
  position: relative;
}
.cid-tfVv9TM8cE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9TM8cE .image-block {
    width: 100% !important;
  }
}
.cid-tjCde1ZGJt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tjCde1ZGJt .mbr-section-subtitle {
  color: #232323;
}
.cid-tjCde1ZGJt H2 {
  color: #232323;
}
.cid-tfVv9W1ZL6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9W1ZL6 .image-block {
  margin: auto;
}
.cid-tfVv9W1ZL6 figcaption {
  position: relative;
}
.cid-tfVv9W1ZL6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9W1ZL6 .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9WndD1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVv9WndD1 H1 {
  color: #232323;
}
.cid-tfVv9WndD1 .mbr-text,
.cid-tfVv9WndD1 .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9WndD1 H3 {
  color: #232323;
}
.cid-tfVv9WK8Ww {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9WK8Ww .image-block {
  margin: auto;
}
.cid-tfVv9WK8Ww figcaption {
  position: relative;
}
.cid-tfVv9WK8Ww figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9WK8Ww .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9X5gkO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9X5gkO .image-block {
  margin: auto;
}
.cid-tfVv9X5gkO figcaption {
  position: relative;
}
.cid-tfVv9X5gkO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9X5gkO .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9Xq2LV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVv9Xq2LV H1 {
  color: #000000;
}
.cid-tfVv9Xq2LV .mbr-text,
.cid-tfVv9Xq2LV .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9Xq2LV H3 {
  color: #232323;
}
.cid-to8Ca59Qty {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-to8Ca59Qty p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-to8Ca59Qty .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-to8Ca59Qty .collapsed {
  border: none;
}
.cid-to8Ca59Qty .collapsed span {
  transform: rotate(0deg);
}
.cid-to8Ca59Qty span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-to8Ca59Qty .panel-body {
  padding-top: 0.5rem;
}
.cid-to8Ca59Qty .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-to8Ca59Qty .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-to8Ca59Qty .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-to8Ca59Qty .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-to8Ca59Qty .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-to8Ca59Qty .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-to8Ca59Qty .panel-text {
  color: #ffffff;
}
.cid-to8Ca59Qty H4 {
  color: #ffffff;
}
.cid-to8Ca59Qty H2 {
  color: #ffffff;
}
.cid-to8Ca59Qty .mbr-section-text {
  color: #ffffff;
}
.cid-tpyox9C8z0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tpyox9C8z0 .image-block {
  margin: auto;
}
.cid-tpyox9C8z0 figcaption {
  position: relative;
}
.cid-tpyox9C8z0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpyox9C8z0 .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9XNEPY {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tfVv9XNEPY .image-block {
  margin: auto;
}
.cid-tfVv9XNEPY figcaption {
  position: relative;
}
.cid-tfVv9XNEPY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9XNEPY .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9U6JHl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tfVv9U6JHl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfVv9U6JHl H2 {
  color: #ffffff;
}
.cid-tfVv9UrWke {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfVv9UrWke .image-block {
  margin: auto;
}
.cid-tfVv9UrWke figcaption {
  position: relative;
}
.cid-tfVv9UrWke figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9UrWke .image-block {
    width: 100% !important;
  }
}
.cid-to1qP7kEgk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-to1qP7kEgk .mbr-section-subtitle {
  color: #232323;
}
.cid-to1qP7kEgk H2 {
  color: #ffffff;
}
.cid-tjoIg6z7XH {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tjoIg6z7XH .image-block {
  margin: auto;
}
.cid-tjoIg6z7XH figcaption {
  position: relative;
}
.cid-tjoIg6z7XH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoIg6z7XH .image-block {
    width: 100% !important;
  }
}
.cid-tjCeScEoYT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tjCeScEoYT P {
  color: #767676;
}
.cid-tjCeScEoYT H1 {
  color: #000000;
}
.cid-tjCeScEoYT .mbr-text,
.cid-tjCeScEoYT .mbr-section-btn {
  color: #122230;
}
.cid-tjCeScEoYT H3 {
  color: #0c1926;
}
.cid-tsbKLuaNao {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-tsbKLuaNao .image-block {
  margin: auto;
}
.cid-tsbKLuaNao figcaption {
  position: relative;
}
.cid-tsbKLuaNao figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbKLuaNao .image-block {
    width: 100% !important;
  }
}
.cid-tjoIiYKI5E {
  background: #85789e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjoIiYKI5E .image-block {
  margin: auto;
}
.cid-tjoIiYKI5E figcaption {
  position: relative;
}
.cid-tjoIiYKI5E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoIiYKI5E .image-block {
    width: 100% !important;
  }
}
.cid-tjCeW32QyW {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tjCeW32QyW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjCeW32QyW H2 {
  color: #ffffff;
}
.cid-tfWmrGhIxA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #3a3939;
}
.cid-tfWmrGhIxA .mbr-section-subtitle {
  color: #767676;
}
.cid-tfWmrGhIxA H2 {
  color: #ffffff;
}
.cid-tjCeWB39zg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #3a3939;
}
.cid-tjCeWB39zg .counter-container {
  color: #767676;
}
.cid-tjCeWB39zg .counter-container ul {
  margin-bottom: 0;
}
.cid-tjCeWB39zg .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tjCeWB39zg .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffc700;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tjCeWB39zg .mbr-text {
  color: #ffffff;
}
.cid-tfWmrGN3Ga {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tfWmrGN3Ga .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfWmrGN3Ga H2 {
  color: #000000;
}
.cid-tjCf19V69Y {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tjCf19V69Y .counter-container {
  color: #767676;
}
.cid-tjCf19V69Y .counter-container ul {
  margin-bottom: 0;
}
.cid-tjCf19V69Y .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tjCf19V69Y .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0388b3;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tjCf19V69Y .mbr-text {
  color: #232323;
}
.cid-ttiMYA6o1T {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ttiMYA6o1T .image-block {
  margin: auto;
}
.cid-ttiMYA6o1T figcaption {
  position: relative;
}
.cid-ttiMYA6o1T figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiMYA6o1T .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrHhPsS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrHhPsS H1 {
  color: #ffde00;
}
.cid-tfWmrHhPsS .mbr-text,
.cid-tfWmrHhPsS .mbr-section-btn {
  color: #232323;
}
.cid-tfWmrHhPsS H3 {
  color: #5b686b;
}
.cid-tfWmrHyipX {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWmrHyipX .image-block {
  margin: auto;
}
.cid-tfWmrHyipX figcaption {
  position: relative;
}
.cid-tfWmrHyipX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrHyipX .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrHOx2w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrHOx2w P {
  color: #767676;
}
.cid-tfWmrHOx2w .mbr-text,
.cid-tfWmrHOx2w .mbr-section-btn {
  color: #465052;
}
.cid-tfWmrHOx2w H3 {
  color: #232323;
}
.cid-tfWmrHOx2w H1 {
  color: #ffffff;
}
.cid-tfWmrIA0Ta {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrIA0Ta .mbr-section-subtitle {
  color: #465052;
}
.cid-tfWmrIA0Ta H2 {
  color: #ffffff;
}
.cid-tfWmrI6HGl {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWmrI6HGl .image-block {
  margin: auto;
}
.cid-tfWmrI6HGl figcaption {
  position: relative;
}
.cid-tfWmrI6HGl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrI6HGl .image-block {
    width: 100% !important;
  }
}
.cid-tsbLeL6mow {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsbLeL6mow .image-block {
  margin: auto;
}
.cid-tsbLeL6mow figcaption {
  position: relative;
}
.cid-tsbLeL6mow figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbLeL6mow .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrIRosI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrIRosI H1 {
  color: #ffffff;
}
.cid-tfWmrIRosI .mbr-text,
.cid-tfWmrIRosI .mbr-section-btn {
  color: #232323;
}
.cid-tfWmrIRosI H3 {
  color: #232323;
}
.cid-tfWmrJ7KIK {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfWmrJ7KIK .image-block {
  margin: auto;
}
.cid-tfWmrJ7KIK figcaption {
  position: relative;
}
.cid-tfWmrJ7KIK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrJ7KIK .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrJmX6Y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfWmrJmX6Y .mbr-section-subtitle {
  color: #767676;
}
.cid-tfWmrJmX6Y H2 {
  color: #000000;
}
.cid-tjCfrL7Pil {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjCfrL7Pil h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCfrL7Pil p {
  color: #767676;
  text-align: left;
}
.cid-tjCfrL7Pil .card-box {
  padding-top: 2rem;
}
.cid-tjCfrL7Pil .card-wrapper {
  height: 100%;
}
.cid-tjCfrL7Pil .card-title DIV {
  text-align: center;
}
.cid-tjCfrL7Pil P {
  text-align: center;
  color: #465052;
}
.cid-tjCfrL7Pil .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjCfsqFmT7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjCfsqFmT7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCfsqFmT7 p {
  color: #767676;
  text-align: left;
}
.cid-tjCfsqFmT7 .card-box {
  padding-top: 2rem;
}
.cid-tjCfsqFmT7 .card-wrapper {
  height: 100%;
}
.cid-tjCfsqFmT7 .card-title DIV {
  text-align: center;
}
.cid-tjCfsqFmT7 P {
  text-align: center;
  color: #465052;
}
.cid-tjCfsqFmT7 .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjCftjGVRE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjCftjGVRE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCftjGVRE p {
  color: #767676;
  text-align: left;
}
.cid-tjCftjGVRE .card-box {
  padding-top: 2rem;
}
.cid-tjCftjGVRE .card-wrapper {
  height: 100%;
}
.cid-tjCftjGVRE .card-title DIV {
  text-align: center;
}
.cid-tjCftjGVRE P {
  text-align: center;
  color: #465052;
}
.cid-tjCftjGVRE .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjCfu5O36g {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tjCfu5O36g h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCfu5O36g p {
  color: #767676;
  text-align: left;
}
.cid-tjCfu5O36g .card-box {
  padding-top: 2rem;
}
.cid-tjCfu5O36g .card-wrapper {
  height: 100%;
}
.cid-tjCfu5O36g .card-title DIV {
  text-align: center;
}
.cid-tjCfu5O36g P {
  text-align: center;
  color: #465052;
}
.cid-tjCfu5O36g .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjw7CZkW11 {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tjw7CZkW11 .image-block {
  margin: auto;
}
.cid-tjw7CZkW11 figcaption {
  position: relative;
}
.cid-tjw7CZkW11 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjw7CZkW11 .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrL5e0p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrL5e0p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfWmrL5e0p H2 {
  color: #ffffff;
}
.cid-tfWmrLlLH6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrLlLH6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfWmrLlLH6 H2 {
  color: #ffffff;
}
.cid-tfWmrLCHbq {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWmrLCHbq .image-block {
  margin: auto;
}
.cid-tfWmrLCHbq figcaption {
  position: relative;
}
.cid-tfWmrLCHbq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrLCHbq .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrLWXxq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrLWXxq P {
  color: #767676;
}
.cid-tfWmrLWXxq .mbr-text,
.cid-tfWmrLWXxq .mbr-section-btn {
  color: #465052;
}
.cid-tfWmrLWXxq H3 {
  color: #232323;
}
.cid-tfWmrLWXxq H1 {
  color: #ffffff;
}
.cid-tfWmrMdF8K {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWmrMdF8K .image-block {
  margin: auto;
}
.cid-tfWmrMdF8K figcaption {
  position: relative;
}
.cid-tfWmrMdF8K figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrMdF8K .image-block {
    width: 100% !important;
  }
}
.cid-tsbMu0n4Xm {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsbMu0n4Xm .image-block {
  margin: auto;
}
.cid-tsbMu0n4Xm figcaption {
  position: relative;
}
.cid-tsbMu0n4Xm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbMu0n4Xm .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrMNh7E {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrMNh7E .mbr-section-subtitle {
  color: #465052;
}
.cid-tfWmrMNh7E H2 {
  color: #ffffff;
}
.cid-tfWmrNlmxR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrNlmxR H1 {
  color: #ffffff;
}
.cid-tfWmrNlmxR .mbr-text,
.cid-tfWmrNlmxR .mbr-section-btn {
  color: #232323;
}
.cid-tfWmrNlmxR H3 {
  color: #232323;
}
.cid-tfWmrNHLvx {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfWmrNHLvx .image-block {
  margin: auto;
}
.cid-tfWmrNHLvx figcaption {
  position: relative;
}
.cid-tfWmrNHLvx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrNHLvx .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrOdPFL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfWmrOdPFL .mbr-section-subtitle {
  color: #767676;
}
.cid-tfWmrOdPFL H2 {
  color: #000000;
}
.cid-tfWmrOuyGX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWmrOuyGX .image-block {
  margin: auto;
}
.cid-tfWmrOuyGX figcaption {
  position: relative;
}
.cid-tfWmrOuyGX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrOuyGX .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrP4JXg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tfWmrP4JXg .mbr-section-subtitle {
  color: #767676;
}
.cid-tfWmrP4JXg H2 {
  color: #0c1926;
}
.cid-tjCfVPLOEJ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tjCfVPLOEJ H1 {
  color: #000000;
}
.cid-tjCfVPLOEJ .mbr-text,
.cid-tjCfVPLOEJ .mbr-section-btn {
  color: #232323;
}
.cid-tjCfVPLOEJ H3 {
  color: #232323;
}
.cid-tpyr8ZsKgs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpyr8ZsKgs .mbr-section-subtitle {
  color: #767676;
}
.cid-tpyr8ZsKgs H2 {
  color: #000000;
}
.cid-tfWmrPlHvw {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tfWmrPlHvw .counter-container {
  color: #767676;
}
.cid-tfWmrPlHvw .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tfWmrPlHvw .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tfWmrPlHvw .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tfWmrPlHvw .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #69b6a1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tfWmrPlHvw .mbr-text {
  color: #000000;
}
.cid-tsbKrz2Jth {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tsbKrz2Jth .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsbKrz2Jth H2 {
  color: #ddff55;
}
.cid-tsbKrz2Jth H3 {
  color: #ddff55;
}
.cid-tsbKqaRril {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsbKqaRril .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsbKqaRril .video-block {
    width: 100% !important;
  }
}
.cid-tjCfYmfAO8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjCfYmfAO8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCfYmfAO8 p {
  color: #767676;
  text-align: left;
}
.cid-tjCfYmfAO8 .card-box {
  padding-top: 2rem;
}
.cid-tjCfYmfAO8 .card-wrapper {
  height: 100%;
}
.cid-tjCfYmfAO8 P {
  text-align: center;
  color: #ffffff;
}
.cid-tjCfYmfAO8 .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsbKsj8Cnf {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsbKsj8Cnf .image-block {
  margin: auto;
}
.cid-tsbKsj8Cnf figcaption {
  position: relative;
}
.cid-tsbKsj8Cnf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbKsj8Cnf .image-block {
    width: 100% !important;
  }
}
.cid-tsbKtO093f {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsbKtO093f .image-block {
  margin: auto;
}
.cid-tsbKtO093f figcaption {
  position: relative;
}
.cid-tsbKtO093f figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbKtO093f .image-block {
    width: 100% !important;
  }
}
.cid-to26s0YwIN {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-to26s0YwIN .image-block {
  margin: auto;
}
.cid-to26s0YwIN figcaption {
  position: relative;
}
.cid-to26s0YwIN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to26s0YwIN .image-block {
    width: 100% !important;
  }
}
.cid-to26sJB87R {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to26sJB87R .mbr-section-subtitle {
  color: #000000;
}
.cid-to26sJB87R H2 {
  color: #232323;
}
.cid-tsbKmw88Gi {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsbKmw88Gi .mbr-section-subtitle {
  color: #000000;
}
.cid-tsbKmw88Gi H2 {
  color: #232323;
}
.cid-tfWmrR8hpu {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tfWmrR8hpu .image-block {
  margin: auto;
}
.cid-tfWmrR8hpu figcaption {
  position: relative;
}
.cid-tfWmrR8hpu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrR8hpu .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrRqEdJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tfWmrRqEdJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfWmrRqEdJ H2 {
  color: #ffffff;
}
.cid-tfWmrRI8N1 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWmrRI8N1 .image-block {
  margin: auto;
}
.cid-tfWmrRI8N1 figcaption {
  position: relative;
}
.cid-tfWmrRI8N1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrRI8N1 .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrS0NHD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrS0NHD P {
  color: #767676;
}
.cid-tfWmrS0NHD .mbr-text,
.cid-tfWmrS0NHD .mbr-section-btn {
  color: #465052;
}
.cid-tfWmrS0NHD H3 {
  color: #232323;
}
.cid-tfWmrS0NHD H1 {
  color: #ffffff;
}
.cid-tjqbNpnVR1 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjqbNpnVR1 .image-block {
  margin: auto;
}
.cid-tjqbNpnVR1 figcaption {
  position: relative;
}
.cid-tjqbNpnVR1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjqbNpnVR1 .image-block {
    width: 100% !important;
  }
}
.cid-tsbKcv3fMJ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsbKcv3fMJ .image-block {
  margin: auto;
}
.cid-tsbKcv3fMJ figcaption {
  position: relative;
}
.cid-tsbKcv3fMJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbKcv3fMJ .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrSTDqW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrSTDqW H1 {
  color: #ffffff;
}
.cid-tfWmrSTDqW .mbr-text,
.cid-tfWmrSTDqW .mbr-section-btn {
  color: #232323;
}
.cid-tfWmrSTDqW H3 {
  color: #232323;
}
.cid-tfWmrTfNTR {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfWmrTfNTR .image-block {
  margin: auto;
}
.cid-tfWmrTfNTR figcaption {
  position: relative;
}
.cid-tfWmrTfNTR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrTfNTR .image-block {
    width: 100% !important;
  }
}
.cid-ttcJYz543M {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcJYz543M .mbr-section-subtitle {
  color: #5b686b;
}
.cid-ttcJYz543M H2 {
  color: #000000;
}
.cid-ttcJZHAm43 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcJZHAm43 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcJZHAm43 H2 {
  color: #232323;
}
.cid-ttcK0utADH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttcK0utADH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcK0utADH .video-block {
    width: 100% !important;
  }
}
.cid-ttcK1qY9ek {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcK1qY9ek .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcK1qY9ek H2 {
  color: #232323;
}
.cid-ttcK2uwpEI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcK2uwpEI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcK2uwpEI .video-block {
    width: 100% !important;
  }
}
.cid-ttcK3nMKiY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcK3nMKiY .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcK3nMKiY H2 {
  color: #232323;
}
.cid-ttcK49f5tu {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcK49f5tu .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcK49f5tu .video-block {
    width: 100% !important;
  }
}
.cid-ttcK4KL06s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcK4KL06s .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcK4KL06s H2 {
  color: #232323;
}
.cid-ttcK5BkgkU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcK5BkgkU .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcK5BkgkU .video-block {
    width: 100% !important;
  }
}
.cid-ttcK6JAPWO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcK6JAPWO .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcK6JAPWO H2 {
  color: #232323;
}
.cid-ttcK7KYgn9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcK7KYgn9 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcK7KYgn9 .video-block {
    width: 100% !important;
  }
}
.cid-ttcK9Hxulz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcK9Hxulz .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcK9Hxulz H2 {
  color: #232323;
}
.cid-ttcKaxxChx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttcKaxxChx .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcKaxxChx .video-block {
    width: 100% !important;
  }
}
.cid-tfWmrVAr9t {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWmrVAr9t .image-block {
  margin: auto;
}
.cid-tfWmrVAr9t figcaption {
  position: relative;
}
.cid-tfWmrVAr9t figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrVAr9t .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrWaCLL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWmrWaCLL .image-block {
  margin: auto;
}
.cid-tfWmrWaCLL figcaption {
  position: relative;
}
.cid-tfWmrWaCLL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrWaCLL .image-block {
    width: 100% !important;
  }
}
.cid-ttcKkDUASv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcKkDUASv .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcKkDUASv H2 {
  color: #232323;
}
.cid-ttcKlGETfR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcKlGETfR .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcKlGETfR .video-block {
    width: 100% !important;
  }
}
.cid-ttcKmhhnQe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcKmhhnQe .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcKmhhnQe H2 {
  color: #232323;
}
.cid-ttcKnP3ORN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcKnP3ORN .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcKnP3ORN .video-block {
    width: 100% !important;
  }
}
.cid-ttcKoymVF4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcKoymVF4 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcKoymVF4 H2 {
  color: #232323;
}
.cid-ttcKpAlccf {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttcKpAlccf .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcKpAlccf .video-block {
    width: 100% !important;
  }
}
.cid-ttcKqibZL4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcKqibZL4 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcKqibZL4 H2 {
  color: #232323;
}
.cid-ttcKrFg7HV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcKrFg7HV .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcKrFg7HV .video-block {
    width: 100% !important;
  }
}
.cid-ttcKsRumSO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcKsRumSO .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcKsRumSO H2 {
  color: #232323;
}
.cid-ttcKtM8Vl3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcKtM8Vl3 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcKtM8Vl3 .video-block {
    width: 100% !important;
  }
}
.cid-tjqeMGbtJM {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjqeMGbtJM .image-block {
  margin: auto;
}
.cid-tjqeMGbtJM figcaption {
  position: relative;
}
.cid-tjqeMGbtJM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjqeMGbtJM .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrXFVGO {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tfWmrXFVGO .image-block {
  margin: auto;
}
.cid-tfWmrXFVGO figcaption {
  position: relative;
}
.cid-tfWmrXFVGO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrXFVGO .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrYhp4C {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWmrYhp4C .image-block {
  margin: auto;
}
.cid-tfWmrYhp4C figcaption {
  position: relative;
}
.cid-tfWmrYhp4C figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrYhp4C .image-block {
    width: 100% !important;
  }
}
.cid-ttcU7pg82n {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcU7pg82n .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcU7pg82n H2 {
  color: #232323;
}
.cid-ttcU9Lui5g {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcU9Lui5g .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcU9Lui5g .video-block {
    width: 100% !important;
  }
}
.cid-ttcUaZCN8a {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUaZCN8a .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUaZCN8a H2 {
  color: #232323;
}
.cid-ttcUbUN9z4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttcUbUN9z4 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUbUN9z4 .video-block {
    width: 100% !important;
  }
}
.cid-ttcUcHjSjD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUcHjSjD .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUcHjSjD H2 {
  color: #232323;
}
.cid-ttcUjpEhVn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcUjpEhVn .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUjpEhVn .video-block {
    width: 100% !important;
  }
}
.cid-ttcUkvDXCT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUkvDXCT .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUkvDXCT H2 {
  color: #232323;
}
.cid-ttcUlXYiIB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttcUlXYiIB .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUlXYiIB .video-block {
    width: 100% !important;
  }
}
.cid-ttcUnysbTv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUnysbTv .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUnysbTv H2 {
  color: #232323;
}
.cid-ttcUoKnxrf {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcUoKnxrf .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUoKnxrf .video-block {
    width: 100% !important;
  }
}
.cid-tfWmrZOwEm {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tfWmrZOwEm .image-block {
  margin: auto;
}
.cid-tfWmrZOwEm figcaption {
  position: relative;
}
.cid-tfWmrZOwEm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrZOwEm .image-block {
    width: 100% !important;
  }
}
.cid-tfWms0tnzF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWms0tnzF .image-block {
  margin: auto;
}
.cid-tfWms0tnzF figcaption {
  position: relative;
}
.cid-tfWms0tnzF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWms0tnzF .image-block {
    width: 100% !important;
  }
}
.cid-ttcUqidWXD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUqidWXD .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUqidWXD H2 {
  color: #232323;
}
.cid-ttcUrat9R5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcUrat9R5 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUrat9R5 .video-block {
    width: 100% !important;
  }
}
.cid-ttcUrVUqPv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUrVUqPv .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUrVUqPv H2 {
  color: #232323;
}
.cid-ttcUsWLbkF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcUsWLbkF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUsWLbkF .video-block {
    width: 100% !important;
  }
}
.cid-ttcUvXSsoq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUvXSsoq .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUvXSsoq H2 {
  color: #232323;
}
.cid-ttcUxbdpks {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcUxbdpks .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUxbdpks .video-block {
    width: 100% !important;
  }
}
.cid-ttcUy6FcY4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUy6FcY4 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUy6FcY4 H2 {
  color: #232323;
}
.cid-ttcUz6qPEX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcUz6qPEX .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUz6qPEX .video-block {
    width: 100% !important;
  }
}
.cid-ttcUESnGrD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUESnGrD .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUESnGrD H2 {
  color: #232323;
}
.cid-ttcUFLhxlH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcUFLhxlH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUFLhxlH .video-block {
    width: 100% !important;
  }
}
.cid-tsbJbHb8BD {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tsbJbHb8BD .image-block {
  margin: auto;
}
.cid-tsbJbHb8BD figcaption {
  position: relative;
}
.cid-tsbJbHb8BD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbJbHb8BD .image-block {
    width: 100% !important;
  }
}
.cid-tsbJaYpHhS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsbJaYpHhS .image-block {
  margin: auto;
}
.cid-tsbJaYpHhS figcaption {
  position: relative;
}
.cid-tsbJaYpHhS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbJaYpHhS .image-block {
    width: 100% !important;
  }
}
.cid-tfWms2lLY9 {
  background: #622d46;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-tfWms2lLY9 .image-block {
  margin: auto;
}
.cid-tfWms2lLY9 figcaption {
  position: relative;
}
.cid-tfWms2lLY9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWms2lLY9 .image-block {
    width: 100% !important;
  }
}
.cid-tfWms1Zg14 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-tfWms1Zg14 .mbr-section-subtitle {
  color: #767676;
}
.cid-tfWms1Zg14 H2 {
  color: #f9f295;
}
.cid-ttcIcWzfpf {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttcIcWzfpf .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcIcWzfpf .video-block {
    width: 100% !important;
  }
}
.cid-ttcIoLvt1J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-ttcIoLvt1J .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttcIoLvt1J H2 {
  color: #ffffff;
}
.cid-tfWms2XKwR {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWms2XKwR .image-block {
  margin: auto;
}
.cid-tfWms2XKwR figcaption {
  position: relative;
}
.cid-tfWms2XKwR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWms2XKwR .image-block {
    width: 100% !important;
  }
}
.cid-tfWms3hiTx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-tfWms3hiTx H1 {
  color: #ffffff;
}
.cid-tfWms3hiTx .mbr-text,
.cid-tfWms3hiTx .mbr-section-btn {
  color: #232323;
}
.cid-tfWms3hiTx H3 {
  color: #232323;
}
.cid-tfWms3Wf2s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-tfWms3Wf2s .mbr-section-subtitle {
  color: #465052;
}
.cid-tfWms3Wf2s H2 {
  color: #ffffff;
}
.cid-tjqcM04CXG {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjqcM04CXG .image-block {
  margin: auto;
}
.cid-tjqcM04CXG figcaption {
  position: relative;
}
.cid-tjqcM04CXG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjqcM04CXG .image-block {
    width: 100% !important;
  }
}
.cid-tsbIy51k7U {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsbIy51k7U .image-block {
  margin: auto;
}
.cid-tsbIy51k7U figcaption {
  position: relative;
}
.cid-tsbIy51k7U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbIy51k7U .image-block {
    width: 100% !important;
  }
}
.cid-tfWms4CIIX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-tfWms4CIIX H1 {
  color: #ffffff;
}
.cid-tfWms4CIIX .mbr-text,
.cid-tfWms4CIIX .mbr-section-btn {
  color: #232323;
}
.cid-tfWms4CIIX H3 {
  color: #232323;
}
.cid-tfWms4XJ8I {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-tfWms4XJ8I .image-block {
  margin: auto;
}
.cid-tfWms4XJ8I figcaption {
  position: relative;
}
.cid-tfWms4XJ8I figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWms4XJ8I .image-block {
    width: 100% !important;
  }
}
.cid-tjCgpnCKRG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tjCgpnCKRG .mbr-section-subtitle {
  color: #232323;
}
.cid-tjCgpnCKRG H2 {
  color: #000000;
}
.cid-tfWms7c4zm {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWms7c4zm .image-block {
  margin: auto;
}
.cid-tfWms7c4zm figcaption {
  position: relative;
}
.cid-tfWms7c4zm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWms7c4zm .image-block {
    width: 100% !important;
  }
}
.cid-tfWms7y73j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfWms7y73j H1 {
  color: #232323;
}
.cid-tfWms7y73j .mbr-text,
.cid-tfWms7y73j .mbr-section-btn {
  color: #232323;
}
.cid-tfWms7y73j H3 {
  color: #232323;
}
.cid-tfWms7UHFh {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWms7UHFh .image-block {
  margin: auto;
}
.cid-tfWms7UHFh figcaption {
  position: relative;
}
.cid-tfWms7UHFh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWms7UHFh .image-block {
    width: 100% !important;
  }
}
.cid-tfWms8fHyX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWms8fHyX .image-block {
  margin: auto;
}
.cid-tfWms8fHyX figcaption {
  position: relative;
}
.cid-tfWms8fHyX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWms8fHyX .image-block {
    width: 100% !important;
  }
}
.cid-tfWms8An6h {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfWms8An6h H1 {
  color: #000000;
}
.cid-tfWms8An6h .mbr-text,
.cid-tfWms8An6h .mbr-section-btn {
  color: #232323;
}
.cid-tfWms8An6h H3 {
  color: #232323;
}
.cid-tfWms8ZY0R {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tfWms8ZY0R .image-block {
  margin: auto;
}
.cid-tfWms8ZY0R figcaption {
  position: relative;
}
.cid-tfWms8ZY0R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWms8ZY0R .image-block {
    width: 100% !important;
  }
}
.cid-to8ChR4jlK {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-to8ChR4jlK p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-to8ChR4jlK .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-to8ChR4jlK .collapsed {
  border: none;
}
.cid-to8ChR4jlK .collapsed span {
  transform: rotate(0deg);
}
.cid-to8ChR4jlK span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-to8ChR4jlK .panel-body {
  padding-top: 0.5rem;
}
.cid-to8ChR4jlK .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-to8ChR4jlK .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-to8ChR4jlK .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-to8ChR4jlK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-to8ChR4jlK .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-to8ChR4jlK .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-to8ChR4jlK .panel-text {
  color: #ffffff;
}
.cid-to8ChR4jlK H4 {
  color: #ffffff;
}
.cid-to8ChR4jlK H2 {
  color: #ffffff;
}
.cid-to8ChR4jlK .mbr-section-text {
  color: #ffffff;
}
.cid-tfWms5hwWf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tfWms5hwWf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfWms5hwWf H2 {
  color: #ffffff;
}
.cid-tfWms5CHyu {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfWms5CHyu .image-block {
  margin: auto;
}
.cid-tfWms5CHyu figcaption {
  position: relative;
}
.cid-tfWms5CHyu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWms5CHyu .image-block {
    width: 100% !important;
  }
}
.cid-to1rlpegUa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-to1rlpegUa .mbr-section-subtitle {
  color: #232323;
}
.cid-to1rlpegUa H2 {
  color: #ffffff;
}
.cid-tjpxsrbIgN {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjpxsrbIgN .image-block {
  margin: auto;
}
.cid-tjpxsrbIgN figcaption {
  position: relative;
}
.cid-tjpxsrbIgN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpxsrbIgN .image-block {
    width: 100% !important;
  }
}
.cid-tfVEsfJ6U5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVEsfJ6U5 .mbr-section-subtitle {
  color: #232323;
}
.cid-tfVEsfJ6U5 H2 {
  color: #000000;
}
.cid-tfVEsfZ6G6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVEsfZ6G6 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVEsfZ6G6 .video-block {
    width: 100% !important;
  }
}
.cid-tfVEsgekn1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVEsgekn1 P {
  color: #767676;
}
.cid-tfVEsgekn1 .mbr-text,
.cid-tfVEsgekn1 .mbr-section-btn {
  color: #465052;
}
.cid-tfVEsgekn1 H3 {
  color: #232323;
}
.cid-tfVEsgekn1 H1 {
  color: #000000;
}
.cid-tjpGHBI0Yz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #122230;
}
.cid-tjpGHBI0Yz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjpGHBI0Yz H2 {
  color: #ffd200;
}
.cid-tjpH2vYyTY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #122230;
}
.cid-tjpH2vYyTY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjpH2vYyTY H2 {
  color: #ffd200;
}
.cid-tfVEsgCh68 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #122230;
}
.cid-tfVEsgCh68 H1 {
  color: #fff000;
}
.cid-tfVEsgCh68 .mbr-text,
.cid-tfVEsgCh68 .mbr-section-btn {
  color: #f9f295;
  text-align: center;
}
.cid-tfVEsgCh68 H3 {
  color: #ffffff;
}
.cid-tfVEsgRjnd {
  background: #122230;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVEsgRjnd .image-block {
  margin: auto;
}
.cid-tfVEsgRjnd figcaption {
  position: relative;
}
.cid-tfVEsgRjnd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVEsgRjnd .image-block {
    width: 100% !important;
  }
}
.cid-tfVEshbftD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #122230;
}
.cid-tfVEshbftD P {
  color: #767676;
}
.cid-tfVEshbftD .mbr-text,
.cid-tfVEshbftD .mbr-section-btn {
  color: #ffffff;
}
.cid-tfVEshbftD H3 {
  color: #ffffff;
}
.cid-tfVEshbftD H1 {
  color: #ffffff;
}
.cid-tjpqcHjqQm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #122230;
}
.cid-tjpqcHjqQm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjpqcHjqQm H2 {
  color: #ffd200;
}
.cid-tfVEshtsLk {
  background: #122230;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tfVEshtsLk .image-block {
  margin: auto;
}
.cid-tfVEshtsLk figcaption {
  position: relative;
}
.cid-tfVEshtsLk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVEshtsLk .image-block {
    width: 100% !important;
  }
}
.cid-tfVEshHu2R {
  background: #122230;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tfVEshHu2R .image-block {
  margin: auto;
}
.cid-tfVEshHu2R figcaption {
  position: relative;
}
.cid-tfVEshHu2R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVEshHu2R .image-block {
    width: 100% !important;
  }
}
.cid-tfVEshUXCk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #122230;
}
.cid-tfVEshUXCk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfVEshUXCk H2 {
  color: #ffffff;
}
.cid-tfVEsi79Uu {
  background: #122230;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfVEsi79Uu .image-block {
  margin: auto;
}
.cid-tfVEsi79Uu figcaption {
  position: relative;
}
.cid-tfVEsi79Uu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVEsi79Uu .image-block {
    width: 100% !important;
  }
}
.cid-tfVEsik8fr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVEsik8fr .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfVEsik8fr H2 {
  color: #000000;
}
.cid-tfVEsixoHs {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tfVEsixoHs .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVEsixoHs .video-block {
    width: 100% !important;
  }
}
.cid-tjpqyiFr4L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpqyiFr4L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjpqyiFr4L H2 {
  color: #000000;
}
.cid-to2bUERJX9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to2bUERJX9 .image-block {
  margin: auto;
}
.cid-to2bUERJX9 figcaption {
  position: relative;
}
.cid-to2bUERJX9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to2bUERJX9 .image-block {
    width: 100% !important;
  }
}
.cid-to2aTAcJBO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2aTAcJBO .mbr-section-subtitle {
  color: #232323;
}
.cid-to2aTAcJBO H2 {
  color: #ffffff;
}
.cid-tjpyFOtzxH {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjpyFOtzxH .image-block {
  margin: auto;
}
.cid-tjpyFOtzxH figcaption {
  position: relative;
}
.cid-tjpyFOtzxH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpyFOtzxH .image-block {
    width: 100% !important;
  }
}
.cid-tg04vN6mUD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg04vN6mUD .mbr-section-subtitle {
  color: #232323;
}
.cid-tg04vN6mUD H2 {
  color: #000000;
}
.cid-tg04vNgXUt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tg04vNgXUt .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tg04vNgXUt .video-block {
    width: 100% !important;
  }
}
.cid-tg04vNrymT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg04vNrymT P {
  color: #767676;
}
.cid-tg04vNrymT .mbr-text,
.cid-tg04vNrymT .mbr-section-btn {
  color: #465052;
}
.cid-tg04vNrymT H3 {
  color: #232323;
}
.cid-tg04vNrymT H1 {
  color: #000000;
}
.cid-tg04vND9hx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #7e0000;
}
.cid-tg04vND9hx H1 {
  color: #afff00;
}
.cid-tg04vND9hx .mbr-text,
.cid-tg04vND9hx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tg04vND9hx H3 {
  color: #ffffff;
}
.cid-tjpyUuFSd0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7e0000;
}
.cid-tjpyUuFSd0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjpyUuFSd0 H2 {
  color: #ffd200;
}
.cid-tg04vNQ5C6 {
  background: #7e0000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tg04vNQ5C6 .image-block {
  margin: auto;
}
.cid-tg04vNQ5C6 figcaption {
  position: relative;
}
.cid-tg04vNQ5C6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg04vNQ5C6 .image-block {
    width: 100% !important;
  }
}
.cid-tg04vO2X22 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7e0000;
}
.cid-tg04vO2X22 P {
  color: #767676;
}
.cid-tg04vO2X22 .mbr-text,
.cid-tg04vO2X22 .mbr-section-btn {
  color: #ffffff;
}
.cid-tg04vO2X22 H3 {
  color: #ffffff;
}
.cid-tg04vO2X22 H1 {
  color: #ffffff;
}
.cid-tg04vOAjoi {
  background: #7e0000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tg04vOAjoi .image-block {
  margin: auto;
}
.cid-tg04vOAjoi figcaption {
  position: relative;
}
.cid-tg04vOAjoi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg04vOAjoi .image-block {
    width: 100% !important;
  }
}
.cid-tg04vOKEIG {
  background: #7e0000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tg04vOKEIG .image-block {
  margin: auto;
}
.cid-tg04vOKEIG figcaption {
  position: relative;
}
.cid-tg04vOKEIG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg04vOKEIG .image-block {
    width: 100% !important;
  }
}
.cid-tg04vOV8br {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #7e0000;
}
.cid-tg04vOV8br .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tg04vOV8br H2 {
  color: #ffffff;
}
.cid-tg04vP7ac8 {
  background: #7e0000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tg04vP7ac8 .image-block {
  margin: auto;
}
.cid-tg04vP7ac8 figcaption {
  position: relative;
}
.cid-tg04vP7ac8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg04vP7ac8 .image-block {
    width: 100% !important;
  }
}
.cid-tg04vPiN8M {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg04vPiN8M .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tg04vPiN8M H2 {
  color: #000000;
}
.cid-tg04vPvqRk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tg04vPvqRk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tg04vPvqRk .video-block {
    width: 100% !important;
  }
}
.cid-tjpBJKMHHo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpBJKMHHo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjpBJKMHHo H2 {
  color: #000000;
}
.cid-to2bchCRdJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-to2bchCRdJ .image-block {
  margin: auto;
}
.cid-to2bchCRdJ figcaption {
  position: relative;
}
.cid-to2bchCRdJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to2bchCRdJ .image-block {
    width: 100% !important;
  }
}
.cid-to2bOZYVOA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2bOZYVOA .mbr-section-subtitle {
  color: #232323;
}
.cid-to2bOZYVOA H2 {
  color: #ffffff;
}
.cid-tjpRfPqzd5 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #029c86;
}
.cid-tjpRfPqzd5 .mbr-section-subtitle {
  color: #f9f295;
}
.cid-tjpRfPqzd5 H2 {
  color: #ffffff;
}
.cid-tjpR7cbEWx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpR7cbEWx .mbr-section-subtitle {
  color: #000000;
}
.cid-tjpR7cbEWx H2 {
  color: #0b644d;
}
.cid-tjpR7cmDxd {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjpR7cmDxd .image-block {
  margin: auto;
}
.cid-tjpR7cmDxd figcaption {
  position: relative;
}
.cid-tjpR7cmDxd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpR7cmDxd .image-block {
    width: 100% !important;
  }
}
.cid-to8j0eGuWr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to8j0eGuWr .mbr-section-subtitle {
  color: #000000;
}
.cid-to8j0eGuWr H2 {
  color: #0b644d;
}
.cid-tjpR7cLR0d {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjpR7cLR0d .image-block {
  margin: auto;
}
.cid-tjpR7cLR0d figcaption {
  position: relative;
}
.cid-tjpR7cLR0d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpR7cLR0d .image-block {
    width: 100% !important;
  }
}
.cid-tjpR7cWycW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpR7cWycW P {
  color: #767676;
}
.cid-tjpR7cWycW .mbr-text,
.cid-tjpR7cWycW .mbr-section-btn {
  color: #465052;
}
.cid-tjpR7cWycW H3 {
  color: #232323;
}
.cid-tjpR7cWycW H1 {
  color: #232323;
}
.cid-tjpR7dbWkk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjpR7dbWkk .image-block {
  margin: auto;
}
.cid-tjpR7dbWkk figcaption {
  position: relative;
}
.cid-tjpR7dbWkk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpR7dbWkk .image-block {
    width: 100% !important;
  }
}
.cid-tjpR7dmvbO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tjpR7dmvbO .image-block {
  margin: auto;
}
.cid-tjpR7dmvbO figcaption {
  position: relative;
}
.cid-tjpR7dmvbO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpR7dmvbO .image-block {
    width: 100% !important;
  }
}
.cid-tjpR7dxuCZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tjpR7dxuCZ H1 {
  color: #0d695c;
}
.cid-tjpR7dxuCZ .mbr-text,
.cid-tjpR7dxuCZ .mbr-section-btn {
  color: #000000;
}
.cid-tjpR7dxuCZ H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tjpR7dK9nt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d695c;
}
.cid-tjpR7dK9nt .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-tjpR7dK9nt .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tjpR7dK9nt .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-tjpR7dK9nt .separline {
  position: relative;
}
.cid-tjpR7dK9nt .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tjpR7dK9nt .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-tjpR7dK9nt .mbr-step-title {
  color: #ffffff;
}
.cid-tjpR7dK9nt .mbr-section-title {
  color: #ffffff;
}
.cid-tjpR7dK9nt .mbr-step-text {
  color: #ffffff;
}
.cid-to2mpJ0hze {
  background: #efefef;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-to2mpJ0hze .image-block {
  margin: auto;
}
.cid-to2mpJ0hze figcaption {
  position: relative;
}
.cid-to2mpJ0hze figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to2mpJ0hze .image-block {
    width: 100% !important;
  }
}
.cid-to8hYON0CJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-to8hYON0CJ .mbr-section-subtitle {
  color: #000000;
}
.cid-to8hYON0CJ H2 {
  color: #232323;
}
.cid-to8hZn1hYb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-to8hZn1hYb .mbr-section-subtitle {
  color: #000000;
}
.cid-to8hZn1hYb H2 {
  color: #232323;
}
.cid-tjpR7fMGOj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpR7fMGOj P {
  color: #767676;
}
.cid-tjpR7fMGOj .mbr-text,
.cid-tjpR7fMGOj .mbr-section-btn {
  color: #122230;
}
.cid-tjpR7fMGOj H3 {
  color: #000000;
}
.cid-tjpR7fMGOj H1 {
  color: #0d695c;
}
.cid-tjpR7g3hJy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpR7g3hJy .mbr-section-subtitle {
  color: #232323;
}
.cid-tjpR7g3hJy H2 {
  color: #0d695c;
}
.cid-tjpR7gjiAL {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tjpR7gjiAL .image-block {
  margin: auto;
}
.cid-tjpR7gjiAL figcaption {
  position: relative;
}
.cid-tjpR7gjiAL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpR7gjiAL .image-block {
    width: 100% !important;
  }
}
.cid-tjpR7gyKoe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpR7gyKoe P {
  color: #767676;
}
.cid-tjpR7gyKoe .mbr-text,
.cid-tjpR7gyKoe .mbr-section-btn {
  color: #465052;
}
.cid-tjpR7gyKoe H3 {
  color: #232323;
}
.cid-tjpR7gyKoe H1 {
  color: #232323;
}
.cid-tjpR7gNlJN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tjpR7gNlJN .image-block {
  margin: auto;
}
.cid-tjpR7gNlJN figcaption {
  position: relative;
}
.cid-tjpR7gNlJN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpR7gNlJN .image-block {
    width: 100% !important;
  }
}
.cid-to2mlsxEGZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2mlsxEGZ .mbr-section-subtitle {
  color: #232323;
}
.cid-to2mlsxEGZ H2 {
  color: #ffffff;
}
.cid-tjpRwNbZaa {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #029c86;
}
.cid-tjpRwNbZaa .mbr-section-subtitle {
  color: #f9f295;
}
.cid-tjpRwNbZaa H2 {
  color: #ffffff;
}
.cid-tjpRssVSl8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpRssVSl8 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tjpRssVSl8 H2 {
  color: #0b644d;
}
.cid-tjpRst6Ppm {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjpRst6Ppm .image-block {
  margin: auto;
}
.cid-tjpRst6Ppm figcaption {
  position: relative;
}
.cid-tjpRst6Ppm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpRst6Ppm .image-block {
    width: 100% !important;
  }
}
.cid-to8j7QbXpj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to8j7QbXpj .mbr-section-subtitle {
  color: #000000;
}
.cid-to8j7QbXpj H2 {
  color: #0b644d;
}
.cid-tjpRstChkT {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjpRstChkT .image-block {
  margin: auto;
}
.cid-tjpRstChkT figcaption {
  position: relative;
}
.cid-tjpRstChkT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpRstChkT .image-block {
    width: 100% !important;
  }
}
.cid-tjpRstOyz3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpRstOyz3 P {
  color: #767676;
}
.cid-tjpRstOyz3 .mbr-text,
.cid-tjpRstOyz3 .mbr-section-btn {
  color: #465052;
}
.cid-tjpRstOyz3 H3 {
  color: #232323;
}
.cid-tjpRstOyz3 H1 {
  color: #232323;
}
.cid-tjpRsu12iS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjpRsu12iS .image-block {
  margin: auto;
}
.cid-tjpRsu12iS figcaption {
  position: relative;
}
.cid-tjpRsu12iS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpRsu12iS .image-block {
    width: 100% !important;
  }
}
.cid-tjpRsucupG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tjpRsucupG .image-block {
  margin: auto;
}
.cid-tjpRsucupG figcaption {
  position: relative;
}
.cid-tjpRsucupG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpRsucupG .image-block {
    width: 100% !important;
  }
}
.cid-tjpRsuozef {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tjpRsuozef H1 {
  color: #0d695c;
}
.cid-tjpRsuozef .mbr-text,
.cid-tjpRsuozef .mbr-section-btn {
  color: #465052;
}
.cid-tjpRsuozef H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tjpRsuChSr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d695c;
}
.cid-tjpRsuChSr .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-tjpRsuChSr .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tjpRsuChSr .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-tjpRsuChSr .separline {
  position: relative;
}
.cid-tjpRsuChSr .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tjpRsuChSr .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-tjpRsuChSr .mbr-step-title {
  color: #ffffff;
}
.cid-tjpRsuChSr .mbr-section-title {
  color: #ffffff;
}
.cid-tjpRsuChSr .mbr-step-text {
  color: #ffffff;
}
.cid-to8jcEuiwJ {
  background: #efefef;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-to8jcEuiwJ .image-block {
  margin: auto;
}
.cid-to8jcEuiwJ figcaption {
  position: relative;
}
.cid-to8jcEuiwJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8jcEuiwJ .image-block {
    width: 100% !important;
  }
}
.cid-to8jdiE7vn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-to8jdiE7vn .mbr-section-subtitle {
  color: #000000;
}
.cid-to8jdiE7vn H2 {
  color: #232323;
}
.cid-to8jdLrRnu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-to8jdLrRnu .mbr-section-subtitle {
  color: #000000;
}
.cid-to8jdLrRnu H2 {
  color: #232323;
}
.cid-tjpRswI2oH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpRswI2oH P {
  color: #767676;
}
.cid-tjpRswI2oH .mbr-text,
.cid-tjpRswI2oH .mbr-section-btn {
  color: #0c1926;
}
.cid-tjpRswI2oH H3 {
  color: #000000;
}
.cid-tjpRswI2oH H1 {
  color: #0d695c;
}
.cid-tjpRsx1vTV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpRsx1vTV .mbr-section-subtitle {
  color: #232323;
}
.cid-tjpRsx1vTV H2 {
  color: #0d695c;
}
.cid-tjpRsxeTO5 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tjpRsxeTO5 .image-block {
  margin: auto;
}
.cid-tjpRsxeTO5 figcaption {
  position: relative;
}
.cid-tjpRsxeTO5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpRsxeTO5 .image-block {
    width: 100% !important;
  }
}
.cid-tjpRsxrOiX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpRsxrOiX P {
  color: #767676;
}
.cid-tjpRsxrOiX .mbr-text,
.cid-tjpRsxrOiX .mbr-section-btn {
  color: #465052;
}
.cid-tjpRsxrOiX H3 {
  color: #232323;
}
.cid-tjpRsxrOiX H1 {
  color: #232323;
}
.cid-tjpRsxMxA4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjpRsxMxA4 .image-block {
  margin: auto;
}
.cid-tjpRsxMxA4 figcaption {
  position: relative;
}
.cid-tjpRsxMxA4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpRsxMxA4 .image-block {
    width: 100% !important;
  }
}
.cid-tjpRsy0iC9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tjpRsy0iC9 .image-block {
  margin: auto;
}
.cid-tjpRsy0iC9 figcaption {
  position: relative;
}
.cid-tjpRsy0iC9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpRsy0iC9 .image-block {
    width: 100% !important;
  }
}
.cid-to8jnT8czY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to8jnT8czY .mbr-section-subtitle {
  color: #232323;
}
.cid-to8jnT8czY H2 {
  color: #ffffff;
}
.cid-tjpTLp9NPi {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLp9NPi .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tjpTLp9NPi H2 {
  color: #122230;
}
.cid-tjpTLpkGrS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjpTLpkGrS .mbr-section-subtitle {
  color: #8f0000;
}
.cid-tjpTLpkGrS H2 {
  text-align: center;
}
.cid-tjpTLpuXof {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLpuXof .mbr-section-subtitle {
  color: #767676;
}
.cid-tjpTLpuXof H2 {
  color: #465052;
  text-align: left;
}
.cid-tjpTLpFpPD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLpFpPD .mbr-text,
.cid-tjpTLpFpPD blockquote {
  color: #767676;
}
.cid-tjpTLpFpPD .mbr-text {
  color: #232323;
}
.cid-tjpTLpQ0wJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLpQ0wJ .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-tjpTLpQ0wJ H2 {
  color: #465052;
  text-align: left;
}
.cid-tjpTLq1kYq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLq1kYq .mbr-text,
.cid-tjpTLq1kYq blockquote {
  color: #767676;
}
.cid-tjpTLq1kYq .mbr-text {
  color: #232323;
}
.cid-tjpVuhwUrG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjpVuhwUrG .image-block {
  margin: auto;
}
.cid-tjpVuhwUrG figcaption {
  position: relative;
}
.cid-tjpVuhwUrG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpVuhwUrG .image-block {
    width: 100% !important;
  }
}
.cid-tjpTLqcrbJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLqcrbJ .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-tjpTLqcrbJ H2 {
  color: #465052;
  text-align: left;
}
.cid-tjpTLqnMmI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLqnMmI .mbr-text,
.cid-tjpTLqnMmI blockquote {
  color: #767676;
}
.cid-tjpTLqnMmI .mbr-text {
  color: #232323;
}
.cid-tjpTLqzxfP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLqzxfP .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-tjpTLqzxfP H2 {
  color: #465052;
  text-align: left;
}
.cid-tjpTLqMu9O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLqMu9O .mbr-text,
.cid-tjpTLqMu9O blockquote {
  color: #767676;
}
.cid-tjpTLqMu9O .mbr-text {
  color: #232323;
}
.cid-to2q8YQUhS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to2q8YQUhS .mbr-section-subtitle {
  color: #1a3246;
}
.cid-to2q8YQUhS H2 {
  color: #000000;
}
.cid-tjpVWEFgo3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tjpVWEFgo3 .image-block {
  margin: auto;
}
.cid-tjpVWEFgo3 figcaption {
  position: relative;
}
.cid-tjpVWEFgo3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpVWEFgo3 .image-block {
    width: 100% !important;
  }
}
.cid-to2qePwXTV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2qePwXTV .mbr-section-subtitle {
  color: #232323;
}
.cid-to2qePwXTV H2 {
  color: #ffffff;
}
.cid-tjvsPnJwnC {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjvsPnJwnC .image-block {
  margin: auto;
}
.cid-tjvsPnJwnC figcaption {
  position: relative;
}
.cid-tjvsPnJwnC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPnJwnC .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPnVlrF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjvsPnVlrF H1 {
  color: #5b686b;
}
.cid-tjvsPnVlrF .mbr-text,
.cid-tjvsPnVlrF .mbr-section-btn {
  color: #000000;
}
.cid-tjvsPnVlrF H3 {
  color: #000000;
}
.cid-tjvsPo9xo1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvsPo9xo1 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjvsPo9xo1 .video-block {
    width: 100% !important;
  }
}
.cid-ttiV37t6o2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiV37t6o2 .mbr-section-subtitle {
  color: #232323;
}
.cid-ttiV37t6o2 H2 {
  color: #000000;
}
.cid-ttiV4apEdR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiV4apEdR .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiV4apEdR H2 {
  color: #232323;
}
.cid-ttiV4SCpw3 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 45px;
}
.cid-ttiV4SCpw3 .image-block {
  margin: auto;
}
.cid-ttiV4SCpw3 figcaption {
  position: relative;
}
.cid-ttiV4SCpw3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiV4SCpw3 .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPq5i2C {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjvsPq5i2C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvsPq5i2C H2 {
  color: #ffffff;
}
.cid-to8mHcREVQ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-to8mHcREVQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-to8mHcREVQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-to8mHcREVQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-to8mHcREVQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-to8mHcREVQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-to8mHcREVQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-to8mHcREVQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-to8mHcREVQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-to8mHcREVQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tjvsPoHYXc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tjvsPoHYXc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvsPoHYXc H2 {
  color: #0c1926;
}
.cid-tjvsPp6mk1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tjvsPp6mk1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvsPp6mk1 H2 {
  color: #232323;
}
.cid-tjvsPph0hX {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjvsPph0hX .image-block {
  margin: auto;
}
.cid-tjvsPph0hX figcaption {
  position: relative;
}
.cid-tjvsPph0hX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPph0hX .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPptxNT {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvsPptxNT .image-block {
  margin: auto;
}
.cid-tjvsPptxNT figcaption {
  position: relative;
}
.cid-tjvsPptxNT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPptxNT .image-block {
    width: 100% !important;
  }
}
.cid-ttiRwZOmP4 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiRwZOmP4 .image-block {
  margin: auto;
}
.cid-ttiRwZOmP4 figcaption {
  position: relative;
}
.cid-ttiRwZOmP4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiRwZOmP4 .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPpRgFu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tjvsPpRgFu P {
  color: #767676;
}
.cid-tjvsPpRgFu .mbr-text,
.cid-tjvsPpRgFu .mbr-section-btn {
  color: #465052;
}
.cid-tjvsPpRgFu H3 {
  color: #232323;
}
.cid-tjvsPpRgFu H1 {
  color: #ffffff;
}
.cid-tjvsPqEttG {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #3a3939;
}
.cid-tjvsPqEttG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvsPqEttG H2 {
  color: #ffffff;
}
.cid-ttiPfbfedJ {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiPfbfedJ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiPfbfedJ .video-block {
    width: 100% !important;
  }
}
.cid-tjvsPqRlhS {
  background: #3a3939;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjvsPqRlhS .image-block {
  margin: auto;
}
.cid-tjvsPqRlhS figcaption {
  position: relative;
}
.cid-tjvsPqRlhS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPqRlhS .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPr4wPS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #3a3939;
}
.cid-tjvsPr4wPS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvsPr4wPS H2 {
  color: #ffffff;
}
.cid-tjvsPrhipf {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjvsPrhipf .image-block {
  margin: auto;
}
.cid-tjvsPrhipf figcaption {
  position: relative;
}
.cid-tjvsPrhipf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPrhipf .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPruLFA {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvsPruLFA .image-block {
  margin: auto;
}
.cid-tjvsPruLFA figcaption {
  position: relative;
}
.cid-tjvsPruLFA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPruLFA .image-block {
    width: 100% !important;
  }
}
.cid-ttdQp5s72f {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttdQp5s72f .image-block {
  margin: auto;
}
.cid-ttdQp5s72f figcaption {
  position: relative;
}
.cid-ttdQp5s72f figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttdQp5s72f .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPs2O2T {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjvsPs2O2T .mbr-section-subtitle {
  color: #000000;
}
.cid-tjvsPs2O2T H2 {
  text-align: center;
  color: #122230;
}
.cid-tjvsPsfPko {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjvsPsfPko h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjvsPsfPko p {
  color: #767676;
  text-align: left;
}
.cid-tjvsPsfPko .card-box {
  padding-top: 2rem;
}
.cid-tjvsPsfPko .card-wrapper {
  height: 100%;
}
.cid-tjvsPsfPko P {
  text-align: center;
  color: #000000;
}
.cid-tjvsPsfPko .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjvsPszjsF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjvsPszjsF .mbr-section-subtitle {
  color: #232323;
}
.cid-tjvsPszjsF H2 {
  color: #ffffff;
}
.cid-tjvsPsMWfj {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvsPsMWfj .image-block {
  margin: auto;
}
.cid-tjvsPsMWfj figcaption {
  position: relative;
}
.cid-tjvsPsMWfj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPsMWfj .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPt2idE {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjvsPt2idE .image-block {
  margin: auto;
}
.cid-tjvsPt2idE figcaption {
  position: relative;
}
.cid-tjvsPt2idE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPt2idE .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPthGTQ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tjvsPthGTQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvsPthGTQ H2 {
  color: #ffffff;
}
.cid-to2sgoo8vV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2sgoo8vV .mbr-section-subtitle {
  color: #232323;
}
.cid-to2sgoo8vV H2 {
  color: #ffffff;
}
.cid-tjvqb40MEF {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjvqb40MEF .image-block {
  margin: auto;
}
.cid-tjvqb40MEF figcaption {
  position: relative;
}
.cid-tjvqb40MEF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvqb40MEF .image-block {
    width: 100% !important;
  }
}
.cid-tjvqb4ga7n {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjvqb4ga7n H1 {
  color: #5b686b;
}
.cid-tjvqb4ga7n .mbr-text,
.cid-tjvqb4ga7n .mbr-section-btn {
  color: #000000;
}
.cid-tjvqb4ga7n H3 {
  color: #000000;
}
.cid-tjvqb4vGYW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvqb4vGYW .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjvqb4vGYW .video-block {
    width: 100% !important;
  }
}
.cid-ttiUYa4osH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiUYa4osH .mbr-section-subtitle {
  color: #232323;
}
.cid-ttiUYa4osH H2 {
  color: #000000;
}
.cid-ttiUYOKWFX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiUYOKWFX .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiUYOKWFX H2 {
  color: #232323;
}
.cid-ttiUZGAZhL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-ttiUZGAZhL .image-block {
  margin: auto;
}
.cid-ttiUZGAZhL figcaption {
  position: relative;
}
.cid-ttiUZGAZhL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiUZGAZhL .image-block {
    width: 100% !important;
  }
}
.cid-tjvqb5d3xr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjvqb5d3xr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvqb5d3xr H2 {
  color: #0c1926;
}
.cid-tjvqb5z8jz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjvqb5z8jz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvqb5z8jz H2 {
  color: #232323;
}
.cid-tjvqb5Od8y {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjvqb5Od8y .image-block {
  margin: auto;
}
.cid-tjvqb5Od8y figcaption {
  position: relative;
}
.cid-tjvqb5Od8y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvqb5Od8y .image-block {
    width: 100% !important;
  }
}
.cid-tjvqb60OXZ {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvqb60OXZ .image-block {
  margin: auto;
}
.cid-tjvqb60OXZ figcaption {
  position: relative;
}
.cid-tjvqb60OXZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvqb60OXZ .image-block {
    width: 100% !important;
  }
}
.cid-ttiRhR08Xe {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiRhR08Xe .image-block {
  margin: auto;
}
.cid-ttiRhR08Xe figcaption {
  position: relative;
}
.cid-ttiRhR08Xe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiRhR08Xe .image-block {
    width: 100% !important;
  }
}
.cid-tjvqb6nOGd {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tjvqb6nOGd P {
  color: #767676;
}
.cid-tjvqb6nOGd .mbr-text,
.cid-tjvqb6nOGd .mbr-section-btn {
  color: #465052;
}
.cid-tjvqb6nOGd H3 {
  color: #232323;
}
.cid-tjvqb6nOGd H1 {
  color: #ffffff;
}
.cid-tjvqb6Cfi0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjvqb6Cfi0 .mbr-section-subtitle {
  color: #000000;
}
.cid-tjvqb6Cfi0 H2 {
  color: #122230;
}
.cid-to8mSaPbxq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-to8mSaPbxq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-to8mSaPbxq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-to8mSaPbxq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-to8mSaPbxq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-to8mSaPbxq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-to8mSaPbxq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-to8mSaPbxq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-to8mSaPbxq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-to8mSaPbxq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ttiRLY4Wt3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #3a3939;
}
.cid-ttiRLY4Wt3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiRLY4Wt3 H2 {
  color: #ffffff;
}
.cid-ttiRMnC0xZ {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiRMnC0xZ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiRMnC0xZ .video-block {
    width: 100% !important;
  }
}
.cid-ttiRMWVbld {
  background: #3a3939;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ttiRMWVbld .image-block {
  margin: auto;
}
.cid-ttiRMWVbld figcaption {
  position: relative;
}
.cid-ttiRMWVbld figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiRMWVbld .image-block {
    width: 100% !important;
  }
}
.cid-ttiRNq02bT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #3a3939;
}
.cid-ttiRNq02bT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiRNq02bT H2 {
  color: #ffffff;
}
.cid-ttiRNY1vrw {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiRNY1vrw .image-block {
  margin: auto;
}
.cid-ttiRNY1vrw figcaption {
  position: relative;
}
.cid-ttiRNY1vrw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiRNY1vrw .image-block {
    width: 100% !important;
  }
}
.cid-ttiROpLsIw {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiROpLsIw .image-block {
  margin: auto;
}
.cid-ttiROpLsIw figcaption {
  position: relative;
}
.cid-ttiROpLsIw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiROpLsIw .image-block {
    width: 100% !important;
  }
}
.cid-ttiROYuQ1O {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttiROYuQ1O .image-block {
  margin: auto;
}
.cid-ttiROYuQ1O figcaption {
  position: relative;
}
.cid-ttiROYuQ1O figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiROYuQ1O .image-block {
    width: 100% !important;
  }
}
.cid-ttiU0HjzkW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiU0HjzkW .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiU0HjzkW H2 {
  text-align: center;
  color: #000000;
}
.cid-ttiScjU6eo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ttiScjU6eo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ttiScjU6eo p {
  color: #767676;
  text-align: left;
}
.cid-ttiScjU6eo .card-box {
  padding-top: 2rem;
}
.cid-ttiScjU6eo .card-wrapper {
  height: 100%;
}
.cid-ttiScjU6eo P {
  text-align: center;
  color: #000000;
}
.cid-ttiScjU6eo .card-title {
  text-align: center;
  color: #000000;
}
.cid-ttiS7WwUy4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiS7WwUy4 .mbr-section-subtitle {
  color: #232323;
}
.cid-ttiS7WwUy4 H2 {
  color: #ffffff;
}
.cid-ttiS8BLoqj {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiS8BLoqj .image-block {
  margin: auto;
}
.cid-ttiS8BLoqj figcaption {
  position: relative;
}
.cid-ttiS8BLoqj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiS8BLoqj .image-block {
    width: 100% !important;
  }
}
.cid-ttiS96SQPJ {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ttiS96SQPJ .image-block {
  margin: auto;
}
.cid-ttiS96SQPJ figcaption {
  position: relative;
}
.cid-ttiS96SQPJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiS96SQPJ .image-block {
    width: 100% !important;
  }
}
.cid-ttiS9GNNbC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-ttiS9GNNbC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiS9GNNbC H2 {
  color: #ffffff;
}
.cid-to2syoa3d6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2syoa3d6 .mbr-section-subtitle {
  color: #232323;
}
.cid-to2syoa3d6 H2 {
  color: #ffffff;
}
.cid-tjusytCikb {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjusytCikb .image-block {
  margin: auto;
}
.cid-tjusytCikb figcaption {
  position: relative;
}
.cid-tjusytCikb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjusytCikb .image-block {
    width: 100% !important;
  }
}
.cid-tjusyu0oQb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjusyu0oQb H1 {
  color: #5b686b;
}
.cid-tjusyu0oQb .mbr-text,
.cid-tjusyu0oQb .mbr-section-btn {
  color: #000000;
}
.cid-tjusyu0oQb H3 {
  color: #000000;
}
.cid-tjusyuhcqx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjusyuhcqx .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjusyuhcqx .video-block {
    width: 100% !important;
  }
}
.cid-ttiUKrieBE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiUKrieBE .mbr-section-subtitle {
  color: #232323;
}
.cid-ttiUKrieBE H2 {
  color: #000000;
}
.cid-ttiUrzDb76 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiUrzDb76 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiUrzDb76 H2 {
  color: #232323;
}
.cid-tjusyuIUKw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tjusyuIUKw .image-block {
  margin: auto;
}
.cid-tjusyuIUKw figcaption {
  position: relative;
}
.cid-tjusyuIUKw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjusyuIUKw .image-block {
    width: 100% !important;
  }
}
.cid-tjuRZrP234 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #3a3939;
}
.cid-tjuRZrP234 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjuRZrP234 H2 {
  color: #0c1926;
}
.cid-tjvk05VNnT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3a3939;
}
.cid-tjvk05VNnT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvk05VNnT H2 {
  color: #232323;
}
.cid-tjuQmDdfLv {
  background: #3a3939;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjuQmDdfLv .image-block {
  margin: auto;
}
.cid-tjuQmDdfLv figcaption {
  position: relative;
}
.cid-tjuQmDdfLv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjuQmDdfLv .image-block {
    width: 100% !important;
  }
}
.cid-tjuOrZq2It {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjuOrZq2It .image-block {
  margin: auto;
}
.cid-tjuOrZq2It figcaption {
  position: relative;
}
.cid-tjuOrZq2It figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjuOrZq2It .image-block {
    width: 100% !important;
  }
}
.cid-ttiTGgBQmn {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiTGgBQmn .image-block {
  margin: auto;
}
.cid-ttiTGgBQmn figcaption {
  position: relative;
}
.cid-ttiTGgBQmn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiTGgBQmn .image-block {
    width: 100% !important;
  }
}
.cid-tjuQACp1jc {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #3a3939;
}
.cid-tjuQACp1jc P {
  color: #767676;
}
.cid-tjuQACp1jc .mbr-text,
.cid-tjuQACp1jc .mbr-section-btn {
  color: #465052;
}
.cid-tjuQACp1jc H3 {
  color: #232323;
}
.cid-tjuQACp1jc H1 {
  color: #ffffff;
}
.cid-tjuSVn3yxO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjuSVn3yxO .mbr-section-subtitle {
  color: #465052;
}
.cid-tjuSVn3yxO H2 {
  color: #122230;
}
.cid-to8n1VceW5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-to8n1VceW5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-to8n1VceW5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-to8n1VceW5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-to8n1VceW5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-to8n1VceW5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-to8n1VceW5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-to8n1VceW5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-to8n1VceW5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-to8n1VceW5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ttiTTCsmtR {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #3a3939;
}
.cid-ttiTTCsmtR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiTTCsmtR H2 {
  color: #ffffff;
}
.cid-ttiTU5reZp {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiTU5reZp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiTU5reZp .video-block {
    width: 100% !important;
  }
}
.cid-ttiTUA1Gju {
  background: #3a3939;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ttiTUA1Gju .image-block {
  margin: auto;
}
.cid-ttiTUA1Gju figcaption {
  position: relative;
}
.cid-ttiTUA1Gju figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiTUA1Gju .image-block {
    width: 100% !important;
  }
}
.cid-ttiTV3KGUG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #3a3939;
}
.cid-ttiTV3KGUG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiTV3KGUG H2 {
  color: #ffffff;
}
.cid-ttiTVu57qA {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiTVu57qA .image-block {
  margin: auto;
}
.cid-ttiTVu57qA figcaption {
  position: relative;
}
.cid-ttiTVu57qA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiTVu57qA .image-block {
    width: 100% !important;
  }
}
.cid-ttiTVPZNnt {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiTVPZNnt .image-block {
  margin: auto;
}
.cid-ttiTVPZNnt figcaption {
  position: relative;
}
.cid-ttiTVPZNnt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiTVPZNnt .image-block {
    width: 100% !important;
  }
}
.cid-ttiTWHprxS {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttiTWHprxS .image-block {
  margin: auto;
}
.cid-ttiTWHprxS figcaption {
  position: relative;
}
.cid-ttiTWHprxS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiTWHprxS .image-block {
    width: 100% !important;
  }
}
.cid-tjusyvTLSa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjusyvTLSa .mbr-section-subtitle {
  color: #000000;
}
.cid-tjusyvTLSa H2 {
  text-align: center;
  color: #000000;
}
.cid-to8n5xuUPQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-to8n5xuUPQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-to8n5xuUPQ p {
  color: #767676;
  text-align: left;
}
.cid-to8n5xuUPQ .card-box {
  padding-top: 2rem;
}
.cid-to8n5xuUPQ .card-wrapper {
  height: 100%;
}
.cid-to8n5xuUPQ P {
  text-align: center;
  color: #000000;
}
.cid-to8n5xuUPQ .card-title {
  text-align: center;
  color: #232323;
}
.cid-ttiTQ2abEC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiTQ2abEC .mbr-section-subtitle {
  color: #232323;
}
.cid-ttiTQ2abEC H2 {
  color: #ffffff;
}
.cid-ttiTQtUKZS {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiTQtUKZS .image-block {
  margin: auto;
}
.cid-ttiTQtUKZS figcaption {
  position: relative;
}
.cid-ttiTQtUKZS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiTQtUKZS .image-block {
    width: 100% !important;
  }
}
.cid-ttiTQWGVuj {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ttiTQWGVuj .image-block {
  margin: auto;
}
.cid-ttiTQWGVuj figcaption {
  position: relative;
}
.cid-ttiTQWGVuj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiTQWGVuj .image-block {
    width: 100% !important;
  }
}
.cid-ttiTRoVz75 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ttiTRoVz75 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiTRoVz75 H2 {
  color: #ffffff;
}
.cid-to2sIQPcFl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2sIQPcFl .mbr-section-subtitle {
  color: #232323;
}
.cid-to2sIQPcFl H2 {
  color: #ffffff;
}
.cid-sCBHHOTVib {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bd0000;
}
.cid-sCBHHOTVib .mbr-section-subtitle {
  color: #abff00;
}
.cid-sCBHHOTVib H2 {
  color: #ffffff;
}
.cid-sCA4huSF9q {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCA4huSF9q H1 {
  color: #7f1933;
}
.cid-sCA4huSF9q .mbr-text,
.cid-sCA4huSF9q .mbr-section-btn {
  color: #029c86;
}
.cid-sCA4huSF9q H3 {
  color: #073b4c;
  text-align: center;
}
.cid-tg1sj1BMLP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tg1sj1BMLP .image-block {
  margin: auto;
}
.cid-tg1sj1BMLP figcaption {
  position: relative;
}
.cid-tg1sj1BMLP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg1sj1BMLP .image-block {
    width: 100% !important;
  }
}
.cid-sCAisEuAhN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-sCAisEuAhN .image-block {
  margin: auto;
}
.cid-sCAisEuAhN figcaption {
  position: relative;
}
.cid-sCAisEuAhN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCAisEuAhN .image-block {
    width: 100% !important;
  }
}
.cid-sCA4hthXVJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCA4hthXVJ H1 {
  color: #5b686b;
}
.cid-sCA4hthXVJ .mbr-text,
.cid-sCA4hthXVJ .mbr-section-btn {
  color: #232323;
}
.cid-sCA4hthXVJ H3 {
  color: #232323;
}
.cid-sCBEmsJraX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCBEmsJraX P {
  color: #767676;
}
.cid-sCBEmsJraX .mbr-text,
.cid-sCBEmsJraX .mbr-section-btn {
  color: #029c86;
}
.cid-sCBEmsJraX H3 {
  color: #000000;
}
.cid-sCBEmsJraX H1 {
  color: #073b4c;
}
.cid-sCNbabukSS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sCNbabukSS .image-block {
  margin: auto;
}
.cid-sCNbabukSS figcaption {
  position: relative;
}
.cid-sCNbabukSS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCNbabukSS .image-block {
    width: 100% !important;
  }
}
.cid-tg1pUmXWEN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg1pUmXWEN .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tg1pUmXWEN H2 {
  color: #073b4c;
}
.cid-tg1nKBD4bz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tg1nKBD4bz .counter-container {
  color: #767676;
}
.cid-tg1nKBD4bz .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tg1nKBD4bz .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tg1nKBD4bz .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tg1nKBD4bz .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tg1nKBD4bz .mbr-text {
  color: #000000;
}
.cid-sCAjRXXAXD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCAjRXXAXD .mbr-section-subtitle {
  color: #000000;
}
.cid-sCAjRXXAXD H2 {
  color: #073b4c;
}
.cid-sCAhYo6ACO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-sCAhYo6ACO .image-block {
  margin: auto;
}
.cid-sCAhYo6ACO figcaption {
  position: relative;
}
.cid-sCAhYo6ACO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCAhYo6ACO .image-block {
    width: 100% !important;
  }
}
.cid-sCA4hqr4Oe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCA4hqr4Oe P {
  color: #767676;
}
.cid-sCA4hqr4Oe .mbr-text,
.cid-sCA4hqr4Oe .mbr-section-btn {
  color: #465052;
}
.cid-sCA4hqr4Oe H3 {
  color: #232323;
}
.cid-sCA4hqr4Oe H1 {
  color: #232323;
}
.cid-sCNbTbZxxD {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sCNbTbZxxD .image-block {
  margin: auto;
}
.cid-sCNbTbZxxD figcaption {
  position: relative;
}
.cid-sCNbTbZxxD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCNbTbZxxD .image-block {
    width: 100% !important;
  }
}
.cid-sCA4hqGLsI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-sCA4hqGLsI .image-block {
  margin: auto;
}
.cid-sCA4hqGLsI figcaption {
  position: relative;
}
.cid-sCA4hqGLsI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCA4hqGLsI .image-block {
    width: 100% !important;
  }
}
.cid-to2dpHQ2Xl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2dpHQ2Xl .mbr-section-subtitle {
  color: #232323;
}
.cid-to2dpHQ2Xl H2 {
  color: #ffffff;
}
.cid-to74JZzAjq {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-to74JZzAjq .image-block {
  margin: auto;
}
.cid-to74JZzAjq figcaption {
  position: relative;
}
.cid-to74JZzAjq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to74JZzAjq .image-block {
    width: 100% !important;
  }
}
.cid-to74JZTySf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to74JZTySf .mbr-section-subtitle {
  color: #232323;
}
.cid-to74JZTySf H2 {
  color: #000000;
}
.cid-to74K0aHFb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to74K0aHFb .mbr-section-subtitle {
  color: #000000;
}
.cid-to74K0aHFb H2 {
  color: #000000;
  text-align: center;
}
.cid-to7bKN8YnG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to7bKN8YnG .image-block {
  margin: auto;
}
.cid-to7bKN8YnG figcaption {
  position: relative;
}
.cid-to7bKN8YnG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to7bKN8YnG .image-block {
    width: 100% !important;
  }
}
.cid-to74K0UFzg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to74K0UFzg .mbr-section-subtitle {
  color: #232323;
}
.cid-to74K0UFzg H2 {
  color: #ffffff;
}
.cid-toYoKmFcoO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/teenbrain-2b1-1000x560.jpg");
}
.cid-toYoKmFcoO .mbr-text,
.cid-toYoKmFcoO .mbr-section-btn {
  color: #ffffff;
}
.cid-toYoKmFcoO H3 {
  color: #ddff55;
}
.cid-toYr1QRnri {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
.cid-toYr1QRnri .mbr-text,
.cid-toYr1QRnri .mbr-section-btn {
  color: #ffffff;
}
.cid-toYr1QRnri H3 {
  color: #ddff55;
}
.cid-toYoKn484K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-toYoKn484K .mbr-section-subtitle {
  color: #232323;
}
.cid-toYoKn484K H2 {
  color: #ffffff;
}
.cid-toYoKn484K H4 {
  color: #ffffff;
}
.cid-tpsjDvHqKG {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tpsjDvHqKG .image-block {
  margin: auto;
}
.cid-tpsjDvHqKG figcaption {
  position: relative;
}
.cid-tpsjDvHqKG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpsjDvHqKG .image-block {
    width: 100% !important;
  }
}
.cid-tpsjE4EhuE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tpsjE4EhuE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpsjE4EhuE H2 {
  text-align: center;
  color: #626161;
}
.cid-tpsjE4EhuE H1 {
  color: #adacac;
}
.cid-tsgZxq3Xyd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgZxq3Xyd .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsgZxq3Xyd H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgZxq3Xyd H4 {
  color: #ffde00;
}
.cid-tsgZmP2aJW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgZmP2aJW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgZmP2aJW H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgZmP2aJW H4 {
  color: #ffde00;
}
.cid-tpy6Xf1FdM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tpy6Xf1FdM .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tpy6Xf1FdM H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tpy6Xf1FdM H4 {
  color: #ffde00;
}
.cid-tpsjFVZLro {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tpsjFVZLro .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tpsjFVZLro .video-block {
    width: 100% !important;
  }
}
.cid-tuaW7j01fE {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuaW7j01fE .image-block {
  margin: auto;
}
.cid-tuaW7j01fE figcaption {
  position: relative;
}
.cid-tuaW7j01fE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaW7j01fE .image-block {
    width: 100% !important;
  }
}
.cid-trUhXvPgmC {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-trUhXvPgmC .image-block {
  margin: auto;
}
.cid-trUhXvPgmC figcaption {
  position: relative;
}
.cid-trUhXvPgmC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trUhXvPgmC .image-block {
    width: 100% !important;
  }
}
.cid-trUi1cuGRT {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-trUi1cuGRT .image-block {
  margin: auto;
}
.cid-trUi1cuGRT figcaption {
  position: relative;
}
.cid-trUi1cuGRT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trUi1cuGRT .image-block {
    width: 100% !important;
  }
}
.cid-tusvmEKTCl {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tusvmEKTCl .image-block {
  margin: auto;
}
.cid-tusvmEKTCl figcaption {
  position: relative;
}
.cid-tusvmEKTCl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusvmEKTCl .image-block {
    width: 100% !important;
  }
}
.cid-trUicMvTDb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-trUicMvTDb .mbr-section-subtitle {
  color: #ddff55;
}
.cid-trUicMvTDb H2 {
  text-align: center;
  color: #f9f295;
}
.cid-trUicMvTDb H4 {
  color: #efefef;
}
.cid-trUietRur0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-trUietRur0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-trUietRur0 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-trUietRur0 .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-trUietRur0 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-trUietRur0 .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-trUietRur0 P {
  text-align: center;
  color: #ffffff;
}
.cid-trUietRur0 .card-title,
.cid-trUietRur0 .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-trUifXICu4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-trUifXICu4 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-trUifXICu4 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-trUifXICu4 .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-trUifXICu4 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-trUifXICu4 .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-trUifXICu4 P {
  text-align: center;
  color: #ffffff;
}
.cid-trUifXICu4 .card-title,
.cid-trUifXICu4 .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tusvD4C2j2 {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tusvD4C2j2 .image-block {
  margin: auto;
}
.cid-tusvD4C2j2 figcaption {
  position: relative;
}
.cid-tusvD4C2j2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusvD4C2j2 .image-block {
    width: 100% !important;
  }
}
.cid-ts5Wo2bjiu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ts5Wo2bjiu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ts5Wo2bjiu H2 {
  text-align: center;
  color: #f9f295;
}
.cid-ts5Wo2bjiu H4 {
  color: #c7ff00;
}
.cid-tuaWe300nJ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaWe300nJ .image-block {
  margin: auto;
}
.cid-tuaWe300nJ figcaption {
  position: relative;
}
.cid-tuaWe300nJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaWe300nJ .image-block {
    width: 100% !important;
  }
}
.cid-tpsjNoposf {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tpsjNoposf .image-block {
  margin: auto;
}
.cid-tpsjNoposf figcaption {
  position: relative;
}
.cid-tpsjNoposf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpsjNoposf .image-block {
    width: 100% !important;
  }
}
.cid-tsg6Um5r4t {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsg6Um5r4t .image-block {
  margin: auto;
}
.cid-tsg6Um5r4t figcaption {
  position: relative;
}
.cid-tsg6Um5r4t figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsg6Um5r4t .image-block {
    width: 100% !important;
  }
}
.cid-tpsjOT6oLh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tpsjOT6oLh .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tpsjOT6oLh .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tpsjPEu0Py {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tpsjPEu0Py .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tpsjPEu0Py .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpsjPEu0Py .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tpsjPEu0Py .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tpsjPEu0Py .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tpsjPEu0Py .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tpsjPEu0Py .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tpsjPEu0Py .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tpsjPEu0Py .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ts5Wq9xRlA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ts5Wq9xRlA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ts5Wq9xRlA H2 {
  text-align: center;
  color: #f9f295;
}
.cid-ts5Wq9xRlA H4 {
  color: #ffffff;
}
.cid-trUhO12oyp {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-trUhO12oyp .image-block {
  margin: auto;
}
.cid-trUhO12oyp figcaption {
  position: relative;
}
.cid-trUhO12oyp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trUhO12oyp .image-block {
    width: 100% !important;
  }
}
.cid-tuaWixEZIA {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuaWixEZIA .image-block {
  margin: auto;
}
.cid-tuaWixEZIA figcaption {
  position: relative;
}
.cid-tuaWixEZIA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaWixEZIA .image-block {
    width: 100% !important;
  }
}
.cid-tpsjJ1thhj {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tpsjJ1thhj .image-block {
  margin: auto;
}
.cid-tpsjJ1thhj figcaption {
  position: relative;
}
.cid-tpsjJ1thhj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpsjJ1thhj .image-block {
    width: 100% !important;
  }
}
.cid-trUhUlhBVj {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-trUhUlhBVj .image-block {
  margin: auto;
}
.cid-trUhUlhBVj figcaption {
  position: relative;
}
.cid-trUhUlhBVj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trUhUlhBVj .image-block {
    width: 100% !important;
  }
}
.cid-tpsjJBLWJe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tpsjJBLWJe .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tpsjJBLWJe H2 {
  color: #ffffff;
}
.cid-tpsjJBLWJe H4 {
  color: #ffffff;
}
.cid-trUioZ0vLj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-trUioZ0vLj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trUioZ0vLj H2 {
  color: #ddff55;
}
.cid-trUioZ0vLj H3 {
  color: #fff000;
}
.cid-trUiqgLjPh {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-trUiqgLjPh .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-trUiqgLjPh .video-block {
    width: 100% !important;
  }
}
.cid-tpsjS576Qx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tpsjS576Qx .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tpsjS576Qx .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tpsjSAFxUc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tpsjSAFxUc .mbr-text {
  color: #767676;
}
.cid-tpsjSAFxUc h4 {
  text-align: center;
}
.cid-tpsjSAFxUc p {
  text-align: center;
}
.cid-tpsjSAFxUc .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tpsjSAFxUc .card-title,
.cid-tpsjSAFxUc .card-img {
  color: #ffffff;
}
.cid-tuaWjbec4b {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaWjbec4b .image-block {
  margin: auto;
}
.cid-tuaWjbec4b figcaption {
  position: relative;
}
.cid-tuaWjbec4b figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaWjbec4b .image-block {
    width: 100% !important;
  }
}
.cid-tpsjUu3hv8 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tpsjUu3hv8 .image-block {
  margin: auto;
}
.cid-tpsjUu3hv8 figcaption {
  position: relative;
}
.cid-tpsjUu3hv8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpsjUu3hv8 .image-block {
    width: 100% !important;
  }
}
.cid-trUiu2DMRT {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-trUiu2DMRT .image-block {
  margin: auto;
}
.cid-trUiu2DMRT figcaption {
  position: relative;
}
.cid-trUiu2DMRT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trUiu2DMRT .image-block {
    width: 100% !important;
  }
}
.cid-tpsjV5JcWE {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tpsjV5JcWE .image-block {
  margin: auto;
}
.cid-tpsjV5JcWE figcaption {
  position: relative;
}
.cid-tpsjV5JcWE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpsjV5JcWE .image-block {
    width: 100% !important;
  }
}
.cid-tpsjVwMzrQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpsjVwMzrQ .mbr-section-subtitle {
  color: #000000;
}
.cid-tpsjVwMzrQ H2 {
  color: #232323;
}
.cid-tpsjWh6OEi {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tpsjWh6OEi .mbr-section-subtitle {
  color: #000000;
}
.cid-tpsjWh6OEi H2 {
  color: #232323;
}
.cid-tpsjXRnxOQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tpsjXRnxOQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpsjXRnxOQ H2 {
  color: #ffffff;
}
.cid-tpsjXRnxOQ H3 {
  color: #ffffff;
}
.cid-tpsjYwD1qR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tpsjYwD1qR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tpsjYwD1qR p {
  color: #767676;
  text-align: left;
}
.cid-tpsjYwD1qR .card-box {
  padding-top: 2rem;
}
.cid-tpsjYwD1qR .card-wrapper {
  height: 100%;
}
.cid-tpsjYwD1qR P {
  text-align: center;
  color: #ffffff;
}
.cid-tpsjYwD1qR .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tpsjZoTTgv {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tpsjZoTTgv .image-block {
  margin: auto;
}
.cid-tpsjZoTTgv figcaption {
  position: relative;
}
.cid-tpsjZoTTgv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpsjZoTTgv .image-block {
    width: 100% !important;
  }
}
.cid-trUm4uoHNA {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-trUm4uoHNA .image-block {
  margin: auto;
}
.cid-trUm4uoHNA figcaption {
  position: relative;
}
.cid-trUm4uoHNA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trUm4uoHNA .image-block {
    width: 100% !important;
  }
}
.cid-tpsk14NbEn {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpsk14NbEn .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tpsk14NbEn H2 {
  color: #ffffff;
}
.cid-tpsk14NbEn H4 {
  color: #ffffff;
}
.cid-tpsk22QycG {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tpsk22QycG p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tpsk22QycG .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tpsk22QycG .collapsed {
  border: none;
}
.cid-tpsk22QycG .collapsed span {
  transform: rotate(0deg);
}
.cid-tpsk22QycG span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tpsk22QycG .panel-body {
  padding-top: 0.5rem;
}
.cid-tpsk22QycG .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tpsk22QycG .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tpsk22QycG .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tpsk22QycG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tpsk22QycG .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tpsk22QycG .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tpsk22QycG .panel-text {
  color: #ffffff;
}
.cid-tpsk22QycG H4 {
  color: #ffffff;
}
.cid-tpsk22QycG H2 {
  color: #ffffff;
}
.cid-tpsk22QycG .mbr-section-text {
  color: #ffffff;
}
.cid-tpsk22QycG H3 {
  color: #ffffff;
}
.cid-tsgVvhRJZv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsgVvhRJZv .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsgVvhRJZv H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgVvhRJZv H4 {
  color: #ffde00;
}
.cid-tuaWk0zyUy {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuaWk0zyUy .image-block {
  margin: auto;
}
.cid-tuaWk0zyUy figcaption {
  position: relative;
}
.cid-tuaWk0zyUy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaWk0zyUy .image-block {
    width: 100% !important;
  }
}
.cid-tsgWzGbpM6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgWzGbpM6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgWzGbpM6 H2 {
  color: #ffffff;
}
.cid-tsgWzGbpM6 H4 {
  color: #ffffff;
}
.cid-tpsk3ko6ZB {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tpsk3ko6ZB .image-block {
  margin: auto;
}
.cid-tpsk3ko6ZB figcaption {
  position: relative;
}
.cid-tpsk3ko6ZB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpsk3ko6ZB .image-block {
    width: 100% !important;
  }
}
.cid-tpsk3RftMi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tpsk3RftMi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpsk3RftMi H2 {
  color: #ffffff;
}
.cid-tpsk3RftMi H4 {
  color: #ffffff;
}
.cid-to1ozYDdU3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-to1ozYDdU3 .mbr-section-subtitle {
  color: #232323;
}
.cid-to1ozYDdU3 H2 {
  color: #ffffff;
}
.cid-tjvFadmrMl {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjvFadmrMl .image-block {
  margin: auto;
}
.cid-tjvFadmrMl figcaption {
  position: relative;
}
.cid-tjvFadmrMl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFadmrMl .image-block {
    width: 100% !important;
  }
}
.cid-tjvFadDGGC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjvFadDGGC H1 {
  color: #5b686b;
}
.cid-tjvFadDGGC .mbr-text,
.cid-tjvFadDGGC .mbr-section-btn {
  color: #000000;
}
.cid-tjvFadDGGC H3 {
  color: #000000;
}
.cid-tjvFadU67m {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvFadU67m .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjvFadU67m .video-block {
    width: 100% !important;
  }
}
.cid-tjvS9BLWBB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjvS9BLWBB H1 {
  color: #000000;
}
.cid-tjvS9BLWBB .mbr-text,
.cid-tjvS9BLWBB .mbr-section-btn {
  color: #232323;
}
.cid-tjvS9BLWBB H3 {
  color: #000000;
}
.cid-tjvFaeqPGL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tjvFaeqPGL .image-block {
  margin: auto;
}
.cid-tjvFaeqPGL figcaption {
  position: relative;
}
.cid-tjvFaeqPGL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFaeqPGL .image-block {
    width: 100% !important;
  }
}
.cid-tjvFaeBIVd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjvFaeBIVd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvFaeBIVd H2 {
  color: #0c1926;
}
.cid-tjvFaeNjPa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjvFaeNjPa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvFaeNjPa H2 {
  color: #232323;
}
.cid-tjvFaeZn2j {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjvFaeZn2j .image-block {
  margin: auto;
}
.cid-tjvFaeZn2j figcaption {
  position: relative;
}
.cid-tjvFaeZn2j figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFaeZn2j .image-block {
    width: 100% !important;
  }
}
.cid-tjvFafdDfz {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvFafdDfz .image-block {
  margin: auto;
}
.cid-tjvFafdDfz figcaption {
  position: relative;
}
.cid-tjvFafdDfz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFafdDfz .image-block {
    width: 100% !important;
  }
}
.cid-ttoHCrickK {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttoHCrickK .image-block {
  margin: auto;
}
.cid-ttoHCrickK figcaption {
  position: relative;
}
.cid-ttoHCrickK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoHCrickK .image-block {
    width: 100% !important;
  }
}
.cid-tjvFafEySj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tjvFafEySj P {
  color: #767676;
}
.cid-tjvFafEySj .mbr-text,
.cid-tjvFafEySj .mbr-section-btn {
  color: #465052;
}
.cid-tjvFafEySj H3 {
  color: #232323;
}
.cid-tjvFafEySj H1 {
  color: #ffffff;
}
.cid-tjvFafT8JJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjvFafT8JJ .mbr-section-subtitle {
  color: #000000;
}
.cid-tjvFafT8JJ H2 {
  color: #000000;
}
.cid-to8nHsB8mn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-to8nHsB8mn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-to8nHsB8mn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-to8nHsB8mn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-to8nHsB8mn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-to8nHsB8mn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-to8nHsB8mn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-to8nHsB8mn .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-to8nHsB8mn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-to8nHsB8mn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tjvFags7ZB {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tjvFags7ZB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvFags7ZB H2 {
  color: #ffffff;
}
.cid-tjvFagFN0R {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjvFagFN0R .image-block {
  margin: auto;
}
.cid-tjvFagFN0R figcaption {
  position: relative;
}
.cid-tjvFagFN0R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFagFN0R .image-block {
    width: 100% !important;
  }
}
.cid-tjvFagRJ13 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tjvFagRJ13 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvFagRJ13 H2 {
  color: #ffffff;
}
.cid-tjvFah6q99 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjvFah6q99 .image-block {
  margin: auto;
}
.cid-tjvFah6q99 figcaption {
  position: relative;
}
.cid-tjvFah6q99 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFah6q99 .image-block {
    width: 100% !important;
  }
}
.cid-tjvFahnevL {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvFahnevL .image-block {
  margin: auto;
}
.cid-tjvFahnevL figcaption {
  position: relative;
}
.cid-tjvFahnevL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFahnevL .image-block {
    width: 100% !important;
  }
}
.cid-ttoI1rzZAR {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttoI1rzZAR .image-block {
  margin: auto;
}
.cid-ttoI1rzZAR figcaption {
  position: relative;
}
.cid-ttoI1rzZAR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoI1rzZAR .image-block {
    width: 100% !important;
  }
}
.cid-to8nOlpiUM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-to8nOlpiUM .mbr-section-subtitle {
  color: #000000;
}
.cid-to8nOlpiUM H2 {
  text-align: center;
  color: #000000;
}
.cid-tjvFai1ODG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tjvFai1ODG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjvFai1ODG p {
  color: #767676;
  text-align: left;
}
.cid-tjvFai1ODG .card-box {
  padding-top: 2rem;
}
.cid-tjvFai1ODG .card-wrapper {
  height: 100%;
}
.cid-tjvFai1ODG P {
  text-align: center;
  color: #232323;
}
.cid-tjvFai1ODG .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjvFaim3tH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #122230;
}
.cid-tjvFaim3tH .mbr-section-subtitle {
  color: #232323;
}
.cid-tjvFaim3tH H2 {
  color: #ffffff;
}
.cid-tjvFaiAhKC {
  background: #122230;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjvFaiAhKC .image-block {
  margin: auto;
}
.cid-tjvFaiAhKC figcaption {
  position: relative;
}
.cid-tjvFaiAhKC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFaiAhKC .image-block {
    width: 100% !important;
  }
}
.cid-tjvFaiOOL3 {
  background: #122230;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjvFaiOOL3 .image-block {
  margin: auto;
}
.cid-tjvFaiOOL3 figcaption {
  position: relative;
}
.cid-tjvFaiOOL3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFaiOOL3 .image-block {
    width: 100% !important;
  }
}
.cid-tjvFaj2AfM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #122230;
}
.cid-tjvFaj2AfM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvFaj2AfM H2 {
  color: #ffffff;
}
.cid-to2sRrSGm7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2sRrSGm7 .mbr-section-subtitle {
  color: #232323;
}
.cid-to2sRrSGm7 H2 {
  color: #ffffff;
}
.cid-tprtCngfQr {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tprtCngfQr .image-block {
  margin: auto;
}
.cid-tprtCngfQr figcaption {
  position: relative;
}
.cid-tprtCngfQr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCngfQr .image-block {
    width: 100% !important;
  }
}
.cid-tprtCnOQQ0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tprtCnOQQ0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tprtCnOQQ0 H2 {
  text-align: center;
  color: #626161;
}
.cid-tprtCnOQQ0 H1 {
  color: #939393;
}
.cid-tpy6fi2XzP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tpy6fi2XzP .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tpy6fi2XzP H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tpy6fi2XzP H4 {
  color: #ffde00;
}
.cid-tpy47MhwzY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tpy47MhwzY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpy47MhwzY H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tpy47MhwzY H4 {
  color: #ffde00;
}
.cid-tpy677QOXI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tpy677QOXI .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tpy677QOXI H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tpy677QOXI H4 {
  color: #ffde00;
}
.cid-tprtCo93TK {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tprtCo93TK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tprtCo93TK .video-block {
    width: 100% !important;
  }
}
.cid-tpy2ieaqIG {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tpy2ieaqIG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpy2ieaqIG H2 {
  color: #ddff55;
}
.cid-tpy2ieaqIG H3 {
  color: #ffde00;
}
.cid-tpy2dkuggD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tpy2dkuggD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpy2dkuggD H2 {
  color: #ddff55;
}
.cid-tpy2dkuggD H3 {
  color: #ddff55;
}
.cid-tpy2fCrlFI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tpy2fCrlFI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tpy2fCrlFI .mbr-section-subtitle {
  text-align: center;
  color: #f7ed4a;
}
.cid-tprtCoYKRT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tprtCoYKRT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tprtCoYKRT H2 {
  text-align: center;
  color: #6bd800;
}
.cid-tprtCp9Hkt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tprtCp9Hkt .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tprtCp9Hkt H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tprtCp9Hkt H4 {
  color: #ffde00;
}
.cid-tprtCplPaJ {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tprtCplPaJ .image-block {
  margin: auto;
}
.cid-tprtCplPaJ figcaption {
  position: relative;
}
.cid-tprtCplPaJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCplPaJ .image-block {
    width: 100% !important;
  }
}
.cid-tprtCpwXx6 {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tprtCpwXx6 .image-block {
  margin: auto;
}
.cid-tprtCpwXx6 figcaption {
  position: relative;
}
.cid-tprtCpwXx6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCpwXx6 .image-block {
    width: 100% !important;
  }
}
.cid-tprtCpG0QQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tprtCpG0QQ .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tprtCpG0QQ H2 {
  color: #ffffff;
}
.cid-tprtCpG0QQ H4 {
  color: #ffffff;
}
.cid-tprtCpQyJC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tprtCpQyJC .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tprtCpQyJC H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tprtCpQyJC H4 {
  color: #ffffff;
}
.cid-tprtCq1hk8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tprtCq1hk8 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tprtCq1hk8 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tprtCq1hk8 .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tprtCq1hk8 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tprtCq1hk8 .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tprtCq1hk8 P {
  text-align: center;
  color: #ffffff;
}
.cid-tprtCq1hk8 .card-title,
.cid-tprtCq1hk8 .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tprtCqm619 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tprtCqm619 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tprtCqm619 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tprtCqm619 .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tprtCqm619 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tprtCqm619 .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tprtCqm619 P {
  text-align: center;
  color: #ffffff;
}
.cid-tprtCqm619 .card-title,
.cid-tprtCqm619 .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tprtCqIkki {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tprtCqIkki .mbr-section-title {
  text-align: center;
  color: #ddff55;
}
.cid-tprtCqIkki .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tprtCqVYdF {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tprtCqVYdF .image-block {
  margin: auto;
}
.cid-tprtCqVYdF figcaption {
  position: relative;
}
.cid-tprtCqVYdF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCqVYdF .image-block {
    width: 100% !important;
  }
}
.cid-tprtCr7RtK {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tprtCr7RtK .image-block {
  margin: auto;
}
.cid-tprtCr7RtK figcaption {
  position: relative;
}
.cid-tprtCr7RtK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCr7RtK .image-block {
    width: 100% !important;
  }
}
.cid-tprtCriMP7 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tprtCriMP7 .image-block {
  margin: auto;
}
.cid-tprtCriMP7 figcaption {
  position: relative;
}
.cid-tprtCriMP7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCriMP7 .image-block {
    width: 100% !important;
  }
}
.cid-tprtCrsRy5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tprtCrsRy5 .mbr-section-title {
  text-align: center;
  color: #ddff55;
}
.cid-tprtCrsRy5 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tprtCrFd3B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tprtCrFd3B .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tprtCrFd3B .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tprtCrFd3B .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tprtCrFd3B .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tprtCrFd3B .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tprtCrFd3B .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tprtCrFd3B .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tprtCrFd3B .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tprtCrFd3B .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tprtCs7CEq {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tprtCs7CEq .image-block {
  margin: auto;
}
.cid-tprtCs7CEq figcaption {
  position: relative;
}
.cid-tprtCs7CEq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCs7CEq .image-block {
    width: 100% !important;
  }
}
.cid-tprtCsjPbH {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tprtCsjPbH .image-block {
  margin: auto;
}
.cid-tprtCsjPbH figcaption {
  position: relative;
}
.cid-tprtCsjPbH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCsjPbH .image-block {
    width: 100% !important;
  }
}
.cid-tprtCsw6Ni {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tprtCsw6Ni .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tprtCsw6Ni H2 {
  color: #ffffff;
}
.cid-tprtCsw6Ni H4 {
  color: #ffffff;
}
.cid-tprtCsIJ6P {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tprtCsIJ6P .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tprtCsIJ6P .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tprtCsVlWu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tprtCsVlWu .mbr-text {
  color: #767676;
}
.cid-tprtCsVlWu h4 {
  text-align: center;
}
.cid-tprtCsVlWu p {
  text-align: center;
}
.cid-tprtCsVlWu .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tprtCsVlWu .card-title,
.cid-tprtCsVlWu .card-img {
  color: #ffffff;
}
.cid-tprtCti15V {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tprtCti15V .image-block {
  margin: auto;
}
.cid-tprtCti15V figcaption {
  position: relative;
}
.cid-tprtCti15V figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCti15V .image-block {
    width: 100% !important;
  }
}
.cid-tprtCtvm76 {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 75px;
}
.cid-tprtCtvm76 .image-block {
  margin: auto;
}
.cid-tprtCtvm76 figcaption {
  position: relative;
}
.cid-tprtCtvm76 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCtvm76 .image-block {
    width: 100% !important;
  }
}
.cid-tprtCtJXgV {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tprtCtJXgV .image-block {
  margin: auto;
}
.cid-tprtCtJXgV figcaption {
  position: relative;
}
.cid-tprtCtJXgV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCtJXgV .image-block {
    width: 100% !important;
  }
}
.cid-tprtCtVkzn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tprtCtVkzn .mbr-section-subtitle {
  color: #000000;
}
.cid-tprtCtVkzn H2 {
  color: #232323;
}
.cid-tprtCu7XNd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tprtCu7XNd .mbr-section-subtitle {
  color: #000000;
}
.cid-tprtCu7XNd H2 {
  color: #232323;
}
.cid-tprtCuk0Lw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tprtCuk0Lw .image-block {
  margin: auto;
}
.cid-tprtCuk0Lw figcaption {
  position: relative;
}
.cid-tprtCuk0Lw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCuk0Lw .image-block {
    width: 100% !important;
  }
}
.cid-tprtCuxq5C {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tprtCuxq5C .mbr-section-subtitle {
  color: #000000;
}
.cid-tprtCuxq5C H2 {
  color: #ffffff;
}
.cid-tprtCuxq5C H3 {
  color: #ffffff;
}
.cid-tprtCuJjFY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tprtCuJjFY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tprtCuJjFY p {
  color: #767676;
  text-align: left;
}
.cid-tprtCuJjFY .card-box {
  padding-top: 2rem;
}
.cid-tprtCuJjFY .card-wrapper {
  height: 100%;
}
.cid-tprtCuJjFY P {
  text-align: center;
  color: #ffffff;
}
.cid-tprtCuJjFY .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tprtCv4liO {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tprtCv4liO .image-block {
  margin: auto;
}
.cid-tprtCv4liO figcaption {
  position: relative;
}
.cid-tprtCv4liO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCv4liO .image-block {
    width: 100% !important;
  }
}
.cid-tprtCvirt1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tprtCvirt1 .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tprtCvirt1 H2 {
  color: #ffffff;
}
.cid-tprtCvirt1 H4 {
  color: #ffffff;
}
.cid-tprtCvv1pr {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tprtCvv1pr p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tprtCvv1pr .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tprtCvv1pr .collapsed {
  border: none;
}
.cid-tprtCvv1pr .collapsed span {
  transform: rotate(0deg);
}
.cid-tprtCvv1pr span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tprtCvv1pr .panel-body {
  padding-top: 0.5rem;
}
.cid-tprtCvv1pr .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tprtCvv1pr .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tprtCvv1pr .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tprtCvv1pr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tprtCvv1pr .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tprtCvv1pr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tprtCvv1pr .panel-text {
  color: #ffffff;
}
.cid-tprtCvv1pr H4 {
  color: #ffffff;
}
.cid-tprtCvv1pr H2 {
  color: #ffffff;
}
.cid-tprtCvv1pr .mbr-section-text {
  color: #ffffff;
}
.cid-tprtCvv1pr H3 {
  color: #ffffff;
}
.cid-tprtCvRMQT {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tprtCvRMQT .image-block {
  margin: auto;
}
.cid-tprtCvRMQT figcaption {
  position: relative;
}
.cid-tprtCvRMQT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCvRMQT .image-block {
    width: 100% !important;
  }
}
.cid-tprtCw5ELw {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tprtCw5ELw .image-block {
  margin: auto;
}
.cid-tprtCw5ELw figcaption {
  position: relative;
}
.cid-tprtCw5ELw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCw5ELw .image-block {
    width: 100% !important;
  }
}
.cid-tprtCwiZAI {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tprtCwiZAI .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tprtCwiZAI H2 {
  color: #ffffff;
}
.cid-tprtCwiZAI H4 {
  color: #ffffff;
}
.cid-tprtCww4Er {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tprtCww4Er .mbr-section-subtitle {
  color: #232323;
}
.cid-tprtCww4Er H2 {
  color: #ffffff;
}
.cid-tprtCww4Er H4 {
  color: #ffffff;
}
.cid-tuszq4wII5 {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tuszq4wII5 .image-block {
  margin: auto;
}
.cid-tuszq4wII5 figcaption {
  position: relative;
}
.cid-tuszq4wII5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszq4wII5 .image-block {
    width: 100% !important;
  }
}
.cid-tpyEwpkhFU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tpyEwpkhFU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpyEwpkhFU H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tpyEwpkhFU H4 {
  color: #ffde00;
}
.cid-tpyEwpv3AS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tpyEwpv3AS .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tpyEwpv3AS H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tpyEwpv3AS H4 {
  color: #ffde00;
}
.cid-tpyEwpFbrM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tpyEwpFbrM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpyEwpFbrM H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tpyEwpFbrM H4 {
  color: #ffde00;
}
.cid-tpyEwpSLtC {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tpyEwpSLtC .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tpyEwpSLtC .video-block {
    width: 100% !important;
  }
}
.cid-trUZdcCmHX {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-trUZdcCmHX .image-block {
  margin: auto;
}
.cid-trUZdcCmHX figcaption {
  position: relative;
}
.cid-trUZdcCmHX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trUZdcCmHX .image-block {
    width: 100% !important;
  }
}
.cid-trUZgO4B5r {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-trUZgO4B5r .image-block {
  margin: auto;
}
.cid-trUZgO4B5r figcaption {
  position: relative;
}
.cid-trUZgO4B5r figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trUZgO4B5r .image-block {
    width: 100% !important;
  }
}
.cid-tsh9u2FD9n {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh9u2FD9n .image-block {
  margin: auto;
}
.cid-tsh9u2FD9n figcaption {
  position: relative;
}
.cid-tsh9u2FD9n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh9u2FD9n .image-block {
    width: 100% !important;
  }
}
.cid-tuszrXzHvx {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuszrXzHvx .image-block {
  margin: auto;
}
.cid-tuszrXzHvx figcaption {
  position: relative;
}
.cid-tuszrXzHvx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszrXzHvx .image-block {
    width: 100% !important;
  }
}
.cid-tsh9yUd8sZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh9yUd8sZ .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsh9yUd8sZ H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh9yUd8sZ H4 {
  color: #efefef;
}
.cid-tsh9zTnt2t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh9zTnt2t h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh9zTnt2t p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh9zTnt2t .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh9zTnt2t .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh9zTnt2t .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh9zTnt2t P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh9zTnt2t .card-title,
.cid-tsh9zTnt2t .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsh9AAmhRC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh9AAmhRC h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh9AAmhRC p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh9AAmhRC .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh9AAmhRC .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh9AAmhRC .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh9AAmhRC P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh9AAmhRC .card-title,
.cid-tsh9AAmhRC .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoJ5lkF9B {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoJ5lkF9B .image-block {
  margin: auto;
}
.cid-ttoJ5lkF9B figcaption {
  position: relative;
}
.cid-ttoJ5lkF9B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoJ5lkF9B .image-block {
    width: 100% !important;
  }
}
.cid-tsh9BfogFX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh9BfogFX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh9BfogFX H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh9BfogFX H4 {
  color: #c7ff00;
}
.cid-tpyEwrc849 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tpyEwrc849 .image-block {
  margin: auto;
}
.cid-tpyEwrc849 figcaption {
  position: relative;
}
.cid-tpyEwrc849 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpyEwrc849 .image-block {
    width: 100% !important;
  }
}
.cid-trUZOGPzzq {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-trUZOGPzzq .image-block {
  margin: auto;
}
.cid-trUZOGPzzq figcaption {
  position: relative;
}
.cid-trUZOGPzzq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trUZOGPzzq .image-block {
    width: 100% !important;
  }
}
.cid-trV00hGLrh {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-trV00hGLrh .image-block {
  margin: auto;
}
.cid-trV00hGLrh figcaption {
  position: relative;
}
.cid-trV00hGLrh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trV00hGLrh .image-block {
    width: 100% !important;
  }
}
.cid-tpyEwryJMz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tpyEwryJMz .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tpyEwryJMz H2 {
  color: #ffffff;
}
.cid-tpyEwryJMz H4 {
  color: #ffffff;
}
.cid-tsh9MyhgJe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsh9MyhgJe .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsh9MyhgJe .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsh9Ny0JTz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsh9Ny0JTz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsh9Ny0JTz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsh9Ny0JTz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsh9Ny0JTz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsh9Ny0JTz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsh9Ny0JTz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsh9Ny0JTz .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsh9Ny0JTz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsh9Ny0JTz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsh9OzzUqS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh9OzzUqS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh9OzzUqS H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh9OzzUqS H4 {
  color: #ffffff;
}
.cid-tsh9PtJk6F {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh9PtJk6F .image-block {
  margin: auto;
}
.cid-tsh9PtJk6F figcaption {
  position: relative;
}
.cid-tsh9PtJk6F figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh9PtJk6F .image-block {
    width: 100% !important;
  }
}
.cid-tpyEwsNiRb {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tpyEwsNiRb .image-block {
  margin: auto;
}
.cid-tpyEwsNiRb figcaption {
  position: relative;
}
.cid-tpyEwsNiRb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpyEwsNiRb .image-block {
    width: 100% !important;
  }
}
.cid-trV0vL44GR {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-trV0vL44GR .image-block {
  margin: auto;
}
.cid-trV0vL44GR figcaption {
  position: relative;
}
.cid-trV0vL44GR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trV0vL44GR .image-block {
    width: 100% !important;
  }
}
.cid-tsh9UBUWFd {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh9UBUWFd .image-block {
  margin: auto;
}
.cid-tsh9UBUWFd figcaption {
  position: relative;
}
.cid-tsh9UBUWFd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh9UBUWFd .image-block {
    width: 100% !important;
  }
}
.cid-tsh9VNjqjK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh9VNjqjK .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh9VNjqjK H2 {
  color: #ffffff;
}
.cid-tsh9VNjqjK H4 {
  color: #ffffff;
}
.cid-tsharYn47E {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsharYn47E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsharYn47E H2 {
  color: #ddff55;
}
.cid-tsharYn47E H3 {
  color: #fff000;
}
.cid-tshasQugpS {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshasQugpS .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshasQugpS .video-block {
    width: 100% !important;
  }
}
.cid-tshauuojs4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tshauuojs4 .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tshauuojs4 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tto8RvSM28 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tto8RvSM28 .mbr-text {
  color: #767676;
}
.cid-tto8RvSM28 h4 {
  text-align: center;
}
.cid-tto8RvSM28 p {
  text-align: center;
}
.cid-tto8RvSM28 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tto8RvSM28 .card-title,
.cid-tto8RvSM28 .card-img {
  color: #ffffff;
}
.cid-tpyEwv7WfW {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tpyEwv7WfW .image-block {
  margin: auto;
}
.cid-tpyEwv7WfW figcaption {
  position: relative;
}
.cid-tpyEwv7WfW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpyEwv7WfW .image-block {
    width: 100% !important;
  }
}
.cid-trV0GGIDZw {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-trV0GGIDZw .image-block {
  margin: auto;
}
.cid-trV0GGIDZw figcaption {
  position: relative;
}
.cid-trV0GGIDZw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trV0GGIDZw .image-block {
    width: 100% !important;
  }
}
.cid-trV0JIfXN0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-trV0JIfXN0 .image-block {
  margin: auto;
}
.cid-trV0JIfXN0 figcaption {
  position: relative;
}
.cid-trV0JIfXN0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trV0JIfXN0 .image-block {
    width: 100% !important;
  }
}
.cid-tshb5y6V6b {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tshb5y6V6b .image-block {
  margin: auto;
}
.cid-tshb5y6V6b figcaption {
  position: relative;
}
.cid-tshb5y6V6b figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshb5y6V6b .image-block {
    width: 100% !important;
  }
}
.cid-tshb8X5R1F {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tshb8X5R1F .mbr-section-subtitle {
  color: #000000;
}
.cid-tshb8X5R1F H2 {
  color: #232323;
}
.cid-tshb9E0b42 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tshb9E0b42 .mbr-section-subtitle {
  color: #000000;
}
.cid-tshb9E0b42 H2 {
  color: #232323;
}
.cid-tshbabGeqq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshbabGeqq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshbabGeqq H2 {
  color: #ffffff;
}
.cid-tshbabGeqq H3 {
  color: #ffffff;
}
.cid-tshbbU03zS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshbbU03zS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tshbbU03zS p {
  color: #767676;
  text-align: left;
}
.cid-tshbbU03zS .card-box {
  padding-top: 2rem;
}
.cid-tshbbU03zS .card-wrapper {
  height: 100%;
}
.cid-tshbbU03zS P {
  text-align: center;
  color: #ffffff;
}
.cid-tshbbU03zS .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tshbeKF4fT {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshbeKF4fT .image-block {
  margin: auto;
}
.cid-tshbeKF4fT figcaption {
  position: relative;
}
.cid-tshbeKF4fT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshbeKF4fT .image-block {
    width: 100% !important;
  }
}
.cid-tshbfJwATI {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshbfJwATI .image-block {
  margin: auto;
}
.cid-tshbfJwATI figcaption {
  position: relative;
}
.cid-tshbfJwATI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshbfJwATI .image-block {
    width: 100% !important;
  }
}
.cid-tshbgB7yUe {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshbgB7yUe .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tshbgB7yUe H2 {
  color: #ffffff;
}
.cid-tshbgB7yUe H4 {
  color: #ffffff;
}
.cid-tshbhNOeB9 {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tshbhNOeB9 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tshbhNOeB9 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tshbhNOeB9 .collapsed {
  border: none;
}
.cid-tshbhNOeB9 .collapsed span {
  transform: rotate(0deg);
}
.cid-tshbhNOeB9 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tshbhNOeB9 .panel-body {
  padding-top: 0.5rem;
}
.cid-tshbhNOeB9 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tshbhNOeB9 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tshbhNOeB9 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tshbhNOeB9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tshbhNOeB9 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tshbhNOeB9 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tshbhNOeB9 .panel-text {
  color: #ffffff;
}
.cid-tshbhNOeB9 H4 {
  color: #ffffff;
}
.cid-tshbhNOeB9 H2 {
  color: #ffffff;
}
.cid-tshbhNOeB9 .mbr-section-text {
  color: #ffffff;
}
.cid-tshbhNOeB9 H3 {
  color: #ffffff;
}
.cid-tshbih6E4X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshbih6E4X .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshbih6E4X H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshbih6E4X H4 {
  color: #ffde00;
}
.cid-tshbkdjrXO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshbkdjrXO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshbkdjrXO H2 {
  color: #ffffff;
}
.cid-tshbkdjrXO H4 {
  color: #ffffff;
}
.cid-tpyEwxHzvy {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tpyEwxHzvy .image-block {
  margin: auto;
}
.cid-tpyEwxHzvy figcaption {
  position: relative;
}
.cid-tpyEwxHzvy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpyEwxHzvy .image-block {
    width: 100% !important;
  }
}
.cid-tshblitZLl {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshblitZLl .image-block {
  margin: auto;
}
.cid-tshblitZLl figcaption {
  position: relative;
}
.cid-tshblitZLl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshblitZLl .image-block {
    width: 100% !important;
  }
}
.cid-tshb6PP2VX {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshb6PP2VX .image-block {
  margin: auto;
}
.cid-tshb6PP2VX figcaption {
  position: relative;
}
.cid-tshb6PP2VX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshb6PP2VX .image-block {
    width: 100% !important;
  }
}
.cid-tpyEwyo5cT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpyEwyo5cT .mbr-section-subtitle {
  color: #232323;
}
.cid-tpyEwyo5cT H2 {
  color: #ffffff;
}
.cid-tpyEwyo5cT H4 {
  color: #ffffff;
}
.cid-sTyus8WLQe {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-sTyus8WLQe .image-block {
  margin: auto;
}
.cid-sTyus8WLQe figcaption {
  position: relative;
}
.cid-sTyus8WLQe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sTyus8WLQe .image-block {
    width: 100% !important;
  }
}
.cid-tcCbiqixvD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tcCbiqixvD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tcCbiqixvD H2 {
  color: #ffde00;
}
.cid-tcCarXJW6E {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tcCarXJW6E .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tcCarXJW6E .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcCarXJW6E .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tcCarXJW6E .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tcCarXJW6E .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tcCarXJW6E .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tcCarXJW6E .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tcCarXJW6E .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tcCarXJW6E .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sTyus9BkVY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sTyus9BkVY .mbr-section-subtitle {
  color: #232323;
}
.cid-sTyus9BkVY H2 {
  color: #ffffff;
}
.cid-tdF939MTRi {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tdF939MTRi .image-block {
  margin: auto;
}
.cid-tdF939MTRi figcaption {
  position: relative;
}
.cid-tdF939MTRi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tdF939MTRi .image-block {
    width: 100% !important;
  }
}
.cid-tdFaZukEHR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tdFaZukEHR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tdFaZukEHR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdFaZukEHR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tdFaZukEHR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tdFaZukEHR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tdFaZukEHR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tdFaZukEHR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tdFaZukEHR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tdFaZukEHR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tdFgKpar5z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tdFgKpar5z .mbr-section-subtitle {
  color: #232323;
}
.cid-tdFgKpar5z H2 {
  color: #ffde00;
}
.cid-tdFgUJEMhs {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tdFgUJEMhs .image-block {
  margin: auto;
}
.cid-tdFgUJEMhs figcaption {
  position: relative;
}
.cid-tdFgUJEMhs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tdFgUJEMhs .image-block {
    width: 100% !important;
  }
}
.cid-sTyusapQ6Z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sTyusapQ6Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTyusapQ6Z H2 {
  color: #ffffff;
}
.cid-tpmbUdaB5d {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tpmbUdaB5d .image-block {
  margin: auto;
}
.cid-tpmbUdaB5d figcaption {
  position: relative;
}
.cid-tpmbUdaB5d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpmbUdaB5d .image-block {
    width: 100% !important;
  }
}
.cid-sTyusaAnCF {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sTyusaAnCF .image-block {
  margin: auto;
}
.cid-sTyusaAnCF figcaption {
  position: relative;
}
.cid-sTyusaAnCF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sTyusaAnCF .image-block {
    width: 100% !important;
  }
}
.cid-tsb4pRLhcb {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsb4pRLhcb .image-block {
  margin: auto;
}
.cid-tsb4pRLhcb figcaption {
  position: relative;
}
.cid-tsb4pRLhcb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsb4pRLhcb .image-block {
    width: 100% !important;
  }
}
.cid-sTyw4E2j04 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sTyw4E2j04 .mbr-section-subtitle {
  color: #767676;
}
.cid-sTyw4E2j04 H2 {
  color: #ffffff;
}
.cid-tpmiswcuT0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tpmiswcuT0 .mbr-section-subtitle {
  color: #232323;
}
.cid-tpmiswcuT0 H2 {
  color: #ffffff;
}
.cid-tusuA0aQ22 {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tusuA0aQ22 .image-block {
  margin: auto;
}
.cid-tusuA0aQ22 figcaption {
  position: relative;
}
.cid-tusuA0aQ22 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusuA0aQ22 .image-block {
    width: 100% !important;
  }
}
.cid-tsgXnWWSnD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgXnWWSnD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgXnWWSnD H2 {
  text-align: center;
  color: #626161;
}
.cid-tsgXnWWSnD H1 {
  color: #939393;
}
.cid-tsgXnX6i9G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgXnX6i9G .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsgXnX6i9G H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgXnX6i9G H4 {
  color: #ffde00;
}
.cid-tsh05gvCqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh05gvCqs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh05gvCqs H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh05gvCqs H4 {
  color: #ffde00;
}
.cid-tsgXnXqnLp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsgXnXqnLp .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsgXnXqnLp H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgXnXqnLp H4 {
  color: #ffde00;
}
.cid-tsgXnXAbOY {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXnXAbOY .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsgXnXAbOY .video-block {
    width: 100% !important;
  }
}
.cid-tubvu3x1KZ {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tubvu3x1KZ .image-block {
  margin: auto;
}
.cid-tubvu3x1KZ figcaption {
  position: relative;
}
.cid-tubvu3x1KZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubvu3x1KZ .image-block {
    width: 100% !important;
  }
}
.cid-tsgXnXXLyl {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsgXnXXLyl .image-block {
  margin: auto;
}
.cid-tsgXnXXLyl figcaption {
  position: relative;
}
.cid-tsgXnXXLyl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXnXXLyl .image-block {
    width: 100% !important;
  }
}
.cid-tsgXnY7Ngg {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXnY7Ngg .image-block {
  margin: auto;
}
.cid-tsgXnY7Ngg figcaption {
  position: relative;
}
.cid-tsgXnY7Ngg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXnY7Ngg .image-block {
    width: 100% !important;
  }
}
.cid-tusvUGdDnH {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tusvUGdDnH .image-block {
  margin: auto;
}
.cid-tusvUGdDnH figcaption {
  position: relative;
}
.cid-tusvUGdDnH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusvUGdDnH .image-block {
    width: 100% !important;
  }
}
.cid-tsgXnYukHc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgXnYukHc .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsgXnYukHc H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgXnYukHc H4 {
  color: #efefef;
}
.cid-tsgXnYEmLD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgXnYEmLD h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsgXnYEmLD p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsgXnYEmLD .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsgXnYEmLD .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsgXnYEmLD .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsgXnYEmLD P {
  text-align: center;
  color: #ffffff;
}
.cid-tsgXnYEmLD .card-title,
.cid-tsgXnYEmLD .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsgXnYZi2Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgXnYZi2Z h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsgXnYZi2Z p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsgXnYZi2Z .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsgXnYZi2Z .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsgXnYZi2Z .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsgXnYZi2Z P {
  text-align: center;
  color: #ffffff;
}
.cid-tsgXnYZi2Z .card-title,
.cid-tsgXnYZi2Z .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tusw1SKNhb {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tusw1SKNhb .image-block {
  margin: auto;
}
.cid-tusw1SKNhb figcaption {
  position: relative;
}
.cid-tusw1SKNhb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusw1SKNhb .image-block {
    width: 100% !important;
  }
}
.cid-tsgXnZmKxX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsgXnZmKxX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgXnZmKxX H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgXnZmKxX H4 {
  color: #c7ff00;
}
.cid-tubvuEh5aC {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tubvuEh5aC .image-block {
  margin: auto;
}
.cid-tubvuEh5aC figcaption {
  position: relative;
}
.cid-tubvuEh5aC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubvuEh5aC .image-block {
    width: 100% !important;
  }
}
.cid-tsgXnZH0Go {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsgXnZH0Go .image-block {
  margin: auto;
}
.cid-tsgXnZH0Go figcaption {
  position: relative;
}
.cid-tsgXnZH0Go figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXnZH0Go .image-block {
    width: 100% !important;
  }
}
.cid-tsgXnZWjqr {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsgXnZWjqr .image-block {
  margin: auto;
}
.cid-tsgXnZWjqr figcaption {
  position: relative;
}
.cid-tsgXnZWjqr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXnZWjqr .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo066iv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsgXo066iv .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsgXo066iv .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsgXo0iK3I {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsgXo0iK3I .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsgXo0iK3I .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsgXo0iK3I .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsgXo0iK3I .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsgXo0iK3I .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsgXo0iK3I .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsgXo0iK3I .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsgXo0iK3I .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsgXo0iK3I .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsgXo0B4ug {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsgXo0B4ug .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgXo0B4ug H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgXo0B4ug H4 {
  color: #ffffff;
}
.cid-tsgXo0MpBK {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo0MpBK .image-block {
  margin: auto;
}
.cid-tsgXo0MpBK figcaption {
  position: relative;
}
.cid-tsgXo0MpBK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo0MpBK .image-block {
    width: 100% !important;
  }
}
.cid-tubvx0GjP1 {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tubvx0GjP1 .image-block {
  margin: auto;
}
.cid-tubvx0GjP1 figcaption {
  position: relative;
}
.cid-tubvx0GjP1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubvx0GjP1 .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo18xHJ {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo18xHJ .image-block {
  margin: auto;
}
.cid-tsgXo18xHJ figcaption {
  position: relative;
}
.cid-tsgXo18xHJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo18xHJ .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo1mrAJ {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo1mrAJ .image-block {
  margin: auto;
}
.cid-tsgXo1mrAJ figcaption {
  position: relative;
}
.cid-tsgXo1mrAJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo1mrAJ .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo1xPtu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsgXo1xPtu .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsgXo1xPtu H2 {
  color: #ffffff;
}
.cid-tsgXo1xPtu H4 {
  color: #ffffff;
}
.cid-tsgXo1JMbv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgXo1JMbv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgXo1JMbv H2 {
  color: #ddff55;
}
.cid-tsgXo1JMbv H3 {
  color: #fff000;
}
.cid-tsgXo1U7Un {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo1U7Un .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsgXo1U7Un .video-block {
    width: 100% !important;
  }
}
.cid-tsgXo277Ng {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsgXo277Ng .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tsgXo277Ng .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tto8JLpovL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tto8JLpovL .mbr-text {
  color: #767676;
}
.cid-tto8JLpovL h4 {
  text-align: center;
}
.cid-tto8JLpovL p {
  text-align: center;
}
.cid-tto8JLpovL .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tto8JLpovL .card-title,
.cid-tto8JLpovL .card-img {
  color: #ffffff;
}
.cid-tubvvIwnBV {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tubvvIwnBV .image-block {
  margin: auto;
}
.cid-tubvvIwnBV figcaption {
  position: relative;
}
.cid-tubvvIwnBV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubvvIwnBV .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo2Srpx {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo2Srpx .image-block {
  margin: auto;
}
.cid-tsgXo2Srpx figcaption {
  position: relative;
}
.cid-tsgXo2Srpx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo2Srpx .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo369O4 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsgXo369O4 .image-block {
  margin: auto;
}
.cid-tsgXo369O4 figcaption {
  position: relative;
}
.cid-tsgXo369O4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo369O4 .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo3jN4O {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tsgXo3jN4O .image-block {
  margin: auto;
}
.cid-tsgXo3jN4O figcaption {
  position: relative;
}
.cid-tsgXo3jN4O figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo3jN4O .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo3vZBt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsgXo3vZBt .mbr-section-subtitle {
  color: #000000;
}
.cid-tsgXo3vZBt H2 {
  color: #232323;
}
.cid-tsgXo3HyKy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsgXo3HyKy .mbr-section-subtitle {
  color: #000000;
}
.cid-tsgXo3HyKy H2 {
  color: #232323;
}
.cid-tsgXo3Uqpk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsgXo3Uqpk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgXo3Uqpk H2 {
  color: #ffffff;
}
.cid-tsgXo3Uqpk H3 {
  color: #ffffff;
}
.cid-tsgXo47vSe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsgXo47vSe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsgXo47vSe p {
  color: #767676;
  text-align: left;
}
.cid-tsgXo47vSe .card-box {
  padding-top: 2rem;
}
.cid-tsgXo47vSe .card-wrapper {
  height: 100%;
}
.cid-tsgXo47vSe P {
  text-align: center;
  color: #ffffff;
}
.cid-tsgXo47vSe .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsgXo4tvhR {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo4tvhR .image-block {
  margin: auto;
}
.cid-tsgXo4tvhR figcaption {
  position: relative;
}
.cid-tsgXo4tvhR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo4tvhR .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo4GN5Y {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo4GN5Y .image-block {
  margin: auto;
}
.cid-tsgXo4GN5Y figcaption {
  position: relative;
}
.cid-tsgXo4GN5Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo4GN5Y .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo4T5RE {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsgXo4T5RE .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsgXo4T5RE H2 {
  color: #ffffff;
}
.cid-tsgXo4T5RE H4 {
  color: #ffffff;
}
.cid-tsgXo56VY6 {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tsgXo56VY6 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tsgXo56VY6 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tsgXo56VY6 .collapsed {
  border: none;
}
.cid-tsgXo56VY6 .collapsed span {
  transform: rotate(0deg);
}
.cid-tsgXo56VY6 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tsgXo56VY6 .panel-body {
  padding-top: 0.5rem;
}
.cid-tsgXo56VY6 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsgXo56VY6 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tsgXo56VY6 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tsgXo56VY6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsgXo56VY6 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tsgXo56VY6 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsgXo56VY6 .panel-text {
  color: #ffffff;
}
.cid-tsgXo56VY6 H4 {
  color: #ffffff;
}
.cid-tsgXo56VY6 H2 {
  color: #ffffff;
}
.cid-tsgXo56VY6 .mbr-section-text {
  color: #ffffff;
}
.cid-tsgXo56VY6 H3 {
  color: #ffffff;
}
.cid-tsgXo5pDJQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsgXo5pDJQ .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsgXo5pDJQ H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgXo5pDJQ H4 {
  color: #ffde00;
}
.cid-tubvy98BlE {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tubvy98BlE .image-block {
  margin: auto;
}
.cid-tubvy98BlE figcaption {
  position: relative;
}
.cid-tubvy98BlE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubvy98BlE .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo5Slkf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgXo5Slkf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgXo5Slkf H2 {
  color: #ffffff;
}
.cid-tsgXo5Slkf H4 {
  color: #ffffff;
}
.cid-tsgXo66r9d {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo66r9d .image-block {
  margin: auto;
}
.cid-tsgXo66r9d figcaption {
  position: relative;
}
.cid-tsgXo66r9d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo66r9d .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo6kSHd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsgXo6kSHd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgXo6kSHd H2 {
  color: #ffffff;
}
.cid-tsgXo6kSHd H4 {
  color: #ffffff;
}
.cid-tsgXo6xmpI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsgXo6xmpI .mbr-section-subtitle {
  color: #232323;
}
.cid-tsgXo6xmpI H2 {
  color: #ffffff;
}
.cid-tusuG1FHWx {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tusuG1FHWx .image-block {
  margin: auto;
}
.cid-tusuG1FHWx figcaption {
  position: relative;
}
.cid-tusuG1FHWx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusuG1FHWx .image-block {
    width: 100% !important;
  }
}
.cid-tsgY0X33Xa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgY0X33Xa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgY0X33Xa H2 {
  text-align: center;
  color: #626161;
}
.cid-tsgY0X33Xa H1 {
  color: #939393;
}
.cid-tsgY0Xe0ce {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgY0Xe0ce .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsgY0Xe0ce H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgY0Xe0ce H4 {
  color: #ffde00;
}
.cid-tsgY0Xpeg9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgY0Xpeg9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgY0Xpeg9 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgY0Xpeg9 H4 {
  color: #ffde00;
}
.cid-tsgY0XzU2A {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsgY0XzU2A .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsgY0XzU2A H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgY0XzU2A H4 {
  color: #ffde00;
}
.cid-tsgY0XJmGL {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgY0XJmGL .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsgY0XJmGL .video-block {
    width: 100% !important;
  }
}
.cid-tubwAuCw5D {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tubwAuCw5D .image-block {
  margin: auto;
}
.cid-tubwAuCw5D figcaption {
  position: relative;
}
.cid-tubwAuCw5D figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubwAuCw5D .image-block {
    width: 100% !important;
  }
}
.cid-tsgY0Y9YDJ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsgY0Y9YDJ .image-block {
  margin: auto;
}
.cid-tsgY0Y9YDJ figcaption {
  position: relative;
}
.cid-tsgY0Y9YDJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgY0Y9YDJ .image-block {
    width: 100% !important;
  }
}
.cid-tsgY0YjVXF {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgY0YjVXF .image-block {
  margin: auto;
}
.cid-tsgY0YjVXF figcaption {
  position: relative;
}
.cid-tsgY0YjVXF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgY0YjVXF .image-block {
    width: 100% !important;
  }
}
.cid-tusw5wTk68 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tusw5wTk68 .image-block {
  margin: auto;
}
.cid-tusw5wTk68 figcaption {
  position: relative;
}
.cid-tusw5wTk68 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusw5wTk68 .image-block {
    width: 100% !important;
  }
}
.cid-tsgY0YEfxy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgY0YEfxy .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsgY0YEfxy H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgY0YEfxy H4 {
  color: #efefef;
}
.cid-tsgY0YO9NL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgY0YO9NL h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsgY0YO9NL p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsgY0YO9NL .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsgY0YO9NL .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsgY0YO9NL .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsgY0YO9NL P {
  text-align: center;
  color: #ffffff;
}
.cid-tsgY0YO9NL .card-title,
.cid-tsgY0YO9NL .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsgY0Z9epK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgY0Z9epK h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsgY0Z9epK p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsgY0Z9epK .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsgY0Z9epK .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsgY0Z9epK .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsgY0Z9epK P {
  text-align: center;
  color: #ffffff;
}
.cid-tsgY0Z9epK .card-title,
.cid-tsgY0Z9epK .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tusw6vb2qa {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tusw6vb2qa .image-block {
  margin: auto;
}
.cid-tusw6vb2qa figcaption {
  position: relative;
}
.cid-tusw6vb2qa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusw6vb2qa .image-block {
    width: 100% !important;
  }
}
.cid-tsgY0Zz4du {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsgY0Zz4du .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgY0Zz4du H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgY0Zz4du H4 {
  color: #c7ff00;
}
.cid-tubwzd1P0T {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tubwzd1P0T .image-block {
  margin: auto;
}
.cid-tubwzd1P0T figcaption {
  position: relative;
}
.cid-tubwzd1P0T figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubwzd1P0T .image-block {
    width: 100% !important;
  }
}
.cid-tsgY0ZUyWz {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsgY0ZUyWz .image-block {
  margin: auto;
}
.cid-tsgY0ZUyWz figcaption {
  position: relative;
}
.cid-tsgY0ZUyWz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgY0ZUyWz .image-block {
    width: 100% !important;
  }
}
.cid-tsgY107eu5 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsgY107eu5 .image-block {
  margin: auto;
}
.cid-tsgY107eu5 figcaption {
  position: relative;
}
.cid-tsgY107eu5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgY107eu5 .image-block {
    width: 100% !important;
  }
}
.cid-tsgY10hznw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsgY10hznw .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsgY10hznw .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsgY10uCDW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsgY10uCDW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsgY10uCDW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsgY10uCDW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsgY10uCDW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsgY10uCDW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsgY10uCDW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsgY10uCDW .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsgY10uCDW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsgY10uCDW .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsgY10NugK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsgY10NugK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgY10NugK H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgY10NugK H4 {
  color: #ffffff;
}
.cid-tsgY10Z5Q2 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgY10Z5Q2 .image-block {
  margin: auto;
}
.cid-tsgY10Z5Q2 figcaption {
  position: relative;
}
.cid-tsgY10Z5Q2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgY10Z5Q2 .image-block {
    width: 100% !important;
  }
}
.cid-tubwy3FDYD {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tubwy3FDYD .image-block {
  margin: auto;
}
.cid-tubwy3FDYD figcaption {
  position: relative;
}
.cid-tubwy3FDYD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubwy3FDYD .image-block {
    width: 100% !important;
  }
}
.cid-tsgY11ovnq {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgY11ovnq .image-block {
  margin: auto;
}
.cid-tsgY11ovnq figcaption {
  position: relative;
}
.cid-tsgY11ovnq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgY11ovnq .image-block {
    width: 100% !important;
  }
}
.cid-tsgY11A8Sv {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgY11A8Sv .image-block {
  margin: auto;
}
.cid-tsgY11A8Sv figcaption {
  position: relative;
}
.cid-tsgY11A8Sv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgY11A8Sv .image-block {
    width: 100% !important;
  }
}
.cid-tsgY11LKf2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsgY11LKf2 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsgY11LKf2 H2 {
  color: #ffffff;
}
.cid-tsgY11LKf2 H4 {
  color: #ffffff;
}
.cid-tsgY11X7HP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgY11X7HP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgY11X7HP H2 {
  color: #ddff55;
}
.cid-tsgY11X7HP H3 {
  color: #fff000;
}
.cid-tsgY128dW0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgY128dW0 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsgY128dW0 .video-block {
    width: 100% !important;
  }
}
.cid-tsgY12lkm6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsgY12lkm6 .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tsgY12lkm6 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoJvuX12W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoJvuX12W .mbr-text {
  color: #767676;
}
.cid-ttoJvuX12W h4 {
  text-align: center;
}
.cid-ttoJvuX12W p {
  text-align: center;
}
.cid-ttoJvuX12W .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoJvuX12W .card-title,
.cid-ttoJvuX12W .card-img {
  color: #ffffff;
}
.cid-tubwwVAAk2 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tubwwVAAk2 .image-block {
  margin: auto;
}
.cid-tubwwVAAk2 figcaption {
  position: relative;
}
.cid-tubwwVAAk2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubwwVAAk2 .image-block {
    width: 100% !important;
  }
}
.cid-tsgY13649z {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgY13649z .image-block {
  margin: auto;
}
.cid-tsgY13649z figcaption {
  position: relative;
}
.cid-tsgY13649z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgY13649z .image-block {
    width: 100% !important;
  }
}
.cid-tsgY13j1lq {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsgY13j1lq .image-block {
  margin: auto;
}
.cid-tsgY13j1lq figcaption {
  position: relative;
}
.cid-tsgY13j1lq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgY13j1lq .image-block {
    width: 100% !important;
  }
}
.cid-tsgY13vwab {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tsgY13vwab .image-block {
  margin: auto;
}
.cid-tsgY13vwab figcaption {
  position: relative;
}
.cid-tsgY13vwab figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgY13vwab .image-block {
    width: 100% !important;
  }
}
.cid-tsgY13HXnw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsgY13HXnw .mbr-section-subtitle {
  color: #000000;
}
.cid-tsgY13HXnw H2 {
  color: #232323;
}
.cid-tsgY13VO0P {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsgY13VO0P .mbr-section-subtitle {
  color: #000000;
}
.cid-tsgY13VO0P H2 {
  color: #232323;
}
.cid-tsgY14aIoN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsgY14aIoN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgY14aIoN H2 {
  color: #ffffff;
}
.cid-tsgY14aIoN H3 {
  color: #ffffff;
}
.cid-tsgY14nQmg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsgY14nQmg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsgY14nQmg p {
  color: #767676;
  text-align: left;
}
.cid-tsgY14nQmg .card-box {
  padding-top: 2rem;
}
.cid-tsgY14nQmg .card-wrapper {
  height: 100%;
}
.cid-tsgY14nQmg P {
  text-align: center;
  color: #ffffff;
}
.cid-tsgY14nQmg .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsgY14HabS {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgY14HabS .image-block {
  margin: auto;
}
.cid-tsgY14HabS figcaption {
  position: relative;
}
.cid-tsgY14HabS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgY14HabS .image-block {
    width: 100% !important;
  }
}
.cid-tsgY14UVl6 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgY14UVl6 .image-block {
  margin: auto;
}
.cid-tsgY14UVl6 figcaption {
  position: relative;
}
.cid-tsgY14UVl6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgY14UVl6 .image-block {
    width: 100% !important;
  }
}
.cid-tsgY157dPO {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsgY157dPO .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsgY157dPO H2 {
  color: #ffffff;
}
.cid-tsgY157dPO H4 {
  color: #ffffff;
}
.cid-tsgY15jvpe {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tsgY15jvpe p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tsgY15jvpe .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tsgY15jvpe .collapsed {
  border: none;
}
.cid-tsgY15jvpe .collapsed span {
  transform: rotate(0deg);
}
.cid-tsgY15jvpe span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tsgY15jvpe .panel-body {
  padding-top: 0.5rem;
}
.cid-tsgY15jvpe .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsgY15jvpe .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tsgY15jvpe .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tsgY15jvpe .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsgY15jvpe .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tsgY15jvpe .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsgY15jvpe .panel-text {
  color: #ffffff;
}
.cid-tsgY15jvpe H4 {
  color: #ffffff;
}
.cid-tsgY15jvpe H2 {
  color: #ffffff;
}
.cid-tsgY15jvpe .mbr-section-text {
  color: #ffffff;
}
.cid-tsgY15jvpe H3 {
  color: #ffffff;
}
.cid-tsgY15Ec69 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsgY15Ec69 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsgY15Ec69 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgY15Ec69 H4 {
  color: #ffde00;
}
.cid-tubwvo9hdA {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tubwvo9hdA .image-block {
  margin: auto;
}
.cid-tubwvo9hdA figcaption {
  position: relative;
}
.cid-tubwvo9hdA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubwvo9hdA .image-block {
    width: 100% !important;
  }
}
.cid-tsgY165pLr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgY165pLr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgY165pLr H2 {
  color: #ffffff;
}
.cid-tsgY165pLr H4 {
  color: #ffffff;
}
.cid-tsgY16jYH5 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgY16jYH5 .image-block {
  margin: auto;
}
.cid-tsgY16jYH5 figcaption {
  position: relative;
}
.cid-tsgY16jYH5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgY16jYH5 .image-block {
    width: 100% !important;
  }
}
.cid-tsgY16wge3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsgY16wge3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgY16wge3 H2 {
  color: #ffffff;
}
.cid-tsgY16wge3 H4 {
  color: #ffffff;
}
.cid-tsgY16Kwr8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsgY16Kwr8 .mbr-section-subtitle {
  color: #232323;
}
.cid-tsgY16Kwr8 H2 {
  color: #ffffff;
}
.cid-tuswcyDM7K {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tuswcyDM7K .image-block {
  margin: auto;
}
.cid-tuswcyDM7K figcaption {
  position: relative;
}
.cid-tuswcyDM7K figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuswcyDM7K .image-block {
    width: 100% !important;
  }
}
.cid-tsh2jm0Cfv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2jm0Cfv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2jm0Cfv H2 {
  text-align: center;
  color: #626161;
}
.cid-tsh2jm0Cfv H1 {
  color: #939393;
}
.cid-tsh2jmaXkS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2jmaXkS .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh2jmaXkS H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh2jmaXkS H4 {
  color: #ffde00;
}
.cid-tsh2jmkXNT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2jmkXNT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2jmkXNT H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh2jmkXNT H4 {
  color: #ffde00;
}
.cid-tsh2jmuYDV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsh2jmuYDV .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh2jmuYDV H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh2jmuYDV H4 {
  color: #ffde00;
}
.cid-tsh2jmDETz {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2jmDETz .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh2jmDETz .video-block {
    width: 100% !important;
  }
}
.cid-tubuPXqjVo {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tubuPXqjVo .image-block {
  margin: auto;
}
.cid-tubuPXqjVo figcaption {
  position: relative;
}
.cid-tubuPXqjVo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubuPXqjVo .image-block {
    width: 100% !important;
  }
}
.cid-tsh2jn19Ey {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh2jn19Ey .image-block {
  margin: auto;
}
.cid-tsh2jn19Ey figcaption {
  position: relative;
}
.cid-tsh2jn19Ey figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2jn19Ey .image-block {
    width: 100% !important;
  }
}
.cid-tsh2jnahTf {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2jnahTf .image-block {
  margin: auto;
}
.cid-tsh2jnahTf figcaption {
  position: relative;
}
.cid-tsh2jnahTf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2jnahTf .image-block {
    width: 100% !important;
  }
}
.cid-tuswkZ1jrc {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuswkZ1jrc .image-block {
  margin: auto;
}
.cid-tuswkZ1jrc figcaption {
  position: relative;
}
.cid-tuswkZ1jrc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuswkZ1jrc .image-block {
    width: 100% !important;
  }
}
.cid-tsh2jnxmi1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2jnxmi1 .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsh2jnxmi1 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh2jnxmi1 H4 {
  color: #efefef;
}
.cid-tsh2jnHDVb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2jnHDVb h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh2jnHDVb p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh2jnHDVb .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh2jnHDVb .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh2jnHDVb .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh2jnHDVb P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh2jnHDVb .card-title,
.cid-tsh2jnHDVb .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsh2jo2RK0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2jo2RK0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh2jo2RK0 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh2jo2RK0 .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh2jo2RK0 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh2jo2RK0 .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh2jo2RK0 P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh2jo2RK0 .card-title,
.cid-tsh2jo2RK0 .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoNDZnwLW {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoNDZnwLW .image-block {
  margin: auto;
}
.cid-ttoNDZnwLW figcaption {
  position: relative;
}
.cid-ttoNDZnwLW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoNDZnwLW .image-block {
    width: 100% !important;
  }
}
.cid-tsh2jopUQf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh2jopUQf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2jopUQf H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh2jopUQf H4 {
  color: #c7ff00;
}
.cid-tubuOHadUM {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tubuOHadUM .image-block {
  margin: auto;
}
.cid-tubuOHadUM figcaption {
  position: relative;
}
.cid-tubuOHadUM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubuOHadUM .image-block {
    width: 100% !important;
  }
}
.cid-tsh2joKdOv {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh2joKdOv .image-block {
  margin: auto;
}
.cid-tsh2joKdOv figcaption {
  position: relative;
}
.cid-tsh2joKdOv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2joKdOv .image-block {
    width: 100% !important;
  }
}
.cid-tsh2joWBaO {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh2joWBaO .image-block {
  margin: auto;
}
.cid-tsh2joWBaO figcaption {
  position: relative;
}
.cid-tsh2joWBaO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2joWBaO .image-block {
    width: 100% !important;
  }
}
.cid-tsh2jp8j2V {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsh2jp8j2V .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsh2jp8j2V .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsh2jpllqI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsh2jpllqI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsh2jpllqI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsh2jpllqI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsh2jpllqI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsh2jpllqI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsh2jpllqI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsh2jpllqI .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsh2jpllqI .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsh2jpllqI .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsh2jpEtez {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh2jpEtez .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2jpEtez H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh2jpEtez H4 {
  color: #ffffff;
}
.cid-tsh2jpPDIT {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2jpPDIT .image-block {
  margin: auto;
}
.cid-tsh2jpPDIT figcaption {
  position: relative;
}
.cid-tsh2jpPDIT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2jpPDIT .image-block {
    width: 100% !important;
  }
}
.cid-tubuNnLwze {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tubuNnLwze .image-block {
  margin: auto;
}
.cid-tubuNnLwze figcaption {
  position: relative;
}
.cid-tubuNnLwze figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubuNnLwze .image-block {
    width: 100% !important;
  }
}
.cid-tsh2jqbAV0 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2jqbAV0 .image-block {
  margin: auto;
}
.cid-tsh2jqbAV0 figcaption {
  position: relative;
}
.cid-tsh2jqbAV0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2jqbAV0 .image-block {
    width: 100% !important;
  }
}
.cid-tsh2jqn4ML {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2jqn4ML .image-block {
  margin: auto;
}
.cid-tsh2jqn4ML figcaption {
  position: relative;
}
.cid-tsh2jqn4ML figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2jqn4ML .image-block {
    width: 100% !important;
  }
}
.cid-tsh2jqA4tC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh2jqA4tC .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh2jqA4tC H2 {
  color: #ffffff;
}
.cid-tsh2jqA4tC H4 {
  color: #ffffff;
}
.cid-tsh2jqL2VW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2jqL2VW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2jqL2VW H2 {
  color: #ddff55;
}
.cid-tsh2jqL2VW H3 {
  color: #fff000;
}
.cid-tsh2jqXEwB {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2jqXEwB .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh2jqXEwB .video-block {
    width: 100% !important;
  }
}
.cid-tsh2jr9zD7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsh2jr9zD7 .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tsh2jr9zD7 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoNLWp53h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoNLWp53h .mbr-text {
  color: #767676;
}
.cid-ttoNLWp53h h4 {
  text-align: center;
}
.cid-ttoNLWp53h p {
  text-align: center;
}
.cid-ttoNLWp53h .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoNLWp53h .card-title,
.cid-ttoNLWp53h .card-img {
  color: #ffffff;
}
.cid-tubuMa6cNo {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tubuMa6cNo .image-block {
  margin: auto;
}
.cid-tubuMa6cNo figcaption {
  position: relative;
}
.cid-tubuMa6cNo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubuMa6cNo .image-block {
    width: 100% !important;
  }
}
.cid-tsh2jrURZ5 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2jrURZ5 .image-block {
  margin: auto;
}
.cid-tsh2jrURZ5 figcaption {
  position: relative;
}
.cid-tsh2jrURZ5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2jrURZ5 .image-block {
    width: 100% !important;
  }
}
.cid-tsh2js6LK0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh2js6LK0 .image-block {
  margin: auto;
}
.cid-tsh2js6LK0 figcaption {
  position: relative;
}
.cid-tsh2js6LK0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2js6LK0 .image-block {
    width: 100% !important;
  }
}
.cid-tsh2jsiIkx {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tsh2jsiIkx .image-block {
  margin: auto;
}
.cid-tsh2jsiIkx figcaption {
  position: relative;
}
.cid-tsh2jsiIkx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2jsiIkx .image-block {
    width: 100% !important;
  }
}
.cid-tsh2jsukom {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsh2jsukom .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh2jsukom H2 {
  color: #232323;
}
.cid-tsh2jsGC4a {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsh2jsGC4a .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh2jsGC4a H2 {
  color: #232323;
}
.cid-tsh2jsTDRA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh2jsTDRA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2jsTDRA H2 {
  color: #ffffff;
}
.cid-tsh2jsTDRA H3 {
  color: #ffffff;
}
.cid-tsh2jt6hq0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh2jt6hq0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsh2jt6hq0 p {
  color: #767676;
  text-align: left;
}
.cid-tsh2jt6hq0 .card-box {
  padding-top: 2rem;
}
.cid-tsh2jt6hq0 .card-wrapper {
  height: 100%;
}
.cid-tsh2jt6hq0 P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh2jt6hq0 .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsh2jtsN14 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2jtsN14 .image-block {
  margin: auto;
}
.cid-tsh2jtsN14 figcaption {
  position: relative;
}
.cid-tsh2jtsN14 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2jtsN14 .image-block {
    width: 100% !important;
  }
}
.cid-tsh2jtFiVu {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2jtFiVu .image-block {
  margin: auto;
}
.cid-tsh2jtFiVu figcaption {
  position: relative;
}
.cid-tsh2jtFiVu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2jtFiVu .image-block {
    width: 100% !important;
  }
}
.cid-tsh2jtRbMo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh2jtRbMo .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsh2jtRbMo H2 {
  color: #ffffff;
}
.cid-tsh2jtRbMo H4 {
  color: #ffffff;
}
.cid-tsh2ju4qcw {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tsh2ju4qcw p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tsh2ju4qcw .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tsh2ju4qcw .collapsed {
  border: none;
}
.cid-tsh2ju4qcw .collapsed span {
  transform: rotate(0deg);
}
.cid-tsh2ju4qcw span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tsh2ju4qcw .panel-body {
  padding-top: 0.5rem;
}
.cid-tsh2ju4qcw .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsh2ju4qcw .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tsh2ju4qcw .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tsh2ju4qcw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsh2ju4qcw .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tsh2ju4qcw .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsh2ju4qcw .panel-text {
  color: #ffffff;
}
.cid-tsh2ju4qcw H4 {
  color: #ffffff;
}
.cid-tsh2ju4qcw H2 {
  color: #ffffff;
}
.cid-tsh2ju4qcw .mbr-section-text {
  color: #ffffff;
}
.cid-tsh2ju4qcw H3 {
  color: #ffffff;
}
.cid-tsh2junDO7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh2junDO7 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh2junDO7 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh2junDO7 H4 {
  color: #ffde00;
}
.cid-tubuKv7BHv {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tubuKv7BHv .image-block {
  margin: auto;
}
.cid-tubuKv7BHv figcaption {
  position: relative;
}
.cid-tubuKv7BHv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubuKv7BHv .image-block {
    width: 100% !important;
  }
}
.cid-tsh2juOMFc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2juOMFc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2juOMFc H2 {
  color: #ffffff;
}
.cid-tsh2juOMFc H4 {
  color: #ffffff;
}
.cid-tsh2jv32wY {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2jv32wY .image-block {
  margin: auto;
}
.cid-tsh2jv32wY figcaption {
  position: relative;
}
.cid-tsh2jv32wY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2jv32wY .image-block {
    width: 100% !important;
  }
}
.cid-tsh2jvhm1L {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh2jvhm1L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2jvhm1L H2 {
  color: #ffffff;
}
.cid-tsh2jvhm1L H4 {
  color: #ffffff;
}
.cid-tsh2jvvnGR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh2jvvnGR .mbr-section-subtitle {
  color: #232323;
}
.cid-tsh2jvvnGR H2 {
  color: #ffffff;
}
.cid-tuswBmLTgr {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tuswBmLTgr .image-block {
  margin: auto;
}
.cid-tuswBmLTgr figcaption {
  position: relative;
}
.cid-tuswBmLTgr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuswBmLTgr .image-block {
    width: 100% !important;
  }
}
.cid-tsh2R5ZIDE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2R5ZIDE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2R5ZIDE H2 {
  text-align: center;
  color: #626161;
}
.cid-tsh2R5ZIDE H1 {
  color: #939393;
}
.cid-tsh2R6aI51 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2R6aI51 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh2R6aI51 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh2R6aI51 H4 {
  color: #ffde00;
}
.cid-tsh2R6kZhU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2R6kZhU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2R6kZhU H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh2R6kZhU H4 {
  color: #ffde00;
}
.cid-tsh2R6tnog {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsh2R6tnog .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh2R6tnog H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh2R6tnog H4 {
  color: #ffde00;
}
.cid-tsh2R6D8Et {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2R6D8Et .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh2R6D8Et .video-block {
    width: 100% !important;
  }
}
.cid-tubxvsyc64 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tubxvsyc64 .image-block {
  margin: auto;
}
.cid-tubxvsyc64 figcaption {
  position: relative;
}
.cid-tubxvsyc64 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubxvsyc64 .image-block {
    width: 100% !important;
  }
}
.cid-tsh2R70K12 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh2R70K12 .image-block {
  margin: auto;
}
.cid-tsh2R70K12 figcaption {
  position: relative;
}
.cid-tsh2R70K12 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2R70K12 .image-block {
    width: 100% !important;
  }
}
.cid-tsh2R7aQpX {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2R7aQpX .image-block {
  margin: auto;
}
.cid-tsh2R7aQpX figcaption {
  position: relative;
}
.cid-tsh2R7aQpX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2R7aQpX .image-block {
    width: 100% !important;
  }
}
.cid-tuswAaMX4b {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuswAaMX4b .image-block {
  margin: auto;
}
.cid-tuswAaMX4b figcaption {
  position: relative;
}
.cid-tuswAaMX4b figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuswAaMX4b .image-block {
    width: 100% !important;
  }
}
.cid-tsh2R7xloq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2R7xloq .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsh2R7xloq H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh2R7xloq H4 {
  color: #efefef;
}
.cid-tsh2R7Hs9F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2R7Hs9F h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh2R7Hs9F p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh2R7Hs9F .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh2R7Hs9F .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh2R7Hs9F .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh2R7Hs9F P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh2R7Hs9F .card-title,
.cid-tsh2R7Hs9F .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsh2R83siK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2R83siK h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh2R83siK p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh2R83siK .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh2R83siK .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh2R83siK .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh2R83siK P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh2R83siK .card-title,
.cid-tsh2R83siK .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoOe9y0bq {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoOe9y0bq .image-block {
  margin: auto;
}
.cid-ttoOe9y0bq figcaption {
  position: relative;
}
.cid-ttoOe9y0bq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoOe9y0bq .image-block {
    width: 100% !important;
  }
}
.cid-tsh2R8rAfG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh2R8rAfG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2R8rAfG H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh2R8rAfG H4 {
  color: #c7ff00;
}
.cid-tubxALBcf1 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tubxALBcf1 .image-block {
  margin: auto;
}
.cid-tubxALBcf1 figcaption {
  position: relative;
}
.cid-tubxALBcf1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubxALBcf1 .image-block {
    width: 100% !important;
  }
}
.cid-tsh2R8M5YN {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh2R8M5YN .image-block {
  margin: auto;
}
.cid-tsh2R8M5YN figcaption {
  position: relative;
}
.cid-tsh2R8M5YN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2R8M5YN .image-block {
    width: 100% !important;
  }
}
.cid-tsh2R8YLkL {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh2R8YLkL .image-block {
  margin: auto;
}
.cid-tsh2R8YLkL figcaption {
  position: relative;
}
.cid-tsh2R8YLkL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2R8YLkL .image-block {
    width: 100% !important;
  }
}
.cid-tsh2R9a9jB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsh2R9a9jB .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsh2R9a9jB .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsh2R9nF8e {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsh2R9nF8e .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsh2R9nF8e .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsh2R9nF8e .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsh2R9nF8e .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsh2R9nF8e .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsh2R9nF8e .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsh2R9nF8e .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsh2R9nF8e .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsh2R9nF8e .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsh2R9FWLT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh2R9FWLT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2R9FWLT H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh2R9FWLT H4 {
  color: #ffffff;
}
.cid-tsh2R9Rx0O {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2R9Rx0O .image-block {
  margin: auto;
}
.cid-tsh2R9Rx0O figcaption {
  position: relative;
}
.cid-tsh2R9Rx0O figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2R9Rx0O .image-block {
    width: 100% !important;
  }
}
.cid-tubxt7Lo02 {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tubxt7Lo02 .image-block {
  margin: auto;
}
.cid-tubxt7Lo02 figcaption {
  position: relative;
}
.cid-tubxt7Lo02 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubxt7Lo02 .image-block {
    width: 100% !important;
  }
}
.cid-tsh2RaeKQ5 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2RaeKQ5 .image-block {
  margin: auto;
}
.cid-tsh2RaeKQ5 figcaption {
  position: relative;
}
.cid-tsh2RaeKQ5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2RaeKQ5 .image-block {
    width: 100% !important;
  }
}
.cid-tsh2Rap6vZ {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2Rap6vZ .image-block {
  margin: auto;
}
.cid-tsh2Rap6vZ figcaption {
  position: relative;
}
.cid-tsh2Rap6vZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2Rap6vZ .image-block {
    width: 100% !important;
  }
}
.cid-tsh2RaDWxd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh2RaDWxd .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh2RaDWxd H2 {
  color: #ffffff;
}
.cid-tsh2RaDWxd H4 {
  color: #ffffff;
}
.cid-tsh2RaPbu1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2RaPbu1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2RaPbu1 H2 {
  color: #ddff55;
}
.cid-tsh2RaPbu1 H3 {
  color: #fff000;
}
.cid-tsh2Rb0n7I {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2Rb0n7I .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh2Rb0n7I .video-block {
    width: 100% !important;
  }
}
.cid-tsh2Rbd8vF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsh2Rbd8vF .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tsh2Rbd8vF .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoOkj3XzY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoOkj3XzY .mbr-text {
  color: #767676;
}
.cid-ttoOkj3XzY h4 {
  text-align: center;
}
.cid-ttoOkj3XzY p {
  text-align: center;
}
.cid-ttoOkj3XzY .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoOkj3XzY .card-title,
.cid-ttoOkj3XzY .card-img {
  color: #ffffff;
}
.cid-tubxrTvNdX {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tubxrTvNdX .image-block {
  margin: auto;
}
.cid-tubxrTvNdX figcaption {
  position: relative;
}
.cid-tubxrTvNdX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubxrTvNdX .image-block {
    width: 100% !important;
  }
}
.cid-tsh2RbZSzJ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2RbZSzJ .image-block {
  margin: auto;
}
.cid-tsh2RbZSzJ figcaption {
  position: relative;
}
.cid-tsh2RbZSzJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2RbZSzJ .image-block {
    width: 100% !important;
  }
}
.cid-tsh2RccTxg {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh2RccTxg .image-block {
  margin: auto;
}
.cid-tsh2RccTxg figcaption {
  position: relative;
}
.cid-tsh2RccTxg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2RccTxg .image-block {
    width: 100% !important;
  }
}
.cid-tsh2Rco4xJ {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tsh2Rco4xJ .image-block {
  margin: auto;
}
.cid-tsh2Rco4xJ figcaption {
  position: relative;
}
.cid-tsh2Rco4xJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2Rco4xJ .image-block {
    width: 100% !important;
  }
}
.cid-tsh2RcA5w4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsh2RcA5w4 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh2RcA5w4 H2 {
  color: #232323;
}
.cid-tsh2RcN5e9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsh2RcN5e9 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh2RcN5e9 H2 {
  color: #232323;
}
.cid-tsh2Rd0mR2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh2Rd0mR2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2Rd0mR2 H2 {
  color: #ffffff;
}
.cid-tsh2Rd0mR2 H3 {
  color: #ffffff;
}
.cid-tsh2Rdce3L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh2Rdce3L h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsh2Rdce3L p {
  color: #767676;
  text-align: left;
}
.cid-tsh2Rdce3L .card-box {
  padding-top: 2rem;
}
.cid-tsh2Rdce3L .card-wrapper {
  height: 100%;
}
.cid-tsh2Rdce3L P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh2Rdce3L .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsh2RdzHHn {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2RdzHHn .image-block {
  margin: auto;
}
.cid-tsh2RdzHHn figcaption {
  position: relative;
}
.cid-tsh2RdzHHn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2RdzHHn .image-block {
    width: 100% !important;
  }
}
.cid-tsh2RdM9Wi {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2RdM9Wi .image-block {
  margin: auto;
}
.cid-tsh2RdM9Wi figcaption {
  position: relative;
}
.cid-tsh2RdM9Wi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2RdM9Wi .image-block {
    width: 100% !important;
  }
}
.cid-tsh2Re0Lpw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh2Re0Lpw .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsh2Re0Lpw H2 {
  color: #ffffff;
}
.cid-tsh2Re0Lpw H4 {
  color: #ffffff;
}
.cid-tsh2Redeov {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tsh2Redeov p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tsh2Redeov .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tsh2Redeov .collapsed {
  border: none;
}
.cid-tsh2Redeov .collapsed span {
  transform: rotate(0deg);
}
.cid-tsh2Redeov span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tsh2Redeov .panel-body {
  padding-top: 0.5rem;
}
.cid-tsh2Redeov .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsh2Redeov .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tsh2Redeov .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tsh2Redeov .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsh2Redeov .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tsh2Redeov .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsh2Redeov .panel-text {
  color: #ffffff;
}
.cid-tsh2Redeov H4 {
  color: #ffffff;
}
.cid-tsh2Redeov H2 {
  color: #ffffff;
}
.cid-tsh2Redeov .mbr-section-text {
  color: #ffffff;
}
.cid-tsh2Redeov H3 {
  color: #ffffff;
}
.cid-tsh2RewAF4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh2RewAF4 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh2RewAF4 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh2RewAF4 H4 {
  color: #ffde00;
}
.cid-tubxr2oRTH {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tubxr2oRTH .image-block {
  margin: auto;
}
.cid-tubxr2oRTH figcaption {
  position: relative;
}
.cid-tubxr2oRTH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubxr2oRTH .image-block {
    width: 100% !important;
  }
}
.cid-tsh2ReZ3kR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh2ReZ3kR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2ReZ3kR H2 {
  color: #ffffff;
}
.cid-tsh2ReZ3kR H4 {
  color: #ffffff;
}
.cid-tsh2RffVS0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh2RffVS0 .image-block {
  margin: auto;
}
.cid-tsh2RffVS0 figcaption {
  position: relative;
}
.cid-tsh2RffVS0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh2RffVS0 .image-block {
    width: 100% !important;
  }
}
.cid-tsh2Rfsuys {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh2Rfsuys .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh2Rfsuys H2 {
  color: #ffffff;
}
.cid-tsh2Rfsuys H4 {
  color: #ffffff;
}
.cid-tsh2RfGyxr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh2RfGyxr .mbr-section-subtitle {
  color: #232323;
}
.cid-tsh2RfGyxr H2 {
  color: #ffffff;
}
.cid-tuswI6AfCE {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tuswI6AfCE .image-block {
  margin: auto;
}
.cid-tuswI6AfCE figcaption {
  position: relative;
}
.cid-tuswI6AfCE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuswI6AfCE .image-block {
    width: 100% !important;
  }
}
.cid-tsh3I345Jq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3I345Jq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3I345Jq H2 {
  text-align: center;
  color: #626161;
}
.cid-tsh3I345Jq H1 {
  color: #939393;
}
.cid-tsh3I3dcPy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3I3dcPy .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3I3dcPy H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3I3dcPy H4 {
  color: #ffde00;
}
.cid-tsh3I3mBqn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3I3mBqn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3I3mBqn H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3I3mBqn H4 {
  color: #ffde00;
}
.cid-tsh3I3w1At {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsh3I3w1At .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3I3w1At H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3I3w1At H4 {
  color: #ffde00;
}
.cid-tsh3I3HCMr {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3I3HCMr .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh3I3HCMr .video-block {
    width: 100% !important;
  }
}
.cid-tsh3I3QTVt {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tsh3I3QTVt .image-block {
  margin: auto;
}
.cid-tsh3I3QTVt figcaption {
  position: relative;
}
.cid-tsh3I3QTVt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3I3QTVt .image-block {
    width: 100% !important;
  }
}
.cid-tsh3I40SOh {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh3I40SOh .image-block {
  margin: auto;
}
.cid-tsh3I40SOh figcaption {
  position: relative;
}
.cid-tsh3I40SOh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3I40SOh .image-block {
    width: 100% !important;
  }
}
.cid-tsh3I4auge {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3I4auge .image-block {
  margin: auto;
}
.cid-tsh3I4auge figcaption {
  position: relative;
}
.cid-tsh3I4auge figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3I4auge .image-block {
    width: 100% !important;
  }
}
.cid-tuswJhbqdC {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuswJhbqdC .image-block {
  margin: auto;
}
.cid-tuswJhbqdC figcaption {
  position: relative;
}
.cid-tuswJhbqdC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuswJhbqdC .image-block {
    width: 100% !important;
  }
}
.cid-tsh3I4uPlF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3I4uPlF .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsh3I4uPlF H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3I4uPlF H4 {
  color: #efefef;
}
.cid-tsh3I4EJeP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3I4EJeP h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh3I4EJeP p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh3I4EJeP .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh3I4EJeP .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh3I4EJeP .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh3I4EJeP P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3I4EJeP .card-title,
.cid-tsh3I4EJeP .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsh3I4Y5UZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3I4Y5UZ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh3I4Y5UZ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh3I4Y5UZ .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh3I4Y5UZ .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh3I4Y5UZ .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh3I4Y5UZ P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3I4Y5UZ .card-title,
.cid-tsh3I4Y5UZ .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoOpv6bWC {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoOpv6bWC .image-block {
  margin: auto;
}
.cid-ttoOpv6bWC figcaption {
  position: relative;
}
.cid-ttoOpv6bWC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoOpv6bWC .image-block {
    width: 100% !important;
  }
}
.cid-tsh3I5jfyI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh3I5jfyI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3I5jfyI H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3I5jfyI H4 {
  color: #c7ff00;
}
.cid-tuaKin8OLX {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaKin8OLX .image-block {
  margin: auto;
}
.cid-tuaKin8OLX figcaption {
  position: relative;
}
.cid-tuaKin8OLX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaKin8OLX .image-block {
    width: 100% !important;
  }
}
.cid-tsh3I5GLCS {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh3I5GLCS .image-block {
  margin: auto;
}
.cid-tsh3I5GLCS figcaption {
  position: relative;
}
.cid-tsh3I5GLCS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3I5GLCS .image-block {
    width: 100% !important;
  }
}
.cid-tsh3I5Qhvv {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh3I5Qhvv .image-block {
  margin: auto;
}
.cid-tsh3I5Qhvv figcaption {
  position: relative;
}
.cid-tsh3I5Qhvv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3I5Qhvv .image-block {
    width: 100% !important;
  }
}
.cid-tsh3I60cjU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsh3I60cjU .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsh3I60cjU .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3I6dAV3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsh3I6dAV3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsh3I6dAV3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsh3I6dAV3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsh3I6dAV3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsh3I6dAV3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsh3I6dAV3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsh3I6dAV3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsh3I6dAV3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsh3I6dAV3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsh3I6xdz0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3I6xdz0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3I6xdz0 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3I6xdz0 H4 {
  color: #ffffff;
}
.cid-tsh3I6JZCU {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3I6JZCU .image-block {
  margin: auto;
}
.cid-tsh3I6JZCU figcaption {
  position: relative;
}
.cid-tsh3I6JZCU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3I6JZCU .image-block {
    width: 100% !important;
  }
}
.cid-tuaKnxGEch {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tuaKnxGEch .image-block {
  margin: auto;
}
.cid-tuaKnxGEch figcaption {
  position: relative;
}
.cid-tuaKnxGEch figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaKnxGEch .image-block {
    width: 100% !important;
  }
}
.cid-tsh3I76Tb7 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3I76Tb7 .image-block {
  margin: auto;
}
.cid-tsh3I76Tb7 figcaption {
  position: relative;
}
.cid-tsh3I76Tb7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3I76Tb7 .image-block {
    width: 100% !important;
  }
}
.cid-tsh3I7haO8 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3I7haO8 .image-block {
  margin: auto;
}
.cid-tsh3I7haO8 figcaption {
  position: relative;
}
.cid-tsh3I7haO8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3I7haO8 .image-block {
    width: 100% !important;
  }
}
.cid-tsh3I7sVz0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3I7sVz0 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3I7sVz0 H2 {
  color: #ffffff;
}
.cid-tsh3I7sVz0 H4 {
  color: #ffffff;
}
.cid-tsh3I7E7vl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3I7E7vl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3I7E7vl H2 {
  color: #ddff55;
}
.cid-tsh3I7E7vl H3 {
  color: #fff000;
}
.cid-tsh3I7QzML {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3I7QzML .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh3I7QzML .video-block {
    width: 100% !important;
  }
}
.cid-tsh3I83SGP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsh3I83SGP .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tsh3I83SGP .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoOngDsRo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoOngDsRo .mbr-text {
  color: #767676;
}
.cid-ttoOngDsRo h4 {
  text-align: center;
}
.cid-ttoOngDsRo p {
  text-align: center;
}
.cid-ttoOngDsRo .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoOngDsRo .card-title,
.cid-ttoOngDsRo .card-img {
  color: #ffffff;
}
.cid-tuaKrEhUox {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaKrEhUox .image-block {
  margin: auto;
}
.cid-tuaKrEhUox figcaption {
  position: relative;
}
.cid-tuaKrEhUox figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaKrEhUox .image-block {
    width: 100% !important;
  }
}
.cid-tsh3I8MMcF {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3I8MMcF .image-block {
  margin: auto;
}
.cid-tsh3I8MMcF figcaption {
  position: relative;
}
.cid-tsh3I8MMcF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3I8MMcF .image-block {
    width: 100% !important;
  }
}
.cid-tsh3I8YYvu {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh3I8YYvu .image-block {
  margin: auto;
}
.cid-tsh3I8YYvu figcaption {
  position: relative;
}
.cid-tsh3I8YYvu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3I8YYvu .image-block {
    width: 100% !important;
  }
}
.cid-tsh3I9a2a4 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tsh3I9a2a4 .image-block {
  margin: auto;
}
.cid-tsh3I9a2a4 figcaption {
  position: relative;
}
.cid-tsh3I9a2a4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3I9a2a4 .image-block {
    width: 100% !important;
  }
}
.cid-tsh3I9mNfk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsh3I9mNfk .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh3I9mNfk H2 {
  color: #232323;
}
.cid-tsh3I9Bbe3 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsh3I9Bbe3 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh3I9Bbe3 H2 {
  color: #232323;
}
.cid-tsh3I9OE5s {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3I9OE5s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3I9OE5s H2 {
  color: #ffffff;
}
.cid-tsh3I9OE5s H3 {
  color: #ffffff;
}
.cid-tsh3Ia0Dtg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3Ia0Dtg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsh3Ia0Dtg p {
  color: #767676;
  text-align: left;
}
.cid-tsh3Ia0Dtg .card-box {
  padding-top: 2rem;
}
.cid-tsh3Ia0Dtg .card-wrapper {
  height: 100%;
}
.cid-tsh3Ia0Dtg P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3Ia0Dtg .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsh3IajZpv {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3IajZpv .image-block {
  margin: auto;
}
.cid-tsh3IajZpv figcaption {
  position: relative;
}
.cid-tsh3IajZpv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3IajZpv .image-block {
    width: 100% !important;
  }
}
.cid-tsh3IaxKLS {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3IaxKLS .image-block {
  margin: auto;
}
.cid-tsh3IaxKLS figcaption {
  position: relative;
}
.cid-tsh3IaxKLS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3IaxKLS .image-block {
    width: 100% !important;
  }
}
.cid-tsh3IaK79h {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh3IaK79h .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsh3IaK79h H2 {
  color: #ffffff;
}
.cid-tsh3IaK79h H4 {
  color: #ffffff;
}
.cid-tsh3IaYL17 {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tsh3IaYL17 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tsh3IaYL17 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tsh3IaYL17 .collapsed {
  border: none;
}
.cid-tsh3IaYL17 .collapsed span {
  transform: rotate(0deg);
}
.cid-tsh3IaYL17 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tsh3IaYL17 .panel-body {
  padding-top: 0.5rem;
}
.cid-tsh3IaYL17 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsh3IaYL17 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tsh3IaYL17 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tsh3IaYL17 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsh3IaYL17 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tsh3IaYL17 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsh3IaYL17 .panel-text {
  color: #ffffff;
}
.cid-tsh3IaYL17 H4 {
  color: #ffffff;
}
.cid-tsh3IaYL17 H2 {
  color: #ffffff;
}
.cid-tsh3IaYL17 .mbr-section-text {
  color: #ffffff;
}
.cid-tsh3IaYL17 H3 {
  color: #ffffff;
}
.cid-tsh3Ibi4Hf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh3Ibi4Hf .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3Ibi4Hf H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3Ibi4Hf H4 {
  color: #ffde00;
}
.cid-tuaKwmgWsm {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuaKwmgWsm .image-block {
  margin: auto;
}
.cid-tuaKwmgWsm figcaption {
  position: relative;
}
.cid-tuaKwmgWsm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaKwmgWsm .image-block {
    width: 100% !important;
  }
}
.cid-tsh3IbJYmg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3IbJYmg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3IbJYmg H2 {
  color: #ffffff;
}
.cid-tsh3IbJYmg H4 {
  color: #ffffff;
}
.cid-tsh3IbXpHw {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3IbXpHw .image-block {
  margin: auto;
}
.cid-tsh3IbXpHw figcaption {
  position: relative;
}
.cid-tsh3IbXpHw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3IbXpHw .image-block {
    width: 100% !important;
  }
}
.cid-tsh3Icba62 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh3Icba62 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3Icba62 H2 {
  color: #ffffff;
}
.cid-tsh3Icba62 H4 {
  color: #ffffff;
}
.cid-tsh3IcpD1y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh3IcpD1y .mbr-section-subtitle {
  color: #232323;
}
.cid-tsh3IcpD1y H2 {
  color: #ffffff;
}
.cid-tuswOR8DWo {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tuswOR8DWo .image-block {
  margin: auto;
}
.cid-tuswOR8DWo figcaption {
  position: relative;
}
.cid-tuswOR8DWo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuswOR8DWo .image-block {
    width: 100% !important;
  }
}
.cid-tsh3Ov7APz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3Ov7APz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3Ov7APz H2 {
  text-align: center;
  color: #626161;
}
.cid-tsh3Ov7APz H1 {
  color: #939393;
}
.cid-tsh3Ovhz4T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3Ovhz4T .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3Ovhz4T H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3Ovhz4T H4 {
  color: #ffde00;
}
.cid-tsh3OvrCQm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3OvrCQm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3OvrCQm H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3OvrCQm H4 {
  color: #ffde00;
}
.cid-tsh3OvA07R {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsh3OvA07R .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3OvA07R H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3OvA07R H4 {
  color: #ffde00;
}
.cid-tsh3OvKKuA {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3OvKKuA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh3OvKKuA .video-block {
    width: 100% !important;
  }
}
.cid-tuaLQrk1TL {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuaLQrk1TL .image-block {
  margin: auto;
}
.cid-tuaLQrk1TL figcaption {
  position: relative;
}
.cid-tuaLQrk1TL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaLQrk1TL .image-block {
    width: 100% !important;
  }
}
.cid-tsh3Ow3PzL {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh3Ow3PzL .image-block {
  margin: auto;
}
.cid-tsh3Ow3PzL figcaption {
  position: relative;
}
.cid-tsh3Ow3PzL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3Ow3PzL .image-block {
    width: 100% !important;
  }
}
.cid-tsh3OwdAeH {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3OwdAeH .image-block {
  margin: auto;
}
.cid-tsh3OwdAeH figcaption {
  position: relative;
}
.cid-tsh3OwdAeH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3OwdAeH .image-block {
    width: 100% !important;
  }
}
.cid-tuswPTQyPm {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuswPTQyPm .image-block {
  margin: auto;
}
.cid-tuswPTQyPm figcaption {
  position: relative;
}
.cid-tuswPTQyPm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuswPTQyPm .image-block {
    width: 100% !important;
  }
}
.cid-tsh3OwyZBP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3OwyZBP .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsh3OwyZBP H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3OwyZBP H4 {
  color: #efefef;
}
.cid-tsh3OwIKMu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3OwIKMu h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh3OwIKMu p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh3OwIKMu .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh3OwIKMu .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh3OwIKMu .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh3OwIKMu P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3OwIKMu .card-title,
.cid-tsh3OwIKMu .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsh3Ox1TFs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3Ox1TFs h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh3Ox1TFs p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh3Ox1TFs .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh3Ox1TFs .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh3Ox1TFs .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh3Ox1TFs P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3Ox1TFs .card-title,
.cid-tsh3Ox1TFs .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoQidUht8 {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ttoQidUht8 .image-block {
  margin: auto;
}
.cid-ttoQidUht8 figcaption {
  position: relative;
}
.cid-ttoQidUht8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoQidUht8 .image-block {
    width: 100% !important;
  }
}
.cid-tsh3OxjuMy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh3OxjuMy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3OxjuMy H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3OxjuMy H4 {
  color: #c7ff00;
}
.cid-tuaLPdGiaV {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaLPdGiaV .image-block {
  margin: auto;
}
.cid-tuaLPdGiaV figcaption {
  position: relative;
}
.cid-tuaLPdGiaV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaLPdGiaV .image-block {
    width: 100% !important;
  }
}
.cid-tsh3OxEoCi {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh3OxEoCi .image-block {
  margin: auto;
}
.cid-tsh3OxEoCi figcaption {
  position: relative;
}
.cid-tsh3OxEoCi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3OxEoCi .image-block {
    width: 100% !important;
  }
}
.cid-tsh3OxOTSK {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh3OxOTSK .image-block {
  margin: auto;
}
.cid-tsh3OxOTSK figcaption {
  position: relative;
}
.cid-tsh3OxOTSK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3OxOTSK .image-block {
    width: 100% !important;
  }
}
.cid-tsh3Oy1M9G {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsh3Oy1M9G .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsh3Oy1M9G .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3OydmTW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsh3OydmTW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsh3OydmTW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsh3OydmTW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsh3OydmTW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsh3OydmTW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsh3OydmTW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsh3OydmTW .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsh3OydmTW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsh3OydmTW .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsh3OyvJP6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3OyvJP6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3OyvJP6 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3OyvJP6 H4 {
  color: #ffffff;
}
.cid-tsh3OyHuvd {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3OyHuvd .image-block {
  margin: auto;
}
.cid-tsh3OyHuvd figcaption {
  position: relative;
}
.cid-tsh3OyHuvd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3OyHuvd .image-block {
    width: 100% !important;
  }
}
.cid-tuaLNO6fmL {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuaLNO6fmL .image-block {
  margin: auto;
}
.cid-tuaLNO6fmL figcaption {
  position: relative;
}
.cid-tuaLNO6fmL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaLNO6fmL .image-block {
    width: 100% !important;
  }
}
.cid-tsh3Oz429s {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3Oz429s .image-block {
  margin: auto;
}
.cid-tsh3Oz429s figcaption {
  position: relative;
}
.cid-tsh3Oz429s figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3Oz429s .image-block {
    width: 100% !important;
  }
}
.cid-tsh3OzfzbA {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3OzfzbA .image-block {
  margin: auto;
}
.cid-tsh3OzfzbA figcaption {
  position: relative;
}
.cid-tsh3OzfzbA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3OzfzbA .image-block {
    width: 100% !important;
  }
}
.cid-tsh3Ozt26J {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3Ozt26J .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3Ozt26J H2 {
  color: #ffffff;
}
.cid-tsh3Ozt26J H4 {
  color: #ffffff;
}
.cid-tsh3OzFU0Z {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3OzFU0Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3OzFU0Z H2 {
  color: #ddff55;
}
.cid-tsh3OzFU0Z H3 {
  color: #fff000;
}
.cid-tsh3OzQKRT {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3OzQKRT .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh3OzQKRT .video-block {
    width: 100% !important;
  }
}
.cid-tsh3OA1sZR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsh3OA1sZR .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tsh3OA1sZR .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoQfuyNIt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoQfuyNIt .mbr-text {
  color: #767676;
}
.cid-ttoQfuyNIt h4 {
  text-align: center;
}
.cid-ttoQfuyNIt p {
  text-align: center;
}
.cid-ttoQfuyNIt .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoQfuyNIt .card-title,
.cid-ttoQfuyNIt .card-img {
  color: #ffffff;
}
.cid-tuaLZhRXpX {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaLZhRXpX .image-block {
  margin: auto;
}
.cid-tuaLZhRXpX figcaption {
  position: relative;
}
.cid-tuaLZhRXpX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaLZhRXpX .image-block {
    width: 100% !important;
  }
}
.cid-tsh3OALWY9 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3OALWY9 .image-block {
  margin: auto;
}
.cid-tsh3OALWY9 figcaption {
  position: relative;
}
.cid-tsh3OALWY9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3OALWY9 .image-block {
    width: 100% !important;
  }
}
.cid-tsh3OAXCt5 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh3OAXCt5 .image-block {
  margin: auto;
}
.cid-tsh3OAXCt5 figcaption {
  position: relative;
}
.cid-tsh3OAXCt5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3OAXCt5 .image-block {
    width: 100% !important;
  }
}
.cid-tsh3OB9eR1 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tsh3OB9eR1 .image-block {
  margin: auto;
}
.cid-tsh3OB9eR1 figcaption {
  position: relative;
}
.cid-tsh3OB9eR1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3OB9eR1 .image-block {
    width: 100% !important;
  }
}
.cid-tsh3OBm4a1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsh3OBm4a1 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh3OBm4a1 H2 {
  color: #232323;
}
.cid-tsh3OByES2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsh3OByES2 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh3OByES2 H2 {
  color: #232323;
}
.cid-tsh3OBLqLu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3OBLqLu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3OBLqLu H2 {
  color: #ffffff;
}
.cid-tsh3OBLqLu H3 {
  color: #ffffff;
}
.cid-tsh3OBYJJi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3OBYJJi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsh3OBYJJi p {
  color: #767676;
  text-align: left;
}
.cid-tsh3OBYJJi .card-box {
  padding-top: 2rem;
}
.cid-tsh3OBYJJi .card-wrapper {
  height: 100%;
}
.cid-tsh3OBYJJi P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3OBYJJi .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsh3OCiB3m {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3OCiB3m .image-block {
  margin: auto;
}
.cid-tsh3OCiB3m figcaption {
  position: relative;
}
.cid-tsh3OCiB3m figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3OCiB3m .image-block {
    width: 100% !important;
  }
}
.cid-tsh3OCvZV5 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3OCvZV5 .image-block {
  margin: auto;
}
.cid-tsh3OCvZV5 figcaption {
  position: relative;
}
.cid-tsh3OCvZV5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3OCvZV5 .image-block {
    width: 100% !important;
  }
}
.cid-tsh3OCIZNz {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh3OCIZNz .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsh3OCIZNz H2 {
  color: #ffffff;
}
.cid-tsh3OCIZNz H4 {
  color: #ffffff;
}
.cid-tsh3OCVmof {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tsh3OCVmof p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tsh3OCVmof .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tsh3OCVmof .collapsed {
  border: none;
}
.cid-tsh3OCVmof .collapsed span {
  transform: rotate(0deg);
}
.cid-tsh3OCVmof span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tsh3OCVmof .panel-body {
  padding-top: 0.5rem;
}
.cid-tsh3OCVmof .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsh3OCVmof .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tsh3OCVmof .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tsh3OCVmof .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsh3OCVmof .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tsh3OCVmof .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsh3OCVmof .panel-text {
  color: #ffffff;
}
.cid-tsh3OCVmof H4 {
  color: #ffffff;
}
.cid-tsh3OCVmof H2 {
  color: #ffffff;
}
.cid-tsh3OCVmof .mbr-section-text {
  color: #ffffff;
}
.cid-tsh3OCVmof H3 {
  color: #ffffff;
}
.cid-tsh3ODebds {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh3ODebds .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3ODebds H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3ODebds H4 {
  color: #ffde00;
}
.cid-tuaLLQjBIu {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaLLQjBIu .image-block {
  margin: auto;
}
.cid-tuaLLQjBIu figcaption {
  position: relative;
}
.cid-tuaLLQjBIu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaLLQjBIu .image-block {
    width: 100% !important;
  }
}
.cid-tsh3ODHPBu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3ODHPBu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3ODHPBu H2 {
  color: #ffffff;
}
.cid-tsh3ODHPBu H4 {
  color: #ffffff;
}
.cid-tsh3ODULCm {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3ODULCm .image-block {
  margin: auto;
}
.cid-tsh3ODULCm figcaption {
  position: relative;
}
.cid-tsh3ODULCm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3ODULCm .image-block {
    width: 100% !important;
  }
}
.cid-tsh3OE8nAl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh3OE8nAl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3OE8nAl H2 {
  color: #ffffff;
}
.cid-tsh3OE8nAl H4 {
  color: #ffffff;
}
.cid-tsh3OEmhfN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh3OEmhfN .mbr-section-subtitle {
  color: #232323;
}
.cid-tsh3OEmhfN H2 {
  color: #ffffff;
}
.cid-tuswUpT6b6 {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tuswUpT6b6 .image-block {
  margin: auto;
}
.cid-tuswUpT6b6 figcaption {
  position: relative;
}
.cid-tuswUpT6b6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuswUpT6b6 .image-block {
    width: 100% !important;
  }
}
.cid-tsh3TY1cE0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3TY1cE0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3TY1cE0 H2 {
  text-align: center;
  color: #626161;
}
.cid-tsh3TY1cE0 H1 {
  color: #939393;
}
.cid-tsh3TYb1JL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3TYb1JL .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3TYb1JL H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3TYb1JL H4 {
  color: #ffde00;
}
.cid-tsh3TYkKvy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3TYkKvy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3TYkKvy H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3TYkKvy H4 {
  color: #ffde00;
}
.cid-tsh3TYuOkw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsh3TYuOkw .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3TYuOkw H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3TYuOkw H4 {
  color: #ffde00;
}
.cid-tsh3TYDpWL {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3TYDpWL .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh3TYDpWL .video-block {
    width: 100% !important;
  }
}
.cid-tuaNcmAGsU {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuaNcmAGsU .image-block {
  margin: auto;
}
.cid-tuaNcmAGsU figcaption {
  position: relative;
}
.cid-tuaNcmAGsU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaNcmAGsU .image-block {
    width: 100% !important;
  }
}
.cid-tsh3TYV9UG {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh3TYV9UG .image-block {
  margin: auto;
}
.cid-tsh3TYV9UG figcaption {
  position: relative;
}
.cid-tsh3TYV9UG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3TYV9UG .image-block {
    width: 100% !important;
  }
}
.cid-tsh3TZ4RsN {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3TZ4RsN .image-block {
  margin: auto;
}
.cid-tsh3TZ4RsN figcaption {
  position: relative;
}
.cid-tsh3TZ4RsN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3TZ4RsN .image-block {
    width: 100% !important;
  }
}
.cid-tuswVaQeVB {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuswVaQeVB .image-block {
  margin: auto;
}
.cid-tuswVaQeVB figcaption {
  position: relative;
}
.cid-tuswVaQeVB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuswVaQeVB .image-block {
    width: 100% !important;
  }
}
.cid-tsh3TZpNNw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3TZpNNw .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsh3TZpNNw H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3TZpNNw H4 {
  color: #efefef;
}
.cid-tsh3TZziYs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3TZziYs h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh3TZziYs p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh3TZziYs .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh3TZziYs .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh3TZziYs .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh3TZziYs P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3TZziYs .card-title,
.cid-tsh3TZziYs .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsh3TZR3ru {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3TZR3ru h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh3TZR3ru p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh3TZR3ru .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh3TZR3ru .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh3TZR3ru .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh3TZR3ru P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3TZR3ru .card-title,
.cid-tsh3TZR3ru .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoQsijUbI {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoQsijUbI .image-block {
  margin: auto;
}
.cid-ttoQsijUbI figcaption {
  position: relative;
}
.cid-ttoQsijUbI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoQsijUbI .image-block {
    width: 100% !important;
  }
}
.cid-tsh3U09D8T {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh3U09D8T .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3U09D8T H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3U09D8T H4 {
  color: #c7ff00;
}
.cid-tuaNbfn1TV {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaNbfn1TV .image-block {
  margin: auto;
}
.cid-tuaNbfn1TV figcaption {
  position: relative;
}
.cid-tuaNbfn1TV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaNbfn1TV .image-block {
    width: 100% !important;
  }
}
.cid-tsh3U0ttO8 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh3U0ttO8 .image-block {
  margin: auto;
}
.cid-tsh3U0ttO8 figcaption {
  position: relative;
}
.cid-tsh3U0ttO8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3U0ttO8 .image-block {
    width: 100% !important;
  }
}
.cid-tsh3U0EWAW {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh3U0EWAW .image-block {
  margin: auto;
}
.cid-tsh3U0EWAW figcaption {
  position: relative;
}
.cid-tsh3U0EWAW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3U0EWAW .image-block {
    width: 100% !important;
  }
}
.cid-tsh3U0QFlI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsh3U0QFlI .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsh3U0QFlI .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3U12896 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsh3U12896 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsh3U12896 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsh3U12896 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsh3U12896 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsh3U12896 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsh3U12896 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsh3U12896 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsh3U12896 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsh3U12896 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsh3U1lyGj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3U1lyGj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3U1lyGj H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3U1lyGj H4 {
  color: #ffffff;
}
.cid-tsh3U1wciq {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3U1wciq .image-block {
  margin: auto;
}
.cid-tsh3U1wciq figcaption {
  position: relative;
}
.cid-tsh3U1wciq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3U1wciq .image-block {
    width: 100% !important;
  }
}
.cid-tuaNa2iwfD {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuaNa2iwfD .image-block {
  margin: auto;
}
.cid-tuaNa2iwfD figcaption {
  position: relative;
}
.cid-tuaNa2iwfD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaNa2iwfD .image-block {
    width: 100% !important;
  }
}
.cid-tsh3U1SzKf {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3U1SzKf .image-block {
  margin: auto;
}
.cid-tsh3U1SzKf figcaption {
  position: relative;
}
.cid-tsh3U1SzKf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3U1SzKf .image-block {
    width: 100% !important;
  }
}
.cid-tsh3U23d86 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3U23d86 .image-block {
  margin: auto;
}
.cid-tsh3U23d86 figcaption {
  position: relative;
}
.cid-tsh3U23d86 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3U23d86 .image-block {
    width: 100% !important;
  }
}
.cid-tsh3U2hSB1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3U2hSB1 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3U2hSB1 H2 {
  color: #ffffff;
}
.cid-tsh3U2hSB1 H4 {
  color: #ffffff;
}
.cid-tsh3U2tbV5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3U2tbV5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3U2tbV5 H2 {
  color: #ddff55;
}
.cid-tsh3U2tbV5 H3 {
  color: #fff000;
}
.cid-tsh3U2EZHA {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3U2EZHA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh3U2EZHA .video-block {
    width: 100% !important;
  }
}
.cid-tsh3U2PTDn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsh3U2PTDn .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tsh3U2PTDn .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoQqaRtkS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoQqaRtkS .mbr-text {
  color: #767676;
}
.cid-ttoQqaRtkS h4 {
  text-align: center;
}
.cid-ttoQqaRtkS p {
  text-align: center;
}
.cid-ttoQqaRtkS .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoQqaRtkS .card-title,
.cid-ttoQqaRtkS .card-img {
  color: #ffffff;
}
.cid-tuaN8NMOCE {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaN8NMOCE .image-block {
  margin: auto;
}
.cid-tuaN8NMOCE figcaption {
  position: relative;
}
.cid-tuaN8NMOCE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaN8NMOCE .image-block {
    width: 100% !important;
  }
}
.cid-tsh3U3BXRC {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3U3BXRC .image-block {
  margin: auto;
}
.cid-tsh3U3BXRC figcaption {
  position: relative;
}
.cid-tsh3U3BXRC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3U3BXRC .image-block {
    width: 100% !important;
  }
}
.cid-tsh3U3OonI {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh3U3OonI .image-block {
  margin: auto;
}
.cid-tsh3U3OonI figcaption {
  position: relative;
}
.cid-tsh3U3OonI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3U3OonI .image-block {
    width: 100% !important;
  }
}
.cid-tsh3U40DoW {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tsh3U40DoW .image-block {
  margin: auto;
}
.cid-tsh3U40DoW figcaption {
  position: relative;
}
.cid-tsh3U40DoW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3U40DoW .image-block {
    width: 100% !important;
  }
}
.cid-tsh3U4cGfk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsh3U4cGfk .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh3U4cGfk H2 {
  color: #232323;
}
.cid-tsh3U4pgur {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsh3U4pgur .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh3U4pgur H2 {
  color: #232323;
}
.cid-tsh3U4CPGK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3U4CPGK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3U4CPGK H2 {
  color: #ffffff;
}
.cid-tsh3U4CPGK H3 {
  color: #ffffff;
}
.cid-tsh3U4Pebl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3U4Pebl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsh3U4Pebl p {
  color: #767676;
  text-align: left;
}
.cid-tsh3U4Pebl .card-box {
  padding-top: 2rem;
}
.cid-tsh3U4Pebl .card-wrapper {
  height: 100%;
}
.cid-tsh3U4Pebl P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3U4Pebl .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsh3U5by5R {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3U5by5R .image-block {
  margin: auto;
}
.cid-tsh3U5by5R figcaption {
  position: relative;
}
.cid-tsh3U5by5R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3U5by5R .image-block {
    width: 100% !important;
  }
}
.cid-tsh3U5oCCo {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3U5oCCo .image-block {
  margin: auto;
}
.cid-tsh3U5oCCo figcaption {
  position: relative;
}
.cid-tsh3U5oCCo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3U5oCCo .image-block {
    width: 100% !important;
  }
}
.cid-tsh3U5BML2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh3U5BML2 .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsh3U5BML2 H2 {
  color: #ffffff;
}
.cid-tsh3U5BML2 H4 {
  color: #ffffff;
}
.cid-tsh3U5OvOD {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tsh3U5OvOD p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tsh3U5OvOD .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tsh3U5OvOD .collapsed {
  border: none;
}
.cid-tsh3U5OvOD .collapsed span {
  transform: rotate(0deg);
}
.cid-tsh3U5OvOD span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tsh3U5OvOD .panel-body {
  padding-top: 0.5rem;
}
.cid-tsh3U5OvOD .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsh3U5OvOD .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tsh3U5OvOD .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tsh3U5OvOD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsh3U5OvOD .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tsh3U5OvOD .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsh3U5OvOD .panel-text {
  color: #ffffff;
}
.cid-tsh3U5OvOD H4 {
  color: #ffffff;
}
.cid-tsh3U5OvOD H2 {
  color: #ffffff;
}
.cid-tsh3U5OvOD .mbr-section-text {
  color: #ffffff;
}
.cid-tsh3U5OvOD H3 {
  color: #ffffff;
}
.cid-tsh3U67wJg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh3U67wJg .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3U67wJg H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3U67wJg H4 {
  color: #ffde00;
}
.cid-tuaN7EYpxg {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaN7EYpxg .image-block {
  margin: auto;
}
.cid-tuaN7EYpxg figcaption {
  position: relative;
}
.cid-tuaN7EYpxg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaN7EYpxg .image-block {
    width: 100% !important;
  }
}
.cid-tsh3U6zW33 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3U6zW33 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3U6zW33 H2 {
  color: #ffffff;
}
.cid-tsh3U6zW33 H4 {
  color: #ffffff;
}
.cid-tsh3U6PxRZ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3U6PxRZ .image-block {
  margin: auto;
}
.cid-tsh3U6PxRZ figcaption {
  position: relative;
}
.cid-tsh3U6PxRZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3U6PxRZ .image-block {
    width: 100% !important;
  }
}
.cid-tsh3U73lhG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh3U73lhG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3U73lhG H2 {
  color: #ffffff;
}
.cid-tsh3U73lhG H4 {
  color: #ffffff;
}
.cid-tsh3U7hzkF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh3U7hzkF .mbr-section-subtitle {
  color: #232323;
}
.cid-tsh3U7hzkF H2 {
  color: #ffffff;
}
.cid-tuswZHyKLM {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tuswZHyKLM .image-block {
  margin: auto;
}
.cid-tuswZHyKLM figcaption {
  position: relative;
}
.cid-tuswZHyKLM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuswZHyKLM .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YIcala {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3YIcala .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3YIcala H2 {
  text-align: center;
  color: #626161;
}
.cid-tsh3YIcala H1 {
  color: #939393;
}
.cid-tsh3YIlf60 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3YIlf60 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3YIlf60 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3YIlf60 H4 {
  color: #ffde00;
}
.cid-tsh3YIunlT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3YIunlT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3YIunlT H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3YIunlT H4 {
  color: #ffde00;
}
.cid-tsh3YIDFau {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsh3YIDFau .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3YIDFau H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3YIDFau H4 {
  color: #ffde00;
}
.cid-tsh3YIMqJs {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3YIMqJs .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh3YIMqJs .video-block {
    width: 100% !important;
  }
}
.cid-tsh3YIXtoh {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tsh3YIXtoh .image-block {
  margin: auto;
}
.cid-tsh3YIXtoh figcaption {
  position: relative;
}
.cid-tsh3YIXtoh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3YIXtoh .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YJ7Rxv {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh3YJ7Rxv .image-block {
  margin: auto;
}
.cid-tsh3YJ7Rxv figcaption {
  position: relative;
}
.cid-tsh3YJ7Rxv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3YJ7Rxv .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YJgh82 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3YJgh82 .image-block {
  margin: auto;
}
.cid-tsh3YJgh82 figcaption {
  position: relative;
}
.cid-tsh3YJgh82 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3YJgh82 .image-block {
    width: 100% !important;
  }
}
.cid-tusx2aUwCP {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tusx2aUwCP .image-block {
  margin: auto;
}
.cid-tusx2aUwCP figcaption {
  position: relative;
}
.cid-tusx2aUwCP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusx2aUwCP .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YJzMQ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3YJzMQ1 .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsh3YJzMQ1 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3YJzMQ1 H4 {
  color: #efefef;
}
.cid-tsh3YJJVZV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3YJJVZV h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh3YJJVZV p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh3YJJVZV .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh3YJJVZV .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh3YJJVZV .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh3YJJVZV P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3YJJVZV .card-title,
.cid-tsh3YJJVZV .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsh3YK1TYg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3YK1TYg h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh3YK1TYg p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh3YK1TYg .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh3YK1TYg .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh3YK1TYg .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh3YK1TYg P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3YK1TYg .card-title,
.cid-tsh3YK1TYg .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoQDaHoOl {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoQDaHoOl .image-block {
  margin: auto;
}
.cid-ttoQDaHoOl figcaption {
  position: relative;
}
.cid-ttoQDaHoOl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoQDaHoOl .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YKlbP1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh3YKlbP1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3YKlbP1 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3YKlbP1 H4 {
  color: #c7ff00;
}
.cid-tuaQ35bTjO {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaQ35bTjO .image-block {
  margin: auto;
}
.cid-tuaQ35bTjO figcaption {
  position: relative;
}
.cid-tuaQ35bTjO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaQ35bTjO .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YKHxcg {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh3YKHxcg .image-block {
  margin: auto;
}
.cid-tsh3YKHxcg figcaption {
  position: relative;
}
.cid-tsh3YKHxcg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3YKHxcg .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YKRmTF {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh3YKRmTF .image-block {
  margin: auto;
}
.cid-tsh3YKRmTF figcaption {
  position: relative;
}
.cid-tsh3YKRmTF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3YKRmTF .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YL1OnO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsh3YL1OnO .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsh3YL1OnO .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3YLdUFx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsh3YLdUFx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsh3YLdUFx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsh3YLdUFx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsh3YLdUFx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsh3YLdUFx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsh3YLdUFx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsh3YLdUFx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsh3YLdUFx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsh3YLdUFx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsh3YLwrYZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3YLwrYZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3YLwrYZ H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3YLwrYZ H4 {
  color: #ffffff;
}
.cid-tsh3YLJaSM {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3YLJaSM .image-block {
  margin: auto;
}
.cid-tsh3YLJaSM figcaption {
  position: relative;
}
.cid-tsh3YLJaSM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3YLJaSM .image-block {
    width: 100% !important;
  }
}
.cid-tuaQ4aX16j {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuaQ4aX16j .image-block {
  margin: auto;
}
.cid-tuaQ4aX16j figcaption {
  position: relative;
}
.cid-tuaQ4aX16j figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaQ4aX16j .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YM6POU {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3YM6POU .image-block {
  margin: auto;
}
.cid-tsh3YM6POU figcaption {
  position: relative;
}
.cid-tsh3YM6POU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3YM6POU .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YMhWVj {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3YMhWVj .image-block {
  margin: auto;
}
.cid-tsh3YMhWVj figcaption {
  position: relative;
}
.cid-tsh3YMhWVj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3YMhWVj .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YMtIDp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3YMtIDp .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3YMtIDp H2 {
  color: #ffffff;
}
.cid-tsh3YMtIDp H4 {
  color: #ffffff;
}
.cid-tsh3YMFQ5c {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3YMFQ5c .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3YMFQ5c H2 {
  color: #ddff55;
}
.cid-tsh3YMFQ5c H3 {
  color: #fff000;
}
.cid-tsh3YMQcjM {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3YMQcjM .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh3YMQcjM .video-block {
    width: 100% !important;
  }
}
.cid-tsh3YN1T8c {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsh3YN1T8c .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tsh3YN1T8c .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoQzjFj9Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoQzjFj9Y .mbr-text {
  color: #767676;
}
.cid-ttoQzjFj9Y h4 {
  text-align: center;
}
.cid-ttoQzjFj9Y p {
  text-align: center;
}
.cid-ttoQzjFj9Y .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoQzjFj9Y .card-title,
.cid-ttoQzjFj9Y .card-img {
  color: #ffffff;
}
.cid-tuaQ4XTukp {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaQ4XTukp .image-block {
  margin: auto;
}
.cid-tuaQ4XTukp figcaption {
  position: relative;
}
.cid-tuaQ4XTukp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaQ4XTukp .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YNM0Gf {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3YNM0Gf .image-block {
  margin: auto;
}
.cid-tsh3YNM0Gf figcaption {
  position: relative;
}
.cid-tsh3YNM0Gf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3YNM0Gf .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YNYVAJ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh3YNYVAJ .image-block {
  margin: auto;
}
.cid-tsh3YNYVAJ figcaption {
  position: relative;
}
.cid-tsh3YNYVAJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3YNYVAJ .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YOaeYF {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tsh3YOaeYF .image-block {
  margin: auto;
}
.cid-tsh3YOaeYF figcaption {
  position: relative;
}
.cid-tsh3YOaeYF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3YOaeYF .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YOmNoA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsh3YOmNoA .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh3YOmNoA H2 {
  color: #232323;
}
.cid-tsh3YOzKW2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsh3YOzKW2 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh3YOzKW2 H2 {
  color: #232323;
}
.cid-tsh3YOO3hX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3YOO3hX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3YOO3hX H2 {
  color: #ffffff;
}
.cid-tsh3YOO3hX H3 {
  color: #ffffff;
}
.cid-tsh3YP0p5x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh3YP0p5x h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsh3YP0p5x p {
  color: #767676;
  text-align: left;
}
.cid-tsh3YP0p5x .card-box {
  padding-top: 2rem;
}
.cid-tsh3YP0p5x .card-wrapper {
  height: 100%;
}
.cid-tsh3YP0p5x P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh3YP0p5x .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsh3YPjIpM {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3YPjIpM .image-block {
  margin: auto;
}
.cid-tsh3YPjIpM figcaption {
  position: relative;
}
.cid-tsh3YPjIpM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3YPjIpM .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YPwEn7 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3YPwEn7 .image-block {
  margin: auto;
}
.cid-tsh3YPwEn7 figcaption {
  position: relative;
}
.cid-tsh3YPwEn7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3YPwEn7 .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YPJxlO {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh3YPJxlO .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsh3YPJxlO H2 {
  color: #ffffff;
}
.cid-tsh3YPJxlO H4 {
  color: #ffffff;
}
.cid-tsh3YPWIds {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tsh3YPWIds p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tsh3YPWIds .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tsh3YPWIds .collapsed {
  border: none;
}
.cid-tsh3YPWIds .collapsed span {
  transform: rotate(0deg);
}
.cid-tsh3YPWIds span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tsh3YPWIds .panel-body {
  padding-top: 0.5rem;
}
.cid-tsh3YPWIds .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsh3YPWIds .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tsh3YPWIds .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tsh3YPWIds .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsh3YPWIds .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tsh3YPWIds .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsh3YPWIds .panel-text {
  color: #ffffff;
}
.cid-tsh3YPWIds H4 {
  color: #ffffff;
}
.cid-tsh3YPWIds H2 {
  color: #ffffff;
}
.cid-tsh3YPWIds .mbr-section-text {
  color: #ffffff;
}
.cid-tsh3YPWIds H3 {
  color: #ffffff;
}
.cid-tsh3YQhSc8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh3YQhSc8 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh3YQhSc8 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh3YQhSc8 H4 {
  color: #ffde00;
}
.cid-tuaQ5BStf4 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaQ5BStf4 .image-block {
  margin: auto;
}
.cid-tuaQ5BStf4 figcaption {
  position: relative;
}
.cid-tuaQ5BStf4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaQ5BStf4 .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YQIufc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh3YQIufc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3YQIufc H2 {
  color: #ffffff;
}
.cid-tsh3YQIufc H4 {
  color: #ffffff;
}
.cid-tsh3YQWRGL {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh3YQWRGL .image-block {
  margin: auto;
}
.cid-tsh3YQWRGL figcaption {
  position: relative;
}
.cid-tsh3YQWRGL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh3YQWRGL .image-block {
    width: 100% !important;
  }
}
.cid-tsh3YRaQaY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh3YRaQaY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh3YRaQaY H2 {
  color: #ffffff;
}
.cid-tsh3YRaQaY H4 {
  color: #ffffff;
}
.cid-tsh3YRoOzw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh3YRoOzw .mbr-section-subtitle {
  color: #232323;
}
.cid-tsh3YRoOzw H2 {
  color: #ffffff;
}
.cid-tusx9Rz5lH {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tusx9Rz5lH .image-block {
  margin: auto;
}
.cid-tusx9Rz5lH figcaption {
  position: relative;
}
.cid-tusx9Rz5lH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusx9Rz5lH .image-block {
    width: 100% !important;
  }
}
.cid-tsh42ygIv1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh42ygIv1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh42ygIv1 H2 {
  text-align: center;
  color: #626161;
}
.cid-tsh42ygIv1 H1 {
  color: #939393;
}
.cid-tsh42ypvnB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh42ypvnB .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh42ypvnB H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh42ypvnB H4 {
  color: #ffde00;
}
.cid-tsh42yyBhP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh42yyBhP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh42yyBhP H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh42yyBhP H4 {
  color: #ffde00;
}
.cid-tsh42yKEXR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsh42yKEXR .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh42yKEXR H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh42yKEXR H4 {
  color: #ffde00;
}
.cid-tsh42yTFIG {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh42yTFIG .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh42yTFIG .video-block {
    width: 100% !important;
  }
}
.cid-tuaQNE1YiY {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuaQNE1YiY .image-block {
  margin: auto;
}
.cid-tuaQNE1YiY figcaption {
  position: relative;
}
.cid-tuaQNE1YiY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaQNE1YiY .image-block {
    width: 100% !important;
  }
}
.cid-tsh42zbW7y {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh42zbW7y .image-block {
  margin: auto;
}
.cid-tsh42zbW7y figcaption {
  position: relative;
}
.cid-tsh42zbW7y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh42zbW7y .image-block {
    width: 100% !important;
  }
}
.cid-tsh42zkRlC {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh42zkRlC .image-block {
  margin: auto;
}
.cid-tsh42zkRlC figcaption {
  position: relative;
}
.cid-tsh42zkRlC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh42zkRlC .image-block {
    width: 100% !important;
  }
}
.cid-tusxaA3pY6 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tusxaA3pY6 .image-block {
  margin: auto;
}
.cid-tusxaA3pY6 figcaption {
  position: relative;
}
.cid-tusxaA3pY6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusxaA3pY6 .image-block {
    width: 100% !important;
  }
}
.cid-tsh42zD19M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh42zD19M .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsh42zD19M H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh42zD19M H4 {
  color: #efefef;
}
.cid-tsh42zNAQe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh42zNAQe h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh42zNAQe p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh42zNAQe .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh42zNAQe .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh42zNAQe .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh42zNAQe P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh42zNAQe .card-title,
.cid-tsh42zNAQe .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsh42A85RB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh42A85RB h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh42A85RB p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh42A85RB .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh42A85RB .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh42A85RB .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh42A85RB P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh42A85RB .card-title,
.cid-tsh42A85RB .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoQSnKqHV {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoQSnKqHV .image-block {
  margin: auto;
}
.cid-ttoQSnKqHV figcaption {
  position: relative;
}
.cid-ttoQSnKqHV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoQSnKqHV .image-block {
    width: 100% !important;
  }
}
.cid-tsh42AqtmE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh42AqtmE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh42AqtmE H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh42AqtmE H4 {
  color: #c7ff00;
}
.cid-tuaQOhZPtb {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaQOhZPtb .image-block {
  margin: auto;
}
.cid-tuaQOhZPtb figcaption {
  position: relative;
}
.cid-tuaQOhZPtb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaQOhZPtb .image-block {
    width: 100% !important;
  }
}
.cid-tsh42AMA7i {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh42AMA7i .image-block {
  margin: auto;
}
.cid-tsh42AMA7i figcaption {
  position: relative;
}
.cid-tsh42AMA7i figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh42AMA7i .image-block {
    width: 100% !important;
  }
}
.cid-tsh42AXVOf {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh42AXVOf .image-block {
  margin: auto;
}
.cid-tsh42AXVOf figcaption {
  position: relative;
}
.cid-tsh42AXVOf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh42AXVOf .image-block {
    width: 100% !important;
  }
}
.cid-tsh42B7IL2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsh42B7IL2 .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsh42B7IL2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsh42BjYz4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsh42BjYz4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsh42BjYz4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsh42BjYz4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsh42BjYz4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsh42BjYz4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsh42BjYz4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsh42BjYz4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsh42BjYz4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsh42BjYz4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsh42BDX3I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh42BDX3I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh42BDX3I H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh42BDX3I H4 {
  color: #ffffff;
}
.cid-tsh42BPdlj {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh42BPdlj .image-block {
  margin: auto;
}
.cid-tsh42BPdlj figcaption {
  position: relative;
}
.cid-tsh42BPdlj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh42BPdlj .image-block {
    width: 100% !important;
  }
}
.cid-tuaQRliU1t {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tuaQRliU1t .image-block {
  margin: auto;
}
.cid-tuaQRliU1t figcaption {
  position: relative;
}
.cid-tuaQRliU1t figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaQRliU1t .image-block {
    width: 100% !important;
  }
}
.cid-tsh42CcBPF {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh42CcBPF .image-block {
  margin: auto;
}
.cid-tsh42CcBPF figcaption {
  position: relative;
}
.cid-tsh42CcBPF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh42CcBPF .image-block {
    width: 100% !important;
  }
}
.cid-tsh42CnfCN {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh42CnfCN .image-block {
  margin: auto;
}
.cid-tsh42CnfCN figcaption {
  position: relative;
}
.cid-tsh42CnfCN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh42CnfCN .image-block {
    width: 100% !important;
  }
}
.cid-tsh42Czrgx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh42Czrgx .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh42Czrgx H2 {
  color: #ffffff;
}
.cid-tsh42Czrgx H4 {
  color: #ffffff;
}
.cid-tsh42CLBC2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh42CLBC2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh42CLBC2 H2 {
  color: #ddff55;
}
.cid-tsh42CLBC2 H3 {
  color: #fff000;
}
.cid-tsh42CXI0b {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh42CXI0b .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh42CXI0b .video-block {
    width: 100% !important;
  }
}
.cid-tsh42DaR2b {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsh42DaR2b .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tsh42DaR2b .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoQQyQowX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoQQyQowX .mbr-text {
  color: #767676;
}
.cid-ttoQQyQowX h4 {
  text-align: center;
}
.cid-ttoQQyQowX p {
  text-align: center;
}
.cid-ttoQQyQowX .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoQQyQowX .card-title,
.cid-ttoQQyQowX .card-img {
  color: #ffffff;
}
.cid-tuaQSeX3aX {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuaQSeX3aX .image-block {
  margin: auto;
}
.cid-tuaQSeX3aX figcaption {
  position: relative;
}
.cid-tuaQSeX3aX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaQSeX3aX .image-block {
    width: 100% !important;
  }
}
.cid-tsh42DSkEb {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh42DSkEb .image-block {
  margin: auto;
}
.cid-tsh42DSkEb figcaption {
  position: relative;
}
.cid-tsh42DSkEb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh42DSkEb .image-block {
    width: 100% !important;
  }
}
.cid-tsh42E5IMA {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh42E5IMA .image-block {
  margin: auto;
}
.cid-tsh42E5IMA figcaption {
  position: relative;
}
.cid-tsh42E5IMA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh42E5IMA .image-block {
    width: 100% !important;
  }
}
.cid-tsh42EhVr6 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tsh42EhVr6 .image-block {
  margin: auto;
}
.cid-tsh42EhVr6 figcaption {
  position: relative;
}
.cid-tsh42EhVr6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh42EhVr6 .image-block {
    width: 100% !important;
  }
}
.cid-tsh42EwybK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsh42EwybK .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh42EwybK H2 {
  color: #232323;
}
.cid-tsh42EI9Zx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsh42EI9Zx .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh42EI9Zx H2 {
  color: #232323;
}
.cid-tsh42EVDzr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh42EVDzr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh42EVDzr H2 {
  color: #ffffff;
}
.cid-tsh42EVDzr H3 {
  color: #ffffff;
}
.cid-tsh42F8sYL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh42F8sYL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsh42F8sYL p {
  color: #767676;
  text-align: left;
}
.cid-tsh42F8sYL .card-box {
  padding-top: 2rem;
}
.cid-tsh42F8sYL .card-wrapper {
  height: 100%;
}
.cid-tsh42F8sYL P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh42F8sYL .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsh42Fspss {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh42Fspss .image-block {
  margin: auto;
}
.cid-tsh42Fspss figcaption {
  position: relative;
}
.cid-tsh42Fspss figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh42Fspss .image-block {
    width: 100% !important;
  }
}
.cid-tsh42FFsmI {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh42FFsmI .image-block {
  margin: auto;
}
.cid-tsh42FFsmI figcaption {
  position: relative;
}
.cid-tsh42FFsmI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh42FFsmI .image-block {
    width: 100% !important;
  }
}
.cid-tsh42FSv9m {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh42FSv9m .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsh42FSv9m H2 {
  color: #ffffff;
}
.cid-tsh42FSv9m H4 {
  color: #ffffff;
}
.cid-tsh42G74vc {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tsh42G74vc p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tsh42G74vc .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tsh42G74vc .collapsed {
  border: none;
}
.cid-tsh42G74vc .collapsed span {
  transform: rotate(0deg);
}
.cid-tsh42G74vc span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tsh42G74vc .panel-body {
  padding-top: 0.5rem;
}
.cid-tsh42G74vc .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsh42G74vc .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tsh42G74vc .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tsh42G74vc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsh42G74vc .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tsh42G74vc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsh42G74vc .panel-text {
  color: #ffffff;
}
.cid-tsh42G74vc H4 {
  color: #ffffff;
}
.cid-tsh42G74vc H2 {
  color: #ffffff;
}
.cid-tsh42G74vc .mbr-section-text {
  color: #ffffff;
}
.cid-tsh42G74vc H3 {
  color: #ffffff;
}
.cid-tsh42GqOdh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh42GqOdh .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh42GqOdh H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh42GqOdh H4 {
  color: #ffde00;
}
.cid-tuaQTaihHr {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaQTaihHr .image-block {
  margin: auto;
}
.cid-tuaQTaihHr figcaption {
  position: relative;
}
.cid-tuaQTaihHr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaQTaihHr .image-block {
    width: 100% !important;
  }
}
.cid-tsh42GSfOY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh42GSfOY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh42GSfOY H2 {
  color: #ffffff;
}
.cid-tsh42GSfOY H4 {
  color: #ffffff;
}
.cid-tsh42H6cBO {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh42H6cBO .image-block {
  margin: auto;
}
.cid-tsh42H6cBO figcaption {
  position: relative;
}
.cid-tsh42H6cBO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh42H6cBO .image-block {
    width: 100% !important;
  }
}
.cid-tsh42HjNM1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh42HjNM1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh42HjNM1 H2 {
  color: #ffffff;
}
.cid-tsh42HjNM1 H4 {
  color: #ffffff;
}
.cid-tsh42HzY8F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh42HzY8F .mbr-section-subtitle {
  color: #232323;
}
.cid-tsh42HzY8F H2 {
  color: #ffffff;
}
.cid-tusxgdsIho {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tusxgdsIho .image-block {
  margin: auto;
}
.cid-tusxgdsIho figcaption {
  position: relative;
}
.cid-tusxgdsIho figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusxgdsIho .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gtFa9I {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4gtFa9I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4gtFa9I H2 {
  text-align: center;
  color: #626161;
}
.cid-tsh4gtFa9I H1 {
  color: #939393;
}
.cid-tsh4gtOBKh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4gtOBKh .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh4gtOBKh H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4gtOBKh H4 {
  color: #ffde00;
}
.cid-tsh4gtYsaU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4gtYsaU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4gtYsaU H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4gtYsaU H4 {
  color: #ffde00;
}
.cid-tsh4gu7Osf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsh4gu7Osf .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh4gu7Osf H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4gu7Osf H4 {
  color: #ffde00;
}
.cid-tsh4gugt9O {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4gugt9O .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh4gugt9O .video-block {
    width: 100% !important;
  }
}
.cid-tuaS1bSpLn {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuaS1bSpLn .image-block {
  margin: auto;
}
.cid-tuaS1bSpLn figcaption {
  position: relative;
}
.cid-tuaS1bSpLn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaS1bSpLn .image-block {
    width: 100% !important;
  }
}
.cid-tsh4guz60N {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh4guz60N .image-block {
  margin: auto;
}
.cid-tsh4guz60N figcaption {
  position: relative;
}
.cid-tsh4guz60N figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4guz60N .image-block {
    width: 100% !important;
  }
}
.cid-tsh4guI0LD {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4guI0LD .image-block {
  margin: auto;
}
.cid-tsh4guI0LD figcaption {
  position: relative;
}
.cid-tsh4guI0LD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4guI0LD .image-block {
    width: 100% !important;
  }
}
.cid-tusxgLMcUB {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tusxgLMcUB .image-block {
  margin: auto;
}
.cid-tusxgLMcUB figcaption {
  position: relative;
}
.cid-tusxgLMcUB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusxgLMcUB .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gv3BhU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4gv3BhU .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsh4gv3BhU H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4gv3BhU H4 {
  color: #efefef;
}
.cid-tsh4gvdaYV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4gvdaYV h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh4gvdaYV p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh4gvdaYV .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh4gvdaYV .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh4gvdaYV .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh4gvdaYV P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh4gvdaYV .card-title,
.cid-tsh4gvdaYV .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsh4gvvicM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4gvvicM h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh4gvvicM p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh4gvvicM .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh4gvvicM .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh4gvvicM .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh4gvvicM P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh4gvvicM .card-title,
.cid-tsh4gvvicM .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoRJ6g9jI {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoRJ6g9jI .image-block {
  margin: auto;
}
.cid-ttoRJ6g9jI figcaption {
  position: relative;
}
.cid-ttoRJ6g9jI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoRJ6g9jI .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gvNSci {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh4gvNSci .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4gvNSci H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4gvNSci H4 {
  color: #c7ff00;
}
.cid-tuaRZWuhrQ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaRZWuhrQ .image-block {
  margin: auto;
}
.cid-tuaRZWuhrQ figcaption {
  position: relative;
}
.cid-tuaRZWuhrQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaRZWuhrQ .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gw7S4I {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh4gw7S4I .image-block {
  margin: auto;
}
.cid-tsh4gw7S4I figcaption {
  position: relative;
}
.cid-tsh4gw7S4I figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4gw7S4I .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gwjon1 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh4gwjon1 .image-block {
  margin: auto;
}
.cid-tsh4gwjon1 figcaption {
  position: relative;
}
.cid-tsh4gwjon1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4gwjon1 .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gwuHwA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsh4gwuHwA .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsh4gwuHwA .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsh4gwFG0r {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsh4gwFG0r .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsh4gwFG0r .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsh4gwFG0r .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsh4gwFG0r .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsh4gwFG0r .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsh4gwFG0r .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsh4gwFG0r .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsh4gwFG0r .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsh4gwFG0r .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsh4gwYy6e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh4gwYy6e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4gwYy6e H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4gwYy6e H4 {
  color: #ffffff;
}
.cid-tsh4gx9on1 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4gx9on1 .image-block {
  margin: auto;
}
.cid-tsh4gx9on1 figcaption {
  position: relative;
}
.cid-tsh4gx9on1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4gx9on1 .image-block {
    width: 100% !important;
  }
}
.cid-tuaRYCkIBS {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuaRYCkIBS .image-block {
  margin: auto;
}
.cid-tuaRYCkIBS figcaption {
  position: relative;
}
.cid-tuaRYCkIBS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaRYCkIBS .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gxwqIG {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4gxwqIG .image-block {
  margin: auto;
}
.cid-tsh4gxwqIG figcaption {
  position: relative;
}
.cid-tsh4gxwqIG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4gxwqIG .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gxHKmX {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4gxHKmX .image-block {
  margin: auto;
}
.cid-tsh4gxHKmX figcaption {
  position: relative;
}
.cid-tsh4gxHKmX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4gxHKmX .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gxVS5q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh4gxVS5q .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh4gxVS5q H2 {
  color: #ffffff;
}
.cid-tsh4gxVS5q H4 {
  color: #ffffff;
}
.cid-tsh4gy6gyQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4gy6gyQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4gy6gyQ H2 {
  color: #ddff55;
}
.cid-tsh4gy6gyQ H3 {
  color: #fff000;
}
.cid-tsh4gyiEsk {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4gyiEsk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh4gyiEsk .video-block {
    width: 100% !important;
  }
}
.cid-tsh4gysEWv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsh4gysEWv .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tsh4gysEWv .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoRA7QmUD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoRA7QmUD .mbr-text {
  color: #767676;
}
.cid-ttoRA7QmUD h4 {
  text-align: center;
}
.cid-ttoRA7QmUD p {
  text-align: center;
}
.cid-ttoRA7QmUD .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoRA7QmUD .card-title,
.cid-ttoRA7QmUD .card-img {
  color: #ffffff;
}
.cid-tuaRXcAWuU {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaRXcAWuU .image-block {
  margin: auto;
}
.cid-tuaRXcAWuU figcaption {
  position: relative;
}
.cid-tuaRXcAWuU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaRXcAWuU .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gzdKS2 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4gzdKS2 .image-block {
  margin: auto;
}
.cid-tsh4gzdKS2 figcaption {
  position: relative;
}
.cid-tsh4gzdKS2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4gzdKS2 .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gzqIX3 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh4gzqIX3 .image-block {
  margin: auto;
}
.cid-tsh4gzqIX3 figcaption {
  position: relative;
}
.cid-tsh4gzqIX3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4gzqIX3 .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gzCEqA {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tsh4gzCEqA .image-block {
  margin: auto;
}
.cid-tsh4gzCEqA figcaption {
  position: relative;
}
.cid-tsh4gzCEqA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4gzCEqA .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gzODCg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsh4gzODCg .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh4gzODCg H2 {
  color: #232323;
}
.cid-tsh4gA0zMp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsh4gA0zMp .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh4gA0zMp H2 {
  color: #232323;
}
.cid-tsh4gAdbfE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh4gAdbfE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4gAdbfE H2 {
  color: #ffffff;
}
.cid-tsh4gAdbfE H3 {
  color: #ffffff;
}
.cid-tsh4gAq2Jo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh4gAq2Jo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsh4gAq2Jo p {
  color: #767676;
  text-align: left;
}
.cid-tsh4gAq2Jo .card-box {
  padding-top: 2rem;
}
.cid-tsh4gAq2Jo .card-wrapper {
  height: 100%;
}
.cid-tsh4gAq2Jo P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh4gAq2Jo .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsh4gALVSN {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4gALVSN .image-block {
  margin: auto;
}
.cid-tsh4gALVSN figcaption {
  position: relative;
}
.cid-tsh4gALVSN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4gALVSN .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gAYn27 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4gAYn27 .image-block {
  margin: auto;
}
.cid-tsh4gAYn27 figcaption {
  position: relative;
}
.cid-tsh4gAYn27 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4gAYn27 .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gBaMP8 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh4gBaMP8 .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsh4gBaMP8 H2 {
  color: #ffffff;
}
.cid-tsh4gBaMP8 H4 {
  color: #ffffff;
}
.cid-tsh4gBngUH {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tsh4gBngUH p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tsh4gBngUH .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tsh4gBngUH .collapsed {
  border: none;
}
.cid-tsh4gBngUH .collapsed span {
  transform: rotate(0deg);
}
.cid-tsh4gBngUH span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tsh4gBngUH .panel-body {
  padding-top: 0.5rem;
}
.cid-tsh4gBngUH .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsh4gBngUH .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tsh4gBngUH .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tsh4gBngUH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsh4gBngUH .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tsh4gBngUH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsh4gBngUH .panel-text {
  color: #ffffff;
}
.cid-tsh4gBngUH H4 {
  color: #ffffff;
}
.cid-tsh4gBngUH H2 {
  color: #ffffff;
}
.cid-tsh4gBngUH .mbr-section-text {
  color: #ffffff;
}
.cid-tsh4gBngUH H3 {
  color: #ffffff;
}
.cid-tsh4gBGHxA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh4gBGHxA .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh4gBGHxA H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4gBGHxA H4 {
  color: #ffde00;
}
.cid-tuaRW22nmp {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuaRW22nmp .image-block {
  margin: auto;
}
.cid-tuaRW22nmp figcaption {
  position: relative;
}
.cid-tuaRW22nmp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaRW22nmp .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gC8Dcd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4gC8Dcd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4gC8Dcd H2 {
  color: #ffffff;
}
.cid-tsh4gC8Dcd H4 {
  color: #ffffff;
}
.cid-tsh4gCmkcN {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4gCmkcN .image-block {
  margin: auto;
}
.cid-tsh4gCmkcN figcaption {
  position: relative;
}
.cid-tsh4gCmkcN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4gCmkcN .image-block {
    width: 100% !important;
  }
}
.cid-tsh4gCAnql {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh4gCAnql .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4gCAnql H2 {
  color: #ffffff;
}
.cid-tsh4gCAnql H4 {
  color: #ffffff;
}
.cid-tsh4gCNDC9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh4gCNDC9 .mbr-section-subtitle {
  color: #232323;
}
.cid-tsh4gCNDC9 H2 {
  color: #ffffff;
}
.cid-tusxmAZHPO {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tusxmAZHPO .image-block {
  margin: auto;
}
.cid-tusxmAZHPO figcaption {
  position: relative;
}
.cid-tusxmAZHPO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusxmAZHPO .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wMvhYH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4wMvhYH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4wMvhYH H2 {
  text-align: center;
  color: #626161;
}
.cid-tsh4wMvhYH H1 {
  color: #939393;
}
.cid-tsh4wMFwg9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4wMFwg9 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh4wMFwg9 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4wMFwg9 H4 {
  color: #ffde00;
}
.cid-tsh4wMOu0M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4wMOu0M .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4wMOu0M H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4wMOu0M H4 {
  color: #ffde00;
}
.cid-tsh4wMYnjL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsh4wMYnjL .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh4wMYnjL H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4wMYnjL H4 {
  color: #ffde00;
}
.cid-tsh4wN70Jm {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4wN70Jm .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh4wN70Jm .video-block {
    width: 100% !important;
  }
}
.cid-tuaUfnFMWs {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuaUfnFMWs .image-block {
  margin: auto;
}
.cid-tuaUfnFMWs figcaption {
  position: relative;
}
.cid-tuaUfnFMWs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaUfnFMWs .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wNpLKq {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh4wNpLKq .image-block {
  margin: auto;
}
.cid-tsh4wNpLKq figcaption {
  position: relative;
}
.cid-tsh4wNpLKq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4wNpLKq .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wNBdBH {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4wNBdBH .image-block {
  margin: auto;
}
.cid-tsh4wNBdBH figcaption {
  position: relative;
}
.cid-tsh4wNBdBH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4wNBdBH .image-block {
    width: 100% !important;
  }
}
.cid-tusxnhESHo {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tusxnhESHo .image-block {
  margin: auto;
}
.cid-tusxnhESHo figcaption {
  position: relative;
}
.cid-tusxnhESHo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusxnhESHo .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wNUNwX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4wNUNwX .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsh4wNUNwX H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4wNUNwX H4 {
  color: #efefef;
}
.cid-tsh4wO3FLM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4wO3FLM h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh4wO3FLM p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh4wO3FLM .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh4wO3FLM .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh4wO3FLM .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh4wO3FLM P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh4wO3FLM .card-title,
.cid-tsh4wO3FLM .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsh4wOnNCS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4wOnNCS h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh4wOnNCS p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh4wOnNCS .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh4wOnNCS .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh4wOnNCS .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh4wOnNCS P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh4wOnNCS .card-title,
.cid-tsh4wOnNCS .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsh4wOE7vn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh4wOE7vn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4wOE7vn H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4wOE7vn H4 {
  color: #c7ff00;
}
.cid-tuaUea2ql8 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaUea2ql8 .image-block {
  margin: auto;
}
.cid-tuaUea2ql8 figcaption {
  position: relative;
}
.cid-tuaUea2ql8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaUea2ql8 .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wP12Uo {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh4wP12Uo .image-block {
  margin: auto;
}
.cid-tsh4wP12Uo figcaption {
  position: relative;
}
.cid-tsh4wP12Uo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4wP12Uo .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wPb6kE {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh4wPb6kE .image-block {
  margin: auto;
}
.cid-tsh4wPb6kE figcaption {
  position: relative;
}
.cid-tsh4wPb6kE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4wPb6kE .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wPl0sP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsh4wPl0sP .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsh4wPl0sP .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsh4wPxqbg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsh4wPxqbg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsh4wPxqbg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsh4wPxqbg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsh4wPxqbg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsh4wPxqbg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsh4wPxqbg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsh4wPxqbg .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsh4wPxqbg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsh4wPxqbg .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsh4wPPE3N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh4wPPE3N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4wPPE3N H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4wPPE3N H4 {
  color: #ffffff;
}
.cid-tsh4wQ1vbZ {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4wQ1vbZ .image-block {
  margin: auto;
}
.cid-tsh4wQ1vbZ figcaption {
  position: relative;
}
.cid-tsh4wQ1vbZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4wQ1vbZ .image-block {
    width: 100% !important;
  }
}
.cid-tuaUcYPYyQ {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuaUcYPYyQ .image-block {
  margin: auto;
}
.cid-tuaUcYPYyQ figcaption {
  position: relative;
}
.cid-tuaUcYPYyQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaUcYPYyQ .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wQnBzI {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4wQnBzI .image-block {
  margin: auto;
}
.cid-tsh4wQnBzI figcaption {
  position: relative;
}
.cid-tsh4wQnBzI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4wQnBzI .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wQAqRz {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4wQAqRz .image-block {
  margin: auto;
}
.cid-tsh4wQAqRz figcaption {
  position: relative;
}
.cid-tsh4wQAqRz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4wQAqRz .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wQMONT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh4wQMONT .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh4wQMONT H2 {
  color: #ffffff;
}
.cid-tsh4wQMONT H4 {
  color: #ffffff;
}
.cid-tsh4wQXojl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4wQXojl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4wQXojl H2 {
  color: #ddff55;
}
.cid-tsh4wQXojl H3 {
  color: #fff000;
}
.cid-tsh4wR9SEh {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4wR9SEh .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh4wR9SEh .video-block {
    width: 100% !important;
  }
}
.cid-tsh4wRjn36 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsh4wRjn36 .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tsh4wRjn36 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsh4wRw6F2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4wRw6F2 .mbr-text {
  color: #767676;
}
.cid-tsh4wRw6F2 h4 {
  text-align: center;
}
.cid-tsh4wRw6F2 p {
  text-align: center;
}
.cid-tsh4wRw6F2 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tsh4wRw6F2 .card-title,
.cid-tsh4wRw6F2 .card-img {
  color: #ffffff;
}
.cid-tuaUbOHYQ6 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaUbOHYQ6 .image-block {
  margin: auto;
}
.cid-tuaUbOHYQ6 figcaption {
  position: relative;
}
.cid-tuaUbOHYQ6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaUbOHYQ6 .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wS4BU5 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4wS4BU5 .image-block {
  margin: auto;
}
.cid-tsh4wS4BU5 figcaption {
  position: relative;
}
.cid-tsh4wS4BU5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4wS4BU5 .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wSgcJN {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh4wSgcJN .image-block {
  margin: auto;
}
.cid-tsh4wSgcJN figcaption {
  position: relative;
}
.cid-tsh4wSgcJN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4wSgcJN .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wSsrUY {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tsh4wSsrUY .image-block {
  margin: auto;
}
.cid-tsh4wSsrUY figcaption {
  position: relative;
}
.cid-tsh4wSsrUY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4wSsrUY .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wSENbU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsh4wSENbU .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh4wSENbU H2 {
  color: #232323;
}
.cid-tsh4wSQ0Qk {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsh4wSQ0Qk .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh4wSQ0Qk H2 {
  color: #232323;
}
.cid-tsh4wT2bf1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh4wT2bf1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4wT2bf1 H2 {
  color: #ffffff;
}
.cid-tsh4wT2bf1 H3 {
  color: #ffffff;
}
.cid-tsh4wTebwj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh4wTebwj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsh4wTebwj p {
  color: #767676;
  text-align: left;
}
.cid-tsh4wTebwj .card-box {
  padding-top: 2rem;
}
.cid-tsh4wTebwj .card-wrapper {
  height: 100%;
}
.cid-tsh4wTebwj P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh4wTebwj .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsh4wTzr6b {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4wTzr6b .image-block {
  margin: auto;
}
.cid-tsh4wTzr6b figcaption {
  position: relative;
}
.cid-tsh4wTzr6b figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4wTzr6b .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wTMeG5 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4wTMeG5 .image-block {
  margin: auto;
}
.cid-tsh4wTMeG5 figcaption {
  position: relative;
}
.cid-tsh4wTMeG5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4wTMeG5 .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wTZ86k {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh4wTZ86k .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsh4wTZ86k H2 {
  color: #ffffff;
}
.cid-tsh4wTZ86k H4 {
  color: #ffffff;
}
.cid-tsh4wUb4k9 {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tsh4wUb4k9 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tsh4wUb4k9 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tsh4wUb4k9 .collapsed {
  border: none;
}
.cid-tsh4wUb4k9 .collapsed span {
  transform: rotate(0deg);
}
.cid-tsh4wUb4k9 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tsh4wUb4k9 .panel-body {
  padding-top: 0.5rem;
}
.cid-tsh4wUb4k9 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsh4wUb4k9 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tsh4wUb4k9 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tsh4wUb4k9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsh4wUb4k9 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tsh4wUb4k9 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsh4wUb4k9 .panel-text {
  color: #ffffff;
}
.cid-tsh4wUb4k9 H4 {
  color: #ffffff;
}
.cid-tsh4wUb4k9 H2 {
  color: #ffffff;
}
.cid-tsh4wUb4k9 .mbr-section-text {
  color: #ffffff;
}
.cid-tsh4wUb4k9 H3 {
  color: #ffffff;
}
.cid-tsh4wUvdXO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh4wUvdXO .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh4wUvdXO H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4wUvdXO H4 {
  color: #ffde00;
}
.cid-tuaUaVca9J {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuaUaVca9J .image-block {
  margin: auto;
}
.cid-tuaUaVca9J figcaption {
  position: relative;
}
.cid-tuaUaVca9J figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaUaVca9J .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wUYKU6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4wUYKU6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4wUYKU6 H2 {
  color: #ffffff;
}
.cid-tsh4wUYKU6 H4 {
  color: #ffffff;
}
.cid-tsh4wVcGuL {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4wVcGuL .image-block {
  margin: auto;
}
.cid-tsh4wVcGuL figcaption {
  position: relative;
}
.cid-tsh4wVcGuL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4wVcGuL .image-block {
    width: 100% !important;
  }
}
.cid-tsh4wVqQI5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh4wVqQI5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4wVqQI5 H2 {
  color: #ffffff;
}
.cid-tsh4wVqQI5 H4 {
  color: #ffffff;
}
.cid-tsh4wVDjl9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh4wVDjl9 .mbr-section-subtitle {
  color: #232323;
}
.cid-tsh4wVDjl9 H2 {
  color: #ffffff;
}
.cid-tusxsdhxII {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tusxsdhxII .image-block {
  margin: auto;
}
.cid-tusxsdhxII figcaption {
  position: relative;
}
.cid-tusxsdhxII figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusxsdhxII .image-block {
    width: 100% !important;
  }
}
.cid-tsh4Bx7qen {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4Bx7qen .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4Bx7qen H2 {
  text-align: center;
  color: #626161;
}
.cid-tsh4Bx7qen H1 {
  color: #939393;
}
.cid-tsh4BxhBee {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4BxhBee .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh4BxhBee H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4BxhBee H4 {
  color: #ffde00;
}
.cid-tsh4Bxq5nB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4Bxq5nB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4Bxq5nB H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4Bxq5nB H4 {
  color: #ffde00;
}
.cid-tsh4BxC1jQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsh4BxC1jQ .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh4BxC1jQ H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4BxC1jQ H4 {
  color: #ffde00;
}
.cid-tsh4BxLS44 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4BxLS44 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh4BxLS44 .video-block {
    width: 100% !important;
  }
}
.cid-tuaUXdTYoD {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuaUXdTYoD .image-block {
  margin: auto;
}
.cid-tuaUXdTYoD figcaption {
  position: relative;
}
.cid-tuaUXdTYoD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaUXdTYoD .image-block {
    width: 100% !important;
  }
}
.cid-tsh4By3EX3 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh4By3EX3 .image-block {
  margin: auto;
}
.cid-tsh4By3EX3 figcaption {
  position: relative;
}
.cid-tsh4By3EX3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4By3EX3 .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BydVUz {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4BydVUz .image-block {
  margin: auto;
}
.cid-tsh4BydVUz figcaption {
  position: relative;
}
.cid-tsh4BydVUz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4BydVUz .image-block {
    width: 100% !important;
  }
}
.cid-tsh4ByxgwU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4ByxgwU .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsh4ByxgwU H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4ByxgwU H4 {
  color: #efefef;
}
.cid-tsh4ByGijk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4ByGijk h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh4ByGijk p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh4ByGijk .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh4ByGijk .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh4ByGijk .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh4ByGijk P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh4ByGijk .card-title,
.cid-tsh4ByGijk .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsh4Bz1cHK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4Bz1cHK h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh4Bz1cHK p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh4Bz1cHK .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh4Bz1cHK .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh4Bz1cHK .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh4Bz1cHK P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh4Bz1cHK .card-title,
.cid-tsh4Bz1cHK .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tusxue3IVE {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tusxue3IVE .image-block {
  margin: auto;
}
.cid-tusxue3IVE figcaption {
  position: relative;
}
.cid-tusxue3IVE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusxue3IVE .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BzjuWM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh4BzjuWM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4BzjuWM H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4BzjuWM H4 {
  color: #c7ff00;
}
.cid-tuaUVYXd9C {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaUVYXd9C .image-block {
  margin: auto;
}
.cid-tuaUVYXd9C figcaption {
  position: relative;
}
.cid-tuaUVYXd9C figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaUVYXd9C .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BzDjOE {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsh4BzDjOE .image-block {
  margin: auto;
}
.cid-tsh4BzDjOE figcaption {
  position: relative;
}
.cid-tsh4BzDjOE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4BzDjOE .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BzNaVM {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh4BzNaVM .image-block {
  margin: auto;
}
.cid-tsh4BzNaVM figcaption {
  position: relative;
}
.cid-tsh4BzNaVM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4BzNaVM .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BzXyYc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsh4BzXyYc .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsh4BzXyYc .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsh4BA9Z43 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsh4BA9Z43 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsh4BA9Z43 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsh4BA9Z43 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsh4BA9Z43 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsh4BA9Z43 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsh4BA9Z43 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsh4BA9Z43 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsh4BA9Z43 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsh4BA9Z43 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsh4BAtHH9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh4BAtHH9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4BAtHH9 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4BAtHH9 H4 {
  color: #ffffff;
}
.cid-tsh4BAFOqC {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4BAFOqC .image-block {
  margin: auto;
}
.cid-tsh4BAFOqC figcaption {
  position: relative;
}
.cid-tsh4BAFOqC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4BAFOqC .image-block {
    width: 100% !important;
  }
}
.cid-tuaUUP3BGf {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tuaUUP3BGf .image-block {
  margin: auto;
}
.cid-tuaUUP3BGf figcaption {
  position: relative;
}
.cid-tuaUUP3BGf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaUUP3BGf .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BB2eWe {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4BB2eWe .image-block {
  margin: auto;
}
.cid-tsh4BB2eWe figcaption {
  position: relative;
}
.cid-tsh4BB2eWe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4BB2eWe .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BBdDqF {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4BBdDqF .image-block {
  margin: auto;
}
.cid-tsh4BBdDqF figcaption {
  position: relative;
}
.cid-tsh4BBdDqF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4BBdDqF .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BBpihe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh4BBpihe .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh4BBpihe H2 {
  color: #ffffff;
}
.cid-tsh4BBpihe H4 {
  color: #ffffff;
}
.cid-tsh4BBAX0y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4BBAX0y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4BBAX0y H2 {
  color: #ddff55;
}
.cid-tsh4BBAX0y H3 {
  color: #fff000;
}
.cid-tsh4BBOALl {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4BBOALl .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsh4BBOALl .video-block {
    width: 100% !important;
  }
}
.cid-tsh4BBZgOI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsh4BBZgOI .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tsh4BBZgOI .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsh4BCcxz4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4BCcxz4 .mbr-text {
  color: #767676;
}
.cid-tsh4BCcxz4 h4 {
  text-align: center;
}
.cid-tsh4BCcxz4 p {
  text-align: center;
}
.cid-tsh4BCcxz4 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tsh4BCcxz4 .card-title,
.cid-tsh4BCcxz4 .card-img {
  color: #ffffff;
}
.cid-tuaUTCnHih {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuaUTCnHih .image-block {
  margin: auto;
}
.cid-tuaUTCnHih figcaption {
  position: relative;
}
.cid-tuaUTCnHih figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaUTCnHih .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BCHtaF {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4BCHtaF .image-block {
  margin: auto;
}
.cid-tsh4BCHtaF figcaption {
  position: relative;
}
.cid-tsh4BCHtaF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4BCHtaF .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BCTi50 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsh4BCTi50 .image-block {
  margin: auto;
}
.cid-tsh4BCTi50 figcaption {
  position: relative;
}
.cid-tsh4BCTi50 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4BCTi50 .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BD6s3j {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tsh4BD6s3j .image-block {
  margin: auto;
}
.cid-tsh4BD6s3j figcaption {
  position: relative;
}
.cid-tsh4BD6s3j figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4BD6s3j .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BDkpW4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsh4BDkpW4 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh4BDkpW4 H2 {
  color: #232323;
}
.cid-tsh4BDwL4R {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsh4BDwL4R .mbr-section-subtitle {
  color: #000000;
}
.cid-tsh4BDwL4R H2 {
  color: #232323;
}
.cid-tsh4BDJNHy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh4BDJNHy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4BDJNHy H2 {
  color: #ffffff;
}
.cid-tsh4BDJNHy H3 {
  color: #ffffff;
}
.cid-tsh4BDWkjl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh4BDWkjl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsh4BDWkjl p {
  color: #767676;
  text-align: left;
}
.cid-tsh4BDWkjl .card-box {
  padding-top: 2rem;
}
.cid-tsh4BDWkjl .card-wrapper {
  height: 100%;
}
.cid-tsh4BDWkjl P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh4BDWkjl .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsh4BEe1VM {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4BEe1VM .image-block {
  margin: auto;
}
.cid-tsh4BEe1VM figcaption {
  position: relative;
}
.cid-tsh4BEe1VM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4BEe1VM .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BEr0zq {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4BEr0zq .image-block {
  margin: auto;
}
.cid-tsh4BEr0zq figcaption {
  position: relative;
}
.cid-tsh4BEr0zq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4BEr0zq .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BEEkIK {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh4BEEkIK .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsh4BEEkIK H2 {
  color: #ffffff;
}
.cid-tsh4BEEkIK H4 {
  color: #ffffff;
}
.cid-tsh4BETlO6 {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tsh4BETlO6 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tsh4BETlO6 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tsh4BETlO6 .collapsed {
  border: none;
}
.cid-tsh4BETlO6 .collapsed span {
  transform: rotate(0deg);
}
.cid-tsh4BETlO6 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tsh4BETlO6 .panel-body {
  padding-top: 0.5rem;
}
.cid-tsh4BETlO6 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsh4BETlO6 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tsh4BETlO6 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tsh4BETlO6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsh4BETlO6 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tsh4BETlO6 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsh4BETlO6 .panel-text {
  color: #ffffff;
}
.cid-tsh4BETlO6 H4 {
  color: #ffffff;
}
.cid-tsh4BETlO6 H2 {
  color: #ffffff;
}
.cid-tsh4BETlO6 .mbr-section-text {
  color: #ffffff;
}
.cid-tsh4BETlO6 H3 {
  color: #ffffff;
}
.cid-tsh4BFdMkj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh4BFdMkj .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh4BFdMkj H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh4BFdMkj H4 {
  color: #ffde00;
}
.cid-tuaUSQSQC7 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuaUSQSQC7 .image-block {
  margin: auto;
}
.cid-tuaUSQSQC7 figcaption {
  position: relative;
}
.cid-tuaUSQSQC7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuaUSQSQC7 .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BFE9ZW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh4BFE9ZW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4BFE9ZW H2 {
  color: #ffffff;
}
.cid-tsh4BFE9ZW H4 {
  color: #ffffff;
}
.cid-tsh4BFSZt0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh4BFSZt0 .image-block {
  margin: auto;
}
.cid-tsh4BFSZt0 figcaption {
  position: relative;
}
.cid-tsh4BFSZt0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh4BFSZt0 .image-block {
    width: 100% !important;
  }
}
.cid-tsh4BG6xUC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh4BG6xUC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh4BG6xUC H2 {
  color: #ffffff;
}
.cid-tsh4BG6xUC H4 {
  color: #ffffff;
}
.cid-tsh4BGmOEA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsh4BGmOEA .mbr-section-subtitle {
  color: #232323;
}
.cid-tsh4BGmOEA H2 {
  color: #ffffff;
}
.cid-tusxxKSmQW {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tusxxKSmQW .image-block {
  margin: auto;
}
.cid-tusxxKSmQW figcaption {
  position: relative;
}
.cid-tusxxKSmQW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusxxKSmQW .image-block {
    width: 100% !important;
  }
}
.cid-tshcntM0fx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcntM0fx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshcntM0fx H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshcntM0fx H4 {
  color: #ffde00;
}
.cid-tshcnu0FhB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcnu0FhB .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshcnu0FhB H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshcnu0FhB H4 {
  color: #ffde00;
}
.cid-tshcnudZgZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshcnudZgZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshcnudZgZ H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshcnudZgZ H4 {
  color: #ffde00;
}
.cid-tshcnurzEK {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnurzEK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshcnurzEK .video-block {
    width: 100% !important;
  }
}
.cid-tshcnuEp8D {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshcnuEp8D .image-block {
  margin: auto;
}
.cid-tshcnuEp8D figcaption {
  position: relative;
}
.cid-tshcnuEp8D figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnuEp8D .image-block {
    width: 100% !important;
  }
}
.cid-tshcnuYY5Z {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshcnuYY5Z .image-block {
  margin: auto;
}
.cid-tshcnuYY5Z figcaption {
  position: relative;
}
.cid-tshcnuYY5Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnuYY5Z .image-block {
    width: 100% !important;
  }
}
.cid-tshcnvc176 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnvc176 .image-block {
  margin: auto;
}
.cid-tshcnvc176 figcaption {
  position: relative;
}
.cid-tshcnvc176 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnvc176 .image-block {
    width: 100% !important;
  }
}
.cid-tuszl7egp7 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuszl7egp7 .image-block {
  margin: auto;
}
.cid-tuszl7egp7 figcaption {
  position: relative;
}
.cid-tuszl7egp7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszl7egp7 .image-block {
    width: 100% !important;
  }
}
.cid-tshcnvEVMF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcnvEVMF .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tshcnvEVMF H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshcnvEVMF H4 {
  color: #efefef;
}
.cid-tshcnvTkSo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcnvTkSo h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshcnvTkSo p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshcnvTkSo .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshcnvTkSo .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshcnvTkSo .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshcnvTkSo P {
  text-align: center;
  color: #ffffff;
}
.cid-tshcnvTkSo .card-title,
.cid-tshcnvTkSo .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tshcnxl4RU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcnxl4RU h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshcnxl4RU p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshcnxl4RU .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshcnxl4RU .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshcnxl4RU .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshcnxl4RU P {
  text-align: center;
  color: #ffffff;
}
.cid-tshcnxl4RU .card-title,
.cid-tshcnxl4RU .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoRW82mSd {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoRW82mSd .image-block {
  margin: auto;
}
.cid-ttoRW82mSd figcaption {
  position: relative;
}
.cid-ttoRW82mSd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoRW82mSd .image-block {
    width: 100% !important;
  }
}
.cid-tshcnxLjTr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshcnxLjTr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshcnxLjTr H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshcnxLjTr H4 {
  color: #c7ff00;
}
.cid-tshcnxXeI1 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshcnxXeI1 .image-block {
  margin: auto;
}
.cid-tshcnxXeI1 figcaption {
  position: relative;
}
.cid-tshcnxXeI1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnxXeI1 .image-block {
    width: 100% !important;
  }
}
.cid-tshcny8e0o {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcny8e0o .image-block {
  margin: auto;
}
.cid-tshcny8e0o figcaption {
  position: relative;
}
.cid-tshcny8e0o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcny8e0o .image-block {
    width: 100% !important;
  }
}
.cid-tshcnyjZa1 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnyjZa1 .image-block {
  margin: auto;
}
.cid-tshcnyjZa1 figcaption {
  position: relative;
}
.cid-tshcnyjZa1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnyjZa1 .image-block {
    width: 100% !important;
  }
}
.cid-tshcnyvGsU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcnyvGsU .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshcnyvGsU H2 {
  color: #ffffff;
}
.cid-tshcnyvGsU H4 {
  color: #ffffff;
}
.cid-tshcnyGnOg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tshcnyGnOg .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tshcnyGnOg .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tshcnyTeyl {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tshcnyTeyl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tshcnyTeyl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tshcnyTeyl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tshcnyTeyl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tshcnyTeyl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tshcnyTeyl .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tshcnyTeyl .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tshcnyTeyl .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tshcnyTeyl .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tshcnzg6Gm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshcnzg6Gm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshcnzg6Gm H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshcnzg6Gm H4 {
  color: #ffffff;
}
.cid-tshcnzsjD0 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnzsjD0 .image-block {
  margin: auto;
}
.cid-tshcnzsjD0 figcaption {
  position: relative;
}
.cid-tshcnzsjD0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnzsjD0 .image-block {
    width: 100% !important;
  }
}
.cid-tshcnzEPSw {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshcnzEPSw .image-block {
  margin: auto;
}
.cid-tshcnzEPSw figcaption {
  position: relative;
}
.cid-tshcnzEPSw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnzEPSw .image-block {
    width: 100% !important;
  }
}
.cid-tshcnzPBDw {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnzPBDw .image-block {
  margin: auto;
}
.cid-tshcnzPBDw figcaption {
  position: relative;
}
.cid-tshcnzPBDw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnzPBDw .image-block {
    width: 100% !important;
  }
}
.cid-tshcnA1F3o {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnA1F3o .image-block {
  margin: auto;
}
.cid-tshcnA1F3o figcaption {
  position: relative;
}
.cid-tshcnA1F3o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnA1F3o .image-block {
    width: 100% !important;
  }
}
.cid-tshcnAd9MH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshcnAd9MH .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshcnAd9MH H2 {
  color: #ffffff;
}
.cid-tshcnAd9MH H4 {
  color: #ffffff;
}
.cid-tshcnApzJN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcnApzJN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshcnApzJN H2 {
  color: #ddff55;
}
.cid-tshcnApzJN H3 {
  color: #fff000;
}
.cid-tshcnABroH {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnABroH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshcnABroH .video-block {
    width: 100% !important;
  }
}
.cid-tshcnAQLWm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tshcnAQLWm .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tshcnAQLWm .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoS3HMEzD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoS3HMEzD .mbr-text {
  color: #767676;
}
.cid-ttoS3HMEzD h4 {
  text-align: center;
}
.cid-ttoS3HMEzD p {
  text-align: center;
}
.cid-ttoS3HMEzD .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoS3HMEzD .card-title,
.cid-ttoS3HMEzD .card-img {
  color: #ffffff;
}
.cid-tshcnBoI8A {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshcnBoI8A .image-block {
  margin: auto;
}
.cid-tshcnBoI8A figcaption {
  position: relative;
}
.cid-tshcnBoI8A figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnBoI8A .image-block {
    width: 100% !important;
  }
}
.cid-tshcnBAvvB {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnBAvvB .image-block {
  margin: auto;
}
.cid-tshcnBAvvB figcaption {
  position: relative;
}
.cid-tshcnBAvvB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnBAvvB .image-block {
    width: 100% !important;
  }
}
.cid-tshcnBMtoC {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshcnBMtoC .image-block {
  margin: auto;
}
.cid-tshcnBMtoC figcaption {
  position: relative;
}
.cid-tshcnBMtoC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnBMtoC .image-block {
    width: 100% !important;
  }
}
.cid-tshcnBZtwB {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tshcnBZtwB .image-block {
  margin: auto;
}
.cid-tshcnBZtwB figcaption {
  position: relative;
}
.cid-tshcnBZtwB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnBZtwB .image-block {
    width: 100% !important;
  }
}
.cid-tshcnCb5Hd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tshcnCb5Hd .mbr-section-subtitle {
  color: #000000;
}
.cid-tshcnCb5Hd H2 {
  color: #232323;
}
.cid-tshcnCpAT6 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tshcnCpAT6 .mbr-section-subtitle {
  color: #000000;
}
.cid-tshcnCpAT6 H2 {
  color: #232323;
}
.cid-tshcnCDDG1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshcnCDDG1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshcnCDDG1 H2 {
  color: #ffffff;
}
.cid-tshcnCDDG1 H3 {
  color: #ffffff;
}
.cid-tshcnCQjiI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshcnCQjiI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tshcnCQjiI p {
  color: #767676;
  text-align: left;
}
.cid-tshcnCQjiI .card-box {
  padding-top: 2rem;
}
.cid-tshcnCQjiI .card-wrapper {
  height: 100%;
}
.cid-tshcnCQjiI P {
  text-align: center;
  color: #ffffff;
}
.cid-tshcnCQjiI .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tshcnDbFUw {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnDbFUw .image-block {
  margin: auto;
}
.cid-tshcnDbFUw figcaption {
  position: relative;
}
.cid-tshcnDbFUw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnDbFUw .image-block {
    width: 100% !important;
  }
}
.cid-tshcnDoRIp {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnDoRIp .image-block {
  margin: auto;
}
.cid-tshcnDoRIp figcaption {
  position: relative;
}
.cid-tshcnDoRIp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnDoRIp .image-block {
    width: 100% !important;
  }
}
.cid-tshcnDBAsj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshcnDBAsj .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tshcnDBAsj H2 {
  color: #ffffff;
}
.cid-tshcnDBAsj H4 {
  color: #ffffff;
}
.cid-tshcnDQ6f0 {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tshcnDQ6f0 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tshcnDQ6f0 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tshcnDQ6f0 .collapsed {
  border: none;
}
.cid-tshcnDQ6f0 .collapsed span {
  transform: rotate(0deg);
}
.cid-tshcnDQ6f0 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tshcnDQ6f0 .panel-body {
  padding-top: 0.5rem;
}
.cid-tshcnDQ6f0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tshcnDQ6f0 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tshcnDQ6f0 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tshcnDQ6f0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tshcnDQ6f0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tshcnDQ6f0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tshcnDQ6f0 .panel-text {
  color: #ffffff;
}
.cid-tshcnDQ6f0 H4 {
  color: #ffffff;
}
.cid-tshcnDQ6f0 H2 {
  color: #ffffff;
}
.cid-tshcnDQ6f0 .mbr-section-text {
  color: #ffffff;
}
.cid-tshcnDQ6f0 H3 {
  color: #ffffff;
}
.cid-tshcnEaazE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshcnEaazE .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshcnEaazE H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshcnEaazE H4 {
  color: #ffde00;
}
.cid-tshcnEoFWf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcnEoFWf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshcnEoFWf H2 {
  color: #ffffff;
}
.cid-tshcnEoFWf H4 {
  color: #ffffff;
}
.cid-tshcnECRJI {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnECRJI .image-block {
  margin: auto;
}
.cid-tshcnECRJI figcaption {
  position: relative;
}
.cid-tshcnECRJI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnECRJI .image-block {
    width: 100% !important;
  }
}
.cid-tshcnERQcr {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnERQcr .image-block {
  margin: auto;
}
.cid-tshcnERQcr figcaption {
  position: relative;
}
.cid-tshcnERQcr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnERQcr .image-block {
    width: 100% !important;
  }
}
.cid-tshcnF5j5r {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshcnF5j5r .image-block {
  margin: auto;
}
.cid-tshcnF5j5r figcaption {
  position: relative;
}
.cid-tshcnF5j5r figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnF5j5r .image-block {
    width: 100% !important;
  }
}
.cid-tshcnFkbKy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshcnFkbKy .mbr-section-subtitle {
  color: #232323;
}
.cid-tshcnFkbKy H2 {
  color: #ffffff;
}
.cid-tshcnFkbKy H4 {
  color: #ffffff;
}
.cid-tuszwjYx3z {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tuszwjYx3z .image-block {
  margin: auto;
}
.cid-tuszwjYx3z figcaption {
  position: relative;
}
.cid-tuszwjYx3z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszwjYx3z .image-block {
    width: 100% !important;
  }
}
.cid-tshd3jYkjz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3jYkjz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshd3jYkjz H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshd3jYkjz H4 {
  color: #ffde00;
}
.cid-tshd3k7jTm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3k7jTm .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshd3k7jTm H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshd3k7jTm H4 {
  color: #ffde00;
}
.cid-tshd3kjj41 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshd3kjj41 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshd3kjj41 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshd3kjj41 H4 {
  color: #ffde00;
}
.cid-tshd3ktiHN {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3ktiHN .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshd3ktiHN .video-block {
    width: 100% !important;
  }
}
.cid-tshd3kCeIS {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshd3kCeIS .image-block {
  margin: auto;
}
.cid-tshd3kCeIS figcaption {
  position: relative;
}
.cid-tshd3kCeIS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3kCeIS .image-block {
    width: 100% !important;
  }
}
.cid-tshd3kL8Dg {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshd3kL8Dg .image-block {
  margin: auto;
}
.cid-tshd3kL8Dg figcaption {
  position: relative;
}
.cid-tshd3kL8Dg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3kL8Dg .image-block {
    width: 100% !important;
  }
}
.cid-tshd3kVRjX {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3kVRjX .image-block {
  margin: auto;
}
.cid-tshd3kVRjX figcaption {
  position: relative;
}
.cid-tshd3kVRjX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3kVRjX .image-block {
    width: 100% !important;
  }
}
.cid-tuszySdR0h {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuszySdR0h .image-block {
  margin: auto;
}
.cid-tuszySdR0h figcaption {
  position: relative;
}
.cid-tuszySdR0h figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszySdR0h .image-block {
    width: 100% !important;
  }
}
.cid-tshd3lehDu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3lehDu .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tshd3lehDu H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshd3lehDu H4 {
  color: #efefef;
}
.cid-tshd3lnq3i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3lnq3i h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshd3lnq3i p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshd3lnq3i .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshd3lnq3i .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshd3lnq3i .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshd3lnq3i P {
  text-align: center;
  color: #ffffff;
}
.cid-tshd3lnq3i .card-title,
.cid-tshd3lnq3i .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tshd3lItLI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3lItLI h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshd3lItLI p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshd3lItLI .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshd3lItLI .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshd3lItLI .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshd3lItLI P {
  text-align: center;
  color: #ffffff;
}
.cid-tshd3lItLI .card-title,
.cid-tshd3lItLI .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tuszAmtQia {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tuszAmtQia .image-block {
  margin: auto;
}
.cid-tuszAmtQia figcaption {
  position: relative;
}
.cid-tuszAmtQia figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszAmtQia .image-block {
    width: 100% !important;
  }
}
.cid-tshd3m0YN5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshd3m0YN5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshd3m0YN5 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshd3m0YN5 H4 {
  color: #c7ff00;
}
.cid-tshd3mbVYM {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshd3mbVYM .image-block {
  margin: auto;
}
.cid-tshd3mbVYM figcaption {
  position: relative;
}
.cid-tshd3mbVYM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3mbVYM .image-block {
    width: 100% !important;
  }
}
.cid-tshd3mlHYO {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3mlHYO .image-block {
  margin: auto;
}
.cid-tshd3mlHYO figcaption {
  position: relative;
}
.cid-tshd3mlHYO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3mlHYO .image-block {
    width: 100% !important;
  }
}
.cid-tshd3mwJCQ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3mwJCQ .image-block {
  margin: auto;
}
.cid-tshd3mwJCQ figcaption {
  position: relative;
}
.cid-tshd3mwJCQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3mwJCQ .image-block {
    width: 100% !important;
  }
}
.cid-tshd3mGKpV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3mGKpV .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshd3mGKpV H2 {
  color: #ffffff;
}
.cid-tshd3mGKpV H4 {
  color: #ffffff;
}
.cid-tshd3mRdrI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tshd3mRdrI .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tshd3mRdrI .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tshd3n3lg1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tshd3n3lg1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tshd3n3lg1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tshd3n3lg1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tshd3n3lg1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tshd3n3lg1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tshd3n3lg1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tshd3n3lg1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tshd3n3lg1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tshd3n3lg1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tshd3noefa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshd3noefa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshd3noefa H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshd3noefa H4 {
  color: #ffffff;
}
.cid-tshd3nAoJf {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3nAoJf .image-block {
  margin: auto;
}
.cid-tshd3nAoJf figcaption {
  position: relative;
}
.cid-tshd3nAoJf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3nAoJf .image-block {
    width: 100% !important;
  }
}
.cid-tshd3nLkXC {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshd3nLkXC .image-block {
  margin: auto;
}
.cid-tshd3nLkXC figcaption {
  position: relative;
}
.cid-tshd3nLkXC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3nLkXC .image-block {
    width: 100% !important;
  }
}
.cid-tshd3nXwiN {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3nXwiN .image-block {
  margin: auto;
}
.cid-tshd3nXwiN figcaption {
  position: relative;
}
.cid-tshd3nXwiN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3nXwiN .image-block {
    width: 100% !important;
  }
}
.cid-tshd3o9y6H {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3o9y6H .image-block {
  margin: auto;
}
.cid-tshd3o9y6H figcaption {
  position: relative;
}
.cid-tshd3o9y6H figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3o9y6H .image-block {
    width: 100% !important;
  }
}
.cid-tshd3okVs7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshd3okVs7 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshd3okVs7 H2 {
  color: #ffffff;
}
.cid-tshd3okVs7 H4 {
  color: #ffffff;
}
.cid-tshd3owxVP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3owxVP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshd3owxVP H2 {
  color: #ddff55;
}
.cid-tshd3owxVP H3 {
  color: #fff000;
}
.cid-tshd3oKlb2 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3oKlb2 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshd3oKlb2 .video-block {
    width: 100% !important;
  }
}
.cid-tshd3oWvnm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tshd3oWvnm .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tshd3oWvnm .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoSjrmw7u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoSjrmw7u .mbr-text {
  color: #767676;
}
.cid-ttoSjrmw7u h4 {
  text-align: center;
}
.cid-ttoSjrmw7u p {
  text-align: center;
}
.cid-ttoSjrmw7u .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoSjrmw7u .card-title,
.cid-ttoSjrmw7u .card-img {
  color: #ffffff;
}
.cid-tshd3pu6HP {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshd3pu6HP .image-block {
  margin: auto;
}
.cid-tshd3pu6HP figcaption {
  position: relative;
}
.cid-tshd3pu6HP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3pu6HP .image-block {
    width: 100% !important;
  }
}
.cid-tshd3pGvrF {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3pGvrF .image-block {
  margin: auto;
}
.cid-tshd3pGvrF figcaption {
  position: relative;
}
.cid-tshd3pGvrF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3pGvrF .image-block {
    width: 100% !important;
  }
}
.cid-tshd3pTzAf {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshd3pTzAf .image-block {
  margin: auto;
}
.cid-tshd3pTzAf figcaption {
  position: relative;
}
.cid-tshd3pTzAf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3pTzAf .image-block {
    width: 100% !important;
  }
}
.cid-tshd3q78Up {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tshd3q78Up .image-block {
  margin: auto;
}
.cid-tshd3q78Up figcaption {
  position: relative;
}
.cid-tshd3q78Up figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3q78Up .image-block {
    width: 100% !important;
  }
}
.cid-tshd3qje7N {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tshd3qje7N .mbr-section-subtitle {
  color: #000000;
}
.cid-tshd3qje7N H2 {
  color: #232323;
}
.cid-tshd3qw9re {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tshd3qw9re .mbr-section-subtitle {
  color: #000000;
}
.cid-tshd3qw9re H2 {
  color: #232323;
}
.cid-tshd3qKfJI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshd3qKfJI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshd3qKfJI H2 {
  color: #ffffff;
}
.cid-tshd3qKfJI H3 {
  color: #ffffff;
}
.cid-tshd3qX5wt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshd3qX5wt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tshd3qX5wt p {
  color: #767676;
  text-align: left;
}
.cid-tshd3qX5wt .card-box {
  padding-top: 2rem;
}
.cid-tshd3qX5wt .card-wrapper {
  height: 100%;
}
.cid-tshd3qX5wt P {
  text-align: center;
  color: #ffffff;
}
.cid-tshd3qX5wt .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tshd3rgnG8 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3rgnG8 .image-block {
  margin: auto;
}
.cid-tshd3rgnG8 figcaption {
  position: relative;
}
.cid-tshd3rgnG8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3rgnG8 .image-block {
    width: 100% !important;
  }
}
.cid-tshd3rt0xT {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3rt0xT .image-block {
  margin: auto;
}
.cid-tshd3rt0xT figcaption {
  position: relative;
}
.cid-tshd3rt0xT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3rt0xT .image-block {
    width: 100% !important;
  }
}
.cid-tshd3rIB43 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshd3rIB43 .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tshd3rIB43 H2 {
  color: #ffffff;
}
.cid-tshd3rIB43 H4 {
  color: #ffffff;
}
.cid-tshd3rVoX1 {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tshd3rVoX1 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tshd3rVoX1 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tshd3rVoX1 .collapsed {
  border: none;
}
.cid-tshd3rVoX1 .collapsed span {
  transform: rotate(0deg);
}
.cid-tshd3rVoX1 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tshd3rVoX1 .panel-body {
  padding-top: 0.5rem;
}
.cid-tshd3rVoX1 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tshd3rVoX1 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tshd3rVoX1 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tshd3rVoX1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tshd3rVoX1 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tshd3rVoX1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tshd3rVoX1 .panel-text {
  color: #ffffff;
}
.cid-tshd3rVoX1 H4 {
  color: #ffffff;
}
.cid-tshd3rVoX1 H2 {
  color: #ffffff;
}
.cid-tshd3rVoX1 .mbr-section-text {
  color: #ffffff;
}
.cid-tshd3rVoX1 H3 {
  color: #ffffff;
}
.cid-tshd3sfYtO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshd3sfYtO .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshd3sfYtO H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshd3sfYtO H4 {
  color: #ffde00;
}
.cid-tshd3ssTlL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3ssTlL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshd3ssTlL H2 {
  color: #ffffff;
}
.cid-tshd3ssTlL H4 {
  color: #ffffff;
}
.cid-tshd3sGUYL {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3sGUYL .image-block {
  margin: auto;
}
.cid-tshd3sGUYL figcaption {
  position: relative;
}
.cid-tshd3sGUYL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3sGUYL .image-block {
    width: 100% !important;
  }
}
.cid-tshd3sUBcH {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3sUBcH .image-block {
  margin: auto;
}
.cid-tshd3sUBcH figcaption {
  position: relative;
}
.cid-tshd3sUBcH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3sUBcH .image-block {
    width: 100% !important;
  }
}
.cid-tshd3ta3aj {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshd3ta3aj .image-block {
  margin: auto;
}
.cid-tshd3ta3aj figcaption {
  position: relative;
}
.cid-tshd3ta3aj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3ta3aj .image-block {
    width: 100% !important;
  }
}
.cid-tshd3toy7N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshd3toy7N .mbr-section-subtitle {
  color: #232323;
}
.cid-tshd3toy7N H2 {
  color: #ffffff;
}
.cid-tshd3toy7N H4 {
  color: #ffffff;
}
.cid-tuszGZKAuX {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tuszGZKAuX .image-block {
  margin: auto;
}
.cid-tuszGZKAuX figcaption {
  position: relative;
}
.cid-tuszGZKAuX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszGZKAuX .image-block {
    width: 100% !important;
  }
}
.cid-tshdMjHFW2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshdMjHFW2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshdMjHFW2 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshdMjHFW2 H4 {
  color: #ffde00;
}
.cid-tshdMjRSNM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshdMjRSNM .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshdMjRSNM H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshdMjRSNM H4 {
  color: #ffde00;
}
.cid-tshdMk1ohV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshdMk1ohV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshdMk1ohV H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshdMk1ohV H4 {
  color: #ffde00;
}
.cid-tshdMkdzu8 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdMkdzu8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshdMkdzu8 .video-block {
    width: 100% !important;
  }
}
.cid-tshdMkoD2x {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshdMkoD2x .image-block {
  margin: auto;
}
.cid-tshdMkoD2x figcaption {
  position: relative;
}
.cid-tshdMkoD2x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMkoD2x .image-block {
    width: 100% !important;
  }
}
.cid-tshdMkyIJ0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshdMkyIJ0 .image-block {
  margin: auto;
}
.cid-tshdMkyIJ0 figcaption {
  position: relative;
}
.cid-tshdMkyIJ0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMkyIJ0 .image-block {
    width: 100% !important;
  }
}
.cid-tshdMkHSsA {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdMkHSsA .image-block {
  margin: auto;
}
.cid-tshdMkHSsA figcaption {
  position: relative;
}
.cid-tshdMkHSsA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMkHSsA .image-block {
    width: 100% !important;
  }
}
.cid-tuszI4YarY {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuszI4YarY .image-block {
  margin: auto;
}
.cid-tuszI4YarY figcaption {
  position: relative;
}
.cid-tuszI4YarY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszI4YarY .image-block {
    width: 100% !important;
  }
}
.cid-tshdMl2v9O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshdMl2v9O .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tshdMl2v9O H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshdMl2v9O H4 {
  color: #efefef;
}
.cid-tshdMleAP0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshdMleAP0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshdMleAP0 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshdMleAP0 .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshdMleAP0 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshdMleAP0 .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshdMleAP0 P {
  text-align: center;
  color: #ffffff;
}
.cid-tshdMleAP0 .card-title,
.cid-tshdMleAP0 .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tshdMlzzlV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshdMlzzlV h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshdMlzzlV p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshdMlzzlV .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshdMlzzlV .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshdMlzzlV .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshdMlzzlV P {
  text-align: center;
  color: #ffffff;
}
.cid-tshdMlzzlV .card-title,
.cid-tshdMlzzlV .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoSxQIbiY {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoSxQIbiY .image-block {
  margin: auto;
}
.cid-ttoSxQIbiY figcaption {
  position: relative;
}
.cid-ttoSxQIbiY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoSxQIbiY .image-block {
    width: 100% !important;
  }
}
.cid-tshdMlVOiP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshdMlVOiP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshdMlVOiP H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshdMlVOiP H4 {
  color: #c7ff00;
}
.cid-tshdMm69o0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshdMm69o0 .image-block {
  margin: auto;
}
.cid-tshdMm69o0 figcaption {
  position: relative;
}
.cid-tshdMm69o0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMm69o0 .image-block {
    width: 100% !important;
  }
}
.cid-tshdMmgpAY {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdMmgpAY .image-block {
  margin: auto;
}
.cid-tshdMmgpAY figcaption {
  position: relative;
}
.cid-tshdMmgpAY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMmgpAY .image-block {
    width: 100% !important;
  }
}
.cid-tshdMmqRdj {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdMmqRdj .image-block {
  margin: auto;
}
.cid-tshdMmqRdj figcaption {
  position: relative;
}
.cid-tshdMmqRdj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMmqRdj .image-block {
    width: 100% !important;
  }
}
.cid-tshdMmCQuy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshdMmCQuy .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshdMmCQuy H2 {
  color: #ffffff;
}
.cid-tshdMmCQuy H4 {
  color: #ffffff;
}
.cid-tshdMmP6HK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tshdMmP6HK .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tshdMmP6HK .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tshdMn2lX2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tshdMn2lX2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tshdMn2lX2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tshdMn2lX2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tshdMn2lX2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tshdMn2lX2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tshdMn2lX2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tshdMn2lX2 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tshdMn2lX2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tshdMn2lX2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tshdMnjb5H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshdMnjb5H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshdMnjb5H H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshdMnjb5H H4 {
  color: #ffffff;
}
.cid-tshdMnvwko {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdMnvwko .image-block {
  margin: auto;
}
.cid-tshdMnvwko figcaption {
  position: relative;
}
.cid-tshdMnvwko figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMnvwko .image-block {
    width: 100% !important;
  }
}
.cid-tshdMnGe0g {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshdMnGe0g .image-block {
  margin: auto;
}
.cid-tshdMnGe0g figcaption {
  position: relative;
}
.cid-tshdMnGe0g figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMnGe0g .image-block {
    width: 100% !important;
  }
}
.cid-tshdMnRn8y {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdMnRn8y .image-block {
  margin: auto;
}
.cid-tshdMnRn8y figcaption {
  position: relative;
}
.cid-tshdMnRn8y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMnRn8y .image-block {
    width: 100% !important;
  }
}
.cid-tshdMo2QFR {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdMo2QFR .image-block {
  margin: auto;
}
.cid-tshdMo2QFR figcaption {
  position: relative;
}
.cid-tshdMo2QFR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMo2QFR .image-block {
    width: 100% !important;
  }
}
.cid-tshdMogtIv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshdMogtIv .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshdMogtIv H2 {
  color: #ffffff;
}
.cid-tshdMogtIv H4 {
  color: #ffffff;
}
.cid-tshdMosevC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshdMosevC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshdMosevC H2 {
  color: #ddff55;
}
.cid-tshdMosevC H3 {
  color: #fff000;
}
.cid-tshdMoDqQx {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdMoDqQx .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshdMoDqQx .video-block {
    width: 100% !important;
  }
}
.cid-tshdMoQCmP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tshdMoQCmP .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tshdMoQCmP .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoSvVOC2D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoSvVOC2D .mbr-text {
  color: #767676;
}
.cid-ttoSvVOC2D h4 {
  text-align: center;
}
.cid-ttoSvVOC2D p {
  text-align: center;
}
.cid-ttoSvVOC2D .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoSvVOC2D .card-title,
.cid-ttoSvVOC2D .card-img {
  color: #ffffff;
}
.cid-tshdMpoy4r {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshdMpoy4r .image-block {
  margin: auto;
}
.cid-tshdMpoy4r figcaption {
  position: relative;
}
.cid-tshdMpoy4r figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMpoy4r .image-block {
    width: 100% !important;
  }
}
.cid-tshdMpCCi8 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdMpCCi8 .image-block {
  margin: auto;
}
.cid-tshdMpCCi8 figcaption {
  position: relative;
}
.cid-tshdMpCCi8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMpCCi8 .image-block {
    width: 100% !important;
  }
}
.cid-tshdMpOO0r {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshdMpOO0r .image-block {
  margin: auto;
}
.cid-tshdMpOO0r figcaption {
  position: relative;
}
.cid-tshdMpOO0r figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMpOO0r .image-block {
    width: 100% !important;
  }
}
.cid-tshdMq0HHd {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tshdMq0HHd .image-block {
  margin: auto;
}
.cid-tshdMq0HHd figcaption {
  position: relative;
}
.cid-tshdMq0HHd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMq0HHd .image-block {
    width: 100% !important;
  }
}
.cid-tshdMqctDU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tshdMqctDU .mbr-section-subtitle {
  color: #000000;
}
.cid-tshdMqctDU H2 {
  color: #232323;
}
.cid-tshdMqo1nP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tshdMqo1nP .mbr-section-subtitle {
  color: #000000;
}
.cid-tshdMqo1nP H2 {
  color: #232323;
}
.cid-tshdMqBKW3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshdMqBKW3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshdMqBKW3 H2 {
  color: #ffffff;
}
.cid-tshdMqBKW3 H3 {
  color: #ffffff;
}
.cid-tshdMqOW6X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshdMqOW6X h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tshdMqOW6X p {
  color: #767676;
  text-align: left;
}
.cid-tshdMqOW6X .card-box {
  padding-top: 2rem;
}
.cid-tshdMqOW6X .card-wrapper {
  height: 100%;
}
.cid-tshdMqOW6X P {
  text-align: center;
  color: #ffffff;
}
.cid-tshdMqOW6X .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tshdMr94An {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdMr94An .image-block {
  margin: auto;
}
.cid-tshdMr94An figcaption {
  position: relative;
}
.cid-tshdMr94An figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMr94An .image-block {
    width: 100% !important;
  }
}
.cid-tshdMrmPTV {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdMrmPTV .image-block {
  margin: auto;
}
.cid-tshdMrmPTV figcaption {
  position: relative;
}
.cid-tshdMrmPTV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMrmPTV .image-block {
    width: 100% !important;
  }
}
.cid-tshdMrz2Vl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshdMrz2Vl .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tshdMrz2Vl H2 {
  color: #ffffff;
}
.cid-tshdMrz2Vl H4 {
  color: #ffffff;
}
.cid-tshdMrMFg6 {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tshdMrMFg6 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tshdMrMFg6 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tshdMrMFg6 .collapsed {
  border: none;
}
.cid-tshdMrMFg6 .collapsed span {
  transform: rotate(0deg);
}
.cid-tshdMrMFg6 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tshdMrMFg6 .panel-body {
  padding-top: 0.5rem;
}
.cid-tshdMrMFg6 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tshdMrMFg6 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tshdMrMFg6 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tshdMrMFg6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tshdMrMFg6 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tshdMrMFg6 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tshdMrMFg6 .panel-text {
  color: #ffffff;
}
.cid-tshdMrMFg6 H4 {
  color: #ffffff;
}
.cid-tshdMrMFg6 H2 {
  color: #ffffff;
}
.cid-tshdMrMFg6 .mbr-section-text {
  color: #ffffff;
}
.cid-tshdMrMFg6 H3 {
  color: #ffffff;
}
.cid-tshdMs5SVI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshdMs5SVI .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshdMs5SVI H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshdMs5SVI H4 {
  color: #ffde00;
}
.cid-tshdMsjHjD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshdMsjHjD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshdMsjHjD H2 {
  color: #ffffff;
}
.cid-tshdMsjHjD H4 {
  color: #ffffff;
}
.cid-tshdMswbZC {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdMswbZC .image-block {
  margin: auto;
}
.cid-tshdMswbZC figcaption {
  position: relative;
}
.cid-tshdMswbZC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMswbZC .image-block {
    width: 100% !important;
  }
}
.cid-tshdMsMxqr {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdMsMxqr .image-block {
  margin: auto;
}
.cid-tshdMsMxqr figcaption {
  position: relative;
}
.cid-tshdMsMxqr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMsMxqr .image-block {
    width: 100% !important;
  }
}
.cid-tshdMt0fJT {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshdMt0fJT .image-block {
  margin: auto;
}
.cid-tshdMt0fJT figcaption {
  position: relative;
}
.cid-tshdMt0fJT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdMt0fJT .image-block {
    width: 100% !important;
  }
}
.cid-tshdMtelPq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshdMtelPq .mbr-section-subtitle {
  color: #232323;
}
.cid-tshdMtelPq H2 {
  color: #ffffff;
}
.cid-tshdMtelPq H4 {
  color: #ffffff;
}
.cid-tuszNaDtXd {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tuszNaDtXd .image-block {
  margin: auto;
}
.cid-tuszNaDtXd figcaption {
  position: relative;
}
.cid-tuszNaDtXd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszNaDtXd .image-block {
    width: 100% !important;
  }
}
.cid-tshdZTZW37 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshdZTZW37 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshdZTZW37 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshdZTZW37 H4 {
  color: #ffde00;
}
.cid-tshdZU9T2V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshdZU9T2V .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshdZU9T2V H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshdZU9T2V H4 {
  color: #ffde00;
}
.cid-tshdZUkuoI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshdZUkuoI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshdZUkuoI H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshdZUkuoI H4 {
  color: #ffde00;
}
.cid-tshdZUugvQ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdZUugvQ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshdZUugvQ .video-block {
    width: 100% !important;
  }
}
.cid-tshdZUDr9H {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshdZUDr9H .image-block {
  margin: auto;
}
.cid-tshdZUDr9H figcaption {
  position: relative;
}
.cid-tshdZUDr9H figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdZUDr9H .image-block {
    width: 100% !important;
  }
}
.cid-tshdZUMJHD {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshdZUMJHD .image-block {
  margin: auto;
}
.cid-tshdZUMJHD figcaption {
  position: relative;
}
.cid-tshdZUMJHD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdZUMJHD .image-block {
    width: 100% !important;
  }
}
.cid-tshdZUWZhJ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdZUWZhJ .image-block {
  margin: auto;
}
.cid-tshdZUWZhJ figcaption {
  position: relative;
}
.cid-tshdZUWZhJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdZUWZhJ .image-block {
    width: 100% !important;
  }
}
.cid-tuszPDfrMD {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuszPDfrMD .image-block {
  margin: auto;
}
.cid-tuszPDfrMD figcaption {
  position: relative;
}
.cid-tuszPDfrMD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszPDfrMD .image-block {
    width: 100% !important;
  }
}
.cid-tshdZVfsFm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshdZVfsFm .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tshdZVfsFm H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshdZVfsFm H4 {
  color: #efefef;
}
.cid-tshdZVpDyL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshdZVpDyL h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshdZVpDyL p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshdZVpDyL .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshdZVpDyL .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshdZVpDyL .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshdZVpDyL P {
  text-align: center;
  color: #ffffff;
}
.cid-tshdZVpDyL .card-title,
.cid-tshdZVpDyL .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tshdZVJqtf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshdZVJqtf h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshdZVJqtf p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshdZVJqtf .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshdZVJqtf .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshdZVJqtf .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshdZVJqtf P {
  text-align: center;
  color: #ffffff;
}
.cid-tshdZVJqtf .card-title,
.cid-tshdZVJqtf .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoT9WbJut {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoT9WbJut .image-block {
  margin: auto;
}
.cid-ttoT9WbJut figcaption {
  position: relative;
}
.cid-ttoT9WbJut figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoT9WbJut .image-block {
    width: 100% !important;
  }
}
.cid-tshdZW41Iu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshdZW41Iu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshdZW41Iu H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshdZW41Iu H4 {
  color: #c7ff00;
}
.cid-tshdZWeeMv {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshdZWeeMv .image-block {
  margin: auto;
}
.cid-tshdZWeeMv figcaption {
  position: relative;
}
.cid-tshdZWeeMv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdZWeeMv .image-block {
    width: 100% !important;
  }
}
.cid-tshdZWoIcq {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdZWoIcq .image-block {
  margin: auto;
}
.cid-tshdZWoIcq figcaption {
  position: relative;
}
.cid-tshdZWoIcq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdZWoIcq .image-block {
    width: 100% !important;
  }
}
.cid-tshdZWyUWB {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdZWyUWB .image-block {
  margin: auto;
}
.cid-tshdZWyUWB figcaption {
  position: relative;
}
.cid-tshdZWyUWB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdZWyUWB .image-block {
    width: 100% !important;
  }
}
.cid-tshdZWJL2N {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshdZWJL2N .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshdZWJL2N H2 {
  color: #ffffff;
}
.cid-tshdZWJL2N H4 {
  color: #ffffff;
}
.cid-tshdZWTueM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tshdZWTueM .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tshdZWTueM .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tshdZX6x45 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tshdZX6x45 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tshdZX6x45 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tshdZX6x45 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tshdZX6x45 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tshdZX6x45 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tshdZX6x45 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tshdZX6x45 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tshdZX6x45 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tshdZX6x45 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tshdZXrvGb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshdZXrvGb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshdZXrvGb H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshdZXrvGb H4 {
  color: #ffffff;
}
.cid-tshdZXCQzy {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdZXCQzy .image-block {
  margin: auto;
}
.cid-tshdZXCQzy figcaption {
  position: relative;
}
.cid-tshdZXCQzy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdZXCQzy .image-block {
    width: 100% !important;
  }
}
.cid-tshdZXO6J0 {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshdZXO6J0 .image-block {
  margin: auto;
}
.cid-tshdZXO6J0 figcaption {
  position: relative;
}
.cid-tshdZXO6J0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdZXO6J0 .image-block {
    width: 100% !important;
  }
}
.cid-tshdZXZth3 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdZXZth3 .image-block {
  margin: auto;
}
.cid-tshdZXZth3 figcaption {
  position: relative;
}
.cid-tshdZXZth3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdZXZth3 .image-block {
    width: 100% !important;
  }
}
.cid-tshdZYa72o {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdZYa72o .image-block {
  margin: auto;
}
.cid-tshdZYa72o figcaption {
  position: relative;
}
.cid-tshdZYa72o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdZYa72o .image-block {
    width: 100% !important;
  }
}
.cid-tshdZYl2Y4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshdZYl2Y4 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshdZYl2Y4 H2 {
  color: #ffffff;
}
.cid-tshdZYl2Y4 H4 {
  color: #ffffff;
}
.cid-tshdZYxqZh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshdZYxqZh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshdZYxqZh H2 {
  color: #ddff55;
}
.cid-tshdZYxqZh H3 {
  color: #fff000;
}
.cid-tshdZYKPxy {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdZYKPxy .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshdZYKPxy .video-block {
    width: 100% !important;
  }
}
.cid-tshdZYWlT7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tshdZYWlT7 .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tshdZYWlT7 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoTaSQNiJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoTaSQNiJ .mbr-text {
  color: #767676;
}
.cid-ttoTaSQNiJ h4 {
  text-align: center;
}
.cid-ttoTaSQNiJ p {
  text-align: center;
}
.cid-ttoTaSQNiJ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoTaSQNiJ .card-title,
.cid-ttoTaSQNiJ .card-img {
  color: #ffffff;
}
.cid-tshdZZt0Hz {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshdZZt0Hz .image-block {
  margin: auto;
}
.cid-tshdZZt0Hz figcaption {
  position: relative;
}
.cid-tshdZZt0Hz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdZZt0Hz .image-block {
    width: 100% !important;
  }
}
.cid-tshdZZEaA6 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshdZZEaA6 .image-block {
  margin: auto;
}
.cid-tshdZZEaA6 figcaption {
  position: relative;
}
.cid-tshdZZEaA6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdZZEaA6 .image-block {
    width: 100% !important;
  }
}
.cid-tshdZZRBVW {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshdZZRBVW .image-block {
  margin: auto;
}
.cid-tshdZZRBVW figcaption {
  position: relative;
}
.cid-tshdZZRBVW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshdZZRBVW .image-block {
    width: 100% !important;
  }
}
.cid-tshe003w0h {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tshe003w0h .image-block {
  margin: auto;
}
.cid-tshe003w0h figcaption {
  position: relative;
}
.cid-tshe003w0h figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshe003w0h .image-block {
    width: 100% !important;
  }
}
.cid-tshe00iRVU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tshe00iRVU .mbr-section-subtitle {
  color: #000000;
}
.cid-tshe00iRVU H2 {
  color: #232323;
}
.cid-tshe00uBhT {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tshe00uBhT .mbr-section-subtitle {
  color: #000000;
}
.cid-tshe00uBhT H2 {
  color: #232323;
}
.cid-tshe00IVbQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshe00IVbQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshe00IVbQ H2 {
  color: #ffffff;
}
.cid-tshe00IVbQ H3 {
  color: #ffffff;
}
.cid-tshe00V7KP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshe00V7KP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tshe00V7KP p {
  color: #767676;
  text-align: left;
}
.cid-tshe00V7KP .card-box {
  padding-top: 2rem;
}
.cid-tshe00V7KP .card-wrapper {
  height: 100%;
}
.cid-tshe00V7KP P {
  text-align: center;
  color: #ffffff;
}
.cid-tshe00V7KP .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tshe01eH9n {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshe01eH9n .image-block {
  margin: auto;
}
.cid-tshe01eH9n figcaption {
  position: relative;
}
.cid-tshe01eH9n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshe01eH9n .image-block {
    width: 100% !important;
  }
}
.cid-tshe01ssDZ {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshe01ssDZ .image-block {
  margin: auto;
}
.cid-tshe01ssDZ figcaption {
  position: relative;
}
.cid-tshe01ssDZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshe01ssDZ .image-block {
    width: 100% !important;
  }
}
.cid-tshe01Fh7z {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshe01Fh7z .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tshe01Fh7z H2 {
  color: #ffffff;
}
.cid-tshe01Fh7z H4 {
  color: #ffffff;
}
.cid-tshe01Uddi {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tshe01Uddi p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tshe01Uddi .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tshe01Uddi .collapsed {
  border: none;
}
.cid-tshe01Uddi .collapsed span {
  transform: rotate(0deg);
}
.cid-tshe01Uddi span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tshe01Uddi .panel-body {
  padding-top: 0.5rem;
}
.cid-tshe01Uddi .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tshe01Uddi .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tshe01Uddi .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tshe01Uddi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tshe01Uddi .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tshe01Uddi .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tshe01Uddi .panel-text {
  color: #ffffff;
}
.cid-tshe01Uddi H4 {
  color: #ffffff;
}
.cid-tshe01Uddi H2 {
  color: #ffffff;
}
.cid-tshe01Uddi .mbr-section-text {
  color: #ffffff;
}
.cid-tshe01Uddi H3 {
  color: #ffffff;
}
.cid-tshe02evUT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshe02evUT .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshe02evUT H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshe02evUT H4 {
  color: #ffde00;
}
.cid-tshe02sKtc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshe02sKtc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshe02sKtc H2 {
  color: #ffffff;
}
.cid-tshe02sKtc H4 {
  color: #ffffff;
}
.cid-tshe02FRB0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshe02FRB0 .image-block {
  margin: auto;
}
.cid-tshe02FRB0 figcaption {
  position: relative;
}
.cid-tshe02FRB0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshe02FRB0 .image-block {
    width: 100% !important;
  }
}
.cid-tshe02TTka {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshe02TTka .image-block {
  margin: auto;
}
.cid-tshe02TTka figcaption {
  position: relative;
}
.cid-tshe02TTka figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshe02TTka .image-block {
    width: 100% !important;
  }
}
.cid-tshe037t2p {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshe037t2p .image-block {
  margin: auto;
}
.cid-tshe037t2p figcaption {
  position: relative;
}
.cid-tshe037t2p figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshe037t2p .image-block {
    width: 100% !important;
  }
}
.cid-tshe03nMB3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshe03nMB3 .mbr-section-subtitle {
  color: #232323;
}
.cid-tshe03nMB3 H2 {
  color: #ffffff;
}
.cid-tshe03nMB3 H4 {
  color: #ffffff;
}
.cid-tuszUT5fKJ {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tuszUT5fKJ .image-block {
  margin: auto;
}
.cid-tuszUT5fKJ figcaption {
  position: relative;
}
.cid-tuszUT5fKJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszUT5fKJ .image-block {
    width: 100% !important;
  }
}
.cid-tshea1Wngr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshea1Wngr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshea1Wngr H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshea1Wngr H4 {
  color: #ffde00;
}
.cid-tshea26qHw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshea26qHw .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshea26qHw H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshea26qHw H4 {
  color: #ffde00;
}
.cid-tshea2fPxh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshea2fPxh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshea2fPxh H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshea2fPxh H4 {
  color: #ffde00;
}
.cid-tshea2rNkl {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshea2rNkl .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshea2rNkl .video-block {
    width: 100% !important;
  }
}
.cid-tshea2A9Ul {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshea2A9Ul .image-block {
  margin: auto;
}
.cid-tshea2A9Ul figcaption {
  position: relative;
}
.cid-tshea2A9Ul figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea2A9Ul .image-block {
    width: 100% !important;
  }
}
.cid-tshea2Juxp {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshea2Juxp .image-block {
  margin: auto;
}
.cid-tshea2Juxp figcaption {
  position: relative;
}
.cid-tshea2Juxp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea2Juxp .image-block {
    width: 100% !important;
  }
}
.cid-tshea2SmUN {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshea2SmUN .image-block {
  margin: auto;
}
.cid-tshea2SmUN figcaption {
  position: relative;
}
.cid-tshea2SmUN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea2SmUN .image-block {
    width: 100% !important;
  }
}
.cid-tuszXFoeql {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuszXFoeql .image-block {
  margin: auto;
}
.cid-tuszXFoeql figcaption {
  position: relative;
}
.cid-tuszXFoeql figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszXFoeql .image-block {
    width: 100% !important;
  }
}
.cid-tshea3bP7G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshea3bP7G .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tshea3bP7G H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshea3bP7G H4 {
  color: #efefef;
}
.cid-tshea3l1kk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshea3l1kk h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshea3l1kk p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshea3l1kk .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshea3l1kk .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshea3l1kk .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshea3l1kk P {
  text-align: center;
  color: #ffffff;
}
.cid-tshea3l1kk .card-title,
.cid-tshea3l1kk .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tshea3Ea6Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshea3Ea6Q h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshea3Ea6Q p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshea3Ea6Q .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshea3Ea6Q .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshea3Ea6Q .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshea3Ea6Q P {
  text-align: center;
  color: #ffffff;
}
.cid-tshea3Ea6Q .card-title,
.cid-tshea3Ea6Q .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoTx9ZyaK {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoTx9ZyaK .image-block {
  margin: auto;
}
.cid-ttoTx9ZyaK figcaption {
  position: relative;
}
.cid-ttoTx9ZyaK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoTx9ZyaK .image-block {
    width: 100% !important;
  }
}
.cid-tshea3Y5PB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshea3Y5PB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshea3Y5PB H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshea3Y5PB H4 {
  color: #c7ff00;
}
.cid-tshea490CM {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshea490CM .image-block {
  margin: auto;
}
.cid-tshea490CM figcaption {
  position: relative;
}
.cid-tshea490CM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea490CM .image-block {
    width: 100% !important;
  }
}
.cid-tshea4jA58 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshea4jA58 .image-block {
  margin: auto;
}
.cid-tshea4jA58 figcaption {
  position: relative;
}
.cid-tshea4jA58 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea4jA58 .image-block {
    width: 100% !important;
  }
}
.cid-tshea4uEsc {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshea4uEsc .image-block {
  margin: auto;
}
.cid-tshea4uEsc figcaption {
  position: relative;
}
.cid-tshea4uEsc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea4uEsc .image-block {
    width: 100% !important;
  }
}
.cid-tshea4FCJc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshea4FCJc .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshea4FCJc H2 {
  color: #ffffff;
}
.cid-tshea4FCJc H4 {
  color: #ffffff;
}
.cid-tshea4PYBH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tshea4PYBH .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tshea4PYBH .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tshea51Wo7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tshea51Wo7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tshea51Wo7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tshea51Wo7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tshea51Wo7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tshea51Wo7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tshea51Wo7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tshea51Wo7 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tshea51Wo7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tshea51Wo7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tshea5m7mc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshea5m7mc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshea5m7mc H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshea5m7mc H4 {
  color: #ffffff;
}
.cid-tshea5yIBi {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshea5yIBi .image-block {
  margin: auto;
}
.cid-tshea5yIBi figcaption {
  position: relative;
}
.cid-tshea5yIBi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea5yIBi .image-block {
    width: 100% !important;
  }
}
.cid-tshea5JlKZ {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshea5JlKZ .image-block {
  margin: auto;
}
.cid-tshea5JlKZ figcaption {
  position: relative;
}
.cid-tshea5JlKZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea5JlKZ .image-block {
    width: 100% !important;
  }
}
.cid-tshea5V8jK {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshea5V8jK .image-block {
  margin: auto;
}
.cid-tshea5V8jK figcaption {
  position: relative;
}
.cid-tshea5V8jK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea5V8jK .image-block {
    width: 100% !important;
  }
}
.cid-tshea66qCB {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshea66qCB .image-block {
  margin: auto;
}
.cid-tshea66qCB figcaption {
  position: relative;
}
.cid-tshea66qCB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea66qCB .image-block {
    width: 100% !important;
  }
}
.cid-tshea6iJYn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshea6iJYn .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshea6iJYn H2 {
  color: #ffffff;
}
.cid-tshea6iJYn H4 {
  color: #ffffff;
}
.cid-tshea6uC1Q {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshea6uC1Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshea6uC1Q H2 {
  color: #ddff55;
}
.cid-tshea6uC1Q H3 {
  color: #fff000;
}
.cid-tshea6Gl4S {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshea6Gl4S .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshea6Gl4S .video-block {
    width: 100% !important;
  }
}
.cid-tshea6UT1c {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tshea6UT1c .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tshea6UT1c .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoTGc7Uks {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoTGc7Uks .mbr-text {
  color: #767676;
}
.cid-ttoTGc7Uks h4 {
  text-align: center;
}
.cid-ttoTGc7Uks p {
  text-align: center;
}
.cid-ttoTGc7Uks .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoTGc7Uks .card-title,
.cid-ttoTGc7Uks .card-img {
  color: #ffffff;
}
.cid-tshea7r1y9 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshea7r1y9 .image-block {
  margin: auto;
}
.cid-tshea7r1y9 figcaption {
  position: relative;
}
.cid-tshea7r1y9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea7r1y9 .image-block {
    width: 100% !important;
  }
}
.cid-tshea7DsfG {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshea7DsfG .image-block {
  margin: auto;
}
.cid-tshea7DsfG figcaption {
  position: relative;
}
.cid-tshea7DsfG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea7DsfG .image-block {
    width: 100% !important;
  }
}
.cid-tshea7Qilk {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshea7Qilk .image-block {
  margin: auto;
}
.cid-tshea7Qilk figcaption {
  position: relative;
}
.cid-tshea7Qilk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea7Qilk .image-block {
    width: 100% !important;
  }
}
.cid-tshea82lLD {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tshea82lLD .image-block {
  margin: auto;
}
.cid-tshea82lLD figcaption {
  position: relative;
}
.cid-tshea82lLD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea82lLD .image-block {
    width: 100% !important;
  }
}
.cid-tshea8gJFG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tshea8gJFG .mbr-section-subtitle {
  color: #000000;
}
.cid-tshea8gJFG H2 {
  color: #232323;
}
.cid-tshea8tNz9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tshea8tNz9 .mbr-section-subtitle {
  color: #000000;
}
.cid-tshea8tNz9 H2 {
  color: #232323;
}
.cid-tshea8GLeU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshea8GLeU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshea8GLeU H2 {
  color: #ffffff;
}
.cid-tshea8GLeU H3 {
  color: #ffffff;
}
.cid-tshea8TCb3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshea8TCb3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tshea8TCb3 p {
  color: #767676;
  text-align: left;
}
.cid-tshea8TCb3 .card-box {
  padding-top: 2rem;
}
.cid-tshea8TCb3 .card-wrapper {
  height: 100%;
}
.cid-tshea8TCb3 P {
  text-align: center;
  color: #ffffff;
}
.cid-tshea8TCb3 .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tshea9d7wf {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshea9d7wf .image-block {
  margin: auto;
}
.cid-tshea9d7wf figcaption {
  position: relative;
}
.cid-tshea9d7wf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea9d7wf .image-block {
    width: 100% !important;
  }
}
.cid-tshea9q2Tm {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshea9q2Tm .image-block {
  margin: auto;
}
.cid-tshea9q2Tm figcaption {
  position: relative;
}
.cid-tshea9q2Tm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshea9q2Tm .image-block {
    width: 100% !important;
  }
}
.cid-tshea9DmkQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshea9DmkQ .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tshea9DmkQ H2 {
  color: #ffffff;
}
.cid-tshea9DmkQ H4 {
  color: #ffffff;
}
.cid-tshea9SCcw {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tshea9SCcw p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tshea9SCcw .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tshea9SCcw .collapsed {
  border: none;
}
.cid-tshea9SCcw .collapsed span {
  transform: rotate(0deg);
}
.cid-tshea9SCcw span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tshea9SCcw .panel-body {
  padding-top: 0.5rem;
}
.cid-tshea9SCcw .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tshea9SCcw .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tshea9SCcw .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tshea9SCcw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tshea9SCcw .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tshea9SCcw .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tshea9SCcw .panel-text {
  color: #ffffff;
}
.cid-tshea9SCcw H4 {
  color: #ffffff;
}
.cid-tshea9SCcw H2 {
  color: #ffffff;
}
.cid-tshea9SCcw .mbr-section-text {
  color: #ffffff;
}
.cid-tshea9SCcw H3 {
  color: #ffffff;
}
.cid-tsheaab6Jz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsheaab6Jz .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsheaab6Jz H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsheaab6Jz H4 {
  color: #ffde00;
}
.cid-tsheaapWFz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsheaapWFz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsheaapWFz H2 {
  color: #ffffff;
}
.cid-tsheaapWFz H4 {
  color: #ffffff;
}
.cid-tsheaaDiBR {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsheaaDiBR .image-block {
  margin: auto;
}
.cid-tsheaaDiBR figcaption {
  position: relative;
}
.cid-tsheaaDiBR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheaaDiBR .image-block {
    width: 100% !important;
  }
}
.cid-tsheaaQDO2 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsheaaQDO2 .image-block {
  margin: auto;
}
.cid-tsheaaQDO2 figcaption {
  position: relative;
}
.cid-tsheaaQDO2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheaaQDO2 .image-block {
    width: 100% !important;
  }
}
.cid-tsheab4ZBF {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsheab4ZBF .image-block {
  margin: auto;
}
.cid-tsheab4ZBF figcaption {
  position: relative;
}
.cid-tsheab4ZBF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheab4ZBF .image-block {
    width: 100% !important;
  }
}
.cid-tsheabkHvb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsheabkHvb .mbr-section-subtitle {
  color: #232323;
}
.cid-tsheabkHvb H2 {
  color: #ffffff;
}
.cid-tsheabkHvb H4 {
  color: #ffffff;
}
.cid-tusA4xANot {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tusA4xANot .image-block {
  margin: auto;
}
.cid-tusA4xANot figcaption {
  position: relative;
}
.cid-tusA4xANot figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusA4xANot .image-block {
    width: 100% !important;
  }
}
.cid-tsheeny3tz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsheeny3tz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsheeny3tz H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsheeny3tz H4 {
  color: #ffde00;
}
.cid-tsheenHetr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsheenHetr .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsheenHetr H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsheenHetr H4 {
  color: #ffde00;
}
.cid-tsheenTtmv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsheenTtmv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsheenTtmv H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsheenTtmv H4 {
  color: #ffde00;
}
.cid-tsheeo2B0g {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsheeo2B0g .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsheeo2B0g .video-block {
    width: 100% !important;
  }
}
.cid-tsheeobr2s {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tsheeobr2s .image-block {
  margin: auto;
}
.cid-tsheeobr2s figcaption {
  position: relative;
}
.cid-tsheeobr2s figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheeobr2s .image-block {
    width: 100% !important;
  }
}
.cid-tsheeol3Bi {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsheeol3Bi .image-block {
  margin: auto;
}
.cid-tsheeol3Bi figcaption {
  position: relative;
}
.cid-tsheeol3Bi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheeol3Bi .image-block {
    width: 100% !important;
  }
}
.cid-tsheeounw4 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsheeounw4 .image-block {
  margin: auto;
}
.cid-tsheeounw4 figcaption {
  position: relative;
}
.cid-tsheeounw4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheeounw4 .image-block {
    width: 100% !important;
  }
}
.cid-tusA5iHnVf {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tusA5iHnVf .image-block {
  margin: auto;
}
.cid-tusA5iHnVf figcaption {
  position: relative;
}
.cid-tusA5iHnVf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusA5iHnVf .image-block {
    width: 100% !important;
  }
}
.cid-tsheeoOhuu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsheeoOhuu .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsheeoOhuu H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsheeoOhuu H4 {
  color: #efefef;
}
.cid-tsheeoYzFO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsheeoYzFO h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsheeoYzFO p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsheeoYzFO .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsheeoYzFO .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsheeoYzFO .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsheeoYzFO P {
  text-align: center;
  color: #ffffff;
}
.cid-tsheeoYzFO .card-title,
.cid-tsheeoYzFO .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsheepjqUV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsheepjqUV h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsheepjqUV p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsheepjqUV .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsheepjqUV .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsheepjqUV .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsheepjqUV P {
  text-align: center;
  color: #ffffff;
}
.cid-tsheepjqUV .card-title,
.cid-tsheepjqUV .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoTZCbmx2 {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoTZCbmx2 .image-block {
  margin: auto;
}
.cid-ttoTZCbmx2 figcaption {
  position: relative;
}
.cid-ttoTZCbmx2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoTZCbmx2 .image-block {
    width: 100% !important;
  }
}
.cid-tsheepBffx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsheepBffx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsheepBffx H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsheepBffx H4 {
  color: #c7ff00;
}
.cid-tsheepLxCU {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsheepLxCU .image-block {
  margin: auto;
}
.cid-tsheepLxCU figcaption {
  position: relative;
}
.cid-tsheepLxCU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheepLxCU .image-block {
    width: 100% !important;
  }
}
.cid-tsheepWPTN {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsheepWPTN .image-block {
  margin: auto;
}
.cid-tsheepWPTN figcaption {
  position: relative;
}
.cid-tsheepWPTN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheepWPTN .image-block {
    width: 100% !important;
  }
}
.cid-tsheeq6rSN {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsheeq6rSN .image-block {
  margin: auto;
}
.cid-tsheeq6rSN figcaption {
  position: relative;
}
.cid-tsheeq6rSN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheeq6rSN .image-block {
    width: 100% !important;
  }
}
.cid-tsheeqhV74 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsheeqhV74 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsheeqhV74 H2 {
  color: #ffffff;
}
.cid-tsheeqhV74 H4 {
  color: #ffffff;
}
.cid-tsheeqsEp9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsheeqsEp9 .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsheeqsEp9 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsheeqEOj6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsheeqEOj6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsheeqEOj6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsheeqEOj6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsheeqEOj6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsheeqEOj6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsheeqEOj6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsheeqEOj6 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsheeqEOj6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsheeqEOj6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsheeqYwn3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsheeqYwn3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsheeqYwn3 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsheeqYwn3 H4 {
  color: #ffffff;
}
.cid-tsheerarqn {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsheerarqn .image-block {
  margin: auto;
}
.cid-tsheerarqn figcaption {
  position: relative;
}
.cid-tsheerarqn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheerarqn .image-block {
    width: 100% !important;
  }
}
.cid-tsheerlwSc {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tsheerlwSc .image-block {
  margin: auto;
}
.cid-tsheerlwSc figcaption {
  position: relative;
}
.cid-tsheerlwSc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheerlwSc .image-block {
    width: 100% !important;
  }
}
.cid-tsheerxFWl {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsheerxFWl .image-block {
  margin: auto;
}
.cid-tsheerxFWl figcaption {
  position: relative;
}
.cid-tsheerxFWl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheerxFWl .image-block {
    width: 100% !important;
  }
}
.cid-tsheerI8Db {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsheerI8Db .image-block {
  margin: auto;
}
.cid-tsheerI8Db figcaption {
  position: relative;
}
.cid-tsheerI8Db figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheerI8Db .image-block {
    width: 100% !important;
  }
}
.cid-tsheerTQQe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsheerTQQe .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsheerTQQe H2 {
  color: #ffffff;
}
.cid-tsheerTQQe H4 {
  color: #ffffff;
}
.cid-tshees5wkP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshees5wkP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshees5wkP H2 {
  color: #ddff55;
}
.cid-tshees5wkP H3 {
  color: #fff000;
}
.cid-tsheesjDM5 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsheesjDM5 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsheesjDM5 .video-block {
    width: 100% !important;
  }
}
.cid-tsheesu7j7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsheesu7j7 .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tsheesu7j7 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoTXNTjui {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoTXNTjui .mbr-text {
  color: #767676;
}
.cid-ttoTXNTjui h4 {
  text-align: center;
}
.cid-ttoTXNTjui p {
  text-align: center;
}
.cid-ttoTXNTjui .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoTXNTjui .card-title,
.cid-ttoTXNTjui .card-img {
  color: #ffffff;
}
.cid-tsheet1RNJ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsheet1RNJ .image-block {
  margin: auto;
}
.cid-tsheet1RNJ figcaption {
  position: relative;
}
.cid-tsheet1RNJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheet1RNJ .image-block {
    width: 100% !important;
  }
}
.cid-tsheetdRyq {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsheetdRyq .image-block {
  margin: auto;
}
.cid-tsheetdRyq figcaption {
  position: relative;
}
.cid-tsheetdRyq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheetdRyq .image-block {
    width: 100% !important;
  }
}
.cid-tsheetpsmG {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsheetpsmG .image-block {
  margin: auto;
}
.cid-tsheetpsmG figcaption {
  position: relative;
}
.cid-tsheetpsmG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheetpsmG .image-block {
    width: 100% !important;
  }
}
.cid-tsheetB1Mq {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tsheetB1Mq .image-block {
  margin: auto;
}
.cid-tsheetB1Mq figcaption {
  position: relative;
}
.cid-tsheetB1Mq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheetB1Mq .image-block {
    width: 100% !important;
  }
}
.cid-tsheetQFVN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsheetQFVN .mbr-section-subtitle {
  color: #000000;
}
.cid-tsheetQFVN H2 {
  color: #232323;
}
.cid-tsheeu23w7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsheeu23w7 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsheeu23w7 H2 {
  color: #232323;
}
.cid-tsheeuf90b {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsheeuf90b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsheeuf90b H2 {
  color: #ffffff;
}
.cid-tsheeuf90b H3 {
  color: #ffffff;
}
.cid-tsheeus3IT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsheeus3IT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsheeus3IT p {
  color: #767676;
  text-align: left;
}
.cid-tsheeus3IT .card-box {
  padding-top: 2rem;
}
.cid-tsheeus3IT .card-wrapper {
  height: 100%;
}
.cid-tsheeus3IT P {
  text-align: center;
  color: #ffffff;
}
.cid-tsheeus3IT .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsheeuMlcT {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsheeuMlcT .image-block {
  margin: auto;
}
.cid-tsheeuMlcT figcaption {
  position: relative;
}
.cid-tsheeuMlcT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheeuMlcT .image-block {
    width: 100% !important;
  }
}
.cid-tsheeuZQ5e {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsheeuZQ5e .image-block {
  margin: auto;
}
.cid-tsheeuZQ5e figcaption {
  position: relative;
}
.cid-tsheeuZQ5e figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheeuZQ5e .image-block {
    width: 100% !important;
  }
}
.cid-tsheevdq5O {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsheevdq5O .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsheevdq5O H2 {
  color: #ffffff;
}
.cid-tsheevdq5O H4 {
  color: #ffffff;
}
.cid-tsheevqlHA {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tsheevqlHA p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tsheevqlHA .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tsheevqlHA .collapsed {
  border: none;
}
.cid-tsheevqlHA .collapsed span {
  transform: rotate(0deg);
}
.cid-tsheevqlHA span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tsheevqlHA .panel-body {
  padding-top: 0.5rem;
}
.cid-tsheevqlHA .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsheevqlHA .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tsheevqlHA .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tsheevqlHA .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsheevqlHA .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tsheevqlHA .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsheevqlHA .panel-text {
  color: #ffffff;
}
.cid-tsheevqlHA H4 {
  color: #ffffff;
}
.cid-tsheevqlHA H2 {
  color: #ffffff;
}
.cid-tsheevqlHA .mbr-section-text {
  color: #ffffff;
}
.cid-tsheevqlHA H3 {
  color: #ffffff;
}
.cid-tsheevKE5G {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsheevKE5G .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsheevKE5G H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsheevKE5G H4 {
  color: #ffde00;
}
.cid-tsheevYbEh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsheevYbEh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsheevYbEh H2 {
  color: #ffffff;
}
.cid-tsheevYbEh H4 {
  color: #ffffff;
}
.cid-tsheewbPqq {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsheewbPqq .image-block {
  margin: auto;
}
.cid-tsheewbPqq figcaption {
  position: relative;
}
.cid-tsheewbPqq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheewbPqq .image-block {
    width: 100% !important;
  }
}
.cid-tsheewpfhS {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsheewpfhS .image-block {
  margin: auto;
}
.cid-tsheewpfhS figcaption {
  position: relative;
}
.cid-tsheewpfhS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheewpfhS .image-block {
    width: 100% !important;
  }
}
.cid-tsheewDEPt {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsheewDEPt .image-block {
  margin: auto;
}
.cid-tsheewDEPt figcaption {
  position: relative;
}
.cid-tsheewDEPt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsheewDEPt .image-block {
    width: 100% !important;
  }
}
.cid-tsheewS5yb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsheewS5yb .mbr-section-subtitle {
  color: #232323;
}
.cid-tsheewS5yb H2 {
  color: #ffffff;
}
.cid-tsheewS5yb H4 {
  color: #ffffff;
}
.cid-tusAaS9NDr {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tusAaS9NDr .image-block {
  margin: auto;
}
.cid-tusAaS9NDr figcaption {
  position: relative;
}
.cid-tusAaS9NDr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusAaS9NDr .image-block {
    width: 100% !important;
  }
}
.cid-tshejQxinZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshejQxinZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshejQxinZ H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshejQxinZ H4 {
  color: #ffde00;
}
.cid-tshejQGXc0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshejQGXc0 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshejQGXc0 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshejQGXc0 H4 {
  color: #ffde00;
}
.cid-tshejQQsK6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshejQQsK6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshejQQsK6 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshejQQsK6 H4 {
  color: #ffde00;
}
.cid-tshejQZ2Tv {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshejQZ2Tv .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshejQZ2Tv .video-block {
    width: 100% !important;
  }
}
.cid-tshejR8tbd {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshejR8tbd .image-block {
  margin: auto;
}
.cid-tshejR8tbd figcaption {
  position: relative;
}
.cid-tshejR8tbd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejR8tbd .image-block {
    width: 100% !important;
  }
}
.cid-tshejRhpFS {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshejRhpFS .image-block {
  margin: auto;
}
.cid-tshejRhpFS figcaption {
  position: relative;
}
.cid-tshejRhpFS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejRhpFS .image-block {
    width: 100% !important;
  }
}
.cid-tshejRrFer {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshejRrFer .image-block {
  margin: auto;
}
.cid-tshejRrFer figcaption {
  position: relative;
}
.cid-tshejRrFer figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejRrFer .image-block {
    width: 100% !important;
  }
}
.cid-tusAbxDUeE {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tusAbxDUeE .image-block {
  margin: auto;
}
.cid-tusAbxDUeE figcaption {
  position: relative;
}
.cid-tusAbxDUeE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusAbxDUeE .image-block {
    width: 100% !important;
  }
}
.cid-tshejRJk7C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshejRJk7C .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tshejRJk7C H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshejRJk7C H4 {
  color: #efefef;
}
.cid-tshejRWOgh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshejRWOgh h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshejRWOgh p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshejRWOgh .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshejRWOgh .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshejRWOgh .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshejRWOgh P {
  text-align: center;
  color: #ffffff;
}
.cid-tshejRWOgh .card-title,
.cid-tshejRWOgh .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tshejSeoRZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshejSeoRZ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshejSeoRZ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshejSeoRZ .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshejSeoRZ .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshejSeoRZ .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshejSeoRZ P {
  text-align: center;
  color: #ffffff;
}
.cid-tshejSeoRZ .card-title,
.cid-tshejSeoRZ .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoUkXdtD8 {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoUkXdtD8 .image-block {
  margin: auto;
}
.cid-ttoUkXdtD8 figcaption {
  position: relative;
}
.cid-ttoUkXdtD8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoUkXdtD8 .image-block {
    width: 100% !important;
  }
}
.cid-tshejSx6c0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshejSx6c0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshejSx6c0 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshejSx6c0 H4 {
  color: #c7ff00;
}
.cid-tshejSIHdu {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshejSIHdu .image-block {
  margin: auto;
}
.cid-tshejSIHdu figcaption {
  position: relative;
}
.cid-tshejSIHdu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejSIHdu .image-block {
    width: 100% !important;
  }
}
.cid-tshejSSALE {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshejSSALE .image-block {
  margin: auto;
}
.cid-tshejSSALE figcaption {
  position: relative;
}
.cid-tshejSSALE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejSSALE .image-block {
    width: 100% !important;
  }
}
.cid-tshejT2dNo {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshejT2dNo .image-block {
  margin: auto;
}
.cid-tshejT2dNo figcaption {
  position: relative;
}
.cid-tshejT2dNo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejT2dNo .image-block {
    width: 100% !important;
  }
}
.cid-tshejTd8Kf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshejTd8Kf .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshejTd8Kf H2 {
  color: #ffffff;
}
.cid-tshejTd8Kf H4 {
  color: #ffffff;
}
.cid-tshejTpv5r {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tshejTpv5r .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tshejTpv5r .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tshejTCOY1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tshejTCOY1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tshejTCOY1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tshejTCOY1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tshejTCOY1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tshejTCOY1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tshejTCOY1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tshejTCOY1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tshejTCOY1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tshejTCOY1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tshejTU4la {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshejTU4la .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshejTU4la H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshejTU4la H4 {
  color: #ffffff;
}
.cid-tshejU6KZL {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshejU6KZL .image-block {
  margin: auto;
}
.cid-tshejU6KZL figcaption {
  position: relative;
}
.cid-tshejU6KZL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejU6KZL .image-block {
    width: 100% !important;
  }
}
.cid-tshejUhuiA {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshejUhuiA .image-block {
  margin: auto;
}
.cid-tshejUhuiA figcaption {
  position: relative;
}
.cid-tshejUhuiA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejUhuiA .image-block {
    width: 100% !important;
  }
}
.cid-tshejUsKL8 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshejUsKL8 .image-block {
  margin: auto;
}
.cid-tshejUsKL8 figcaption {
  position: relative;
}
.cid-tshejUsKL8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejUsKL8 .image-block {
    width: 100% !important;
  }
}
.cid-tshejUEJ6M {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshejUEJ6M .image-block {
  margin: auto;
}
.cid-tshejUEJ6M figcaption {
  position: relative;
}
.cid-tshejUEJ6M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejUEJ6M .image-block {
    width: 100% !important;
  }
}
.cid-tshejUSGTe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshejUSGTe .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshejUSGTe H2 {
  color: #ffffff;
}
.cid-tshejUSGTe H4 {
  color: #ffffff;
}
.cid-tshejV4Pr3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshejV4Pr3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshejV4Pr3 H2 {
  color: #ddff55;
}
.cid-tshejV4Pr3 H3 {
  color: #fff000;
}
.cid-tshejVfuk5 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshejVfuk5 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshejVfuk5 .video-block {
    width: 100% !important;
  }
}
.cid-tshejVr8X8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tshejVr8X8 .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tshejVr8X8 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoUlUOhth {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoUlUOhth .mbr-text {
  color: #767676;
}
.cid-ttoUlUOhth h4 {
  text-align: center;
}
.cid-ttoUlUOhth p {
  text-align: center;
}
.cid-ttoUlUOhth .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoUlUOhth .card-title,
.cid-ttoUlUOhth .card-img {
  color: #ffffff;
}
.cid-tshejVYdov {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshejVYdov .image-block {
  margin: auto;
}
.cid-tshejVYdov figcaption {
  position: relative;
}
.cid-tshejVYdov figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejVYdov .image-block {
    width: 100% !important;
  }
}
.cid-tshejWdyL0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshejWdyL0 .image-block {
  margin: auto;
}
.cid-tshejWdyL0 figcaption {
  position: relative;
}
.cid-tshejWdyL0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejWdyL0 .image-block {
    width: 100% !important;
  }
}
.cid-tshejWpGBP {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshejWpGBP .image-block {
  margin: auto;
}
.cid-tshejWpGBP figcaption {
  position: relative;
}
.cid-tshejWpGBP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejWpGBP .image-block {
    width: 100% !important;
  }
}
.cid-tshejWBmv4 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tshejWBmv4 .image-block {
  margin: auto;
}
.cid-tshejWBmv4 figcaption {
  position: relative;
}
.cid-tshejWBmv4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejWBmv4 .image-block {
    width: 100% !important;
  }
}
.cid-tshejWNGly {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tshejWNGly .mbr-section-subtitle {
  color: #000000;
}
.cid-tshejWNGly H2 {
  color: #232323;
}
.cid-tshejX09yx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tshejX09yx .mbr-section-subtitle {
  color: #000000;
}
.cid-tshejX09yx H2 {
  color: #232323;
}
.cid-tshejXdX46 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshejXdX46 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshejXdX46 H2 {
  color: #ffffff;
}
.cid-tshejXdX46 H3 {
  color: #ffffff;
}
.cid-tshejXpaI9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshejXpaI9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tshejXpaI9 p {
  color: #767676;
  text-align: left;
}
.cid-tshejXpaI9 .card-box {
  padding-top: 2rem;
}
.cid-tshejXpaI9 .card-wrapper {
  height: 100%;
}
.cid-tshejXpaI9 P {
  text-align: center;
  color: #ffffff;
}
.cid-tshejXpaI9 .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tshejXKCYb {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshejXKCYb .image-block {
  margin: auto;
}
.cid-tshejXKCYb figcaption {
  position: relative;
}
.cid-tshejXKCYb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejXKCYb .image-block {
    width: 100% !important;
  }
}
.cid-tshejXXJZ8 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshejXXJZ8 .image-block {
  margin: auto;
}
.cid-tshejXXJZ8 figcaption {
  position: relative;
}
.cid-tshejXXJZ8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejXXJZ8 .image-block {
    width: 100% !important;
  }
}
.cid-tshejYaWIa {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshejYaWIa .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tshejYaWIa H2 {
  color: #ffffff;
}
.cid-tshejYaWIa H4 {
  color: #ffffff;
}
.cid-tshejYn9Hx {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tshejYn9Hx p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tshejYn9Hx .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tshejYn9Hx .collapsed {
  border: none;
}
.cid-tshejYn9Hx .collapsed span {
  transform: rotate(0deg);
}
.cid-tshejYn9Hx span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tshejYn9Hx .panel-body {
  padding-top: 0.5rem;
}
.cid-tshejYn9Hx .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tshejYn9Hx .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tshejYn9Hx .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tshejYn9Hx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tshejYn9Hx .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tshejYn9Hx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tshejYn9Hx .panel-text {
  color: #ffffff;
}
.cid-tshejYn9Hx H4 {
  color: #ffffff;
}
.cid-tshejYn9Hx H2 {
  color: #ffffff;
}
.cid-tshejYn9Hx .mbr-section-text {
  color: #ffffff;
}
.cid-tshejYn9Hx H3 {
  color: #ffffff;
}
.cid-tshejYHWQA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshejYHWQA .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshejYHWQA H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshejYHWQA H4 {
  color: #ffde00;
}
.cid-tshejYVPH4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshejYVPH4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshejYVPH4 H2 {
  color: #ffffff;
}
.cid-tshejYVPH4 H4 {
  color: #ffffff;
}
.cid-tshejZ9u2g {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshejZ9u2g .image-block {
  margin: auto;
}
.cid-tshejZ9u2g figcaption {
  position: relative;
}
.cid-tshejZ9u2g figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejZ9u2g .image-block {
    width: 100% !important;
  }
}
.cid-tshejZpdKU {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshejZpdKU .image-block {
  margin: auto;
}
.cid-tshejZpdKU figcaption {
  position: relative;
}
.cid-tshejZpdKU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejZpdKU .image-block {
    width: 100% !important;
  }
}
.cid-tshejZD5lN {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshejZD5lN .image-block {
  margin: auto;
}
.cid-tshejZD5lN figcaption {
  position: relative;
}
.cid-tshejZD5lN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshejZD5lN .image-block {
    width: 100% !important;
  }
}
.cid-tshejZRZKd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshejZRZKd .mbr-section-subtitle {
  color: #232323;
}
.cid-tshejZRZKd H2 {
  color: #ffffff;
}
.cid-tshejZRZKd H4 {
  color: #ffffff;
}
.cid-ttiWQsXkMx {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-ttiWQsXkMx .image-block {
  margin: auto;
}
.cid-ttiWQsXkMx figcaption {
  position: relative;
}
.cid-ttiWQsXkMx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQsXkMx .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQtPPPg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ttiWQtPPPg .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQtPPPg H2 {
  color: #ddff55;
}
.cid-ttiWQtPPPg H3 {
  color: #000000;
  text-align: center;
}
.cid-ttiWQu553P {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQu553P .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQu553P .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQujCvE {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ttiWQujCvE .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQujCvE H2 {
  color: #000000;
}
.cid-ttiWQuDB6y {
  background: #85789e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQuDB6y .image-block {
  margin: auto;
}
.cid-ttiWQuDB6y figcaption {
  position: relative;
}
.cid-ttiWQuDB6y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQuDB6y .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQuViZm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiWQuViZm .mbr-section-subtitle {
  color: #767676;
}
.cid-ttiWQuViZm H2 {
  color: #ffffff;
}
.cid-ttiWQvaDF7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-ttiWQvaDF7 .counter-container {
  color: #767676;
}
.cid-ttiWQvaDF7 .counter-container ul {
  margin-bottom: 0;
}
.cid-ttiWQvaDF7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ttiWQvaDF7 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffde00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-ttiWQvaDF7 .mbr-text {
  color: #ffffff;
}
.cid-ttiWQvruYm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ttiWQvruYm .mbr-section-subtitle {
  color: #5b686b;
}
.cid-ttiWQvruYm H2 {
  color: #000000;
}
.cid-ttiWQvFcDT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-ttiWQvFcDT .counter-container {
  color: #767676;
}
.cid-ttiWQvFcDT .counter-container ul {
  margin-bottom: 0;
}
.cid-ttiWQvFcDT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ttiWQvFcDT .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0388b3;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-ttiWQvFcDT .mbr-text {
  color: #232323;
}
.cid-ttiWQvUZxz {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ttiWQvUZxz .image-block {
  margin: auto;
}
.cid-ttiWQvUZxz figcaption {
  position: relative;
}
.cid-ttiWQvUZxz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQvUZxz .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQw9Ozn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttiWQw9Ozn H1 {
  color: #ffc700;
}
.cid-ttiWQw9Ozn .mbr-text,
.cid-ttiWQw9Ozn .mbr-section-btn {
  color: #232323;
}
.cid-ttiWQw9Ozn H3 {
  color: #5b686b;
}
.cid-ttiWQwusjO {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQwusjO .image-block {
  margin: auto;
}
.cid-ttiWQwusjO figcaption {
  position: relative;
}
.cid-ttiWQwusjO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQwusjO .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQwLtB5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttiWQwLtB5 P {
  color: #767676;
}
.cid-ttiWQwLtB5 .mbr-text,
.cid-ttiWQwLtB5 .mbr-section-btn {
  color: #465052;
}
.cid-ttiWQwLtB5 H3 {
  color: #232323;
}
.cid-ttiWQwLtB5 H1 {
  color: #c7ff00;
}
.cid-ttiWQx4HWv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttiWQx4HWv .mbr-section-subtitle {
  color: #465052;
}
.cid-ttiWQx4HWv H2 {
  color: #ffffff;
}
.cid-ttiWQxjhjE {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQxjhjE .image-block {
  margin: auto;
}
.cid-ttiWQxjhjE figcaption {
  position: relative;
}
.cid-ttiWQxjhjE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQxjhjE .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQxzaZl {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttiWQxzaZl .image-block {
  margin: auto;
}
.cid-ttiWQxzaZl figcaption {
  position: relative;
}
.cid-ttiWQxzaZl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQxzaZl .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQxSGDn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttiWQxSGDn H1 {
  color: #ffffff;
}
.cid-ttiWQxSGDn .mbr-text,
.cid-ttiWQxSGDn .mbr-section-btn {
  color: #232323;
}
.cid-ttiWQxSGDn H3 {
  color: #232323;
}
.cid-ttiWQy91S0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttiWQy91S0 .image-block {
  margin: auto;
}
.cid-ttiWQy91S0 figcaption {
  position: relative;
}
.cid-ttiWQy91S0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQy91S0 .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQypi25 {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-ttiWQypi25 .image-block {
  margin: auto;
}
.cid-ttiWQypi25 figcaption {
  position: relative;
}
.cid-ttiWQypi25 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQypi25 .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQyE8nK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-ttiWQyE8nK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiWQyE8nK H2 {
  color: #ffc700;
}
.cid-ttiWQyVQdc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQyVQdc .mbr-section-subtitle {
  color: #767676;
}
.cid-ttiWQyVQdc H2 {
  color: #000000;
}
.cid-ttiWQzb75H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQzb75H h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ttiWQzb75H p {
  color: #767676;
  text-align: left;
}
.cid-ttiWQzb75H .card-box {
  padding-top: 2rem;
}
.cid-ttiWQzb75H .card-wrapper {
  height: 100%;
}
.cid-ttiWQzb75H .card-title DIV {
  text-align: center;
}
.cid-ttiWQzb75H P {
  text-align: center;
  color: #465052;
}
.cid-ttiWQzb75H .card-title {
  text-align: center;
  color: #000000;
}
.cid-ttiWQzBZBN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQzBZBN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ttiWQzBZBN p {
  color: #767676;
  text-align: left;
}
.cid-ttiWQzBZBN .card-box {
  padding-top: 2rem;
}
.cid-ttiWQzBZBN .card-wrapper {
  height: 100%;
}
.cid-ttiWQzBZBN .card-title DIV {
  text-align: center;
}
.cid-ttiWQzBZBN P {
  text-align: center;
  color: #465052;
}
.cid-ttiWQzBZBN .card-title {
  text-align: center;
  color: #000000;
}
.cid-ttiWQA09XL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQA09XL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ttiWQA09XL p {
  color: #767676;
  text-align: left;
}
.cid-ttiWQA09XL .card-box {
  padding-top: 2rem;
}
.cid-ttiWQA09XL .card-wrapper {
  height: 100%;
}
.cid-ttiWQA09XL .card-title DIV {
  text-align: center;
}
.cid-ttiWQA09XL P {
  text-align: center;
  color: #465052;
}
.cid-ttiWQA09XL .card-title {
  text-align: center;
  color: #000000;
}
.cid-ttiWQApENc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ttiWQApENc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ttiWQApENc p {
  color: #767676;
  text-align: left;
}
.cid-ttiWQApENc .card-box {
  padding-top: 2rem;
}
.cid-ttiWQApENc .card-wrapper {
  height: 100%;
}
.cid-ttiWQApENc .card-title DIV {
  text-align: center;
}
.cid-ttiWQApENc P {
  text-align: center;
  color: #465052;
}
.cid-ttiWQApENc .card-title {
  text-align: center;
  color: #000000;
}
.cid-ttiWQAPqQy {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-ttiWQAPqQy .image-block {
  margin: auto;
}
.cid-ttiWQAPqQy figcaption {
  position: relative;
}
.cid-ttiWQAPqQy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQAPqQy .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQB7KUB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiWQB7KUB .mbr-section-subtitle {
  color: #ffde00;
}
.cid-ttiWQB7KUB H2 {
  color: #ffffff;
}
.cid-ttiWQBoK8S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiWQBoK8S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiWQBoK8S H2 {
  color: #ffffff;
}
.cid-ttiWQBGGPy {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQBGGPy .image-block {
  margin: auto;
}
.cid-ttiWQBGGPy figcaption {
  position: relative;
}
.cid-ttiWQBGGPy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQBGGPy .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQBXOlP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiWQBXOlP P {
  color: #767676;
}
.cid-ttiWQBXOlP .mbr-text,
.cid-ttiWQBXOlP .mbr-section-btn {
  color: #465052;
}
.cid-ttiWQBXOlP H3 {
  color: #232323;
}
.cid-ttiWQBXOlP H1 {
  color: #ffffff;
}
.cid-ttiWQCiGXr {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQCiGXr .image-block {
  margin: auto;
}
.cid-ttiWQCiGXr figcaption {
  position: relative;
}
.cid-ttiWQCiGXr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQCiGXr .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQCAXQm {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQCAXQm .image-block {
  margin: auto;
}
.cid-ttiWQCAXQm figcaption {
  position: relative;
}
.cid-ttiWQCAXQm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQCAXQm .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQCRu7S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiWQCRu7S .mbr-section-subtitle {
  color: #465052;
}
.cid-ttiWQCRu7S H2 {
  color: #ffffff;
}
.cid-ttiWQD9Nlm {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWQD9Nlm .image-block {
  margin: auto;
}
.cid-ttiWQD9Nlm figcaption {
  position: relative;
}
.cid-ttiWQD9Nlm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQD9Nlm .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQDrgoC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiWQDrgoC H1 {
  color: #ffffff;
}
.cid-ttiWQDrgoC .mbr-text,
.cid-ttiWQDrgoC .mbr-section-btn {
  color: #232323;
}
.cid-ttiWQDrgoC H3 {
  color: #232323;
}
.cid-ttiWQDMNJe {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-ttiWQDMNJe .image-block {
  margin: auto;
}
.cid-ttiWQDMNJe figcaption {
  position: relative;
}
.cid-ttiWQDMNJe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQDMNJe .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQE4Y4c {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttiWQE4Y4c .image-block {
  margin: auto;
}
.cid-ttiWQE4Y4c figcaption {
  position: relative;
}
.cid-ttiWQE4Y4c figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQE4Y4c .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQEm6lJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQEm6lJ .mbr-section-subtitle {
  color: #767676;
}
.cid-ttiWQEm6lJ H2 {
  color: #000000;
}
.cid-ttiWQEEDg1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQEEDg1 .image-block {
  margin: auto;
}
.cid-ttiWQEEDg1 figcaption {
  position: relative;
}
.cid-ttiWQEEDg1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQEEDg1 .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQEWl5l {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ttiWQEWl5l H1 {
  color: #000000;
}
.cid-ttiWQEWl5l .mbr-text,
.cid-ttiWQEWl5l .mbr-section-btn {
  color: #232323;
}
.cid-ttiWQEWl5l H3 {
  color: #232323;
}
.cid-ttiWQFiRiO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ttiWQFiRiO .mbr-section-subtitle {
  color: #767676;
}
.cid-ttiWQFiRiO H2 {
  color: #000000;
}
.cid-ttiWQFBgOa {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ttiWQFBgOa .counter-container {
  color: #767676;
}
.cid-ttiWQFBgOa .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ttiWQFBgOa .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ttiWQFBgOa .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-ttiWQFBgOa .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #69b6a1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-ttiWQFBgOa .mbr-text {
  color: #000000;
}
.cid-ttiWQFV9x7 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-ttiWQFV9x7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiWQFV9x7 H2 {
  color: #ddff55;
}
.cid-ttiWQFV9x7 H3 {
  color: #ddff55;
}
.cid-ttiWQGdbOx {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWQGdbOx .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQGdbOx .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQGw5YO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiWQGw5YO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ttiWQGw5YO p {
  color: #767676;
  text-align: left;
}
.cid-ttiWQGw5YO .card-box {
  padding-top: 2rem;
}
.cid-ttiWQGw5YO .card-wrapper {
  height: 100%;
}
.cid-ttiWQGw5YO P {
  text-align: center;
  color: #ffffff;
}
.cid-ttiWQGw5YO .card-title {
  text-align: center;
  color: #ffde00;
}
.cid-ttiWQGYeWx {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQGYeWx .image-block {
  margin: auto;
}
.cid-ttiWQGYeWx figcaption {
  position: relative;
}
.cid-ttiWQGYeWx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQGYeWx .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQHhjSb {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQHhjSb .image-block {
  margin: auto;
}
.cid-ttiWQHhjSb figcaption {
  position: relative;
}
.cid-ttiWQHhjSb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQHhjSb .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQHAvFt {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ttiWQHAvFt .mbr-section-subtitle {
  color: #1a3246;
}
.cid-ttiWQHAvFt H2 {
  color: #ffffff;
}
.cid-ttiWQHAvFt H4 {
  color: #ffffff;
}
.cid-ttiWQHTsIm {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-ttiWQHTsIm .image-block {
  margin: auto;
}
.cid-ttiWQHTsIm figcaption {
  position: relative;
}
.cid-ttiWQHTsIm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQHTsIm .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQIdzdk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ttiWQIdzdk .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQIdzdk H2 {
  color: #232323;
}
.cid-ttiWQIzo4M {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ttiWQIzo4M .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQIzo4M H2 {
  color: #232323;
}
.cid-ttiWQITzaI {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ttiWQITzaI .image-block {
  margin: auto;
}
.cid-ttiWQITzaI figcaption {
  position: relative;
}
.cid-ttiWQITzaI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQITzaI .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQJdVhi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ttiWQJdVhi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiWQJdVhi H2 {
  color: #ffffff;
}
.cid-ttiWQJwmLP {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQJwmLP .image-block {
  margin: auto;
}
.cid-ttiWQJwmLP figcaption {
  position: relative;
}
.cid-ttiWQJwmLP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQJwmLP .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQJQTzA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttiWQJQTzA P {
  color: #767676;
}
.cid-ttiWQJQTzA .mbr-text,
.cid-ttiWQJQTzA .mbr-section-btn {
  color: #465052;
}
.cid-ttiWQJQTzA H3 {
  color: #232323;
}
.cid-ttiWQJQTzA H1 {
  color: #ffffff;
}
.cid-ttiWQKfbHV {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQKfbHV .image-block {
  margin: auto;
}
.cid-ttiWQKfbHV figcaption {
  position: relative;
}
.cid-ttiWQKfbHV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQKfbHV .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQKAzV2 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQKAzV2 .image-block {
  margin: auto;
}
.cid-ttiWQKAzV2 figcaption {
  position: relative;
}
.cid-ttiWQKAzV2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQKAzV2 .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQKUyN2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttiWQKUyN2 H1 {
  color: #ffffff;
}
.cid-ttiWQKUyN2 .mbr-text,
.cid-ttiWQKUyN2 .mbr-section-btn {
  color: #232323;
}
.cid-ttiWQKUyN2 H3 {
  color: #232323;
}
.cid-ttiWQLg0mJ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttiWQLg0mJ .image-block {
  margin: auto;
}
.cid-ttiWQLg0mJ figcaption {
  position: relative;
}
.cid-ttiWQLg0mJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQLg0mJ .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQLCT7n {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQLCT7n .mbr-section-subtitle {
  color: #5b686b;
}
.cid-ttiWQLCT7n H2 {
  color: #000000;
}
.cid-ttiWQLW90c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQLW90c .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQLW90c H2 {
  color: #232323;
}
.cid-ttiWQMh2md {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWQMh2md .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQMh2md .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQMBDlD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQMBDlD .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQMBDlD H2 {
  color: #232323;
}
.cid-ttiWQMWiL6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQMWiL6 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQMWiL6 .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQNiwVb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQNiwVb .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQNiwVb H2 {
  color: #232323;
}
.cid-ttiWQNDera {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQNDera .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQNDera .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQNX5W4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQNX5W4 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQNX5W4 H2 {
  color: #232323;
}
.cid-ttiWQOiygp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQOiygp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQOiygp .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQODtdt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQODtdt .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQODtdt H2 {
  color: #232323;
}
.cid-ttiWQP1AAe {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQP1AAe .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQP1AAe .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQPmmFU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQPmmFU .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQPmmFU H2 {
  color: #232323;
}
.cid-ttiWQPI5EN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWQPI5EN .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQPI5EN .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQQ3cGA {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttiWQQ3cGA .image-block {
  margin: auto;
}
.cid-ttiWQQ3cGA figcaption {
  position: relative;
}
.cid-ttiWQQ3cGA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQQ3cGA .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQQq5So {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQQq5So .image-block {
  margin: auto;
}
.cid-ttiWQQq5So figcaption {
  position: relative;
}
.cid-ttiWQQq5So figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQQq5So .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQQM5wK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQQM5wK .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQQM5wK H2 {
  color: #232323;
}
.cid-ttiWQR83CE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQR83CE .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQR83CE .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQRt8H8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQRt8H8 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQRt8H8 H2 {
  color: #232323;
}
.cid-ttiWQRPdgH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQRPdgH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQRPdgH .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQSdMKy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQSdMKy .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQSdMKy H2 {
  color: #232323;
}
.cid-ttiWQSA303 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWQSA303 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQSA303 .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQSVtDK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQSVtDK .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQSVtDK H2 {
  color: #232323;
}
.cid-ttiWQTiDmQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQTiDmQ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQTiDmQ .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQTGGel {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQTGGel .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQTGGel H2 {
  color: #232323;
}
.cid-ttiWQU2e1s {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQU2e1s .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQU2e1s .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQUoHtn {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttiWQUoHtn .image-block {
  margin: auto;
}
.cid-ttiWQUoHtn figcaption {
  position: relative;
}
.cid-ttiWQUoHtn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQUoHtn .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQULRmd {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQULRmd .image-block {
  margin: auto;
}
.cid-ttiWQULRmd figcaption {
  position: relative;
}
.cid-ttiWQULRmd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQULRmd .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQV7FLK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQV7FLK .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQV7FLK H2 {
  color: #232323;
}
.cid-ttiWQVw17h {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQVw17h .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQVw17h .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQVSve3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQVSve3 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQVSve3 H2 {
  color: #232323;
}
.cid-ttiWQWfKRI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQWfKRI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQWfKRI .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQWB54b {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQWB54b .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQWB54b H2 {
  color: #232323;
}
.cid-ttiWQX1nYc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWQX1nYc .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQX1nYc .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQXnJAb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQXnJAb .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQXnJAb H2 {
  color: #232323;
}
.cid-ttiWQXLd3q {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWQXLd3q .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQXLd3q .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQY8yNi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQY8yNi .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQY8yNi H2 {
  color: #232323;
}
.cid-ttiWQYx3J7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQYx3J7 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQYx3J7 .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQYUmFw {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttiWQYUmFw .image-block {
  margin: auto;
}
.cid-ttiWQYUmFw figcaption {
  position: relative;
}
.cid-ttiWQYUmFw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQYUmFw .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQZiN6e {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQZiN6e .image-block {
  margin: auto;
}
.cid-ttiWQZiN6e figcaption {
  position: relative;
}
.cid-ttiWQZiN6e figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQZiN6e .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQZF6Eh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQZF6Eh .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQZF6Eh H2 {
  color: #232323;
}
.cid-ttiWR05qdc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWR05qdc .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWR05qdc .video-block {
    width: 100% !important;
  }
}
.cid-ttiWR0sCrZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWR0sCrZ .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWR0sCrZ H2 {
  color: #232323;
}
.cid-ttiWR0RfuU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWR0RfuU .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWR0RfuU .video-block {
    width: 100% !important;
  }
}
.cid-ttiWR1eBwj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWR1eBwj .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWR1eBwj H2 {
  color: #232323;
}
.cid-ttiWR1CkBy {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWR1CkBy .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWR1CkBy .video-block {
    width: 100% !important;
  }
}
.cid-ttiWR22QFx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWR22QFx .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWR22QFx H2 {
  color: #232323;
}
.cid-ttiWR2runo {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWR2runo .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWR2runo .video-block {
    width: 100% !important;
  }
}
.cid-ttiWR2P6e4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWR2P6e4 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWR2P6e4 H2 {
  color: #232323;
}
.cid-ttiWR3fAHI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWR3fAHI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWR3fAHI .video-block {
    width: 100% !important;
  }
}
.cid-ttiWR3EWE8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWR3EWE8 .image-block {
  margin: auto;
}
.cid-ttiWR3EWE8 figcaption {
  position: relative;
}
.cid-ttiWR3EWE8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWR3EWE8 .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR43xhz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttiWR43xhz .image-block {
  margin: auto;
}
.cid-ttiWR43xhz figcaption {
  position: relative;
}
.cid-ttiWR43xhz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWR43xhz .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR4sxpW {
  background: #622d46;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ttiWR4sxpW .image-block {
  margin: auto;
}
.cid-ttiWR4sxpW figcaption {
  position: relative;
}
.cid-ttiWR4sxpW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWR4sxpW .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR4QxSE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-ttiWR4QxSE .mbr-section-subtitle {
  color: #767676;
}
.cid-ttiWR4QxSE H2 {
  color: #f9f295;
}
.cid-ttiWR5hdvF {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWR5hdvF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWR5hdvF .video-block {
    width: 100% !important;
  }
}
.cid-ttiWR5F4Bb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-ttiWR5F4Bb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiWR5F4Bb H2 {
  color: #ffffff;
}
.cid-ttiWR64up0 {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWR64up0 .image-block {
  margin: auto;
}
.cid-ttiWR64up0 figcaption {
  position: relative;
}
.cid-ttiWR64up0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWR64up0 .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR6tpCy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-ttiWR6tpCy H1 {
  color: #ffffff;
}
.cid-ttiWR6tpCy .mbr-text,
.cid-ttiWR6tpCy .mbr-section-btn {
  color: #232323;
}
.cid-ttiWR6tpCy H3 {
  color: #232323;
}
.cid-ttiWR6WFRn {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWR6WFRn .image-block {
  margin: auto;
}
.cid-ttiWR6WFRn figcaption {
  position: relative;
}
.cid-ttiWR6WFRn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWR6WFRn .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR7lmPx {
  background: #622d46;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttiWR7lmPx .image-block {
  margin: auto;
}
.cid-ttiWR7lmPx figcaption {
  position: relative;
}
.cid-ttiWR7lmPx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWR7lmPx .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR7KMNG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-ttiWR7KMNG H1 {
  color: #ffffff;
}
.cid-ttiWR7KMNG .mbr-text,
.cid-ttiWR7KMNG .mbr-section-btn {
  color: #232323;
}
.cid-ttiWR7KMNG H3 {
  color: #232323;
}
.cid-ttiWR8dYrx {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-ttiWR8dYrx .image-block {
  margin: auto;
}
.cid-ttiWR8dYrx figcaption {
  position: relative;
}
.cid-ttiWR8dYrx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWR8dYrx .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR8C9ER {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ttiWR8C9ER .mbr-section-subtitle {
  color: #232323;
}
.cid-ttiWR8C9ER H2 {
  color: #232323;
}
.cid-ttiXjzJeEb {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiXjzJeEb .image-block {
  margin: auto;
}
.cid-ttiXjzJeEb figcaption {
  position: relative;
}
.cid-ttiXjzJeEb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiXjzJeEb .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR9tZpW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWR9tZpW H1 {
  color: #232323;
}
.cid-ttiWR9tZpW .mbr-text,
.cid-ttiWR9tZpW .mbr-section-btn {
  color: #232323;
}
.cid-ttiWR9tZpW H3 {
  color: #232323;
}
.cid-ttiXpc4ayK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiXpc4ayK .image-block {
  margin: auto;
}
.cid-ttiXpc4ayK figcaption {
  position: relative;
}
.cid-ttiXpc4ayK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiXpc4ayK .image-block {
    width: 100% !important;
  }
}
.cid-ttiWRamvNB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWRamvNB .image-block {
  margin: auto;
}
.cid-ttiWRamvNB figcaption {
  position: relative;
}
.cid-ttiWRamvNB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWRamvNB .image-block {
    width: 100% !important;
  }
}
.cid-ttiWRaMmal {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWRaMmal H1 {
  color: #000000;
}
.cid-ttiWRaMmal .mbr-text,
.cid-ttiWRaMmal .mbr-section-btn {
  color: #232323;
}
.cid-ttiWRaMmal H3 {
  color: #232323;
}
.cid-ttiWRbgvDU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-ttiWRbgvDU .image-block {
  margin: auto;
}
.cid-ttiWRbgvDU figcaption {
  position: relative;
}
.cid-ttiWRbgvDU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWRbgvDU .image-block {
    width: 100% !important;
  }
}
.cid-ttiWRbGMw2 {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-ttiWRbGMw2 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-ttiWRbGMw2 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-ttiWRbGMw2 .collapsed {
  border: none;
}
.cid-ttiWRbGMw2 .collapsed span {
  transform: rotate(0deg);
}
.cid-ttiWRbGMw2 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #55b4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-ttiWRbGMw2 .panel-body {
  padding-top: 0.5rem;
}
.cid-ttiWRbGMw2 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ttiWRbGMw2 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-ttiWRbGMw2 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ttiWRbGMw2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ttiWRbGMw2 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-ttiWRbGMw2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ttiWRbGMw2 .panel-text {
  color: #ffffff;
}
.cid-ttiWRbGMw2 H4 {
  color: #ffffff;
}
.cid-ttiWRbGMw2 H2 {
  color: #ffffff;
}
.cid-ttiWRbGMw2 .mbr-section-text {
  color: #ffffff;
}
.cid-ttiWRceZGN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ttiWRceZGN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiWRceZGN H2 {
  color: #ffffff;
}
.cid-ttiWRcFOCe {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttiWRcFOCe .image-block {
  margin: auto;
}
.cid-ttiWRcFOCe figcaption {
  position: relative;
}
.cid-ttiWRcFOCe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWRcFOCe .image-block {
    width: 100% !important;
  }
}
.cid-ttiWRd8NJf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ttiWRd8NJf .mbr-section-subtitle {
  color: #232323;
}
.cid-ttiWRd8NJf H2 {
  color: #ffffff;
}
.cid-sQtDkzq1P9 {
  background: #8f0000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-sQtDkzq1P9 .image-block {
  margin: auto;
}
.cid-sQtDkzq1P9 figcaption {
  position: relative;
}
.cid-sQtDkzq1P9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sQtDkzq1P9 .image-block {
    width: 100% !important;
  }
}
.cid-sCZdQGgMtq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCZdQGgMtq .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sCZdQGgMtq H2 {
  color: #000000;
}
.cid-sCZdQGBYSn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sCZdQGBYSn .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sCZdQGBYSn .video-block {
    width: 100% !important;
  }
}
.cid-sCZdQGSG6G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCZdQGSG6G P {
  color: #767676;
}
.cid-sCZdQGSG6G .mbr-text,
.cid-sCZdQGSG6G .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sCZdQGSG6G H3 {
  color: #000000;
}
.cid-sCZdQGSG6G H1 {
  color: #730303;
}
.cid-sCZNADbkv9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCZNADbkv9 H1 {
  color: #073b4c;
}
.cid-sCZNADbkv9 .mbr-text,
.cid-sCZNADbkv9 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sCZNADbkv9 H3 {
  color: #232323;
}
.cid-to2nYhChvd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2nYhChvd .mbr-section-subtitle {
  color: #232323;
}
.cid-to2nYhChvd H2 {
  color: #ffffff;
}
