body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'raleway.regular';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Raleway-ExtraLight';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'raleway.regular';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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-7 {
    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))));
  }
}
/* 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: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #f5fa06 !important;
}
.bg-warning {
  background-color: #fffefc !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #f5fa06 !important;
  border-color: #f5fa06 !important;
  color: #010100 !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: #a3a603 !important;
  border-color: #a3a603 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #010100 !important;
  background-color: #a3a603 !important;
  border-color: #a3a603 !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: #fffefc !important;
  border-color: #fffefc !important;
  color: #fca800 !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: #a56e00 !important;
  background-color: #ffe1a5 !important;
  border-color: #ffe1a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fca800 !important;
  background-color: #ffe1a5 !important;
  border-color: #ffe1a5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #84774a !important;
  border-color: #84774a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #84774a !important;
  border-color: #84774a !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: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5fa06;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a3a603 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #010100 !important;
  background-color: #f5fa06 !important;
  border-color: #f5fa06 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #fffefc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffe1a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #fca800 !important;
  background-color: #fffefc !important;
  border-color: #fffefc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #84774a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #000000 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #f5fa06 !important;
}
.text-warning {
  color: #fffefc !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #949703 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffdc96 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7a6e45 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f5fa06;
}
.alert-warning {
  background-color: #fffefc;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #fdfece;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23000000' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uAJDK5Ji1T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uAJDK5Ji1T nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uAJDK5Ji1T .nav-item {
    margin: 0 !important;
  }
}
.cid-uAJDK5Ji1T .dropdown-item:before {
  font-family: Raleway !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-uAJDK5Ji1T .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uAJDK5Ji1T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAJDK5Ji1T .dropdown-item:hover,
.cid-uAJDK5Ji1T .dropdown-item:focus {
  color: #ccaf45 !important;
  background: white !important;
}
.cid-uAJDK5Ji1T .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uAJDK5Ji1T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAJDK5Ji1T .nav-link {
  position: relative;
}
.cid-uAJDK5Ji1T .container {
  display: flex;
  margin: auto;
}
.cid-uAJDK5Ji1T .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAJDK5Ji1T .dropdown-menu,
.cid-uAJDK5Ji1T .navbar.opened {
  background: #ffffff !important;
}
.cid-uAJDK5Ji1T .nav-item:focus,
.cid-uAJDK5Ji1T .nav-link:focus {
  outline: none;
}
.cid-uAJDK5Ji1T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAJDK5Ji1T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAJDK5Ji1T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAJDK5Ji1T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAJDK5Ji1T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAJDK5Ji1T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAJDK5Ji1T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-uAJDK5Ji1T .navbar.opened {
  transition: all 0.3s;
}
.cid-uAJDK5Ji1T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAJDK5Ji1T .navbar .navbar-logo img {
  width: auto;
}
.cid-uAJDK5Ji1T .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uAJDK5Ji1T .navbar.collapsed {
  justify-content: center;
}
.cid-uAJDK5Ji1T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAJDK5Ji1T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAJDK5Ji1T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uAJDK5Ji1T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAJDK5Ji1T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAJDK5Ji1T .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-uAJDK5Ji1T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAJDK5Ji1T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAJDK5Ji1T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAJDK5Ji1T .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uAJDK5Ji1T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAJDK5Ji1T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAJDK5Ji1T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAJDK5Ji1T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAJDK5Ji1T .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-uAJDK5Ji1T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAJDK5Ji1T .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uAJDK5Ji1T .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAJDK5Ji1T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAJDK5Ji1T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAJDK5Ji1T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAJDK5Ji1T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAJDK5Ji1T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAJDK5Ji1T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAJDK5Ji1T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAJDK5Ji1T .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-uAJDK5Ji1T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAJDK5Ji1T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAJDK5Ji1T .dropdown-item.active,
.cid-uAJDK5Ji1T .dropdown-item:active {
  background-color: transparent;
}
.cid-uAJDK5Ji1T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAJDK5Ji1T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAJDK5Ji1T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAJDK5Ji1T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAJDK5Ji1T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAJDK5Ji1T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAJDK5Ji1T ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uAJDK5Ji1T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAJDK5Ji1T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uAJDK5Ji1T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ccaf45;
}
.cid-uAJDK5Ji1T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAJDK5Ji1T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAJDK5Ji1T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAJDK5Ji1T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAJDK5Ji1T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAJDK5Ji1T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAJDK5Ji1T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAJDK5Ji1T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAJDK5Ji1T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAJDK5Ji1T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAJDK5Ji1T .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-uAJDK5Ji1T .navbar {
    height: 70px;
  }
  .cid-uAJDK5Ji1T .navbar.opened {
    height: auto;
  }
  .cid-uAJDK5Ji1T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvgRF1bpko {
  background-image: url("../../../assets/images/noms-showcase-2026-2000x1251.png");
}
.cid-uvgRF1bpko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgRF1bpko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgRF1bpko .mbr-section-title {
  color: #ccaf45;
  margin-bottom: 40px;
}
.cid-uvgRF1bpko .mbr-section-subtitle {
  color: #ccaf45;
  margin-bottom: 10px;
}
.cid-uvgRF1bpko .mbr-text {
  color: #FFFFFF;
}
.cid-uvgRF1bpko .mbr-section-btn {
  margin-top: 18px;
}
.cid-uvgRF1bpko .mbr-text,
.cid-uvgRF1bpko .mbr-section-btn {
  color: #232323;
}
.cid-uvgYJMTz3V {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvgYJMTz3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgYJMTz3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgYJMTz3V .bordered-text {
  border: 2px solid #ccaf45;
  padding: 10px;
  display: inline-block;
}
.cid-uvgYJMTz3V .slow-flash {
  animation: textFlash 2s infinite;
  display: inline-block;
}
@keyframes textFlash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uypyNhgMU8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uypyNhgMU8 H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-uypyNhgMU8 .SocMed {
  display: inline-block;
}
.cid-uypyNhgMU8 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-uypyNhgMU8 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uypyNhgMU8 .line {
  display: inline-block;
  width: 600px;
  height: 4px;
  background-color: #232323;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uypyNhgMU8 .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-uypyNhgMU8 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-uypyNhgMU8 .card-box {
  padding: 1rem;
}
.cid-uypyNhgMU8 .mbr-section-title,
.cid-uypyNhgMU8 .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-uypyNhgMU8 .card-box > p,
.cid-uypyNhgMU8 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tCD7HoDPVM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCD7HoDPVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCD7HoDPVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uymlv7xUTF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uymlv7xUTF .card-img {
  background-color: #fff;
}
.cid-uymlv7xUTF .card {
  align-self: stretch;
}
.cid-uymlv7xUTF .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uymlv7xUTF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uymlv7xUTF p {
  text-align: left;
}
.cid-uymlv7xUTF .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uymlv7xUTF .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uymlv7xUTF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uymlv7xUTF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uymlv7xUTF .card-title {
  text-align: center;
}
.cid-uymlv7xUTF .scaleA {
  width: 100%;
  max-width: max-content;
}
.cid-v6gSKyA1rP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6gSKyA1rP H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #999;
}
.cid-v6gSKyA1rP .SocMed {
  display: inline-block;
}
.cid-v6gSKyA1rP .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v6gSKyA1rP .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v6gSKyA1rP .line {
  display: inline-block;
  width: 600px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v6gSKyA1rP .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v6gSKyA1rP .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v6gSKyA1rP .card-box {
  padding: 1rem;
}
.cid-v6gSKyA1rP .mbr-section-title,
.cid-v6gSKyA1rP .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v6gSKyA1rP .card-box > p,
.cid-v6gSKyA1rP .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-vav1tkWv4U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vav1tkWv4U H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-vav1tkWv4U .SocMed {
  display: inline-block;
}
.cid-vav1tkWv4U .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vav1tkWv4U .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vav1tkWv4U .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vav1tkWv4U .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-vav1tkWv4U .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-vav1tkWv4U .card-box {
  padding: 1rem;
}
.cid-vav1tkWv4U .mbr-section-title,
.cid-vav1tkWv4U .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-vav1tkWv4U .card-box > p,
.cid-vav1tkWv4U .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v5cEXmhNK3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5cEXmhNK3 H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-v5cEXmhNK3 .SocMed {
  display: inline-block;
}
.cid-v5cEXmhNK3 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v5cEXmhNK3 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v5cEXmhNK3 .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v5cEXmhNK3 .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v5cEXmhNK3 .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v5cEXmhNK3 .card-box {
  padding: 1rem;
}
.cid-v5cEXmhNK3 .mbr-section-title,
.cid-v5cEXmhNK3 .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v5cEXmhNK3 .card-box > p,
.cid-v5cEXmhNK3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-va6eavdu67 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-va6eavdu67 H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-va6eavdu67 .SocMed {
  display: inline-block;
}
.cid-va6eavdu67 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-va6eavdu67 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-va6eavdu67 .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-va6eavdu67 .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-va6eavdu67 .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-va6eavdu67 .card-box {
  padding: 1rem;
}
.cid-va6eavdu67 .mbr-section-title,
.cid-va6eavdu67 .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-va6eavdu67 .card-box > p,
.cid-va6eavdu67 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-vbbas4rdC9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbbas4rdC9 H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-vbbas4rdC9 .SocMed {
  display: inline-block;
}
.cid-vbbas4rdC9 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vbbas4rdC9 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vbbas4rdC9 .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vbbas4rdC9 .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-vbbas4rdC9 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-vbbas4rdC9 .card-box {
  padding: 1rem;
}
.cid-vbbas4rdC9 .mbr-section-title,
.cid-vbbas4rdC9 .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-vbbas4rdC9 .card-box > p,
.cid-vbbas4rdC9 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-va6gswpGfH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-va6gswpGfH H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-va6gswpGfH .SocMed {
  display: inline-block;
}
.cid-va6gswpGfH .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-va6gswpGfH .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-va6gswpGfH .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-va6gswpGfH .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-va6gswpGfH .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-va6gswpGfH .card-box {
  padding: 1rem;
}
.cid-va6gswpGfH .mbr-section-title,
.cid-va6gswpGfH .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-va6gswpGfH .card-box > p,
.cid-va6gswpGfH .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v7oC3mSBJL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7oC3mSBJL H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-v7oC3mSBJL .SocMed {
  display: inline-block;
}
.cid-v7oC3mSBJL .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v7oC3mSBJL .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v7oC3mSBJL .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v7oC3mSBJL .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v7oC3mSBJL .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v7oC3mSBJL .card-box {
  padding: 1rem;
}
.cid-v7oC3mSBJL .mbr-section-title,
.cid-v7oC3mSBJL .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v7oC3mSBJL .card-box > p,
.cid-v7oC3mSBJL .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-va6hj6ZULJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-va6hj6ZULJ H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-va6hj6ZULJ .SocMed {
  display: inline-block;
}
.cid-va6hj6ZULJ .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-va6hj6ZULJ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-va6hj6ZULJ .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-va6hj6ZULJ .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-va6hj6ZULJ .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-va6hj6ZULJ .card-box {
  padding: 1rem;
}
.cid-va6hj6ZULJ .mbr-section-title,
.cid-va6hj6ZULJ .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-va6hj6ZULJ .card-box > p,
.cid-va6hj6ZULJ .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-va6hjUeqs5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-va6hjUeqs5 H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-va6hjUeqs5 .SocMed {
  display: inline-block;
}
.cid-va6hjUeqs5 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-va6hjUeqs5 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-va6hjUeqs5 .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-va6hjUeqs5 .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-va6hjUeqs5 .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-va6hjUeqs5 .card-box {
  padding: 1rem;
}
.cid-va6hjUeqs5 .mbr-section-title,
.cid-va6hjUeqs5 .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-va6hjUeqs5 .card-box > p,
.cid-va6hjUeqs5 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-vacimXCDaO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vacimXCDaO H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-vacimXCDaO .SocMed {
  display: inline-block;
}
.cid-vacimXCDaO .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vacimXCDaO .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vacimXCDaO .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vacimXCDaO .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-vacimXCDaO .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-vacimXCDaO .card-box {
  padding: 1rem;
}
.cid-vacimXCDaO .mbr-section-title,
.cid-vacimXCDaO .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-vacimXCDaO .card-box > p,
.cid-vacimXCDaO .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v3APi766vT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v3APi766vT H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-v3APi766vT .SocMed {
  display: inline-block;
}
.cid-v3APi766vT .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v3APi766vT .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v3APi766vT .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v3APi766vT .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v3APi766vT .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v3APi766vT .card-box {
  padding: 1rem;
}
.cid-v3APi766vT .mbr-section-title,
.cid-v3APi766vT .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v3APi766vT .card-box > p,
.cid-v3APi766vT .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v9lTZ2JCsk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9lTZ2JCsk H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-v9lTZ2JCsk .SocMed {
  display: inline-block;
}
.cid-v9lTZ2JCsk .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v9lTZ2JCsk .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v9lTZ2JCsk .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v9lTZ2JCsk .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v9lTZ2JCsk .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v9lTZ2JCsk .card-box {
  padding: 1rem;
}
.cid-v9lTZ2JCsk .mbr-section-title,
.cid-v9lTZ2JCsk .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v9lTZ2JCsk .card-box > p,
.cid-v9lTZ2JCsk .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-va8pVnQ27R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-va8pVnQ27R H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-va8pVnQ27R .SocMed {
  display: inline-block;
}
.cid-va8pVnQ27R .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-va8pVnQ27R .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-va8pVnQ27R .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-va8pVnQ27R .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-va8pVnQ27R .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-va8pVnQ27R .card-box {
  padding: 1rem;
}
.cid-va8pVnQ27R .mbr-section-title,
.cid-va8pVnQ27R .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-va8pVnQ27R .card-box > p,
.cid-va8pVnQ27R .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-t32rLJASrv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t32rLJASrv H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-t32rLJASrv .SocMed {
  display: inline-block;
}
.cid-t32rLJASrv .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-t32rLJASrv .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t32rLJASrv .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-t32rLJASrv .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-t32rLJASrv .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-t32rLJASrv .card-box {
  padding: 1rem;
}
.cid-t32rLJASrv .mbr-section-title,
.cid-t32rLJASrv .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-t32rLJASrv .card-box > p,
.cid-t32rLJASrv .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tVDN0prV9U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVDN0prV9U H2 {
  color: #efefef;
  text-shadow: 1px 4px 1px #666;
}
.cid-tVDN0prV9U .SocMed {
  display: inline-block;
}
.cid-tVDN0prV9U .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-tVDN0prV9U .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tVDN0prV9U .line {
  display: inline-block;
  width: 200px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tVDN0prV9U .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-tVDN0prV9U .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-tVDN0prV9U .card-box {
  padding: 1rem;
}
.cid-tVDN0prV9U .mbr-section-title,
.cid-tVDN0prV9U .line-wrap {
  text-align: center;
  color: #fafafa;
}
.cid-tVDN0prV9U .card-box > p,
.cid-tVDN0prV9U .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-vavDknElMV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vavDknElMV H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-vavDknElMV .SocMed {
  display: inline-block;
}
.cid-vavDknElMV .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vavDknElMV .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vavDknElMV .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vavDknElMV .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-vavDknElMV .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-vavDknElMV .card-box {
  padding: 1rem;
}
.cid-vavDknElMV .mbr-section-title,
.cid-vavDknElMV .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-vavDknElMV .card-box > p,
.cid-vavDknElMV .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-vavDmuMnkP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vavDmuMnkP H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-vavDmuMnkP .SocMed {
  display: inline-block;
}
.cid-vavDmuMnkP .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vavDmuMnkP .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vavDmuMnkP .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vavDmuMnkP .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-vavDmuMnkP .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-vavDmuMnkP .card-box {
  padding: 1rem;
}
.cid-vavDmuMnkP .mbr-section-title,
.cid-vavDmuMnkP .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-vavDmuMnkP .card-box > p,
.cid-vavDmuMnkP .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v6TOzhjI7M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6TOzhjI7M H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-v6TOzhjI7M .SocMed {
  display: inline-block;
}
.cid-v6TOzhjI7M .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v6TOzhjI7M .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v6TOzhjI7M .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v6TOzhjI7M .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v6TOzhjI7M .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v6TOzhjI7M .card-box {
  padding: 1rem;
}
.cid-v6TOzhjI7M .mbr-section-title,
.cid-v6TOzhjI7M .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v6TOzhjI7M .card-box > p,
.cid-v6TOzhjI7M .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-vbg7S9eTVH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbg7S9eTVH H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-vbg7S9eTVH .SocMed {
  display: inline-block;
}
.cid-vbg7S9eTVH .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vbg7S9eTVH .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vbg7S9eTVH .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vbg7S9eTVH .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-vbg7S9eTVH .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-vbg7S9eTVH .card-box {
  padding: 1rem;
}
.cid-vbg7S9eTVH .mbr-section-title,
.cid-vbg7S9eTVH .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-vbg7S9eTVH .card-box > p,
.cid-vbg7S9eTVH .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v6gHYCGIyV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6gHYCGIyV H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-v6gHYCGIyV .SocMed {
  display: inline-block;
}
.cid-v6gHYCGIyV .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v6gHYCGIyV .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v6gHYCGIyV .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v6gHYCGIyV .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v6gHYCGIyV .card-img {
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  border-radius: 6px;
}
.cid-v6gHYCGIyV .card-box {
  padding: 1rem;
}
.cid-v6gHYCGIyV .mbr-section-title,
.cid-v6gHYCGIyV .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v6gHYCGIyV .card-box > p,
.cid-v6gHYCGIyV .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v9tEaEmZL4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9tEaEmZL4 H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-v9tEaEmZL4 .SocMed {
  display: inline-block;
}
.cid-v9tEaEmZL4 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v9tEaEmZL4 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v9tEaEmZL4 .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v9tEaEmZL4 .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v9tEaEmZL4 .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v9tEaEmZL4 .card-box {
  padding: 1rem;
}
.cid-v9tEaEmZL4 .mbr-section-title,
.cid-v9tEaEmZL4 .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v9tEaEmZL4 .card-box > p,
.cid-v9tEaEmZL4 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-vbg6QxTcmi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbg6QxTcmi H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-vbg6QxTcmi .SocMed {
  display: inline-block;
}
.cid-vbg6QxTcmi .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vbg6QxTcmi .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vbg6QxTcmi .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vbg6QxTcmi .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-vbg6QxTcmi .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-vbg6QxTcmi .card-box {
  padding: 1rem;
}
.cid-vbg6QxTcmi .mbr-section-title,
.cid-vbg6QxTcmi .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-vbg6QxTcmi .card-box > p,
.cid-vbg6QxTcmi .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-vbg6Tf4JPX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbg6Tf4JPX H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-vbg6Tf4JPX .SocMed {
  display: inline-block;
}
.cid-vbg6Tf4JPX .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vbg6Tf4JPX .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vbg6Tf4JPX .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vbg6Tf4JPX .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-vbg6Tf4JPX .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-vbg6Tf4JPX .card-box {
  padding: 1rem;
}
.cid-vbg6Tf4JPX .mbr-section-title,
.cid-vbg6Tf4JPX .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-vbg6Tf4JPX .card-box > p,
.cid-vbg6Tf4JPX .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-vbg6V4BCnd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbg6V4BCnd H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-vbg6V4BCnd .SocMed {
  display: inline-block;
}
.cid-vbg6V4BCnd .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vbg6V4BCnd .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vbg6V4BCnd .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vbg6V4BCnd .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-vbg6V4BCnd .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-vbg6V4BCnd .card-box {
  padding: 1rem;
}
.cid-vbg6V4BCnd .mbr-section-title,
.cid-vbg6V4BCnd .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-vbg6V4BCnd .card-box > p,
.cid-vbg6V4BCnd .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v0XVpDhqfh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0XVpDhqfh H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #999;
}
.cid-v0XVpDhqfh .SocMed {
  display: inline-block;
}
.cid-v0XVpDhqfh .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v0XVpDhqfh .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v0XVpDhqfh .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v0XVpDhqfh .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v0XVpDhqfh .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v0XVpDhqfh .card-box {
  padding: 1rem;
}
.cid-v0XVpDhqfh .mbr-section-title,
.cid-v0XVpDhqfh .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v0XVpDhqfh .card-box > p,
.cid-v0XVpDhqfh .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v5zbo1Qq4v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5zbo1Qq4v H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-v5zbo1Qq4v .SocMed {
  display: inline-block;
}
.cid-v5zbo1Qq4v .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v5zbo1Qq4v .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v5zbo1Qq4v .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v5zbo1Qq4v .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v5zbo1Qq4v .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v5zbo1Qq4v .card-box {
  padding: 1rem;
}
.cid-v5zbo1Qq4v .mbr-section-title,
.cid-v5zbo1Qq4v .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v5zbo1Qq4v .card-box > p,
.cid-v5zbo1Qq4v .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v9ccirZC8g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9ccirZC8g H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-v9ccirZC8g .SocMed {
  display: inline-block;
}
.cid-v9ccirZC8g .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v9ccirZC8g .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v9ccirZC8g .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v9ccirZC8g .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v9ccirZC8g .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v9ccirZC8g .card-box {
  padding: 1rem;
}
.cid-v9ccirZC8g .mbr-section-title,
.cid-v9ccirZC8g .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v9ccirZC8g .card-box > p,
.cid-v9ccirZC8g .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v9tDQHfqzV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9tDQHfqzV H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-v9tDQHfqzV .SocMed {
  display: inline-block;
}
.cid-v9tDQHfqzV .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v9tDQHfqzV .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v9tDQHfqzV .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v9tDQHfqzV .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v9tDQHfqzV .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v9tDQHfqzV .card-box {
  padding: 1rem;
}
.cid-v9tDQHfqzV .mbr-section-title,
.cid-v9tDQHfqzV .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v9tDQHfqzV .card-box > p,
.cid-v9tDQHfqzV .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-vbg8qQOnWV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbg8qQOnWV H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-vbg8qQOnWV .SocMed {
  display: inline-block;
}
.cid-vbg8qQOnWV .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vbg8qQOnWV .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vbg8qQOnWV .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vbg8qQOnWV .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-vbg8qQOnWV .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-vbg8qQOnWV .card-box {
  padding: 1rem;
}
.cid-vbg8qQOnWV .mbr-section-title,
.cid-vbg8qQOnWV .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-vbg8qQOnWV .card-box > p,
.cid-vbg8qQOnWV .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-vbg8rKDvQw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbg8rKDvQw H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-vbg8rKDvQw .SocMed {
  display: inline-block;
}
.cid-vbg8rKDvQw .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vbg8rKDvQw .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vbg8rKDvQw .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vbg8rKDvQw .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-vbg8rKDvQw .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-vbg8rKDvQw .card-box {
  padding: 1rem;
}
.cid-vbg8rKDvQw .mbr-section-title,
.cid-vbg8rKDvQw .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-vbg8rKDvQw .card-box > p,
.cid-vbg8rKDvQw .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uB0TN77e3B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uB0TN77e3B H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-uB0TN77e3B .SocMed {
  display: inline-block;
}
.cid-uB0TN77e3B .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-uB0TN77e3B .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uB0TN77e3B .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uB0TN77e3B .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-uB0TN77e3B .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-uB0TN77e3B .card-box {
  padding: 1rem;
}
.cid-uB0TN77e3B .mbr-section-title,
.cid-uB0TN77e3B .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-uB0TN77e3B .card-box > p,
.cid-uB0TN77e3B .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v0YbBgymKY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0YbBgymKY H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-v0YbBgymKY .SocMed {
  display: inline-block;
}
.cid-v0YbBgymKY .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v0YbBgymKY .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v0YbBgymKY .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v0YbBgymKY .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v0YbBgymKY .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v0YbBgymKY .card-box {
  padding: 1rem;
}
.cid-v0YbBgymKY .mbr-section-title,
.cid-v0YbBgymKY .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v0YbBgymKY .card-box > p,
.cid-v0YbBgymKY .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v9aajMg4js {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9aajMg4js H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-v9aajMg4js .SocMed {
  display: inline-block;
}
.cid-v9aajMg4js .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v9aajMg4js .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v9aajMg4js .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v9aajMg4js .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v9aajMg4js .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v9aajMg4js .card-box {
  padding: 1rem;
}
.cid-v9aajMg4js .mbr-section-title,
.cid-v9aajMg4js .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v9aajMg4js .card-box > p,
.cid-v9aajMg4js .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-vbg7roebKc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbg7roebKc H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-vbg7roebKc .SocMed {
  display: inline-block;
}
.cid-vbg7roebKc .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vbg7roebKc .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vbg7roebKc .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vbg7roebKc .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-vbg7roebKc .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-vbg7roebKc .card-box {
  padding: 1rem;
}
.cid-vbg7roebKc .mbr-section-title,
.cid-vbg7roebKc .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-vbg7roebKc .card-box > p,
.cid-vbg7roebKc .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tdXGXX34PL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffefc;
}
.cid-tdXGXX34PL H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-tdXGXX34PL .SocMed {
  display: inline-block;
}
.cid-tdXGXX34PL .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-tdXGXX34PL .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tdXGXX34PL .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tdXGXX34PL .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-tdXGXX34PL .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-tdXGXX34PL .card-box {
  padding: 1rem;
}
.cid-tdXGXX34PL .mbr-section-title,
.cid-tdXGXX34PL .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-tdXGXX34PL .card-box > p,
.cid-tdXGXX34PL .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v5HOPq9adl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5HOPq9adl H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-v5HOPq9adl .SocMed {
  display: inline-block;
}
.cid-v5HOPq9adl .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v5HOPq9adl .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v5HOPq9adl .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v5HOPq9adl .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v5HOPq9adl .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v5HOPq9adl .card-box {
  padding: 1rem;
}
.cid-v5HOPq9adl .mbr-section-title,
.cid-v5HOPq9adl .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v5HOPq9adl .card-box > p,
.cid-v5HOPq9adl .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-vbg8UfqnRs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbg8UfqnRs H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-vbg8UfqnRs .SocMed {
  display: inline-block;
}
.cid-vbg8UfqnRs .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vbg8UfqnRs .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vbg8UfqnRs .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vbg8UfqnRs .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-vbg8UfqnRs .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-vbg8UfqnRs .card-box {
  padding: 1rem;
}
.cid-vbg8UfqnRs .mbr-section-title,
.cid-vbg8UfqnRs .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-vbg8UfqnRs .card-box > p,
.cid-vbg8UfqnRs .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v9eOUfzUPX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9eOUfzUPX H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-v9eOUfzUPX .SocMed {
  display: inline-block;
}
.cid-v9eOUfzUPX .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v9eOUfzUPX .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v9eOUfzUPX .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v9eOUfzUPX .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v9eOUfzUPX .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v9eOUfzUPX .card-box {
  padding: 1rem;
}
.cid-v9eOUfzUPX .mbr-section-title,
.cid-v9eOUfzUPX .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v9eOUfzUPX .card-box > p,
.cid-v9eOUfzUPX .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-vbg9Jg5Vxk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbg9Jg5Vxk H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-vbg9Jg5Vxk .SocMed {
  display: inline-block;
}
.cid-vbg9Jg5Vxk .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vbg9Jg5Vxk .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vbg9Jg5Vxk .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vbg9Jg5Vxk .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-vbg9Jg5Vxk .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-vbg9Jg5Vxk .card-box {
  padding: 1rem;
}
.cid-vbg9Jg5Vxk .mbr-section-title,
.cid-vbg9Jg5Vxk .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-vbg9Jg5Vxk .card-box > p,
.cid-vbg9Jg5Vxk .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v2mZ3JBiQ6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2mZ3JBiQ6 H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-v2mZ3JBiQ6 .SocMed {
  display: inline-block;
}
.cid-v2mZ3JBiQ6 .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-v2mZ3JBiQ6 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v2mZ3JBiQ6 .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v2mZ3JBiQ6 .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-v2mZ3JBiQ6 .card-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-v2mZ3JBiQ6 .card-box {
  padding: 1rem;
}
.cid-v2mZ3JBiQ6 .mbr-section-title,
.cid-v2mZ3JBiQ6 .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-v2mZ3JBiQ6 .card-box > p,
.cid-v2mZ3JBiQ6 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-vbg9K4QLkT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbg9K4QLkT H2 {
  color: #efefef;
  text-shadow: 1px 1px 1px #666;
}
.cid-vbg9K4QLkT .SocMed {
  display: inline-block;
}
.cid-vbg9K4QLkT .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vbg9K4QLkT .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vbg9K4QLkT .line {
  display: inline-block;
  width: 400px;
  height: 4px;
  background-color: #fffefc;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vbg9K4QLkT .card-title {
  color: #353535;
  margin: 0;
  text-align: center;
}
.cid-vbg9K4QLkT .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-vbg9K4QLkT .card-box {
  padding: 1rem;
}
.cid-vbg9K4QLkT .mbr-section-title,
.cid-vbg9K4QLkT .line-wrap {
  text-align: center;
  color: #ccaf45;
}
.cid-vbg9K4QLkT .card-box > p,
.cid-vbg9K4QLkT .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-stxDhTPkYU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5b686b;
}
.cid-stxDhTPkYU .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-stxDhTPkYU .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-stxDhTPkYU .socicon {
  font-size: 1.3rem;
  background: #b1a374;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stxDhTPkYU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-stxDhTPkYU .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-stxDhTPkYU .text2 {
  color: #000000;
  text-align: left;
}
.cid-stxDhTPkYU .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-stxDhTPkYU .logo-title {
  text-align: center;
}
.cid-stxDhTPkYU .logo-sub-title {
  text-align: center;
  color: #b1a374;
}
.cid-stxDhTPkYU .links {
  text-align: center;
  color: #656565;
}
.cid-stxDhTPkYU .logo-sub-title i {
  color: #9e9e9e;
}
.cid-stxDhTPkYU .logo-title,
.cid-stxDhTPkYU .logo {
  color: #b1a374;
}
.cid-uAJDK5Ji1T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uAJDK5Ji1T nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uAJDK5Ji1T .nav-item {
    margin: 0 !important;
  }
}
.cid-uAJDK5Ji1T .dropdown-item:before {
  font-family: Raleway !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-uAJDK5Ji1T .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uAJDK5Ji1T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAJDK5Ji1T .dropdown-item:hover,
.cid-uAJDK5Ji1T .dropdown-item:focus {
  color: #ccaf45 !important;
  background: white !important;
}
.cid-uAJDK5Ji1T .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uAJDK5Ji1T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAJDK5Ji1T .nav-link {
  position: relative;
}
.cid-uAJDK5Ji1T .container {
  display: flex;
  margin: auto;
}
.cid-uAJDK5Ji1T .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAJDK5Ji1T .dropdown-menu,
.cid-uAJDK5Ji1T .navbar.opened {
  background: #ffffff !important;
}
.cid-uAJDK5Ji1T .nav-item:focus,
.cid-uAJDK5Ji1T .nav-link:focus {
  outline: none;
}
.cid-uAJDK5Ji1T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAJDK5Ji1T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAJDK5Ji1T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAJDK5Ji1T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAJDK5Ji1T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAJDK5Ji1T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAJDK5Ji1T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-uAJDK5Ji1T .navbar.opened {
  transition: all 0.3s;
}
.cid-uAJDK5Ji1T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAJDK5Ji1T .navbar .navbar-logo img {
  width: auto;
}
.cid-uAJDK5Ji1T .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uAJDK5Ji1T .navbar.collapsed {
  justify-content: center;
}
.cid-uAJDK5Ji1T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAJDK5Ji1T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAJDK5Ji1T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uAJDK5Ji1T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAJDK5Ji1T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAJDK5Ji1T .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-uAJDK5Ji1T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAJDK5Ji1T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAJDK5Ji1T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAJDK5Ji1T .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uAJDK5Ji1T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAJDK5Ji1T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAJDK5Ji1T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAJDK5Ji1T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAJDK5Ji1T .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-uAJDK5Ji1T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAJDK5Ji1T .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uAJDK5Ji1T .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAJDK5Ji1T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAJDK5Ji1T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAJDK5Ji1T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAJDK5Ji1T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAJDK5Ji1T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAJDK5Ji1T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAJDK5Ji1T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAJDK5Ji1T .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-uAJDK5Ji1T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAJDK5Ji1T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAJDK5Ji1T .dropdown-item.active,
.cid-uAJDK5Ji1T .dropdown-item:active {
  background-color: transparent;
}
.cid-uAJDK5Ji1T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAJDK5Ji1T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAJDK5Ji1T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAJDK5Ji1T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAJDK5Ji1T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAJDK5Ji1T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAJDK5Ji1T ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uAJDK5Ji1T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAJDK5Ji1T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uAJDK5Ji1T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ccaf45;
}
.cid-uAJDK5Ji1T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAJDK5Ji1T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAJDK5Ji1T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAJDK5Ji1T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAJDK5Ji1T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAJDK5Ji1T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAJDK5Ji1T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAJDK5Ji1T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAJDK5Ji1T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAJDK5Ji1T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAJDK5Ji1T .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-uAJDK5Ji1T .navbar {
    height: 70px;
  }
  .cid-uAJDK5Ji1T .navbar.opened {
    height: auto;
  }
  .cid-uAJDK5Ji1T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL3aMzcgvj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffefc;
}
.cid-tL3aMzcgvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL3aMzcgvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tL3aMzcgvj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tL3aMzcgvj .container {
    padding: 0 12px;
  }
}
.cid-tL3aMzcgvj .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tL3aMzcgvj .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-tL3aMzcgvj .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tL3aMzcgvj .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-tL3aMzcgvj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tL3aMzcgvj .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tL3aMzcgvj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tL3aMzcgvj .mbr-section-title {
  color: #fb0a0a;
}
.cid-tL3aMzcgvj .mbr-text {
  color: #222222;
}
.cid-tL3aMzcgvj .mbr-text,
.cid-tL3aMzcgvj .mbr-section-btn {
  text-align: left;
}
.cid-tL3aMzcgvj .myDiv {
  text-align: center;
}
#custom-html-6t {
  /* Type valid CSS here */
}
#custom-html-6t .body {
  background-color: #312f37;
  padding-top: 50px;
}
#custom-html-6t .center {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
#custom-html-6t div {
  background-color: #353535;
  background-image: url(../../../assets/images/40px-statue.png);
  background-repeat: repeat-x;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 1200px;
}
.cid-tL30Y4QU6z {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #353535;
}
.cid-tL30Y4QU6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL30Y4QU6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tL30Y4QU6z .image-wrapper {
    flex-direction: row;
  }
  .cid-tL30Y4QU6z .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tL30Y4QU6z img {
  width: 16px;
  margin: 1rem;
}
.cid-tL30Y4QU6z .mbr-description {
  color: #f3f4f6;
}
