body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Brussels-Condensed';
  font-size: 10rem;
}
.display-1 > .mbr-iconfont {
  font-size: 16rem;
}
.display-2 {
  font-family: 'Brussels-Condensed';
  font-size: 4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'ModernEra-Regular';
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'ModernEra-Regular';
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.6rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e4d295 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #e4d295 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e4d295 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #e4d295 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f9f5e6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #57c8ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f9f5e6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #e4d295;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e4d295;
  border-color: #e4d295;
  color: #76621e;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e4d295;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'ModernEra-Regular';
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #e4d295;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e4d295;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e4d295;
  border-bottom-color: #e4d295;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #e4d295 !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: #149dcc !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='%23e4d295' %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-u19OoBkCh3 {
  background-image: url("../../../assets/images/damso01-2000x1333.jpg");
  line-height: 1.5 !important;
}
.cid-u19OoBkCh3 .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-u19OoBkCh3 .img-wrap img {
  width: 40%;
  margin: auto;
}
.cid-u19OoBkCh3 .mbr-text,
.cid-u19OoBkCh3 .mbr-section-btn {
  color: #ffffff;
}
.cid-u19OoBkCh3 .mbr-section-title {
  color: #ffffff;
  line-height: 1.5;
}
.cid-u19OoBkCh3 .buttons-wrap .link {
  display: flex;
}
.cid-u19OoBkCh3 .mbr-arrow {
  bottom: 0;
}
.cid-u19rZsBlAV {
  background-color: #000000;
}
@media (min-width: 768px) {
  .cid-u19rZsBlAV {
    background-image: url("../../../assets/images/416699021-750956363733514-2419418636773494542-n-982x1228.jpeg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center right;
  }
}
.cid-u19rZsBlAV .row {
  flex-direction: row-reverse;
}
.cid-u19rZsBlAV .row {
  align-items: center;
}
.cid-u19rZsBlAV .image-wrapper {
  padding: 1rem;
}
.cid-u19rZsBlAV .col-text {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-u19rZsBlAV .col-text .radial-svg {
  display: none;
}
@media (min-width: 768px) {
  .cid-u19rZsBlAV .col-text {
    padding-right: 1.5rem;
  }
  .cid-u19rZsBlAV .col-text .radial-svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 160px;
    z-index: 1;
    top: 0;
    left: 87%;
  }
  .cid-u19rZsBlAV .col-text .radial-svg path {
    fill: #000000;
  }
}
@media (min-width: 992px) {
  .cid-u19rZsBlAV .col-text {
    padding-right: 2rem;
  }
  .cid-u19rZsBlAV .col-text .radial-svg {
    width: 200px;
  }
}
.cid-u19rZsBlAV .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-u19rZsBlAV .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 60px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u19rZsBlAV .text-container {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-u19rZsBlAV .label-text {
  width: 100%;
  color: #0057fc;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u19rZsBlAV .label-text {
    text-align: center;
  }
}
.cid-u19rZsBlAV .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-u19rZsBlAV .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-u19rZsBlAV .mbr-section-title {
    font-size: 1.5rem !important;
  }
}
.cid-u19rZsBlAV .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u19rZsBlAV .mbr-text {
    text-align: center;
  }
}
.cid-u19rZsBlAV .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-u19rZsBlAV .cards-container {
    flex-direction: column;
  }
}
.cid-u19rZsBlAV .card-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 50px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u19rZsBlAV .card-wrapper {
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u19rZsBlAV .card-wrapper {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u19rZsBlAV .card-box {
    text-align: center !important;
    width: 100%;
  }
}
.cid-u19rZsBlAV .icon-box {
  width: 100%;
  margin-bottom: 12px;
}
.cid-u19rZsBlAV .icon-box .mbr-iconfont {
  font-size: 48px;
  color: #e4d295;
}
.cid-u19rZsBlAV .card-text {
  color: #ffffff;
}
.cid-u19rZsBlAV .btn-container {
  width: 100%;
}
.cid-u19rZsBlAV .mbr-section-btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u19rZsBlAV .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-u19rZsBlAV .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-u19rZsBlAV .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-u19rZsBlAV .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-u19rZsBlAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19rZsBlAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19rZsBlAV .mbr-section-title,
.cid-u19rZsBlAV .mbr-section-btn {
  color: #ffffff;
}
.cid-u19uNEK107 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-u19uNEK107 .card-header {
  background: transparent;
}
.cid-u19uNEK107 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-u19uNEK107 .panel-group {
  border-top: 1px solid #000000;
}
.cid-u19uNEK107 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-u19uNEK107 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u19uNEK107 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u19uNEK107 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u19uNEK107 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-u19uNEK107 .card .panel-body {
  color: #767676;
}
.cid-u19uNEK107 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #000000;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #000000;
  padding: 1.4rem 1.6rem;
}
.cid-u19uNEK107 H4 {
  color: #e4d295;
}
.cid-u19uNEK107 H2 {
  color: #57468b;
}
.cid-u19uNEK107 .panel-text {
  color: #ffffff;
}
.cid-u19t9bRH9D {
  background-color: #000000;
}
@media (min-width: 768px) {
  .cid-u19t9bRH9D {
    background-image: url("../../../assets/images/logic-steve-van-stappen-13large.1517499895-1-982x656.jpeg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center right;
  }
}
.cid-u19t9bRH9D .row {
  flex-direction: row-reverse;
}
.cid-u19t9bRH9D .row {
  align-items: center;
}
.cid-u19t9bRH9D .image-wrapper {
  padding: 1rem;
}
.cid-u19t9bRH9D .col-text {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-u19t9bRH9D .col-text .radial-svg {
  display: none;
}
@media (min-width: 768px) {
  .cid-u19t9bRH9D .col-text {
    padding-right: 1.5rem;
  }
  .cid-u19t9bRH9D .col-text .radial-svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 160px;
    z-index: 1;
    top: 0;
    left: 87%;
  }
  .cid-u19t9bRH9D .col-text .radial-svg path {
    fill: #000000;
  }
}
@media (min-width: 992px) {
  .cid-u19t9bRH9D .col-text {
    padding-right: 2rem;
  }
  .cid-u19t9bRH9D .col-text .radial-svg {
    width: 200px;
  }
}
.cid-u19t9bRH9D .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-u19t9bRH9D .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 60px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u19t9bRH9D .text-container {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-u19t9bRH9D .label-text {
  width: 100%;
  color: #0057fc;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u19t9bRH9D .label-text {
    text-align: center;
  }
}
.cid-u19t9bRH9D .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-u19t9bRH9D .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-u19t9bRH9D .mbr-section-title {
    font-size: 1.5rem !important;
  }
}
.cid-u19t9bRH9D .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u19t9bRH9D .mbr-text {
    text-align: center;
  }
}
.cid-u19t9bRH9D .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-u19t9bRH9D .cards-container {
    flex-direction: column;
  }
}
.cid-u19t9bRH9D .card-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 50px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u19t9bRH9D .card-wrapper {
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u19t9bRH9D .card-wrapper {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u19t9bRH9D .card-box {
    text-align: center !important;
    width: 100%;
  }
}
.cid-u19t9bRH9D .icon-box {
  width: 100%;
  margin-bottom: 12px;
}
.cid-u19t9bRH9D .icon-box .mbr-iconfont {
  font-size: 48px;
  color: #e4d295;
}
.cid-u19t9bRH9D .card-text {
  color: #ffffff;
}
.cid-u19t9bRH9D .btn-container {
  width: 100%;
}
.cid-u19t9bRH9D .mbr-section-btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u19t9bRH9D .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-u19t9bRH9D .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-u19t9bRH9D .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-u19t9bRH9D .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-u19t9bRH9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19t9bRH9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19t9bRH9D .mbr-section-title,
.cid-u19t9bRH9D .mbr-section-btn {
  color: #ffffff;
}
.cid-u19ul2Zz1K {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-u19ul2Zz1K .card-header {
  background: transparent;
}
.cid-u19ul2Zz1K .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-u19ul2Zz1K .panel-group {
  border-top: 1px solid #000000;
}
.cid-u19ul2Zz1K .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-u19ul2Zz1K .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u19ul2Zz1K .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u19ul2Zz1K .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u19ul2Zz1K .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-u19ul2Zz1K .card .panel-body {
  color: #767676;
}
.cid-u19ul2Zz1K h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #000000;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #000000;
  padding: 1.4rem 1.6rem;
}
.cid-u19ul2Zz1K H4 {
  color: #e4d295;
}
.cid-u19ul2Zz1K H2 {
  color: #57468b;
}
.cid-u19ul2Zz1K .panel-text {
  color: #ffffff;
}
.cid-u19vTn79PU {
  background-color: #000000;
}
@media (min-width: 768px) {
  .cid-u19vTn79PU {
    background-image: url("../../../assets/images/ticketlive-classic-852x385.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center right;
  }
}
.cid-u19vTn79PU .row {
  flex-direction: row-reverse;
}
.cid-u19vTn79PU .row {
  align-items: center;
}
.cid-u19vTn79PU .image-wrapper {
  padding: 1rem;
}
.cid-u19vTn79PU .col-text {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-u19vTn79PU .col-text .radial-svg {
  display: none;
}
@media (min-width: 768px) {
  .cid-u19vTn79PU .col-text {
    padding-right: 1.5rem;
  }
  .cid-u19vTn79PU .col-text .radial-svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 160px;
    z-index: 1;
    top: 0;
    left: 87%;
  }
  .cid-u19vTn79PU .col-text .radial-svg path {
    fill: #000000;
  }
}
@media (min-width: 992px) {
  .cid-u19vTn79PU .col-text {
    padding-right: 2rem;
  }
  .cid-u19vTn79PU .col-text .radial-svg {
    width: 200px;
  }
}
.cid-u19vTn79PU .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-u19vTn79PU .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 60px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u19vTn79PU .text-container {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-u19vTn79PU .label-text {
  width: 100%;
  color: #0057fc;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u19vTn79PU .label-text {
    text-align: center;
  }
}
.cid-u19vTn79PU .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-u19vTn79PU .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-u19vTn79PU .mbr-section-title {
    font-size: 1.5rem !important;
  }
}
.cid-u19vTn79PU .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u19vTn79PU .mbr-text {
    text-align: center;
  }
}
.cid-u19vTn79PU .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-u19vTn79PU .cards-container {
    flex-direction: column;
  }
}
.cid-u19vTn79PU .card-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 50px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u19vTn79PU .card-wrapper {
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u19vTn79PU .card-wrapper {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u19vTn79PU .card-box {
    text-align: center !important;
    width: 100%;
  }
}
.cid-u19vTn79PU .icon-box {
  width: 100%;
  margin-bottom: 12px;
}
.cid-u19vTn79PU .icon-box .mbr-iconfont {
  font-size: 48px;
  color: #e4d295;
}
.cid-u19vTn79PU .card-text {
  color: #ffffff;
}
.cid-u19vTn79PU .btn-container {
  width: 100%;
}
.cid-u19vTn79PU .mbr-section-btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u19vTn79PU .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-u19vTn79PU .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-u19vTn79PU .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-u19vTn79PU .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-u19vTn79PU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19vTn79PU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19vTn79PU .mbr-section-title,
.cid-u19vTn79PU .mbr-section-btn {
  color: #ffffff;
}
.cid-u19wgjY2Cu {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-u19wgjY2Cu .card-header {
  background: transparent;
}
.cid-u19wgjY2Cu .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-u19wgjY2Cu .panel-group {
  border-top: 1px solid #000000;
}
.cid-u19wgjY2Cu .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-u19wgjY2Cu .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u19wgjY2Cu .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u19wgjY2Cu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u19wgjY2Cu .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-u19wgjY2Cu .card .panel-body {
  color: #767676;
}
.cid-u19wgjY2Cu h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #000000;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #000000;
  padding: 1.4rem 1.6rem;
}
.cid-u19wgjY2Cu H4 {
  color: #e4d295;
}
.cid-u19wgjY2Cu H2 {
  color: #57468b;
}
.cid-u19wgjY2Cu .panel-text {
  color: #ffffff;
}
.cid-u13IlnW3bi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u13IlnW3bi .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u13IlnW3bi .item:focus,
.cid-u13IlnW3bi span:focus {
  outline: none;
}
.cid-u13IlnW3bi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u13IlnW3bi .item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px;
  }
}
.cid-u13IlnW3bi .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-u13IlnW3bi .item-wrapper {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cid-u13IlnW3bi .item-content {
  padding: 0 1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u13IlnW3bi .mbr-section-btn {
  margin-top: auto !important;
  width: 100%;
}
.cid-u13IlnW3bi .mbr-section-title,
.cid-u13IlnW3bi .mbr-section-subtitle {
  color: #111111;
}
.cid-u13IlnW3bi .mbr-text {
  color: #efefef;
  font-style: italic;
}
.cid-u13IlnW3bi .item-subtitle {
  text-align: center;
}
.cid-u13IlnW3bi .item-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 24px;
}
.cid-u13IlnW3bi .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.cid-u13IlnW3bi .mbr-section-head {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .cid-u13IlnW3bi .mbr-section-head {
    margin-bottom: 90px;
  }
}
.cid-u13IlnW3bi .mbr-section-title {
  color: #ffffff;
}
.cid-u13IlnW3bi .item-title {
  color: #ffffff;
}
.cid-u19Pty15sT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u19Pty15sT .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u19Pty15sT .modal-body .close {
  background: #1b1b1b;
}
.cid-u19Pty15sT .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-u19Pty15sT .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-u19Pty15sT .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-u19Pty15sT .container {
  max-width: 100%;
  padding: 0;
}
.cid-u19Pty15sT .content-slider-wrap {
  width: 100%;
}
.cid-u19Pty15sT .carousel-inner > .active,
.cid-u19Pty15sT .carousel-inner > .next,
.cid-u19Pty15sT .carousel-inner > .prev {
  display: flex;
}
.cid-u19Pty15sT .carousel-control .icon-next,
.cid-u19Pty15sT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u19Pty15sT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u19Pty15sT .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-u19Pty15sT .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u19Pty15sT .boxed-slider > div {
  position: relative;
}
.cid-u19Pty15sT .container img {
  width: 100%;
}
.cid-u19Pty15sT .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-u19Pty15sT .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u19Pty15sT .mbr-table-cell {
  padding: 0;
}
.cid-u19Pty15sT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u19Pty15sT .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u19Pty15sT .mbr-overlay {
  z-index: 1;
}
.cid-u19Pty15sT .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u19Pty15sT .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-u19Pty15sT .carousel-item.active.right,
.cid-u19Pty15sT .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u19Pty15sT .carousel-item.active.left,
.cid-u19Pty15sT .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u19Pty15sT .carousel-item.active,
.cid-u19Pty15sT .carousel-item.next.left,
.cid-u19Pty15sT .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-u19Pty15sT .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-u19Pty15sT .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-u19Pty15sT .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u19Pty15sT .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u19Pty15sT .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u19Pty15sT .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u19Pty15sT .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-u19Pty15sT .mbr-slider .carousel-indicators li.active,
.cid-u19Pty15sT .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-u19Pty15sT .mbr-slider .carousel-indicators li::after,
.cid-u19Pty15sT .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u19Pty15sT .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u19Pty15sT .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u19Pty15sT .mbr-slider > .container img {
  width: 100%;
}
.cid-u19Pty15sT .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u19Pty15sT .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u19Pty15sT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u19Pty15sT .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u19Pty15sT .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u19Pty15sT .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-u19Pty15sT .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u19Pty15sT .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u19Pty15sT .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u19Pty15sT .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u19Pty15sT .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u19Pty15sT .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u19Pty15sT .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u19Pty15sT .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-u19Pty15sT .carousel-inner {
  height: 100%;
}
.cid-u19Pty15sT .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-u19Pty15sT .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-u19Pty15sT .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u19Pty15sT .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u19Pty15sT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u19Pty15sT .content-slider-wrap {
    width: 100% !important;
  }
  .cid-u19Pty15sT .image_wrapper {
    height: 570px;
  }
}
.cid-u13SiYIhe0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (min-width: 400px) {
  .cid-u13SiYIhe0 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-u13SiYIhe0 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-u13SiYIhe0 .media-container-row {
  justify-content: space-between;
}
.cid-u13SiYIhe0 .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u13SiYIhe0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u13SiYIhe0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u13SiYIhe0 a:link {
  text-decoration: none;
}
.cid-u13SiYIhe0 .icon-transition span {
  text-align: center;
  color: #e4d295;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-u13SiYIhe0 .icon-transition span:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.cid-u13SiYIhe0 .btn {
  min-width: 195px;
}
.cid-u13SiYIhe0 .btn.btn-primary-outline {
  border: 1px solid #e4d295;
}
.cid-u13SiYIhe0 .btn.btn-primary-outline:hover {
  background-color: #e4d295 !important;
  color: #ffffff !important;
}
.cid-u13SiYIhe0 .btn.btn-secondary-outline {
  border: 1px solid #149dcc;
}
.cid-u13SiYIhe0 .btn.btn-secondary-outline:hover {
  background-color: #149dcc !important;
  color: #ffffff !important;
}
.cid-u13SiYIhe0 .btn.btn-success-outline {
  border: 1px solid #f7ed4a;
}
.cid-u13SiYIhe0 .btn.btn-success-outline:hover {
  background-color: #f7ed4a !important;
  color: #ffffff !important;
}
.cid-u13SiYIhe0 .btn.btn-info-outline {
  border: 1px solid #82786e;
}
.cid-u13SiYIhe0 .btn.btn-info-outline:hover {
  background-color: #82786e !important;
  color: #ffffff !important;
}
.cid-u13SiYIhe0 .btn.btn-warning-outline {
  border: 1px solid #808080;
}
.cid-u13SiYIhe0 .btn.btn-warning-outline:hover {
  background-color: #808080 !important;
  color: #ffffff !important;
}
.cid-u13SiYIhe0 .btn.btn-danger-outline {
  border: 1px solid #e4d295;
}
.cid-u13SiYIhe0 .btn.btn-danger-outline:hover {
  background-color: #e4d295 !important;
  color: #ffffff !important;
}
.cid-u13SiYIhe0 .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-u13SiYIhe0 .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-u13SiYIhe0 .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-u13SiYIhe0 .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-u13SiYIhe0 .wrap {
    justify-content: center;
  }
}
.cid-u13SiYIhe0 .mbr-section-title {
  color: #ffffff;
}
.cid-u13SGBSOaA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (min-width: 400px) {
  .cid-u13SGBSOaA h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-u13SGBSOaA h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-u13SGBSOaA .media-container-row {
  justify-content: space-between;
}
.cid-u13SGBSOaA .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u13SGBSOaA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u13SGBSOaA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u13SGBSOaA a:link {
  text-decoration: none;
}
.cid-u13SGBSOaA .icon-transition span {
  text-align: center;
  color: #e4d295;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-u13SGBSOaA .icon-transition span:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.cid-u13SGBSOaA .btn {
  min-width: 195px;
}
.cid-u13SGBSOaA .btn.btn-primary-outline {
  border: 1px solid #e4d295;
}
.cid-u13SGBSOaA .btn.btn-primary-outline:hover {
  background-color: #e4d295 !important;
  color: #ffffff !important;
}
.cid-u13SGBSOaA .btn.btn-secondary-outline {
  border: 1px solid #149dcc;
}
.cid-u13SGBSOaA .btn.btn-secondary-outline:hover {
  background-color: #149dcc !important;
  color: #ffffff !important;
}
.cid-u13SGBSOaA .btn.btn-success-outline {
  border: 1px solid #f7ed4a;
}
.cid-u13SGBSOaA .btn.btn-success-outline:hover {
  background-color: #f7ed4a !important;
  color: #ffffff !important;
}
.cid-u13SGBSOaA .btn.btn-info-outline {
  border: 1px solid #82786e;
}
.cid-u13SGBSOaA .btn.btn-info-outline:hover {
  background-color: #82786e !important;
  color: #ffffff !important;
}
.cid-u13SGBSOaA .btn.btn-warning-outline {
  border: 1px solid #808080;
}
.cid-u13SGBSOaA .btn.btn-warning-outline:hover {
  background-color: #808080 !important;
  color: #ffffff !important;
}
.cid-u13SGBSOaA .btn.btn-danger-outline {
  border: 1px solid #e4d295;
}
.cid-u13SGBSOaA .btn.btn-danger-outline:hover {
  background-color: #e4d295 !important;
  color: #ffffff !important;
}
.cid-u13SGBSOaA .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-u13SGBSOaA .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-u13SGBSOaA .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-u13SGBSOaA .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-u13SGBSOaA .wrap {
    justify-content: center;
  }
}
.cid-u13SGBSOaA .mbr-section-title {
  color: #ffffff;
}
.cid-u19atIP7oZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (min-width: 400px) {
  .cid-u19atIP7oZ h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-u19atIP7oZ h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-u19atIP7oZ .media-container-row {
  justify-content: space-between;
}
.cid-u19atIP7oZ .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u19atIP7oZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u19atIP7oZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u19atIP7oZ a:link {
  text-decoration: none;
}
.cid-u19atIP7oZ .icon-transition span {
  text-align: center;
  color: #e4d295;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-u19atIP7oZ .icon-transition span:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.cid-u19atIP7oZ .btn {
  min-width: 195px;
}
.cid-u19atIP7oZ .btn.btn-primary-outline {
  border: 1px solid #e4d295;
}
.cid-u19atIP7oZ .btn.btn-primary-outline:hover {
  background-color: #e4d295 !important;
  color: #ffffff !important;
}
.cid-u19atIP7oZ .btn.btn-secondary-outline {
  border: 1px solid #149dcc;
}
.cid-u19atIP7oZ .btn.btn-secondary-outline:hover {
  background-color: #149dcc !important;
  color: #ffffff !important;
}
.cid-u19atIP7oZ .btn.btn-success-outline {
  border: 1px solid #f7ed4a;
}
.cid-u19atIP7oZ .btn.btn-success-outline:hover {
  background-color: #f7ed4a !important;
  color: #ffffff !important;
}
.cid-u19atIP7oZ .btn.btn-info-outline {
  border: 1px solid #82786e;
}
.cid-u19atIP7oZ .btn.btn-info-outline:hover {
  background-color: #82786e !important;
  color: #ffffff !important;
}
.cid-u19atIP7oZ .btn.btn-warning-outline {
  border: 1px solid #808080;
}
.cid-u19atIP7oZ .btn.btn-warning-outline:hover {
  background-color: #808080 !important;
  color: #ffffff !important;
}
.cid-u19atIP7oZ .btn.btn-danger-outline {
  border: 1px solid #e4d295;
}
.cid-u19atIP7oZ .btn.btn-danger-outline:hover {
  background-color: #e4d295 !important;
  color: #ffffff !important;
}
.cid-u19atIP7oZ .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-u19atIP7oZ .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-u19atIP7oZ .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-u19atIP7oZ .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-u19atIP7oZ .wrap {
    justify-content: center;
  }
}
.cid-u19atIP7oZ .mbr-section-title {
  color: #ffffff;
}
.cid-u13K3CDGT1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
