@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #f9f5bb !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !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: #f9f5bb !important;
  border-color: #f9f5bb !important;
  color: #a69d0f !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #a69d0f !important;
  background-color: #f3eb75 !important;
  border-color: #f3eb75 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #a69d0f !important;
  background-color: #f3eb75 !important;
  border-color: #f3eb75 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !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: #f1e75d;
  color: #f1e75d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a69d0f;
  background-color: #f9f5bb;
  border-color: #f9f5bb;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #a69d0f !important;
  background-color: #f9f5bb !important;
  border-color: #f9f5bb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff !important;
}
.text-secondary {
  color: #55b4d4 !important;
}
.text-success {
  color: #f9f5bb !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #ffffff !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: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #277e9c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f1e75d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !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: #ffffff;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.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: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@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: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@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: #ffffff;
  color: #000000;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #55b4d4 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rU58sWLxZI {
  background-image: url("../../../assets/images/websitehomepage-1200x885.jpg");
}
.cid-rU58sWLxZI .mbr-text,
.cid-rU58sWLxZI .mbr-section-btn {
  color: #ffffff;
}
.cid-rUFlLWIlbo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #202020;
}
.cid-rUFlLWIlbo .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rUFlLWIlbo .section-text {
  padding: 2rem 0;
}
.cid-rUFlLWIlbo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rUFlLWIlbo .inner-container {
    width: 100% !important;
  }
}
.cid-rUFmbTnRjV {
  background: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rUFmbTnRjV .image-block {
  margin: auto;
}
.cid-rUFmbTnRjV figcaption {
  position: relative;
}
.cid-rUFmbTnRjV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUFmbTnRjV .image-block {
    width: 100% !important;
  }
}
.cid-rUimSauOyT {
  background: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rUimSauOyT .image-block {
  margin: auto;
}
.cid-rUimSauOyT figcaption {
  position: relative;
}
.cid-rUimSauOyT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUimSauOyT .image-block {
    width: 100% !important;
  }
}
.cid-rUiVVAEmOp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #202020;
}
.cid-rUiVVAEmOp .mbr-text,
.cid-rUiVVAEmOp blockquote {
  color: #767676;
}
.cid-rUiVVAEmOp .mbr-text {
  color: #ffffff;
}
.cid-rUvEEqu6JU {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #202020;
}
.cid-rUj2Pn2QnG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUj2Pn2QnG .line {
  background-color: #2c3131;
  color: #2c3131;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rUj2Pn2QnG .section-text {
  padding: 2rem 0;
}
.cid-rUj2Pn2QnG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rUj2Pn2QnG .inner-container {
    width: 100% !important;
  }
}
.cid-rUj1MLK1RG {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #202020;
}
.cid-rUj1MLK1RG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rUj1MLK1RG H2 {
  color: #ffffff;
}
.cid-rUArg2WLYG {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #202020;
}
.cid-rUjwNOytFB {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 120px;
}
.cid-rUjwNOytFB .image-block {
  margin: auto;
}
.cid-rUjwNOytFB figcaption {
  position: relative;
}
.cid-rUjwNOytFB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUjwNOytFB .image-block {
    width: 100% !important;
  }
}
.cid-rUjKXEyaf4 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rUjKXEyaf4 .mbr-text,
.cid-rUjKXEyaf4 blockquote {
  color: #767676;
}
.cid-rUjKXEyaf4 .mbr-text {
  color: #000000;
}
.cid-rUjGENoxmJ {
  background: #000000;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rUjGENoxmJ .image-block {
  margin: auto;
}
.cid-rUjGENoxmJ figcaption {
  position: relative;
}
.cid-rUjGENoxmJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUjGENoxmJ .image-block {
    width: 100% !important;
  }
}
.cid-rUsvu5foyU {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 120px;
}
.cid-rUsvu5foyU .image-block {
  margin: auto;
}
.cid-rUsvu5foyU figcaption {
  position: relative;
}
.cid-rUsvu5foyU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUsvu5foyU .image-block {
    width: 100% !important;
  }
}
.cid-rUsAVKJBol {
  background: #000000;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-rUsAVKJBol .image-block {
  margin: auto;
}
.cid-rUsAVKJBol figcaption {
  position: relative;
}
.cid-rUsAVKJBol figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUsAVKJBol .image-block {
    width: 100% !important;
  }
}
.cid-rUsHfMlIcf {
  background: #000000;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-rUsHfMlIcf .image-block {
  margin: auto;
}
.cid-rUsHfMlIcf figcaption {
  position: relative;
}
.cid-rUsHfMlIcf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUsHfMlIcf .image-block {
    width: 100% !important;
  }
}
.cid-rVYcvdlZCk {
  background: #000000;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-rVYcvdlZCk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rVYcvdlZCk .video-block {
    width: 100% !important;
  }
}
.cid-rUArXGB7gt {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rUjsEoY2gL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #202020;
}
.cid-rUjsEoY2gL .line {
  background-color: #465052;
  color: #465052;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rUjsEoY2gL .section-text {
  padding: 2rem 0;
  color: #efefef;
}
.cid-rUjsEoY2gL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rUjsEoY2gL .inner-container {
    width: 100% !important;
  }
}
.cid-rUiOpmB6IP {
  background: #202020;
  padding-top: 90px;
  padding-bottom: 45px;
}
.cid-rUiOpmB6IP .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rUiOpmB6IP .video-block {
    width: 100% !important;
  }
}
.cid-rUiQmhq7gV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #202020;
}
.cid-rUiQmhq7gV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rUiQmhq7gV H2 {
  color: #efefef;
}
.cid-rUjs7MUKMy {
  background: #202020;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-rUjs7MUKMy .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rUjs7MUKMy .video-block {
    width: 100% !important;
  }
}
.cid-rUjsqc14IZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #202020;
}
.cid-rUjsqc14IZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rUjsqc14IZ H2 {
  color: #ffffff;
}
.cid-rUsUNt0MQR {
  background: #202020;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-rUsUNt0MQR .image-block {
  margin: auto;
}
.cid-rUsUNt0MQR figcaption {
  position: relative;
}
.cid-rUsUNt0MQR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUsUNt0MQR .image-block {
    width: 100% !important;
  }
}
.cid-rUvFecd8RI {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #202020;
}
.cid-rUvFecd8RI .mbr-text,
.cid-rUvFecd8RI blockquote {
  color: #767676;
}
.cid-rUvFecd8RI .mbr-text {
  color: #ffffff;
}
.cid-rUvFgdv10P {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUsZwWI478 {
  background: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rUsZwWI478 .image-block {
  margin: auto;
}
.cid-rUsZwWI478 figcaption {
  position: relative;
}
.cid-rUsZwWI478 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUsZwWI478 .image-block {
    width: 100% !important;
  }
}
.cid-rUu969fZiT {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #202020;
}
.cid-rUu969fZiT .mbr-text,
.cid-rUu969fZiT blockquote {
  color: #767676;
}
.cid-rUu969fZiT .mbr-text {
  color: #efefef;
}
.cid-rUvJWgFB3Y {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #202020;
}
.cid-rUt8dj9vZQ {
  background: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rUt8dj9vZQ .image-block {
  margin: auto;
}
.cid-rUt8dj9vZQ figcaption {
  position: relative;
}
.cid-rUt8dj9vZQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUt8dj9vZQ .image-block {
    width: 100% !important;
  }
}
.cid-rUt8djZ4Og {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUt8djZ4Og .mbr-text,
.cid-rUt8djZ4Og blockquote {
  color: #767676;
}
.cid-rUt8djZ4Og .mbr-text {
  color: #ffffff;
}
.cid-rUvK2Sty9N {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #202020;
}
.cid-rUtkHpdHrl {
  background: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rUtkHpdHrl .image-block {
  margin: auto;
}
.cid-rUtkHpdHrl figcaption {
  position: relative;
}
.cid-rUtkHpdHrl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUtkHpdHrl .image-block {
    width: 100% !important;
  }
}
.cid-rUtkHq50xz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #202020;
}
.cid-rUtkHq50xz .mbr-text,
.cid-rUtkHq50xz blockquote {
  color: #767676;
}
.cid-rUtkHq50xz .mbr-text {
  color: #ffffff;
}
.cid-rUvKgV4Jlw {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUtpWRkT0o {
  background: #202020;
  padding-top: 60px;
  padding-bottom: 30px;
}
.cid-rUtpWRkT0o .image-block {
  margin: auto;
}
.cid-rUtpWRkT0o figcaption {
  position: relative;
}
.cid-rUtpWRkT0o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUtpWRkT0o .image-block {
    width: 100% !important;
  }
}
.cid-rUtpWSd46a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUtpWSd46a .mbr-text,
.cid-rUtpWSd46a blockquote {
  color: #767676;
}
.cid-rUtpWSd46a .mbr-text {
  color: #ffffff;
}
.cid-rUvKsh5r3u {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUtyy9IkPX {
  background: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rUtyy9IkPX .image-block {
  margin: auto;
}
.cid-rUtyy9IkPX figcaption {
  position: relative;
}
.cid-rUtyy9IkPX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUtyy9IkPX .image-block {
    width: 100% !important;
  }
}
.cid-rUtyyaxL58 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUtyyaxL58 .mbr-text,
.cid-rUtyyaxL58 blockquote {
  color: #767676;
}
.cid-rUtyyaxL58 .mbr-text {
  color: #ffffff;
}
.cid-rUvKD9f3OS {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUtFLhdTsL {
  background: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rUtFLhdTsL .image-block {
  margin: auto;
}
.cid-rUtFLhdTsL figcaption {
  position: relative;
}
.cid-rUtFLhdTsL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUtFLhdTsL .image-block {
    width: 100% !important;
  }
}
.cid-rUtFLi2son {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUtFLi2son .mbr-text,
.cid-rUtFLi2son blockquote {
  color: #767676;
}
.cid-rUtFLi2son .mbr-text {
  color: #ffffff;
}
.cid-rUvKQyaC9X {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUtLfKSJT0 {
  background: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rUtLfKSJT0 .image-block {
  margin: auto;
}
.cid-rUtLfKSJT0 figcaption {
  position: relative;
}
.cid-rUtLfKSJT0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUtLfKSJT0 .image-block {
    width: 100% !important;
  }
}
.cid-rUtLfLOU6Y {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUtLfLOU6Y .mbr-text,
.cid-rUtLfLOU6Y blockquote {
  color: #767676;
}
.cid-rUtLfLOU6Y .mbr-text {
  color: #ffffff;
}
.cid-rUvL3g1iqP {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUu3jD7KT7 {
  background: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rUu3jD7KT7 .image-block {
  margin: auto;
}
.cid-rUu3jD7KT7 figcaption {
  position: relative;
}
.cid-rUu3jD7KT7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUu3jD7KT7 .image-block {
    width: 100% !important;
  }
}
.cid-rUu3jDVL7Z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUu3jDVL7Z .mbr-text,
.cid-rUu3jDVL7Z blockquote {
  color: #767676;
}
.cid-rUu3jDVL7Z .mbr-text {
  color: #ffffff;
}
.cid-rUvLiEqG2S {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUuaYy3aWF {
  background: #202020;
  padding-top: 120px;
  padding-bottom: 90px;
}
.cid-rUuaYy3aWF .image-block {
  margin: auto;
}
.cid-rUuaYy3aWF figcaption {
  position: relative;
}
.cid-rUuaYy3aWF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUuaYy3aWF .image-block {
    width: 100% !important;
  }
}
.cid-rUucvcLLfC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #202020;
}
.cid-rUucvcLLfC .mbr-text,
.cid-rUucvcLLfC blockquote {
  color: #767676;
}
.cid-rUucvcLLfC .mbr-text {
  color: #efefef;
}
.cid-rUvPdfJqf0 {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUugT0a2PB {
  background: #202020;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-rUugT0a2PB .image-block {
  margin: auto;
}
.cid-rUugT0a2PB figcaption {
  position: relative;
}
.cid-rUugT0a2PB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUugT0a2PB .image-block {
    width: 100% !important;
  }
}
.cid-rUugT0YCPy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #202020;
}
.cid-rUugT0YCPy .mbr-text,
.cid-rUugT0YCPy blockquote {
  color: #767676;
}
.cid-rUugT0YCPy .mbr-text {
  color: #ffffff;
}
.cid-rUvLxTXepZ {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUum6GT9lQ {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUum6GT9lQ .image-block {
  margin: auto;
}
.cid-rUum6GT9lQ figcaption {
  position: relative;
}
.cid-rUum6GT9lQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUum6GT9lQ .image-block {
    width: 100% !important;
  }
}
.cid-rUvLXK6YWy {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #202020;
}
.cid-rUum8EI4Jc {
  background: #202020;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-rUum8EI4Jc .image-block {
  margin: auto;
}
.cid-rUum8EI4Jc figcaption {
  position: relative;
}
.cid-rUum8EI4Jc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUum8EI4Jc .image-block {
    width: 100% !important;
  }
}
.cid-rUum8Fu9zs {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #202020;
}
.cid-rUum8Fu9zs .mbr-text,
.cid-rUum8Fu9zs blockquote {
  color: #767676;
}
.cid-rUum8Fu9zs .mbr-text {
  color: #ffffff;
}
.cid-rUvMmdBxwH {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUvBoM8erw {
  background: #202020;
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-rUvBoM8erw .image-block {
  margin: auto;
}
.cid-rUvBoM8erw figcaption {
  position: relative;
}
.cid-rUvBoM8erw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUvBoM8erw .image-block {
    width: 100% !important;
  }
}
.cid-rUxLTpNMfa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #202020;
}
.cid-rUxLTpNMfa .mbr-text,
.cid-rUxLTpNMfa blockquote {
  color: #767676;
}
.cid-rUxLTpNMfa .mbr-text {
  color: #ffffff;
}
.cid-rUvDuSmFh5 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #202020;
}
.cid-rUxVATGuFJ {
  background: #202020;
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-rUxVATGuFJ .image-block {
  margin: auto;
}
.cid-rUxVATGuFJ figcaption {
  position: relative;
}
.cid-rUxVATGuFJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUxVATGuFJ .image-block {
    width: 100% !important;
  }
}
.cid-rUxVAUvrQ5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUxVAUvrQ5 .mbr-text,
.cid-rUxVAUvrQ5 blockquote {
  color: #767676;
}
.cid-rUxVAUvrQ5 .mbr-text {
  color: #ffffff;
}
.cid-rUxVAVgoVS {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #202020;
}
.cid-rUyexDAvrm {
  background: #202020;
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-rUyexDAvrm .image-block {
  margin: auto;
}
.cid-rUyexDAvrm figcaption {
  position: relative;
}
.cid-rUyexDAvrm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUyexDAvrm .image-block {
    width: 100% !important;
  }
}
.cid-rUyexEslDn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUyexEslDn .mbr-text,
.cid-rUyexEslDn blockquote {
  color: #767676;
}
.cid-rUyexEslDn .mbr-text {
  color: #ffffff;
}
.cid-rUyexF9XGJ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #202020;
}
.cid-rUyj6WG1Kb {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUyj6WG1Kb .image-block {
  margin: auto;
}
.cid-rUyj6WG1Kb figcaption {
  position: relative;
}
.cid-rUyj6WG1Kb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUyj6WG1Kb .image-block {
    width: 100% !important;
  }
}
.cid-rUyj6XvbkJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUyj6XvbkJ .mbr-text,
.cid-rUyj6XvbkJ blockquote {
  color: #767676;
}
.cid-rUyj6XvbkJ .mbr-text {
  color: #ffffff;
}
.cid-rUyj6YgoWl {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #202020;
}
.cid-rUynHcqTIg {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUynHcqTIg .image-block {
  margin: auto;
}
.cid-rUynHcqTIg figcaption {
  position: relative;
}
.cid-rUynHcqTIg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUynHcqTIg .image-block {
    width: 100% !important;
  }
}
.cid-rUynHe9Smr {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUyqwxvtq3 {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUyqwxvtq3 .image-block {
  margin: auto;
}
.cid-rUyqwxvtq3 figcaption {
  position: relative;
}
.cid-rUyqwxvtq3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUyqwxvtq3 .image-block {
    width: 100% !important;
  }
}
.cid-rUyqVRIL01 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUyqVRIL01 .mbr-text,
.cid-rUyqVRIL01 blockquote {
  color: #767676;
}
.cid-rUyqVRIL01 .mbr-text {
  color: #ffffff;
}
.cid-rUyqwyioj6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #202020;
}
.cid-rUyqywKk5d {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUyqywKk5d .image-block {
  margin: auto;
}
.cid-rUyqywKk5d figcaption {
  position: relative;
}
.cid-rUyqywKk5d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUyqywKk5d .image-block {
    width: 100% !important;
  }
}
.cid-rUyvGmUBe7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUyvGmUBe7 .mbr-text,
.cid-rUyvGmUBe7 blockquote {
  color: #767676;
}
.cid-rUyvGmUBe7 .mbr-text {
  color: #ffffff;
}
.cid-rUyqyxvkgm {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUyyNChF9n {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUyyNChF9n .image-block {
  margin: auto;
}
.cid-rUyyNChF9n figcaption {
  position: relative;
}
.cid-rUyyNChF9n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUyyNChF9n .image-block {
    width: 100% !important;
  }
}
.cid-rUyyND53Xv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUyyND53Xv .mbr-text,
.cid-rUyyND53Xv blockquote {
  color: #767676;
}
.cid-rUyyND53Xv .mbr-text {
  color: #ffffff;
}
.cid-rUyyNDK8KK {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUyCKaIYSF {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUyCKaIYSF .image-block {
  margin: auto;
}
.cid-rUyCKaIYSF figcaption {
  position: relative;
}
.cid-rUyCKaIYSF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUyCKaIYSF .image-block {
    width: 100% !important;
  }
}
.cid-rUyCKbyuUU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUyCKbyuUU .mbr-text,
.cid-rUyCKbyuUU blockquote {
  color: #767676;
}
.cid-rUyCKbyuUU .mbr-text {
  color: #ffffff;
}
.cid-rUyCKcgas3 {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUyGjBf3aN {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUyGjBf3aN .image-block {
  margin: auto;
}
.cid-rUyGjBf3aN figcaption {
  position: relative;
}
.cid-rUyGjBf3aN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUyGjBf3aN .image-block {
    width: 100% !important;
  }
}
.cid-rUyGjC8YAC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUyGjC8YAC .mbr-text,
.cid-rUyGjC8YAC blockquote {
  color: #767676;
}
.cid-rUyGjC8YAC .mbr-text {
  color: #ffffff;
}
.cid-rUyGjCTt95 {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUzbtFMgDO {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUzbtFMgDO .image-block {
  margin: auto;
}
.cid-rUzbtFMgDO figcaption {
  position: relative;
}
.cid-rUzbtFMgDO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUzbtFMgDO .image-block {
    width: 100% !important;
  }
}
.cid-rUzbtGDNi4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUzbtGDNi4 .mbr-text,
.cid-rUzbtGDNi4 blockquote {
  color: #767676;
}
.cid-rUzbtGDNi4 .mbr-text {
  color: #ffffff;
}
.cid-rUzbtHneGs {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUz8TuW5GT {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUz8TuW5GT .image-block {
  margin: auto;
}
.cid-rUz8TuW5GT figcaption {
  position: relative;
}
.cid-rUz8TuW5GT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUz8TuW5GT .image-block {
    width: 100% !important;
  }
}
.cid-rUz8TvPykv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUz8TvPykv .mbr-text,
.cid-rUz8TvPykv blockquote {
  color: #767676;
}
.cid-rUz8TvPykv .mbr-text {
  color: #ffffff;
}
.cid-rUz8TwwIwF {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUzlmteoSe {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUzlmteoSe .image-block {
  margin: auto;
}
.cid-rUzlmteoSe figcaption {
  position: relative;
}
.cid-rUzlmteoSe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUzlmteoSe .image-block {
    width: 100% !important;
  }
}
.cid-rUzlmtYA0k {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUzlmtYA0k .mbr-text,
.cid-rUzlmtYA0k blockquote {
  color: #767676;
}
.cid-rUzlmtYA0k .mbr-text {
  color: #ffffff;
}
.cid-rUzlmuCdCT {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUzqL7Sx63 {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUzqL7Sx63 .image-block {
  margin: auto;
}
.cid-rUzqL7Sx63 figcaption {
  position: relative;
}
.cid-rUzqL7Sx63 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUzqL7Sx63 .image-block {
    width: 100% !important;
  }
}
.cid-rUzqL8I30A {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUzqL8I30A .mbr-text,
.cid-rUzqL8I30A blockquote {
  color: #767676;
}
.cid-rUzqL8I30A .mbr-text {
  color: #ffffff;
}
.cid-rUzqL9pf9y {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUzuGLDv7R {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUzuGLDv7R .image-block {
  margin: auto;
}
.cid-rUzuGLDv7R figcaption {
  position: relative;
}
.cid-rUzuGLDv7R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUzuGLDv7R .image-block {
    width: 100% !important;
  }
}
.cid-rUzuGMwQ9H {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUzuGMwQ9H .mbr-text,
.cid-rUzuGMwQ9H blockquote {
  color: #767676;
}
.cid-rUzuGMwQ9H .mbr-text {
  color: #ffffff;
}
.cid-rUzuGNdiDl {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUzyqukKyC {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUzyqukKyC .image-block {
  margin: auto;
}
.cid-rUzyqukKyC figcaption {
  position: relative;
}
.cid-rUzyqukKyC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUzyqukKyC .image-block {
    width: 100% !important;
  }
}
.cid-rUzyqv3qKa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUzyqv3qKa .mbr-text,
.cid-rUzyqv3qKa blockquote {
  color: #767676;
}
.cid-rUzyqv3qKa .mbr-text {
  color: #ffffff;
}
.cid-rUzyqvGL0D {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUzAxleI7Z {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUzAxleI7Z .image-block {
  margin: auto;
}
.cid-rUzAxleI7Z figcaption {
  position: relative;
}
.cid-rUzAxleI7Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUzAxleI7Z .image-block {
    width: 100% !important;
  }
}
.cid-rUzAxm9G6Z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUzAxm9G6Z .mbr-text,
.cid-rUzAxm9G6Z blockquote {
  color: #767676;
}
.cid-rUzAxm9G6Z .mbr-text {
  color: #ffffff;
}
.cid-rUzAxmTPov {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUzDkK66IE {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUzDkK66IE .image-block {
  margin: auto;
}
.cid-rUzDkK66IE figcaption {
  position: relative;
}
.cid-rUzDkK66IE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUzDkK66IE .image-block {
    width: 100% !important;
  }
}
.cid-rUzDkKVbAP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUzDkKVbAP .mbr-text,
.cid-rUzDkKVbAP blockquote {
  color: #767676;
}
.cid-rUzDkKVbAP .mbr-text {
  color: #ffffff;
}
.cid-rUzDkLFzaO {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUzK1MGu6Q {
  background: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rUzK1MGu6Q .image-block {
  margin: auto;
}
.cid-rUzK1MGu6Q figcaption {
  position: relative;
}
.cid-rUzK1MGu6Q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUzK1MGu6Q .image-block {
    width: 100% !important;
  }
}
.cid-rUzK1Nx4CQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUzK1Nx4CQ .mbr-text,
.cid-rUzK1Nx4CQ blockquote {
  color: #767676;
}
.cid-rUzK1Nx4CQ .mbr-text {
  color: #ffffff;
}
.cid-rWVStO36hV {
  background: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rWVStO36hV .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rWVStO36hV .video-block {
    width: 100% !important;
  }
}
.cid-rUDRxuiRaf {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #202020;
}
.cid-rUzQwRTubV {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUzQwRTubV .image-block {
  margin: auto;
}
.cid-rUzQwRTubV figcaption {
  position: relative;
}
.cid-rUzQwRTubV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUzQwRTubV .image-block {
    width: 100% !important;
  }
}
.cid-rUzQwSXbNO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUzQwSXbNO .mbr-text,
.cid-rUzQwSXbNO blockquote {
  color: #767676;
}
.cid-rUzQwSXbNO .mbr-text {
  color: #ffffff;
}
.cid-rUzQwTNPae {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUzSo8Q8Em {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rUzSo8Q8Em .image-block {
  margin: auto;
}
.cid-rUzSo8Q8Em figcaption {
  position: relative;
}
.cid-rUzSo8Q8Em figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUzSo8Q8Em .image-block {
    width: 100% !important;
  }
}
.cid-rUzSo9EB8U {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUzSo9EB8U .mbr-text,
.cid-rUzSo9EB8U blockquote {
  color: #767676;
}
.cid-rUzSo9EB8U .mbr-text {
  color: #ffffff;
}
.cid-rUzSoasLVB {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUzX9v9BhB {
  background: #202020;
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-rUzX9v9BhB .image-block {
  margin: auto;
}
.cid-rUzX9v9BhB figcaption {
  position: relative;
}
.cid-rUzX9v9BhB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUzX9v9BhB .image-block {
    width: 100% !important;
  }
}
.cid-rUzX9w8cLC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #202020;
}
.cid-rUzX9w8cLC .mbr-text,
.cid-rUzX9w8cLC blockquote {
  color: #767676;
}
.cid-rUzX9w8cLC .mbr-text {
  color: #efefef;
}
.cid-rUzX9wVSPD {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUA72YoQ6J {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #202020;
}
.cid-rUA72YoQ6J .line {
  background-color: #2c3131;
  color: #2c3131;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rUA72YoQ6J .section-text {
  padding: 2rem 0;
}
.cid-rUA72YoQ6J .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rUA72YoQ6J .inner-container {
    width: 100% !important;
  }
}
.cid-rUA72Z3Zi7 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #202020;
}
.cid-rUA72Z3Zi7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rUA72Z3Zi7 H2 {
  color: #ffffff;
}
.cid-rUAwnTYjrK {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUA88iiBmo {
  background: #202020;
  padding-top: 120px;
  padding-bottom: 30px;
}
.cid-rUA88iiBmo .image-block {
  margin: auto;
}
.cid-rUA88iiBmo figcaption {
  position: relative;
}
.cid-rUA88iiBmo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUA88iiBmo .image-block {
    width: 100% !important;
  }
}
.cid-rUA88k135A {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUAaxOzC0t {
  background: #202020;
  padding-top: 75px;
  padding-bottom: 30px;
}
.cid-rUAaxOzC0t .image-block {
  margin: auto;
}
.cid-rUAaxOzC0t figcaption {
  position: relative;
}
.cid-rUAaxOzC0t figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUAaxOzC0t .image-block {
    width: 100% !important;
  }
}
.cid-rUAaxPwsZk {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUAceUImgG {
  background: #202020;
  padding-top: 75px;
  padding-bottom: 30px;
}
.cid-rUAceUImgG .image-block {
  margin: auto;
}
.cid-rUAceUImgG figcaption {
  position: relative;
}
.cid-rUAceUImgG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUAceUImgG .image-block {
    width: 100% !important;
  }
}
.cid-rUAceVEuwH {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUAcVyCz3r {
  background: #202020;
  padding-top: 75px;
  padding-bottom: 30px;
}
.cid-rUAcVyCz3r .image-block {
  margin: auto;
}
.cid-rUAcVyCz3r figcaption {
  position: relative;
}
.cid-rUAcVyCz3r figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUAcVyCz3r .image-block {
    width: 100% !important;
  }
}
.cid-rUAcVzkRJY {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUAe0yD1EG {
  background: #202020;
  padding-top: 75px;
  padding-bottom: 30px;
}
.cid-rUAe0yD1EG .image-block {
  margin: auto;
}
.cid-rUAe0yD1EG figcaption {
  position: relative;
}
.cid-rUAe0yD1EG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUAe0yD1EG .image-block {
    width: 100% !important;
  }
}
.cid-rUAe0zLSnN {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUAfqfIOSX {
  background: #202020;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-rUAfqfIOSX .image-block {
  margin: auto;
}
.cid-rUAfqfIOSX figcaption {
  position: relative;
}
.cid-rUAfqfIOSX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUAfqfIOSX .image-block {
    width: 100% !important;
  }
}
.cid-rUAfqgxPDh {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUAhn6Nucx {
  background: #202020;
  padding-top: 45px;
  padding-bottom: 120px;
}
.cid-rUAhn6Nucx .image-block {
  margin: auto;
}
.cid-rUAhn6Nucx figcaption {
  position: relative;
}
.cid-rUAhn6Nucx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUAhn6Nucx .image-block {
    width: 100% !important;
  }
}
.cid-rUAhn7A94q {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUAioKtTAK {
  background: #202020;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rUAioKtTAK .image-block {
  margin: auto;
}
.cid-rUAioKtTAK figcaption {
  position: relative;
}
.cid-rUAioKtTAK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUAioKtTAK .image-block {
    width: 100% !important;
  }
}
.cid-rUAioLpZd4 {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUAjAa8LNL {
  background: #202020;
  padding-top: 90px;
  padding-bottom: 45px;
}
.cid-rUAjAa8LNL .image-block {
  margin: auto;
}
.cid-rUAjAa8LNL figcaption {
  position: relative;
}
.cid-rUAjAa8LNL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUAjAa8LNL .image-block {
    width: 100% !important;
  }
}
.cid-rUAjAb0bCh {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #202020;
}
.cid-rUAkAuMkBK {
  background-image: url("../../../assets/images/websitehomepage-1200x885.jpg");
}
.cid-rUAkAuMkBK .mbr-text,
.cid-rUAkAuMkBK .mbr-section-btn {
  color: #ffffff;
}
.cid-rUAkAvPfPB {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #202020;
}
.cid-rUAkAvPfPB .line {
  background-color: #465052;
  color: #465052;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rUAkAvPfPB .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-rUAkAvPfPB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rUAkAvPfPB .inner-container {
    width: 100% !important;
  }
}
.cid-rUAkAwwZrF {
  background: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rUAkAwwZrF .image-block {
  margin: auto;
}
.cid-rUAkAwwZrF figcaption {
  position: relative;
}
.cid-rUAkAwwZrF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUAkAwwZrF .image-block {
    width: 100% !important;
  }
}
.cid-rVDJx12Myh {
  background: #202020;
  padding-top: 120px;
  padding-bottom: 30px;
}
.cid-rVDJx12Myh .image-block {
  margin: auto;
}
.cid-rVDJx12Myh figcaption {
  position: relative;
}
.cid-rVDJx12Myh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rVDJx12Myh .image-block {
    width: 100% !important;
  }
}
.cid-rVDJx1RDdo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #202020;
}
.cid-rVDJx1RDdo .mbr-text,
.cid-rVDJx1RDdo blockquote {
  color: #767676;
}
.cid-rVDJx1RDdo .mbr-text {
  color: #ffffff;
}
.cid-rYq2wfUyp0 {
  background: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rYq2wfUyp0 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rYq2wfUyp0 .video-block {
    width: 100% !important;
  }
}
.cid-rVDJx2AFmf {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #202020;
}
