.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Smokum', display;
  font-size: 6.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.75rem;
}
.display-2 {
  font-family: 'Press Start 2P', display;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Smokum', display;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Press Start 2P', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.34rem;
    font-size: calc( 2.82rem + (6.2 - 2.82) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.82rem + (6.2 - 2.82) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #8d794c !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff00f5 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #41ff00 !important;
  border-color: #41ff00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2ba800 !important;
  border-color: #2ba800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #2ba800 !important;
  border-color: #2ba800 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8d794c !important;
  border-color: #8d794c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #55492e !important;
  border-color: #55492e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #55492e !important;
  border-color: #55492e !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff00f5 !important;
  border-color: #ff00f5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a800a2 !important;
  border-color: #a800a2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a800a2 !important;
  border-color: #a800a2 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #41ff00;
  color: #41ff00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2ba800 !important;
  background-color: transparent!important;
  border-color: #2ba800 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #41ff00 !important;
  border-color: #41ff00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #8d794c;
  color: #8d794c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #55492e !important;
  background-color: transparent!important;
  border-color: #55492e !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8d794c !important;
  border-color: #8d794c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff00f5;
  color: #ff00f5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a800a2 !important;
  background-color: transparent!important;
  border-color: #a800a2 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff00f5 !important;
  border-color: #ff00f5 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #41ff00 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #8d794c !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff00f5 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #279900 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4b4028 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990093 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8d794c;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff00f5;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5b693;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffccfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #41ff00 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t2OkrLPg3l {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t2OkrLPg3l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2OkrLPg3l .row {
  flex-direction: row-reverse;
}
.cid-t2OkrLPg3l img {
  width: 100%;
}
.cid-t2OjSuJYiS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t2OjSuJYiS .mbr-section-title {
  color: #8d794c;
  text-align: center;
}
.cid-t2OjSuJYiS .mbr-text,
.cid-t2OjSuJYiS .mbr-section-btn {
  color: #ffffff;
}
.cid-t2R3ESortn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t3uyqiSHDQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t3uyqiSHDQ .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t3uyqiSHDQ .mbr-text {
  color: #ffffff;
}
.cid-t3ulbUDEga {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3ulbUDEga .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3ulbUDEga .row {
  flex-direction: row-reverse;
}
.cid-t3ulbUDEga img {
  width: 100%;
}
.cid-t2UIfJsKny {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t2UIfJsKny .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t3uuM6ayT0 {
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3uuM6ayT0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3uuM6ayT0 .row {
  flex-direction: row-reverse;
}
.cid-t3uuM6ayT0 img {
  width: 100%;
}
.cid-t3uG4jZlww {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3uG4jZlww .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3uG4jZlww .row {
  flex-direction: row-reverse;
}
.cid-t3uG4jZlww img {
  width: 100%;
}
.cid-t3uGyBHt5w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t3uGyBHt5w .nav-tabs .nav-item.open .nav-link:focus,
.cid-t3uGyBHt5w .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t3uGyBHt5w .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #8d794c;
}
@media (max-width: 767px) {
  .cid-t3uGyBHt5w .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t3uGyBHt5w .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t3uGyBHt5w .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-t3uGyBHt5w .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-t3uGyBHt5w .nav-link,
.cid-t3uGyBHt5w .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t3uGyBHt5w .nav-tabs .nav-link.active {
  color: #8d794c;
  border-bottom: 3px solid #8d794c;
}
.cid-t3uGyBHt5w H4 {
  text-align: center;
}
.cid-t3uGyBHt5w H3 {
  text-align: center;
  color: #8d794c;
}
.cid-t3uGyBHt5w P {
  color: #ffffff;
}
.cid-t3uHcPyCL3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t3uG6l4WFY {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3uG6l4WFY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3uG6l4WFY .row {
  flex-direction: row-reverse;
}
.cid-t3uG6l4WFY img {
  width: 100%;
}
.cid-t2UIfJsKny {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t2UIfJsKny .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t3Riz98oWl {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3Riz98oWl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3Riz98oWl .row {
  flex-direction: row-reverse;
}
.cid-t3Riz98oWl img {
  width: 100%;
}
.cid-t3RiCWElps {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t3RiCWElps ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t3RiCWElps li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t3RiCWElps ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t3RiCWElps .list {
  color: #ffffff;
}
.cid-t3RiCWElps H3 {
  text-align: center;
  color: #8d794c;
}
.cid-t3RizY7J06 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3RizY7J06 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3RizY7J06 .row {
  flex-direction: row-reverse;
}
.cid-t3RizY7J06 img {
  width: 100%;
}
.cid-t3RsF8uxLk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3RsF8uxLk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3RsF8uxLk .row {
  flex-direction: row-reverse;
}
.cid-t3RsF8uxLk img {
  width: 100%;
}
.cid-t3RsF8uxLk .mbr-description {
  color: #ffffff;
}
.cid-t3Rty1WuJX {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3Rty1WuJX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3Rty1WuJX .row {
  flex-direction: row-reverse;
}
.cid-t3Rty1WuJX img {
  width: 100%;
}
.cid-t3RBq3gYfC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t3RBq3gYfC .mbr-section-title {
  color: #8d794c;
}
.cid-t3RBq3gYfC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t3RtJmROfU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3RtJmROfU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3RtJmROfU .row {
  flex-direction: row-reverse;
}
.cid-t3RtJmROfU img {
  width: 100%;
}
.cid-t3RBVdFbAz {
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3RBVdFbAz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3RBVdFbAz .row {
  flex-direction: row-reverse;
}
.cid-t3RBVdFbAz img {
  width: 100%;
}
.cid-t3RBVdFbAz .mbr-description {
  color: #ffffff;
}
.cid-t3RD2pK7ND {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3RD2pK7ND .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3RD2pK7ND .row {
  flex-direction: row-reverse;
}
.cid-t3RD2pK7ND img {
  width: 100%;
}
.cid-t3RD2pK7ND .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-t3RDII1vnm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t3RDII1vnm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t3RDII1vnm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t3RDII1vnm .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-t3RDII1vnm .panel-body,
.cid-t3RDII1vnm .card-header {
  padding: 1rem 0;
}
.cid-t3RDII1vnm .panel-title-edit {
  color: #ff0000;
}
.cid-t3RDII1vnm H3 {
  color: #8d794c;
}
.cid-t3RDII1vnm .panel-text {
  color: #ffffff;
}
.cid-t3RD3ep5mA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3RD3ep5mA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3RD3ep5mA .row {
  flex-direction: row-reverse;
}
.cid-t3RD3ep5mA img {
  width: 100%;
}
.cid-t3RTt5xr6m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t3RTt5xr6m .video-wrapper iframe {
  width: 100%;
}
.cid-t3RTt5xr6m .mbr-section-title,
.cid-t3RTt5xr6m .mbr-section-subtitle,
.cid-t3RTt5xr6m .mbr-text {
  text-align: center;
}
.cid-t3RTt5xr6m .mbr-section-title {
  color: #ffffff;
}
.cid-t3RTt5xr6m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2UIfJsKny {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t2UIfJsKny .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t3vonQIKWD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3vonQIKWD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3vonQIKWD .row {
  flex-direction: row-reverse;
}
.cid-t3vonQIKWD img {
  width: 100%;
}
.cid-t3vvWqDfPM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3vvWqDfPM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3vvWqDfPM .row {
  flex-direction: row-reverse;
}
.cid-t3vvWqDfPM img {
  width: 100%;
}
.cid-t3voP1hMnn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t3voP1hMnn .mbr-section-title {
  color: #8d794c;
}
.cid-t3voP1hMnn .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t3vyxaD6BY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t3vw0ngf1J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3vw0ngf1J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3vw0ngf1J .row {
  flex-direction: row-reverse;
}
.cid-t3vw0ngf1J img {
  width: 100%;
}
.cid-t2UIfJsKny {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t2UIfJsKny .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t3Gxg4bh5L {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3Gxg4bh5L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3Gxg4bh5L .row {
  flex-direction: row-reverse;
}
.cid-t3Gxg4bh5L img {
  width: 100%;
}
.cid-t3GxlpEkH7 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3GxlpEkH7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3GxlpEkH7 .row {
  flex-direction: row-reverse;
}
.cid-t3GxlpEkH7 img {
  width: 100%;
}
.cid-t3Gxzxzhgo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t3Gxzxzhgo .mbr-text {
  color: #ffffff;
}
.cid-t3GyVnku0J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t3Gxmzr9yw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3Gxmzr9yw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3Gxmzr9yw .row {
  flex-direction: row-reverse;
}
.cid-t3Gxmzr9yw img {
  width: 100%;
}
.cid-t2UIfJsKny {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t2UIfJsKny .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t3GzmxZf6p {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3GzmxZf6p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3GzmxZf6p .row {
  flex-direction: row-reverse;
}
.cid-t3GzmxZf6p img {
  width: 100%;
}
.cid-t3GzmypH8H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t3GzmypH8H .nav-tabs .nav-item.open .nav-link:focus,
.cid-t3GzmypH8H .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t3GzmypH8H .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #8d794c;
}
@media (max-width: 767px) {
  .cid-t3GzmypH8H .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t3GzmypH8H .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t3GzmypH8H .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-t3GzmypH8H .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-t3GzmypH8H .nav-link,
.cid-t3GzmypH8H .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t3GzmypH8H .nav-tabs .nav-link.active {
  color: #8d794c;
  border-bottom: 3px solid #8d794c;
}
.cid-t3GzmypH8H H4 {
  text-align: center;
}
.cid-t3GzmypH8H H3 {
  text-align: center;
  color: #8d794c;
}
.cid-t3GzmypH8H P {
  color: #ffffff;
}
.cid-t3GzmzyCjL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t3GzmzIpGh {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3GzmzIpGh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3GzmzIpGh .row {
  flex-direction: row-reverse;
}
.cid-t3GzmzIpGh img {
  width: 100%;
}
.cid-t3GzmzVUrx {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t3GzmzVUrx .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t3GA5MQh3i {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3GA5MQh3i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3GA5MQh3i .row {
  flex-direction: row-reverse;
}
.cid-t3GA5MQh3i img {
  width: 100%;
}
.cid-t3GA5NomUp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t3GA5NomUp .nav-tabs .nav-item.open .nav-link:focus,
.cid-t3GA5NomUp .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t3GA5NomUp .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #8d794c;
}
@media (max-width: 767px) {
  .cid-t3GA5NomUp .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t3GA5NomUp .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t3GA5NomUp .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-t3GA5NomUp .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-t3GA5NomUp .nav-link,
.cid-t3GA5NomUp .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t3GA5NomUp .nav-tabs .nav-link.active {
  color: #8d794c;
  border-bottom: 3px solid #8d794c;
}
.cid-t3GA5NomUp H4 {
  text-align: center;
}
.cid-t3GA5NomUp H3 {
  text-align: center;
  color: #8d794c;
}
.cid-t3GA5NomUp P {
  color: #ffffff;
}
.cid-t3GA5NYpK5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t3GA5O7VR8 {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3GA5O7VR8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3GA5O7VR8 .row {
  flex-direction: row-reverse;
}
.cid-t3GA5O7VR8 img {
  width: 100%;
}
.cid-t3GA5OluxZ {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t3GA5OluxZ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t3S8xmeezv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3S8xmeezv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3S8xmeezv .row {
  flex-direction: row-reverse;
}
.cid-t3S8xmeezv img {
  width: 100%;
}
.cid-t3SbnT4SzB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t3SbnT4SzB .mbr-section-title {
  color: #8d794c;
}
.cid-t3SbnT4SzB .mbr-section-subtitle {
  color: #ff0000;
}
.cid-t3S9HlQIbt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t3S9HlQIbt .mbr-section-subtitle {
  color: #ff00f5;
  text-align: right;
}
.cid-t3S9HlQIbt .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t3S9HlQIbt .mbr-section-title {
  text-align: center;
  color: #41ff00;
}
.cid-t3SakDQdMb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t3SakDQdMb .mbr-section-subtitle {
  color: #ff00f5;
  text-align: right;
}
.cid-t3SakDQdMb .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t3SakDQdMb .mbr-section-title {
  color: #41ff00;
  text-align: center;
}
.cid-t3SaVr0yH9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t3SaVr0yH9 .mbr-section-subtitle {
  color: #ff00f5;
  text-align: right;
}
.cid-t3SaVr0yH9 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t3SaVr0yH9 .mbr-section-title {
  color: #41ff00;
  text-align: center;
}
.cid-t3Saj21Haa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t3Saj21Haa .mbr-section-subtitle {
  color: #ff00f5;
  text-align: right;
}
.cid-t3Saj21Haa .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t3Saj21Haa .mbr-section-title {
  color: #41ff00;
  text-align: center;
}
.cid-t3SajPnAeg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t3SajPnAeg .mbr-section-subtitle {
  color: #ff00f5;
  text-align: right;
}
.cid-t3SajPnAeg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t3SajPnAeg .mbr-section-title {
  color: #41ff00;
  text-align: center;
}
.cid-t3SaWLuCEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t3SaWLuCEY .mbr-section-subtitle {
  color: #ff00f5;
  text-align: right;
}
.cid-t3SaWLuCEY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t3SaWLuCEY .mbr-section-title {
  color: #41ff00;
  text-align: center;
}
.cid-t3SaJ3emEH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t3SaJ3emEH .mbr-section-subtitle {
  color: #ff00f5;
  text-align: right;
}
.cid-t3SaJ3emEH .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t3SaJ3emEH .mbr-section-title {
  color: #41ff00;
  text-align: center;
}
.cid-t3SapsNDyb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t3SapsNDyb .mbr-section-subtitle {
  color: #ff00f5;
  text-align: right;
}
.cid-t3SapsNDyb .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t3SapsNDyb .mbr-section-title {
  color: #41ff00;
  text-align: center;
}
.cid-t3Saqrdlf6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t3Saqrdlf6 .mbr-section-subtitle {
  color: #ff00f5;
  text-align: right;
}
.cid-t3Saqrdlf6 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t3Saqrdlf6 .mbr-section-title {
  color: #41ff00;
  text-align: center;
}
.cid-t3SaVYnazv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t3SaVYnazv .mbr-section-subtitle {
  color: #ff00f5;
  text-align: right;
}
.cid-t3SaVYnazv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t3SaVYnazv .mbr-section-title {
  color: #41ff00;
  text-align: center;
}
.cid-t3S8xnbbfZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t3S8xoaQfJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3S8xoaQfJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3S8xoaQfJ .row {
  flex-direction: row-reverse;
}
.cid-t3S8xoaQfJ img {
  width: 100%;
}
.cid-t3S8xoaQfJ .mbr-description {
  color: #ffffff;
  text-align: center;
}
.cid-t3S8xoNjI4 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t3S8xoNjI4 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t3Sc3ChCRW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3Sc3ChCRW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3Sc3ChCRW .row {
  flex-direction: row-reverse;
}
.cid-t3Sc3ChCRW img {
  width: 100%;
}
.cid-t3Sc3CRUt8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3Sc3CRUt8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3Sc3CRUt8 .row {
  flex-direction: row-reverse;
}
.cid-t3Sc3CRUt8 img {
  width: 100%;
}
.cid-t3Sc3Db71w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t3Sc3Db71w .mbr-section-title {
  color: #8d794c;
}
.cid-t3Sc3Db71w .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t3Sc3Dsael {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t3Sd6HzwCL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t3Sc3DBbPz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3Sc3DBbPz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3Sc3DBbPz .row {
  flex-direction: row-reverse;
}
.cid-t3Sc3DBbPz img {
  width: 100%;
}
.cid-t3Sc3DTBni {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t3Sc3DTBni .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t3SdKnh0oI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3SdKnh0oI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3SdKnh0oI .row {
  flex-direction: row-reverse;
}
.cid-t3SdKnh0oI img {
  width: 100%;
}
.cid-t3SdKomqTD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3SdKomqTD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3SdKomqTD .row {
  flex-direction: row-reverse;
}
.cid-t3SdKomqTD img {
  width: 100%;
}
.cid-t3SdKoPg4g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t3SdKoPg4g .mbr-section-title {
  color: #8d794c;
}
.cid-t3SdKoPg4g .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t3SdKqqHlB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t3SdKqMXsR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3SdKqMXsR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3SdKqMXsR .row {
  flex-direction: row-reverse;
}
.cid-t3SdKqMXsR img {
  width: 100%;
}
.cid-t3SdKr8Xiv {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t3SdKr8Xiv .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t3SepwUDwH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3SepwUDwH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3SepwUDwH .row {
  flex-direction: row-reverse;
}
.cid-t3SepwUDwH img {
  width: 100%;
}
.cid-t3SepxMkhg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3SepxMkhg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3SepxMkhg .row {
  flex-direction: row-reverse;
}
.cid-t3SepxMkhg img {
  width: 100%;
}
.cid-t3Sepy9OHW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t3Sepy9OHW .mbr-section-title {
  color: #8d794c;
}
.cid-t3Sepy9OHW .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t3Sepyu2hj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t3SepyD9wS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3SepyD9wS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3SepyD9wS .row {
  flex-direction: row-reverse;
}
.cid-t3SepyD9wS img {
  width: 100%;
}
.cid-t3SepyTjnI {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t3SepyTjnI .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t3SesuEJxD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3SesuEJxD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3SesuEJxD .row {
  flex-direction: row-reverse;
}
.cid-t3SesuEJxD img {
  width: 100%;
}
.cid-t3Sesvcs7Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3Sesvcs7Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3Sesvcs7Q .row {
  flex-direction: row-reverse;
}
.cid-t3Sesvcs7Q img {
  width: 100%;
}
.cid-t3SesvsL43 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t3SesvsL43 .mbr-section-title {
  color: #8d794c;
}
.cid-t3SesvsL43 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t3SesvKVvP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t3SesvWQMx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3SesvWQMx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3SesvWQMx .row {
  flex-direction: row-reverse;
}
.cid-t3SesvWQMx img {
  width: 100%;
}
.cid-t3SeswcdYm {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t3SeswcdYm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t3SnmnFSRq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3SnmnFSRq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3SnmnFSRq .row {
  flex-direction: row-reverse;
}
.cid-t3SnmnFSRq img {
  width: 100%;
}
.cid-t3SnmoO1kN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3SnmoO1kN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3SnmoO1kN .row {
  flex-direction: row-reverse;
}
.cid-t3SnmoO1kN img {
  width: 100%;
}
.cid-t3SnmqkVfx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t3SnmqkVfx .mbr-section-title {
  color: #8d794c;
}
.cid-t3SnmqkVfx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-t3SnmsfzaS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t3SnmsrHeQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3SnmsrHeQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3SnmsrHeQ .row {
  flex-direction: row-reverse;
}
.cid-t3SnmsrHeQ img {
  width: 100%;
}
.cid-t3SnmsLplS {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t3SnmsLplS .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t3Sc3DTBni {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t3Sc3DTBni .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t3ZrxSOSuL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3ZrxSOSuL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3ZrxSOSuL .row {
  flex-direction: row-reverse;
}
.cid-t3ZrxSOSuL img {
  width: 100%;
}
.cid-t3ZrxSOSuL .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-t3ZtccDz82 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t3ZtccDz82 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3ZtccDz82 .row {
  flex-direction: row-reverse;
}
.cid-t3ZtccDz82 img {
  width: 100%;
}
