.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #454546 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #193e80 !important;
}
.bg-warning {
  background-color: #e6c63b !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #454546 !important;
  border-color: #454546 !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: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #711717 !important;
  border-color: #711717 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #290808 !important;
  border-color: #290808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #290808 !important;
  border-color: #290808 !important;
}
.btn-info,
.btn-info:active {
  background-color: #193e80 !important;
  border-color: #193e80 !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: #0b1b37 !important;
  border-color: #0b1b37 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0b1b37 !important;
  border-color: #0b1b37 !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: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #454546;
  color: #454546;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1a1a1a !important;
  background-color: transparent!important;
  border-color: #1a1a1a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #454546 !important;
  border-color: #454546 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #711717;
  color: #711717;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #290808 !important;
  background-color: transparent!important;
  border-color: #290808 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #711717 !important;
  border-color: #711717 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #193e80;
  color: #193e80;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0b1b37 !important;
  background-color: transparent!important;
  border-color: #0b1b37 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #193e80 !important;
  border-color: #193e80 !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: #e6c63b;
  color: #e6c63b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: #b39617 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #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: #454546 !important;
}
.text-secondary {
  color: #711717 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #193e80 !important;
}
.text-warning {
  color: #e6c63b !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #121213 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c0606 !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: #08152b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a68b15 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #454546;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #193e80;
}
.alert-warning {
  background-color: #e6c63b;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #454546;
  border-color: #454546;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #454546;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b8b8b9;
}
.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: #3f76da;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdfbf0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #454546 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #454546;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #454546;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #454546;
}
.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: #454546;
  border-bottom-color: #454546;
}
.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: #454546 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #711717 !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='%23454546' %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-vgv7RWkTRV {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vgv7RWkTRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgv7RWkTRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgv7RWkTRV .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vgv7RWkTRV .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-vgv7RWkTRV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vgv7RWkTRV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vgv7RWkTRV .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vgv7RWkTRV .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vgv7RWkTRV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vgv7RWkTRV .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vgv7RWkTRV .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgv7RWkTRV .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-vgv7RWkTRV .mbr-text,
.cid-vgv7RWkTRV .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vgv7RWkTRV .card-subtitle {
  color: #bbbbbb;
}
.cid-vgv7RWkTRV .card-title {
  color: #bbbbbb;
}
.cid-vcHimCHLjo {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vcHimCHLjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcHimCHLjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcHimCHLjo .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vcHimCHLjo .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-vcHimCHLjo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcHimCHLjo .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vcHimCHLjo .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vcHimCHLjo .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vcHimCHLjo .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcHimCHLjo .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vcHimCHLjo .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcHimCHLjo .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-vcHimCHLjo .mbr-text,
.cid-vcHimCHLjo .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vcHimCHLjo .card-subtitle {
  color: #bbbbbb;
}
.cid-vcHimCHLjo .card-title {
  color: #bbbbbb;
}
.cid-vbhzEuKtiR {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhzEuKtiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhzEuKtiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhzEuKtiR .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vbhzEuKtiR .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-vbhzEuKtiR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhzEuKtiR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vbhzEuKtiR .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vbhzEuKtiR .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vbhzEuKtiR .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbhzEuKtiR .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vbhzEuKtiR .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhzEuKtiR .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-vbhzEuKtiR .mbr-text,
.cid-vbhzEuKtiR .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vbhzEuKtiR .card-subtitle {
  color: #bbbbbb;
}
.cid-vbhzEuKtiR .card-title {
  color: #bbbbbb;
}
.cid-v2JqaBA9K9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #131313;
}
.cid-v2JqaBA9K9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v2JqaBA9K9 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v2JqaBA9K9 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v2JqaBA9K9 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v2JqaBA9K9 .mbr-section-title {
  color: #e6c63b;
}
.cid-v2JqaBA9K9 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v2JqaBA9K9 .form-control {
  background-color: #3c3c3c;
  background-clip: border-box;
  color: #fff;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
  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;
}
.cid-v5VWAswDce {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-v5VWAswDce .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5VWAswDce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5VWAswDce .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v5VWAswDce .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-v5VWAswDce .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5VWAswDce .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v5VWAswDce .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v5VWAswDce .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v5VWAswDce .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5VWAswDce .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v5VWAswDce .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5VWAswDce .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-v5VWAswDce .mbr-text,
.cid-v5VWAswDce .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v5VWAswDce .card-subtitle {
  color: #bbbbbb;
}
.cid-v5VWAswDce .card-title {
  color: #bbbbbb;
}
.cid-tCkV5ZqPvg {
  z-index: 1000;
  width: 100%;
}
.cid-tCkV5ZqPvg nav.navbar {
  position: fixed;
}
.cid-tCkV5ZqPvg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCkV5ZqPvg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCkV5ZqPvg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCkV5ZqPvg .dropdown-item:hover,
.cid-tCkV5ZqPvg .dropdown-item:focus {
  background: #454546 !important;
  color: white !important;
}
.cid-tCkV5ZqPvg .dropdown-item:hover span {
  color: white;
}
.cid-tCkV5ZqPvg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCkV5ZqPvg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCkV5ZqPvg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCkV5ZqPvg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCkV5ZqPvg .nav-link {
  position: relative;
}
.cid-tCkV5ZqPvg .container {
  display: flex;
  margin: auto;
}
.cid-tCkV5ZqPvg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCkV5ZqPvg .dropdown-menu,
.cid-tCkV5ZqPvg .navbar.opened {
  background: #232323 !important;
}
.cid-tCkV5ZqPvg .nav-item:focus,
.cid-tCkV5ZqPvg .nav-link:focus {
  outline: none;
}
.cid-tCkV5ZqPvg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCkV5ZqPvg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCkV5ZqPvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCkV5ZqPvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCkV5ZqPvg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCkV5ZqPvg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCkV5ZqPvg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.9);
}
.cid-tCkV5ZqPvg .navbar.opened {
  transition: all 0.3s;
}
.cid-tCkV5ZqPvg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCkV5ZqPvg .navbar .navbar-logo img {
  width: auto;
}
.cid-tCkV5ZqPvg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCkV5ZqPvg .navbar.collapsed {
  justify-content: center;
}
.cid-tCkV5ZqPvg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCkV5ZqPvg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCkV5ZqPvg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCkV5ZqPvg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCkV5ZqPvg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCkV5ZqPvg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCkV5ZqPvg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCkV5ZqPvg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCkV5ZqPvg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCkV5ZqPvg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCkV5ZqPvg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCkV5ZqPvg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCkV5ZqPvg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCkV5ZqPvg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCkV5ZqPvg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCkV5ZqPvg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCkV5ZqPvg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCkV5ZqPvg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCkV5ZqPvg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCkV5ZqPvg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCkV5ZqPvg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCkV5ZqPvg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCkV5ZqPvg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCkV5ZqPvg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCkV5ZqPvg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCkV5ZqPvg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCkV5ZqPvg .dropdown-item.active,
.cid-tCkV5ZqPvg .dropdown-item:active {
  background-color: transparent;
}
.cid-tCkV5ZqPvg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCkV5ZqPvg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCkV5ZqPvg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCkV5ZqPvg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tCkV5ZqPvg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCkV5ZqPvg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCkV5ZqPvg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCkV5ZqPvg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCkV5ZqPvg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCkV5ZqPvg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-tCkV5ZqPvg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCkV5ZqPvg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCkV5ZqPvg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCkV5ZqPvg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCkV5ZqPvg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCkV5ZqPvg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCkV5ZqPvg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCkV5ZqPvg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCkV5ZqPvg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCkV5ZqPvg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCkV5ZqPvg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCkV5ZqPvg .navbar {
    height: 70px;
  }
  .cid-tCkV5ZqPvg .navbar.opened {
    height: auto;
  }
  .cid-tCkV5ZqPvg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1ZwYqaSVT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1ZwYqaSVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1ZwYqaSVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1ZKP0kkQl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #131313;
}
.cid-u1ZKP0kkQl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u1ZKP0kkQl form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u1ZKP0kkQl form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u1ZKP0kkQl form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1ZKP0kkQl .mbr-section-title {
  color: #e6c63b;
}
.cid-u1ZKP0kkQl .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u1ZKP0kkQl .form-control {
  background-color: #3c3c3c;
  background-clip: border-box;
  color: #fff;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
  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;
}
.cid-uyOE5LJ58h {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uyOE5LJ58h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyOE5LJ58h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyOE5LJ58h .content-wrapper {
  background: #353535;
}
@media (max-width: 991px) {
  .cid-uyOE5LJ58h .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyOE5LJ58h .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyOE5LJ58h .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyOE5LJ58h .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyOE5LJ58h .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uyOE5LJ58h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyOE5LJ58h .card-title {
  color: #88ff8a;
}
.cid-uyOE5LJ58h .mbr-text,
.cid-uyOE5LJ58h .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uXUW1EVhDg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uXUW1EVhDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUW1EVhDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUW1EVhDg .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXUW1EVhDg .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-uXUW1EVhDg .mbr-text,
.cid-uXUW1EVhDg .mbr-section-btn {
  color: #b48e24;
  text-align: center;
}
.cid-u2A4slAsdx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u2A4slAsdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2A4slAsdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2A4slAsdx .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u2A4slAsdx .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u2A4slAsdx .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-u2A4slAsdx .bg-instagram:hover {
  background: #bd005c;
}
.cid-u2A4slAsdx .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u2A4slAsdx [class^="socicon-"]:before,
.cid-u2A4slAsdx [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uIPIkCGmcN {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #131313;
  overflow: hidden;
}
.cid-uIPIkCGmcN .media-container-row .mbr-text {
  text-align: right;
}
.cid-tCkV5ZqPvg {
  z-index: 1000;
  width: 100%;
}
.cid-tCkV5ZqPvg nav.navbar {
  position: fixed;
}
.cid-tCkV5ZqPvg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCkV5ZqPvg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCkV5ZqPvg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCkV5ZqPvg .dropdown-item:hover,
.cid-tCkV5ZqPvg .dropdown-item:focus {
  background: #454546 !important;
  color: white !important;
}
.cid-tCkV5ZqPvg .dropdown-item:hover span {
  color: white;
}
.cid-tCkV5ZqPvg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCkV5ZqPvg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCkV5ZqPvg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCkV5ZqPvg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCkV5ZqPvg .nav-link {
  position: relative;
}
.cid-tCkV5ZqPvg .container {
  display: flex;
  margin: auto;
}
.cid-tCkV5ZqPvg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCkV5ZqPvg .dropdown-menu,
.cid-tCkV5ZqPvg .navbar.opened {
  background: #232323 !important;
}
.cid-tCkV5ZqPvg .nav-item:focus,
.cid-tCkV5ZqPvg .nav-link:focus {
  outline: none;
}
.cid-tCkV5ZqPvg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCkV5ZqPvg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCkV5ZqPvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCkV5ZqPvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCkV5ZqPvg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCkV5ZqPvg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCkV5ZqPvg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.9);
}
.cid-tCkV5ZqPvg .navbar.opened {
  transition: all 0.3s;
}
.cid-tCkV5ZqPvg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCkV5ZqPvg .navbar .navbar-logo img {
  width: auto;
}
.cid-tCkV5ZqPvg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCkV5ZqPvg .navbar.collapsed {
  justify-content: center;
}
.cid-tCkV5ZqPvg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCkV5ZqPvg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCkV5ZqPvg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCkV5ZqPvg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCkV5ZqPvg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCkV5ZqPvg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCkV5ZqPvg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCkV5ZqPvg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCkV5ZqPvg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCkV5ZqPvg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCkV5ZqPvg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCkV5ZqPvg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCkV5ZqPvg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCkV5ZqPvg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCkV5ZqPvg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCkV5ZqPvg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCkV5ZqPvg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCkV5ZqPvg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCkV5ZqPvg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCkV5ZqPvg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCkV5ZqPvg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCkV5ZqPvg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCkV5ZqPvg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCkV5ZqPvg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCkV5ZqPvg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCkV5ZqPvg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCkV5ZqPvg .dropdown-item.active,
.cid-tCkV5ZqPvg .dropdown-item:active {
  background-color: transparent;
}
.cid-tCkV5ZqPvg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCkV5ZqPvg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCkV5ZqPvg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCkV5ZqPvg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tCkV5ZqPvg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCkV5ZqPvg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCkV5ZqPvg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCkV5ZqPvg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCkV5ZqPvg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCkV5ZqPvg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-tCkV5ZqPvg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCkV5ZqPvg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCkV5ZqPvg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCkV5ZqPvg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCkV5ZqPvg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCkV5ZqPvg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCkV5ZqPvg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCkV5ZqPvg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCkV5ZqPvg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCkV5ZqPvg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCkV5ZqPvg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCkV5ZqPvg .navbar {
    height: 70px;
  }
  .cid-tCkV5ZqPvg .navbar.opened {
    height: auto;
  }
  .cid-tCkV5ZqPvg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3TzTTplxY {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u3TzTTplxY .mbr-overlay {
  background-color: #131313;
  opacity: 0.7;
}
.cid-u3TzTTplxY form.mbr-form {
  border-radius: 10px;
  background-color: #3c3c3c;
}
@media (min-width: 992px) {
  .cid-u3TzTTplxY form.mbr-form {
    padding: 3rem 2rem;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cid-u3TzTTplxY form.mbr-form {
    padding: 1rem;
  }
}
.cid-u3TzTTplxY form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u3TzTTplxY form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-u3TzTTplxY P {
  text-align: center;
  color: #bbbbbb;
}
.cid-u3TzTTplxY .mbr-section-title {
  color: #e6c63b;
}
.cid-u3TzTTplxY .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-u3TzTTplxY .form-control {
  background-color: #4d4d4d;
  background-clip: border-box;
  color: #fff;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
  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;
}
.cid-uyOBw5K62J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyOBw5K62J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyOBw5K62J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUWjun8MV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uXUWjun8MV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUWjun8MV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUWjun8MV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXUWjun8MV .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-uXUWjun8MV .mbr-text,
.cid-uXUWjun8MV .mbr-section-btn {
  color: #b48e24;
  text-align: center;
}
.cid-u2A57XcryR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u2A57XcryR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2A57XcryR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2A57XcryR .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u2A57XcryR .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u2A57XcryR .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-u2A57XcryR .bg-instagram:hover {
  background: #bd005c;
}
.cid-u2A57XcryR .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u2A57XcryR [class^="socicon-"]:before,
.cid-u2A57XcryR [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uIPIkCGmcN {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #131313;
  overflow: hidden;
}
.cid-uIPIkCGmcN .media-container-row .mbr-text {
  text-align: right;
}
.cid-u1VewnzPaO {
  z-index: 1000;
  width: 100%;
}
.cid-u1VewnzPaO nav.navbar {
  position: fixed;
}
.cid-u1VewnzPaO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1VewnzPaO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1VewnzPaO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1VewnzPaO .dropdown-item:hover,
.cid-u1VewnzPaO .dropdown-item:focus {
  background: #454546 !important;
  color: white !important;
}
.cid-u1VewnzPaO .dropdown-item:hover span {
  color: white;
}
.cid-u1VewnzPaO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1VewnzPaO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1VewnzPaO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1VewnzPaO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1VewnzPaO .nav-link {
  position: relative;
}
.cid-u1VewnzPaO .container {
  display: flex;
  margin: auto;
}
.cid-u1VewnzPaO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1VewnzPaO .dropdown-menu,
.cid-u1VewnzPaO .navbar.opened {
  background: #232323 !important;
}
.cid-u1VewnzPaO .nav-item:focus,
.cid-u1VewnzPaO .nav-link:focus {
  outline: none;
}
.cid-u1VewnzPaO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1VewnzPaO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1VewnzPaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1VewnzPaO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1VewnzPaO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1VewnzPaO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1VewnzPaO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.9);
}
.cid-u1VewnzPaO .navbar.opened {
  transition: all 0.3s;
}
.cid-u1VewnzPaO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1VewnzPaO .navbar .navbar-logo img {
  width: auto;
}
.cid-u1VewnzPaO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1VewnzPaO .navbar.collapsed {
  justify-content: center;
}
.cid-u1VewnzPaO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1VewnzPaO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1VewnzPaO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1VewnzPaO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1VewnzPaO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1VewnzPaO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u1VewnzPaO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1VewnzPaO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1VewnzPaO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1VewnzPaO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1VewnzPaO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1VewnzPaO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1VewnzPaO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1VewnzPaO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u1VewnzPaO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1VewnzPaO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1VewnzPaO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1VewnzPaO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1VewnzPaO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1VewnzPaO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1VewnzPaO .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1VewnzPaO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1VewnzPaO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1VewnzPaO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1VewnzPaO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1VewnzPaO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1VewnzPaO .dropdown-item.active,
.cid-u1VewnzPaO .dropdown-item:active {
  background-color: transparent;
}
.cid-u1VewnzPaO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1VewnzPaO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1VewnzPaO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1VewnzPaO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u1VewnzPaO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1VewnzPaO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1VewnzPaO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1VewnzPaO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1VewnzPaO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1VewnzPaO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-u1VewnzPaO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1VewnzPaO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1VewnzPaO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1VewnzPaO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1VewnzPaO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1VewnzPaO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1VewnzPaO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1VewnzPaO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1VewnzPaO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1VewnzPaO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1VewnzPaO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1VewnzPaO .navbar {
    height: 70px;
  }
  .cid-u1VewnzPaO .navbar.opened {
    height: auto;
  }
  .cid-u1VewnzPaO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1VewnV5J7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewnV5J7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewnV5J7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewnV5J7 .card-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-u1VewnV5J7 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewnV5J7 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewnV5J7 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u1VewnV5J7 .mbr-text,
.cid-u1VewnV5J7 .mbr-section-btn {
  color: #454546;
}
.cid-u1VewnV5J7 .card-title,
.cid-u1VewnV5J7 .card-box {
  text-align: left;
}
.cid-u1VewoHOT9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewoHOT9 .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1VewoHOT9 audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1VewoHOT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewoHOT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewoHOT9 .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1VewoHOT9 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1VewoHOT9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1VewoHOT9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewoHOT9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewoHOT9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1VewoHOT9 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1VewoHOT9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1VewoHOT9 .card-title {
  color: #454546;
}
.cid-u1VewoHOT9 .mbr-text,
.cid-u1VewoHOT9 .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-u1Vewp1uuj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1Vewp1uuj .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1Vewp1uuj audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1Vewp1uuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Vewp1uuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Vewp1uuj .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1Vewp1uuj .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1Vewp1uuj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1Vewp1uuj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1Vewp1uuj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1Vewp1uuj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1Vewp1uuj .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1Vewp1uuj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1Vewp1uuj .card-title {
  color: #454546;
}
.cid-u1Vewp1uuj .mbr-text,
.cid-u1Vewp1uuj .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-u1VewpoXX4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewpoXX4 .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1VewpoXX4 audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1VewpoXX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewpoXX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewpoXX4 .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1VewpoXX4 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1VewpoXX4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1VewpoXX4 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewpoXX4 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewpoXX4 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1VewpoXX4 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1VewpoXX4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1VewpoXX4 .card-title {
  color: #454546;
}
.cid-u1VewpoXX4 .mbr-text,
.cid-u1VewpoXX4 .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-u1VewpGx1y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewpGx1y .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1VewpGx1y audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1VewpGx1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewpGx1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewpGx1y .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1VewpGx1y .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1VewpGx1y .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1VewpGx1y .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewpGx1y .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewpGx1y .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1VewpGx1y .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1VewpGx1y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1VewpGx1y .card-title {
  color: #454546;
}
.cid-u1VewpGx1y .mbr-text,
.cid-u1VewpGx1y .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-u1VewpX0p6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewpX0p6 .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1VewpX0p6 audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1VewpX0p6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewpX0p6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewpX0p6 .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1VewpX0p6 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1VewpX0p6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1VewpX0p6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewpX0p6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewpX0p6 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1VewpX0p6 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1VewpX0p6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1VewpX0p6 .card-title {
  color: #454546;
}
.cid-u1VewpX0p6 .mbr-text,
.cid-u1VewpX0p6 .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-u1VewqeTy6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewqeTy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewqeTy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewqeTy6 .card-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-u1VewqeTy6 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewqeTy6 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewqeTy6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u1VewqeTy6 .mbr-text,
.cid-u1VewqeTy6 .mbr-section-btn {
  color: #454546;
}
.cid-u1VewqeTy6 .card-title,
.cid-u1VewqeTy6 .card-box {
  text-align: left;
}
.cid-u1VewqDu2w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewqDu2w .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1VewqDu2w audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1VewqDu2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewqDu2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewqDu2w .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1VewqDu2w .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1VewqDu2w .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1VewqDu2w .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewqDu2w .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewqDu2w .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1VewqDu2w .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1VewqDu2w .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1VewqDu2w .card-title {
  color: #454546;
}
.cid-u1VewqDu2w .mbr-text,
.cid-u1VewqDu2w .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-u1VewqW2sd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewqW2sd .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1VewqW2sd audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1VewqW2sd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewqW2sd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewqW2sd .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1VewqW2sd .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1VewqW2sd .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1VewqW2sd .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewqW2sd .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewqW2sd .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1VewqW2sd .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1VewqW2sd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1VewqW2sd .card-title {
  color: #454546;
}
.cid-u1VewqW2sd .mbr-text,
.cid-u1VewqW2sd .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-u1Vewrbfbv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1Vewrbfbv .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1Vewrbfbv audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1Vewrbfbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Vewrbfbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Vewrbfbv .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1Vewrbfbv .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1Vewrbfbv .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1Vewrbfbv .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1Vewrbfbv .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1Vewrbfbv .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1Vewrbfbv .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1Vewrbfbv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1Vewrbfbv .card-title {
  color: #454546;
}
.cid-u1Vewrbfbv .mbr-text,
.cid-u1Vewrbfbv .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-u1Vewrteqa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1Vewrteqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Vewrteqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Vewrteqa .card-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-u1Vewrteqa .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1Vewrteqa .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1Vewrteqa .card-wrapper {
    padding: 4rem;
  }
}
.cid-u1Vewrteqa .mbr-text,
.cid-u1Vewrteqa .mbr-section-btn {
  color: #454546;
}
.cid-u1Vewrteqa .card-title,
.cid-u1Vewrteqa .card-box {
  text-align: left;
}
.cid-u1VewrOSND {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewrOSND .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1VewrOSND audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1VewrOSND .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewrOSND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewrOSND .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1VewrOSND .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1VewrOSND .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1VewrOSND .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewrOSND .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewrOSND .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1VewrOSND .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1VewrOSND .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1VewrOSND .card-title {
  color: #454546;
}
.cid-u1VewrOSND .mbr-text,
.cid-u1VewrOSND .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-u1Vews4PFS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1Vews4PFS .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1Vews4PFS audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1Vews4PFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Vews4PFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Vews4PFS .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1Vews4PFS .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1Vews4PFS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1Vews4PFS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1Vews4PFS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1Vews4PFS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1Vews4PFS .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1Vews4PFS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1Vews4PFS .card-title {
  color: #454546;
}
.cid-u1Vews4PFS .mbr-text,
.cid-u1Vews4PFS .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-u1VewslKII {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewslKII .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1VewslKII audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1VewslKII .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewslKII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewslKII .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1VewslKII .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1VewslKII .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1VewslKII .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewslKII .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewslKII .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1VewslKII .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1VewslKII .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1VewslKII .card-title {
  color: #454546;
}
.cid-u1VewslKII .mbr-text,
.cid-u1VewslKII .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-u1VewsCW31 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewsCW31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewsCW31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewsCW31 .card-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-u1VewsCW31 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewsCW31 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewsCW31 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u1VewsCW31 .mbr-text,
.cid-u1VewsCW31 .mbr-section-btn {
  color: #454546;
}
.cid-u1VewsCW31 .card-title,
.cid-u1VewsCW31 .card-box {
  text-align: left;
}
.cid-u1VewsXUjs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewsXUjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewsXUjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewsXUjs .card-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-u1VewsXUjs .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewsXUjs .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewsXUjs .card-wrapper {
    padding: 4rem;
  }
}
.cid-u1VewsXUjs .mbr-text,
.cid-u1VewsXUjs .mbr-section-btn {
  color: #454546;
}
.cid-u1VewsXUjs .card-title,
.cid-u1VewsXUjs .card-box {
  text-align: left;
}
.cid-u1VewtkoWv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewtkoWv .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1VewtkoWv audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1VewtkoWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewtkoWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewtkoWv .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1VewtkoWv .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1VewtkoWv .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1VewtkoWv .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewtkoWv .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewtkoWv .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1VewtkoWv .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1VewtkoWv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1VewtkoWv .card-title {
  color: #454546;
}
.cid-u1VewtkoWv .mbr-text,
.cid-u1VewtkoWv .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-u1Vewtzc0v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1Vewtzc0v .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1Vewtzc0v audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1Vewtzc0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Vewtzc0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Vewtzc0v .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1Vewtzc0v .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1Vewtzc0v .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1Vewtzc0v .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1Vewtzc0v .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1Vewtzc0v .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1Vewtzc0v .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1Vewtzc0v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1Vewtzc0v .card-title {
  color: #454546;
}
.cid-u1Vewtzc0v .mbr-text,
.cid-u1Vewtzc0v .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-u1VewtPnW1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewtPnW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewtPnW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewtPnW1 .card-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-u1VewtPnW1 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewtPnW1 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewtPnW1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u1VewtPnW1 .mbr-text,
.cid-u1VewtPnW1 .mbr-section-btn {
  color: #454546;
}
.cid-u1VewtPnW1 .card-title,
.cid-u1VewtPnW1 .card-box {
  text-align: left;
}
.cid-u1VewueHQk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-u1VewueHQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewueHQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewueHQk .card-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-u1VewueHQk .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewueHQk .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewueHQk .card-wrapper {
    padding: 4rem;
  }
}
.cid-u1VewueHQk .mbr-text,
.cid-u1VewueHQk .mbr-section-btn {
  color: #454546;
}
.cid-u1VewueHQk .card-title,
.cid-u1VewueHQk .card-box {
  text-align: left;
}
.cid-u1VewuAXrm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewuAXrm .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1VewuAXrm audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1VewuAXrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewuAXrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewuAXrm .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1VewuAXrm .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1VewuAXrm .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1VewuAXrm .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewuAXrm .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewuAXrm .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1VewuAXrm .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1VewuAXrm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1VewuAXrm .card-title {
  color: #454546;
}
.cid-u1VewuAXrm .mbr-text,
.cid-u1VewuAXrm .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-u1VewvzkEI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewvzkEI .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1VewvzkEI audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1VewvzkEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewvzkEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewvzkEI .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1VewvzkEI .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1VewvzkEI .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1VewvzkEI .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewvzkEI .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewvzkEI .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1VewvzkEI .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1VewvzkEI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1VewvzkEI .card-title {
  color: #454546;
}
.cid-u1VewvzkEI .mbr-text,
.cid-u1VewvzkEI .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-u1Veww8XDf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-u1Veww8XDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Veww8XDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Veww8XDf .card-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-u1Veww8XDf .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1Veww8XDf .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1Veww8XDf .card-wrapper {
    padding: 4rem;
  }
}
.cid-u1Veww8XDf .mbr-text,
.cid-u1Veww8XDf .mbr-section-btn {
  color: #454546;
}
.cid-u1Veww8XDf .card-title,
.cid-u1Veww8XDf .card-box {
  text-align: left;
}
.cid-u1VewwyNgT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u1VewwyNgT .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-u1VewwyNgT audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-u1VewwyNgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VewwyNgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewwyNgT .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u1VewwyNgT .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u1VewwyNgT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1VewwyNgT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1VewwyNgT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1VewwyNgT .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u1VewwyNgT .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u1VewwyNgT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1VewwyNgT .card-title {
  color: #454546;
}
.cid-u1VewwyNgT .mbr-text,
.cid-u1VewwyNgT .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyOAOqASFa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyOAOqASFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyOAOqASFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1VewwSuUm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #353535;
}
.cid-u1VewwSuUm .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uyOF7a9lk4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uyOF7a9lk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyOF7a9lk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyOF7a9lk4 .content-wrapper {
  background: #353535;
}
@media (max-width: 991px) {
  .cid-uyOF7a9lk4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyOF7a9lk4 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyOF7a9lk4 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyOF7a9lk4 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyOF7a9lk4 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uyOF7a9lk4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyOF7a9lk4 .card-title {
  color: #88ff8a;
}
.cid-uyOF7a9lk4 .mbr-text,
.cid-uyOF7a9lk4 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uXUWfTF5P6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uXUWfTF5P6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUWfTF5P6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUWfTF5P6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXUWfTF5P6 .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-uXUWfTF5P6 .mbr-text,
.cid-uXUWfTF5P6 .mbr-section-btn {
  color: #b48e24;
  text-align: center;
}
.cid-u2A4TGvPEU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u2A4TGvPEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2A4TGvPEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2A4TGvPEU .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u2A4TGvPEU .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u2A4TGvPEU .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-u2A4TGvPEU .bg-instagram:hover {
  background: #bd005c;
}
.cid-u2A4TGvPEU .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u2A4TGvPEU [class^="socicon-"]:before,
.cid-u2A4TGvPEU [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uIPIkCGmcN {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #131313;
  overflow: hidden;
}
.cid-uIPIkCGmcN .media-container-row .mbr-text {
  text-align: right;
}
.cid-uyyLY0BtJI {
  z-index: 1000;
  width: 100%;
}
.cid-uyyLY0BtJI nav.navbar {
  position: fixed;
}
.cid-uyyLY0BtJI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyyLY0BtJI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyyLY0BtJI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyyLY0BtJI .dropdown-item:hover,
.cid-uyyLY0BtJI .dropdown-item:focus {
  background: #454546 !important;
  color: white !important;
}
.cid-uyyLY0BtJI .dropdown-item:hover span {
  color: white;
}
.cid-uyyLY0BtJI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyyLY0BtJI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyyLY0BtJI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyyLY0BtJI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyyLY0BtJI .nav-link {
  position: relative;
}
.cid-uyyLY0BtJI .container {
  display: flex;
  margin: auto;
}
.cid-uyyLY0BtJI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyyLY0BtJI .dropdown-menu,
.cid-uyyLY0BtJI .navbar.opened {
  background: #232323 !important;
}
.cid-uyyLY0BtJI .nav-item:focus,
.cid-uyyLY0BtJI .nav-link:focus {
  outline: none;
}
.cid-uyyLY0BtJI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyyLY0BtJI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyyLY0BtJI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyyLY0BtJI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyyLY0BtJI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyyLY0BtJI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyyLY0BtJI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.9);
}
.cid-uyyLY0BtJI .navbar.opened {
  transition: all 0.3s;
}
.cid-uyyLY0BtJI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyyLY0BtJI .navbar .navbar-logo img {
  width: auto;
}
.cid-uyyLY0BtJI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyyLY0BtJI .navbar.collapsed {
  justify-content: center;
}
.cid-uyyLY0BtJI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyyLY0BtJI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyyLY0BtJI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uyyLY0BtJI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyyLY0BtJI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyyLY0BtJI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyyLY0BtJI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyyLY0BtJI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyyLY0BtJI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyyLY0BtJI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyyLY0BtJI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyyLY0BtJI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyyLY0BtJI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyyLY0BtJI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyyLY0BtJI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyyLY0BtJI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyyLY0BtJI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyyLY0BtJI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyyLY0BtJI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyyLY0BtJI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyyLY0BtJI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyyLY0BtJI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyyLY0BtJI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyyLY0BtJI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyyLY0BtJI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyyLY0BtJI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyyLY0BtJI .dropdown-item.active,
.cid-uyyLY0BtJI .dropdown-item:active {
  background-color: transparent;
}
.cid-uyyLY0BtJI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyyLY0BtJI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyyLY0BtJI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyyLY0BtJI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyyLY0BtJI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyyLY0BtJI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyyLY0BtJI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyyLY0BtJI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyyLY0BtJI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyyLY0BtJI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uyyLY0BtJI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyyLY0BtJI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyyLY0BtJI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyyLY0BtJI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyyLY0BtJI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyyLY0BtJI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyyLY0BtJI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyyLY0BtJI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyyLY0BtJI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyyLY0BtJI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyyLY0BtJI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyyLY0BtJI .navbar {
    height: 70px;
  }
  .cid-uyyLY0BtJI .navbar.opened {
    height: auto;
  }
  .cid-uyyLY0BtJI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyyLY1YEW6 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #3d3d3e;
}
.cid-uyyLY1YEW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY1YEW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY1YEW6 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uyyLY1YEW6 .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uyyLY1YEW6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY1YEW6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uyyLY1YEW6 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uyyLY1YEW6 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uyyLY1YEW6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uyyLY1YEW6 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uyyLY1YEW6 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY1YEW6 .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-uyyLY1YEW6 .mbr-text,
.cid-uyyLY1YEW6 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uyyLY1YEW6 .card-subtitle {
  color: #bbbbbb;
}
.cid-uyyLY1YEW6 .card-title {
  color: #bbbbbb;
}
.cid-uyyLY2qTIp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY2qTIp .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-uyyLY2qTIp audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-uyyLY2qTIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY2qTIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY2qTIp .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uyyLY2qTIp .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyyLY2qTIp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyyLY2qTIp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY2qTIp .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY2qTIp .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyyLY2qTIp .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyyLY2qTIp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY2qTIp .card-title {
  color: #454546;
}
.cid-uyyLY2qTIp .mbr-text,
.cid-uyyLY2qTIp .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyyLY2H627 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #3d3d3e;
}
.cid-uyyLY2H627 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY2H627 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY2H627 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uyyLY2H627 .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uyyLY2H627 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY2H627 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uyyLY2H627 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uyyLY2H627 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uyyLY2H627 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uyyLY2H627 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uyyLY2H627 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY2H627 .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-uyyLY2H627 .mbr-text,
.cid-uyyLY2H627 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uyyLY2H627 .card-subtitle {
  color: #bbbbbb;
}
.cid-uyyLY2H627 .card-title {
  color: #bbbbbb;
}
.cid-uyyLY39qtt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY39qtt .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-uyyLY39qtt audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-uyyLY39qtt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY39qtt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY39qtt .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uyyLY39qtt .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyyLY39qtt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyyLY39qtt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY39qtt .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY39qtt .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyyLY39qtt .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyyLY39qtt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY39qtt .card-title {
  color: #454546;
}
.cid-uyyLY39qtt .mbr-text,
.cid-uyyLY39qtt .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyyLY3pLx9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY3pLx9 .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-uyyLY3pLx9 audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-uyyLY3pLx9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY3pLx9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY3pLx9 .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uyyLY3pLx9 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyyLY3pLx9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyyLY3pLx9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY3pLx9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY3pLx9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyyLY3pLx9 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyyLY3pLx9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY3pLx9 .card-title {
  color: #454546;
}
.cid-uyyLY3pLx9 .mbr-text,
.cid-uyyLY3pLx9 .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyyLY3EdlH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY3EdlH .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-uyyLY3EdlH audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-uyyLY3EdlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY3EdlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY3EdlH .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uyyLY3EdlH .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyyLY3EdlH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyyLY3EdlH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY3EdlH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY3EdlH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyyLY3EdlH .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyyLY3EdlH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY3EdlH .card-title {
  color: #454546;
}
.cid-uyyLY3EdlH .mbr-text,
.cid-uyyLY3EdlH .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyyLY3XMVq {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #3d3d3e;
}
.cid-uyyLY3XMVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY3XMVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY3XMVq .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uyyLY3XMVq .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uyyLY3XMVq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY3XMVq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uyyLY3XMVq .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uyyLY3XMVq .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uyyLY3XMVq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uyyLY3XMVq .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uyyLY3XMVq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY3XMVq .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-uyyLY3XMVq .mbr-text,
.cid-uyyLY3XMVq .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uyyLY3XMVq .card-subtitle {
  color: #bbbbbb;
}
.cid-uyyLY3XMVq .card-title {
  color: #bbbbbb;
}
.cid-uyyLY4nrIg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #131313;
}
.cid-uyyLY4nrIg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyyLY4nrIg form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyyLY4nrIg form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyyLY4nrIg form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyyLY4nrIg .mbr-section-title {
  color: #e6c63b;
}
.cid-uyyLY4nrIg .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uyyLY4nrIg .form-control {
  background-color: #3c3c3c;
  background-clip: border-box;
  color: #fff;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
  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;
}
.cid-uyyLY4DPq7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY4DPq7 .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-uyyLY4DPq7 audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-uyyLY4DPq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY4DPq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY4DPq7 .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uyyLY4DPq7 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyyLY4DPq7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyyLY4DPq7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY4DPq7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY4DPq7 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyyLY4DPq7 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyyLY4DPq7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY4DPq7 .card-title {
  color: #454546;
}
.cid-uyyLY4DPq7 .mbr-text,
.cid-uyyLY4DPq7 .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyyLY4TfBD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY4TfBD .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-uyyLY4TfBD audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-uyyLY4TfBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY4TfBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY4TfBD .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uyyLY4TfBD .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyyLY4TfBD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyyLY4TfBD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY4TfBD .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY4TfBD .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyyLY4TfBD .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyyLY4TfBD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY4TfBD .card-title {
  color: #454546;
}
.cid-uyyLY4TfBD .mbr-text,
.cid-uyyLY4TfBD .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyyLY59FF5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY59FF5 .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-uyyLY59FF5 audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-uyyLY59FF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY59FF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY59FF5 .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uyyLY59FF5 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyyLY59FF5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyyLY59FF5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY59FF5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY59FF5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyyLY59FF5 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyyLY59FF5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY59FF5 .card-title {
  color: #454546;
}
.cid-uyyLY59FF5 .mbr-text,
.cid-uyyLY59FF5 .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyyLY5uoH0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY5uoH0 .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-uyyLY5uoH0 audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-uyyLY5uoH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY5uoH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY5uoH0 .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uyyLY5uoH0 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyyLY5uoH0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyyLY5uoH0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY5uoH0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY5uoH0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyyLY5uoH0 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyyLY5uoH0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY5uoH0 .card-title {
  color: #454546;
}
.cid-uyyLY5uoH0 .mbr-text,
.cid-uyyLY5uoH0 .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyyLY5NIlM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY5NIlM .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-uyyLY5NIlM audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-uyyLY5NIlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY5NIlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY5NIlM .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uyyLY5NIlM .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyyLY5NIlM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyyLY5NIlM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY5NIlM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY5NIlM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyyLY5NIlM .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyyLY5NIlM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY5NIlM .card-title {
  color: #454546;
}
.cid-uyyLY5NIlM .mbr-text,
.cid-uyyLY5NIlM .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyyLY64qj2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY64qj2 .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-uyyLY64qj2 audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-uyyLY64qj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY64qj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY64qj2 .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uyyLY64qj2 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyyLY64qj2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyyLY64qj2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY64qj2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY64qj2 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyyLY64qj2 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyyLY64qj2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY64qj2 .card-title {
  color: #454546;
}
.cid-uyyLY64qj2 .mbr-text,
.cid-uyyLY64qj2 .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyyLY6lazq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY6lazq .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-uyyLY6lazq audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-uyyLY6lazq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY6lazq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY6lazq .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uyyLY6lazq .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyyLY6lazq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyyLY6lazq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY6lazq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY6lazq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyyLY6lazq .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyyLY6lazq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY6lazq .card-title {
  color: #454546;
}
.cid-uyyLY6lazq .mbr-text,
.cid-uyyLY6lazq .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyyLY6BLcF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY6BLcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY6BLcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY6BLcF .card-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-uyyLY6BLcF .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY6BLcF .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY6BLcF .card-wrapper {
    padding: 4rem;
  }
}
.cid-uyyLY6BLcF .mbr-text,
.cid-uyyLY6BLcF .mbr-section-btn {
  color: #454546;
}
.cid-uyyLY6BLcF .card-title,
.cid-uyyLY6BLcF .card-box {
  text-align: left;
}
.cid-uyyLY725VT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY725VT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY725VT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY725VT .card-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-uyyLY725VT .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY725VT .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY725VT .card-wrapper {
    padding: 4rem;
  }
}
.cid-uyyLY725VT .mbr-text,
.cid-uyyLY725VT .mbr-section-btn {
  color: #454546;
}
.cid-uyyLY725VT .card-title,
.cid-uyyLY725VT .card-box {
  text-align: left;
}
.cid-uyyLY7taeY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY7taeY .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-uyyLY7taeY audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-uyyLY7taeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY7taeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY7taeY .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uyyLY7taeY .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyyLY7taeY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyyLY7taeY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY7taeY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY7taeY .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyyLY7taeY .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyyLY7taeY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY7taeY .card-title {
  color: #454546;
}
.cid-uyyLY7taeY .mbr-text,
.cid-uyyLY7taeY .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyyLY7Lxxv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY7Lxxv .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-uyyLY7Lxxv audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-uyyLY7Lxxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY7Lxxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY7Lxxv .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uyyLY7Lxxv .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyyLY7Lxxv .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyyLY7Lxxv .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY7Lxxv .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY7Lxxv .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyyLY7Lxxv .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyyLY7Lxxv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY7Lxxv .card-title {
  color: #454546;
}
.cid-uyyLY7Lxxv .mbr-text,
.cid-uyyLY7Lxxv .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyyLY82QqN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY82QqN .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-uyyLY82QqN audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-uyyLY82QqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY82QqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY82QqN .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uyyLY82QqN .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyyLY82QqN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyyLY82QqN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY82QqN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY82QqN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyyLY82QqN .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyyLY82QqN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY82QqN .card-title {
  color: #454546;
}
.cid-uyyLY82QqN .mbr-text,
.cid-uyyLY82QqN .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyyLY8lPT1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY8lPT1 .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-uyyLY8lPT1 audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-uyyLY8lPT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY8lPT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY8lPT1 .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uyyLY8lPT1 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyyLY8lPT1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyyLY8lPT1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY8lPT1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY8lPT1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyyLY8lPT1 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyyLY8lPT1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyyLY8lPT1 .card-title {
  color: #454546;
}
.cid-uyyLY8lPT1 .mbr-text,
.cid-uyyLY8lPT1 .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-uyyLY8E0YH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyyLY8E0YH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLY8E0YH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY8E0YH .card-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-uyyLY8E0YH .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyyLY8E0YH .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyLY8E0YH .card-wrapper {
    padding: 4rem;
  }
}
.cid-uyyLY8E0YH .mbr-text,
.cid-uyyLY8E0YH .mbr-section-btn {
  color: #454546;
}
.cid-uyyLY8E0YH .card-title,
.cid-uyyLY8E0YH .card-box {
  text-align: left;
}
.cid-uyOACDAQE3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyOACDAQE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyOACDAQE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLY9rEDA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #131313;
}
.cid-uyyLY9rEDA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyyLY9rEDA form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyyLY9rEDA form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyyLY9rEDA form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyyLY9rEDA .mbr-section-title {
  color: #e6c63b;
}
.cid-uyyLY9rEDA .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uyyLY9rEDA .form-control {
  background-color: #3c3c3c;
  background-clip: border-box;
  color: #fff;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
  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;
}
.cid-uyOEXc23jN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uyOEXc23jN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyOEXc23jN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyOEXc23jN .content-wrapper {
  background: #353535;
}
@media (max-width: 991px) {
  .cid-uyOEXc23jN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyOEXc23jN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyOEXc23jN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyOEXc23jN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyOEXc23jN .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uyOEXc23jN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyOEXc23jN .card-title {
  color: #88ff8a;
}
.cid-uyOEXc23jN .mbr-text,
.cid-uyOEXc23jN .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uXUW9oRh3F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uXUW9oRh3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUW9oRh3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUW9oRh3F .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXUW9oRh3F .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-uXUW9oRh3F .mbr-text,
.cid-uXUW9oRh3F .mbr-section-btn {
  color: #b48e24;
  text-align: center;
}
.cid-uyyLYbIs17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uyyLYbIs17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyLYbIs17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyLYbIs17 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyLYbIs17 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyLYbIs17 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uyyLYbIs17 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uyyLYbIs17 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uyyLYbIs17 [class^="socicon-"]:before,
.cid-uyyLYbIs17 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uIPIkCGmcN {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #131313;
  overflow: hidden;
}
.cid-uIPIkCGmcN .media-container-row .mbr-text {
  text-align: right;
}
.cid-vbhz46fUO9 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz46fUO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz46fUO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz46fUO9 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vbhz46fUO9 .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-vbhz46fUO9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz46fUO9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vbhz46fUO9 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vbhz46fUO9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vbhz46fUO9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbhz46fUO9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vbhz46fUO9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz46fUO9 .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-vbhz46fUO9 .mbr-text,
.cid-vbhz46fUO9 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vbhz46fUO9 .card-subtitle {
  color: #bbbbbb;
}
.cid-vbhz46fUO9 .card-title {
  color: #bbbbbb;
}
.cid-vbhz46KXaC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz46KXaC .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-vbhz46KXaC audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-vbhz46KXaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz46KXaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz46KXaC .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-vbhz46KXaC .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vbhz46KXaC .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbhz46KXaC .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbhz46KXaC .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz46KXaC .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vbhz46KXaC .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vbhz46KXaC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz46KXaC .card-title {
  color: #454546;
}
.cid-vbhz46KXaC .mbr-text,
.cid-vbhz46KXaC .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-vbhz47akki {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz47akki .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz47akki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz47akki .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vbhz47akki .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-vbhz47akki .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz47akki .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vbhz47akki .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vbhz47akki .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vbhz47akki .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbhz47akki .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vbhz47akki .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz47akki .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-vbhz47akki .mbr-text,
.cid-vbhz47akki .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vbhz47akki .card-subtitle {
  color: #bbbbbb;
}
.cid-vbhz47akki .card-title {
  color: #bbbbbb;
}
.cid-vbhz47HYdW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #131313;
}
.cid-vbhz47HYdW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbhz47HYdW form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vbhz47HYdW form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vbhz47HYdW form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vbhz47HYdW .mbr-section-title {
  color: #e6c63b;
}
.cid-vbhz47HYdW .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vbhz47HYdW .form-control {
  background-color: #3c3c3c;
  background-clip: border-box;
  color: #fff;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
  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;
}
.cid-vbhz47YoKi {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz47YoKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz47YoKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz47YoKi .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vbhz47YoKi .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-vbhz47YoKi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz47YoKi .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vbhz47YoKi .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vbhz47YoKi .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vbhz47YoKi .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbhz47YoKi .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vbhz47YoKi .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz47YoKi .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-vbhz47YoKi .mbr-text,
.cid-vbhz47YoKi .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vbhz47YoKi .card-subtitle {
  color: #bbbbbb;
}
.cid-vbhz47YoKi .card-title {
  color: #bbbbbb;
}
.cid-vbhz48odef {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz48odef .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz48odef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz48odef .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vbhz48odef .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-vbhz48odef .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz48odef .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vbhz48odef .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vbhz48odef .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vbhz48odef .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbhz48odef .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vbhz48odef .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz48odef .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-vbhz48odef .mbr-text,
.cid-vbhz48odef .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vbhz48odef .card-subtitle {
  color: #bbbbbb;
}
.cid-vbhz48odef .card-title {
  color: #bbbbbb;
}
.cid-vbhz48OmY5 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz48OmY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz48OmY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz48OmY5 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vbhz48OmY5 .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-vbhz48OmY5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz48OmY5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vbhz48OmY5 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vbhz48OmY5 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vbhz48OmY5 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbhz48OmY5 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vbhz48OmY5 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz48OmY5 .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-vbhz48OmY5 .mbr-text,
.cid-vbhz48OmY5 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vbhz48OmY5 .card-subtitle {
  color: #bbbbbb;
}
.cid-vbhz48OmY5 .card-title {
  color: #bbbbbb;
}
.cid-vbhz49dV0N {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz49dV0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz49dV0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz49dV0N .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vbhz49dV0N .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-vbhz49dV0N .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz49dV0N .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vbhz49dV0N .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vbhz49dV0N .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vbhz49dV0N .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbhz49dV0N .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vbhz49dV0N .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz49dV0N .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-vbhz49dV0N .mbr-text,
.cid-vbhz49dV0N .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vbhz49dV0N .card-subtitle {
  color: #bbbbbb;
}
.cid-vbhz49dV0N .card-title {
  color: #bbbbbb;
}
.cid-vbhz49Ar91 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz49Ar91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz49Ar91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz49Ar91 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vbhz49Ar91 .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-vbhz49Ar91 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz49Ar91 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vbhz49Ar91 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vbhz49Ar91 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vbhz49Ar91 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbhz49Ar91 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vbhz49Ar91 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz49Ar91 .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-vbhz49Ar91 .mbr-text,
.cid-vbhz49Ar91 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vbhz49Ar91 .card-subtitle {
  color: #bbbbbb;
}
.cid-vbhz49Ar91 .card-title {
  color: #bbbbbb;
}
.cid-vbhz4a0mY0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz4a0mY0 .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-vbhz4a0mY0 audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-vbhz4a0mY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz4a0mY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz4a0mY0 .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-vbhz4a0mY0 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vbhz4a0mY0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbhz4a0mY0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbhz4a0mY0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz4a0mY0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vbhz4a0mY0 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vbhz4a0mY0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz4a0mY0 .card-title {
  color: #454546;
}
.cid-vbhz4a0mY0 .mbr-text,
.cid-vbhz4a0mY0 .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-vbhz4ai3tl {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz4ai3tl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz4ai3tl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz4ai3tl .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vbhz4ai3tl .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-vbhz4ai3tl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz4ai3tl .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vbhz4ai3tl .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vbhz4ai3tl .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vbhz4ai3tl .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbhz4ai3tl .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vbhz4ai3tl .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz4ai3tl .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-vbhz4ai3tl .mbr-text,
.cid-vbhz4ai3tl .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vbhz4ai3tl .card-subtitle {
  color: #bbbbbb;
}
.cid-vbhz4ai3tl .card-title {
  color: #bbbbbb;
}
.cid-vbhz4aLonk {
  z-index: 1000;
  width: 100%;
}
.cid-vbhz4aLonk nav.navbar {
  position: fixed;
}
.cid-vbhz4aLonk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbhz4aLonk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbhz4aLonk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbhz4aLonk .dropdown-item:hover,
.cid-vbhz4aLonk .dropdown-item:focus {
  background: #454546 !important;
  color: white !important;
}
.cid-vbhz4aLonk .dropdown-item:hover span {
  color: white;
}
.cid-vbhz4aLonk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbhz4aLonk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbhz4aLonk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbhz4aLonk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbhz4aLonk .nav-link {
  position: relative;
}
.cid-vbhz4aLonk .container {
  display: flex;
  margin: auto;
}
.cid-vbhz4aLonk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbhz4aLonk .dropdown-menu,
.cid-vbhz4aLonk .navbar.opened {
  background: #232323 !important;
}
.cid-vbhz4aLonk .nav-item:focus,
.cid-vbhz4aLonk .nav-link:focus {
  outline: none;
}
.cid-vbhz4aLonk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbhz4aLonk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbhz4aLonk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbhz4aLonk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbhz4aLonk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbhz4aLonk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbhz4aLonk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.9);
}
.cid-vbhz4aLonk .navbar.opened {
  transition: all 0.3s;
}
.cid-vbhz4aLonk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbhz4aLonk .navbar .navbar-logo img {
  width: auto;
}
.cid-vbhz4aLonk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbhz4aLonk .navbar.collapsed {
  justify-content: center;
}
.cid-vbhz4aLonk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbhz4aLonk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbhz4aLonk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vbhz4aLonk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbhz4aLonk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbhz4aLonk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbhz4aLonk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbhz4aLonk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbhz4aLonk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbhz4aLonk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbhz4aLonk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbhz4aLonk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbhz4aLonk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbhz4aLonk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbhz4aLonk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbhz4aLonk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbhz4aLonk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbhz4aLonk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbhz4aLonk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbhz4aLonk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbhz4aLonk .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbhz4aLonk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbhz4aLonk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbhz4aLonk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbhz4aLonk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbhz4aLonk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbhz4aLonk .dropdown-item.active,
.cid-vbhz4aLonk .dropdown-item:active {
  background-color: transparent;
}
.cid-vbhz4aLonk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbhz4aLonk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbhz4aLonk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbhz4aLonk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vbhz4aLonk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbhz4aLonk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbhz4aLonk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbhz4aLonk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbhz4aLonk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbhz4aLonk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-vbhz4aLonk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbhz4aLonk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbhz4aLonk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbhz4aLonk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbhz4aLonk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbhz4aLonk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbhz4aLonk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbhz4aLonk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbhz4aLonk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbhz4aLonk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbhz4aLonk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbhz4aLonk .navbar {
    height: 70px;
  }
  .cid-vbhz4aLonk .navbar.opened {
    height: auto;
  }
  .cid-vbhz4aLonk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbhz4bfPq0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz4bfPq0 .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-vbhz4bfPq0 audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-vbhz4bfPq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz4bfPq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz4bfPq0 .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-vbhz4bfPq0 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vbhz4bfPq0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbhz4bfPq0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbhz4bfPq0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz4bfPq0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vbhz4bfPq0 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vbhz4bfPq0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz4bfPq0 .card-title {
  color: #454546;
}
.cid-vbhz4bfPq0 .mbr-text,
.cid-vbhz4bfPq0 .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-vbhz4bPZar {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz4bPZar .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz4bPZar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz4bPZar .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vbhz4bPZar .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-vbhz4bPZar .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz4bPZar .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vbhz4bPZar .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vbhz4bPZar .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vbhz4bPZar .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbhz4bPZar .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vbhz4bPZar .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz4bPZar .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-vbhz4bPZar .mbr-text,
.cid-vbhz4bPZar .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vbhz4bPZar .card-subtitle {
  color: #bbbbbb;
}
.cid-vbhz4bPZar .card-title {
  color: #bbbbbb;
}
.cid-vbhz4d4SDO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz4d4SDO .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-vbhz4d4SDO audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-vbhz4d4SDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz4d4SDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz4d4SDO .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-vbhz4d4SDO .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vbhz4d4SDO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbhz4d4SDO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbhz4d4SDO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz4d4SDO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vbhz4d4SDO .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vbhz4d4SDO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz4d4SDO .card-title {
  color: #454546;
}
.cid-vbhz4d4SDO .mbr-text,
.cid-vbhz4d4SDO .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-vbhz4dxnNg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz4dxnNg .audio-player {
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
}
.cid-vbhz4dxnNg audio {
  width: 100%;
  background-color: #dcdcdc;
  color: #000;
  padding: 0px;
  border: none;
}
.cid-vbhz4dxnNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz4dxnNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz4dxnNg .content-wrapper {
  background: #dcdcdc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-vbhz4dxnNg .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vbhz4dxnNg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbhz4dxnNg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbhz4dxnNg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz4dxnNg .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vbhz4dxnNg .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vbhz4dxnNg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz4dxnNg .card-title {
  color: #454546;
}
.cid-vbhz4dxnNg .mbr-text,
.cid-vbhz4dxnNg .mbr-section-btn {
  color: #454546;
  text-align: left;
}
.cid-vbhz4e2j9g {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz4e2j9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz4e2j9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz4e2j9g .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vbhz4e2j9g .card-wrapper {
  background-color: #dcdcdc;
  border-radius: 4px;
  background-color: transparent;
}
.cid-vbhz4e2j9g .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz4e2j9g .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vbhz4e2j9g .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vbhz4e2j9g .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vbhz4e2j9g .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbhz4e2j9g .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vbhz4e2j9g .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz4e2j9g .card-box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.cid-vbhz4e2j9g .mbr-text,
.cid-vbhz4e2j9g .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vbhz4e2j9g .card-subtitle {
  color: #bbbbbb;
}
.cid-vbhz4e2j9g .card-title {
  color: #bbbbbb;
}
.cid-vbhz4eNTPM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-vbhz4eNTPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz4eNTPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz4fmb2G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #131313;
}
.cid-vbhz4fmb2G .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbhz4fmb2G form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vbhz4fmb2G form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vbhz4fmb2G form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vbhz4fmb2G .mbr-section-title {
  color: #e6c63b;
}
.cid-vbhz4fmb2G .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vbhz4fmb2G .form-control {
  background-color: #3c3c3c;
  background-clip: border-box;
  color: #fff;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
  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;
}
.cid-vbhz4fWXIB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-vbhz4fWXIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz4fWXIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz4fWXIB .content-wrapper {
  background: #353535;
}
@media (max-width: 991px) {
  .cid-vbhz4fWXIB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbhz4fWXIB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbhz4fWXIB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbhz4fWXIB .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vbhz4fWXIB .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vbhz4fWXIB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbhz4fWXIB .card-title {
  color: #88ff8a;
}
.cid-vbhz4fWXIB .mbr-text,
.cid-vbhz4fWXIB .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vbhz4ilOXl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vbhz4ilOXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz4ilOXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz4ilOXl .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbhz4ilOXl .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-vbhz4ilOXl .mbr-text,
.cid-vbhz4ilOXl .mbr-section-btn {
  color: #b48e24;
  text-align: center;
}
.cid-vbhz4iIMPe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vbhz4iIMPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbhz4iIMPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbhz4iIMPe .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vbhz4iIMPe .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vbhz4iIMPe .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-vbhz4iIMPe .bg-instagram:hover {
  background: #bd005c;
}
.cid-vbhz4iIMPe .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vbhz4iIMPe [class^="socicon-"]:before,
.cid-vbhz4iIMPe [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbhz4jqW8J {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #131313;
  overflow: hidden;
}
.cid-vbhz4jqW8J .media-container-row .mbr-text {
  text-align: right;
}
