.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 0.5rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 0.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.28rem;
    font-size: calc( 0.79rem + (0.4 - 0.79) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (0.79rem + (0.4 - 0.79) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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: 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: #70110c !important;
}
.bg-success {
  background-color: #f2ebd7 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #70110c !important;
  border-color: #70110c !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: #220504 !important;
  border-color: #220504 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #220504 !important;
  border-color: #220504 !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: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #f2ebd7 !important;
  border-color: #f2ebd7 !important;
  color: #987e32 !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: #ddca96 !important;
  border-color: #ddca96 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #987e32 !important;
  background-color: #ddca96 !important;
  border-color: #ddca96 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #70110c;
  color: #70110c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #220504 !important;
  background-color: transparent!important;
  border-color: #220504 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #70110c !important;
  border-color: #70110c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  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: #ff0f0f !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: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f2ebd7;
  color: #f2ebd7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ddca96 !important;
  background-color: transparent!important;
  border-color: #ddca96 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #987e32 !important;
  background-color: #f2ebd7 !important;
  border-color: #f2ebd7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #70110c !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #f2ebd7 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #140302 !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: #d9c58a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #70110c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #70110c;
  border-color: #70110c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #70110c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e32218;
}
.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: #ffffff;
}
.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: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans', 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: #70110c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', 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: #70110c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #70110c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #70110c;
}
.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: #70110c;
  border-bottom-color: #70110c;
}
.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: #70110c !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='%2370110c' %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-tqNcUts3Zt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tqNcUts3Zt nav.navbar {
  position: fixed;
}
.cid-tqNcUts3Zt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqNcUts3Zt .dropdown-menu {
  padding: 0;
}
.cid-tqNcUts3Zt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqNcUts3Zt .dropdown-item:hover,
.cid-tqNcUts3Zt .dropdown-item:focus {
  background: #70110c !important;
  color: white !important;
}
.cid-tqNcUts3Zt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tqNcUts3Zt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqNcUts3Zt .nav-link {
  position: relative;
}
.cid-tqNcUts3Zt .container {
  display: flex;
  margin: auto;
}
.cid-tqNcUts3Zt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tqNcUts3Zt .navbar-caption {
  padding-right: 4rem;
}
.cid-tqNcUts3Zt .dropdown-menu,
.cid-tqNcUts3Zt .navbar.opened {
  background: #70110c !important;
}
.cid-tqNcUts3Zt .nav-item:focus,
.cid-tqNcUts3Zt .nav-link:focus {
  outline: none;
}
.cid-tqNcUts3Zt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqNcUts3Zt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqNcUts3Zt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqNcUts3Zt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqNcUts3Zt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqNcUts3Zt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqNcUts3Zt .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #70110c;
}
.cid-tqNcUts3Zt .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqNcUts3Zt .navbar.opened {
  transition: all .3s;
}
.cid-tqNcUts3Zt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tqNcUts3Zt .navbar .navbar-logo img {
  width: auto;
}
.cid-tqNcUts3Zt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqNcUts3Zt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqNcUts3Zt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqNcUts3Zt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tqNcUts3Zt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqNcUts3Zt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqNcUts3Zt .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: 55%;
}
.cid-tqNcUts3Zt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqNcUts3Zt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tqNcUts3Zt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tqNcUts3Zt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqNcUts3Zt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqNcUts3Zt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqNcUts3Zt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqNcUts3Zt .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: 55%;
  }
  .cid-tqNcUts3Zt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tqNcUts3Zt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqNcUts3Zt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqNcUts3Zt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqNcUts3Zt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqNcUts3Zt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tqNcUts3Zt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqNcUts3Zt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tqNcUts3Zt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqNcUts3Zt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqNcUts3Zt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqNcUts3Zt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqNcUts3Zt .dropdown-item.active,
.cid-tqNcUts3Zt .dropdown-item:active {
  background-color: transparent;
}
.cid-tqNcUts3Zt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqNcUts3Zt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqNcUts3Zt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqNcUts3Zt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #70110c;
}
.cid-tqNcUts3Zt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqNcUts3Zt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqNcUts3Zt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqNcUts3Zt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqNcUts3Zt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqNcUts3Zt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tqNcUts3Zt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqNcUts3Zt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqNcUts3Zt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqNcUts3Zt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqNcUts3Zt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqNcUts3Zt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqNcUts3Zt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqNcUts3Zt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqNcUts3Zt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tqNcUts3Zt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqNcUts3Zt .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-tqNcUts3Zt .navbar {
    height: 77px;
  }
  .cid-tqNcUts3Zt .navbar.opened {
    height: auto;
  }
  .cid-tqNcUts3Zt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqNcUsu2SZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/winstonsalem-beautifuldowntownnight-1-2000x1330.jpg");
}
.cid-tqNcUsu2SZ .mbr-section-title {
  text-align: center;
  color: #f2ebd7;
}
.cid-tqNcUsu2SZ .mbr-text,
.cid-tqNcUsu2SZ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tqNcUsu2SZ .mbr-section-title,
  .cid-tqNcUsu2SZ .mbr-section-btn,
  .cid-tqNcUsu2SZ .mbr-text {
    text-align: center;
  }
}
.cid-uDdpQAnjS2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f2ebd7;
}
.cid-uDdpQAnjS2 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uDdpQAnjS2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uDdpQAnjS2 .container {
    padding: 0 20px;
  }
}
.cid-uDdpQAnjS2 .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDdpQAnjS2 .content-wrapper .content-wrap {
  position: absolute;
  top: 0;
  width: 976px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .cid-uDdpQAnjS2 .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-uDdpQAnjS2 .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-uDdpQAnjS2 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uDdpQAnjS2 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uDdpQAnjS2 .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDdpQAnjS2 .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uDdpQAnjS2 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uDdpQAnjS2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-uDdpQAnjS2 .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-uDdpQAnjS2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDdpQAnjS2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uDdpQAnjS2 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
}
.cid-uDdpQAnjS2 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDdpQAnjS2 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-uDdpQAnjS2 .embla__button--next,
.cid-uDdpQAnjS2 .embla__button--prev {
  display: flex;
}
.cid-uDdpQAnjS2 .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #47b5ed !important;
  border: 2px solid #47b5ed !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uDdpQAnjS2 .embla__button {
    top: 2.5rem;
  }
}
.cid-uDdpQAnjS2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDdpQAnjS2 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uDdpQAnjS2 .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-uDdpQAnjS2 .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-uDdpQAnjS2 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uDdpQAnjS2 .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-uDdpQAnjS2 .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-uDdpQAnjS2 .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDdpQAnjS2 .embla__button {
    top: 2.5rem;
  }
}
.cid-uDdpQAnjS2 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDdpQAnjS2 .embla {
    padding-top: 100px;
  }
}
.cid-uDdpQAnjS2 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uDdpQAnjS2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDdpQAnjS2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDdpQAnjS2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDdpQAnjS2 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uDdpQAnjS2 .mbr-section-title {
  color: #ffffff;
}
.cid-uDdpQAnjS2 .mbr-text,
.cid-uDdpQAnjS2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uDdpQAnjS2 .mbr-section-title,
.cid-uDdpQAnjS2 .mbr-section-btn {
  text-align: center;
}
.cid-uq6rLr37X3 {
  background-color: #f2ebd7;
}
.cid-uq6rLr37X3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6rLr37X3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uq6rLr37X3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq6rLr37X3 .row {
  flex-direction: row-reverse;
}
.cid-uq6rLr37X3 img {
  width: 100%;
}
.cid-uq6f0Byr2r {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f2ebd7;
}
.cid-uq6f0Byr2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6f0Byr2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uq6f0Byr2r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq6f0Byr2r img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uq6f0Byr2r .text-wrapper {
    padding: 2rem;
  }
}
.cid-uq6f0Byr2r .mbr-text {
  text-align: left;
  color: #70110c;
}
.cid-uq6irSLWZ7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
}
.cid-uq6irSLWZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6irSLWZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uq6irSLWZ7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq6irSLWZ7 .row {
  flex-direction: row-reverse;
}
.cid-uq6irSLWZ7 img {
  width: 100%;
}
.cid-uq6lyMnmxq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
}
.cid-uq6lyMnmxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6lyMnmxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uq6lyMnmxq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq6lyMnmxq .row {
  flex-direction: row-reverse;
}
.cid-uq6lyMnmxq img {
  width: 100%;
}
.cid-uq6nYQWxDV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
}
.cid-uq6nYQWxDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6nYQWxDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uq6nYQWxDV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq6nYQWxDV .row {
  flex-direction: row-reverse;
}
.cid-uq6nYQWxDV img {
  width: 100%;
}
.cid-uq6pV6Itnv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f2ebd7;
}
.cid-uq6pV6Itnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq6pV6Itnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uq6pV6Itnv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq6pV6Itnv .row {
  flex-direction: row-reverse;
}
.cid-uq6pV6Itnv img {
  width: 100%;
}
.cid-tu7fy8glxQ {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #f2ebd7;
}
.cid-tu7fy8glxQ .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tu7fy8glxQ h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tu7fy8glxQ h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tu7fy8glxQ h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tu7fy8glxQ .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tu7fy8glxQ .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tu7fy8glxQ .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tu7fy8glxQ .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tu7fy8glxQ .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tu7fy8glxQ .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tu7fy8glxQ .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tu7fy8glxQ .mbr-section-title,
.cid-tu7fy8glxQ .social-list {
  color: #70110c;
}
@media (max-width: 768px) {
  .cid-tu7fy8glxQ h2:before,
  .cid-tu7fy8glxQ h2:after {
    display: none;
  }
}
.cid-tqO3ZSibtT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #70110c;
}
.cid-tqO3ZSibtT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tqO3ZSibtT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tqO3ZSibtT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tqO3ZSibtT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqO3ZSibtT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqO3ZSibtT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqO3ZSibtT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tqO3ZSibtT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqO3ZSibtT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqO3ZSibtT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tqO3ZSibtT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqO3ZSibtT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqO3ZSibtT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqO3ZSibtT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqO3ZSibtT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tqNjjZ3eMx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tqNjjZ3eMx nav.navbar {
  position: fixed;
}
.cid-tqNjjZ3eMx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqNjjZ3eMx .dropdown-menu {
  padding: 0;
}
.cid-tqNjjZ3eMx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqNjjZ3eMx .dropdown-item:hover,
.cid-tqNjjZ3eMx .dropdown-item:focus {
  background: #70110c !important;
  color: white !important;
}
.cid-tqNjjZ3eMx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tqNjjZ3eMx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqNjjZ3eMx .nav-link {
  position: relative;
}
.cid-tqNjjZ3eMx .container {
  display: flex;
  margin: auto;
}
.cid-tqNjjZ3eMx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tqNjjZ3eMx .navbar-caption {
  padding-right: 4rem;
}
.cid-tqNjjZ3eMx .dropdown-menu,
.cid-tqNjjZ3eMx .navbar.opened {
  background: #70110c !important;
}
.cid-tqNjjZ3eMx .nav-item:focus,
.cid-tqNjjZ3eMx .nav-link:focus {
  outline: none;
}
.cid-tqNjjZ3eMx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqNjjZ3eMx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqNjjZ3eMx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqNjjZ3eMx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqNjjZ3eMx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqNjjZ3eMx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqNjjZ3eMx .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #70110c;
}
.cid-tqNjjZ3eMx .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqNjjZ3eMx .navbar.opened {
  transition: all .3s;
}
.cid-tqNjjZ3eMx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tqNjjZ3eMx .navbar .navbar-logo img {
  width: auto;
}
.cid-tqNjjZ3eMx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqNjjZ3eMx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqNjjZ3eMx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqNjjZ3eMx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tqNjjZ3eMx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqNjjZ3eMx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqNjjZ3eMx .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: 55%;
}
.cid-tqNjjZ3eMx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqNjjZ3eMx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tqNjjZ3eMx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tqNjjZ3eMx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqNjjZ3eMx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqNjjZ3eMx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqNjjZ3eMx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqNjjZ3eMx .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: 55%;
  }
  .cid-tqNjjZ3eMx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tqNjjZ3eMx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqNjjZ3eMx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqNjjZ3eMx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqNjjZ3eMx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqNjjZ3eMx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tqNjjZ3eMx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqNjjZ3eMx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tqNjjZ3eMx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqNjjZ3eMx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqNjjZ3eMx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqNjjZ3eMx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqNjjZ3eMx .dropdown-item.active,
.cid-tqNjjZ3eMx .dropdown-item:active {
  background-color: transparent;
}
.cid-tqNjjZ3eMx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqNjjZ3eMx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqNjjZ3eMx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqNjjZ3eMx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #70110c;
}
.cid-tqNjjZ3eMx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqNjjZ3eMx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqNjjZ3eMx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqNjjZ3eMx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqNjjZ3eMx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqNjjZ3eMx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tqNjjZ3eMx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqNjjZ3eMx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqNjjZ3eMx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqNjjZ3eMx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqNjjZ3eMx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqNjjZ3eMx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqNjjZ3eMx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqNjjZ3eMx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqNjjZ3eMx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tqNjjZ3eMx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqNjjZ3eMx .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-tqNjjZ3eMx .navbar {
    height: 77px;
  }
  .cid-tqNjjZ3eMx .navbar.opened {
    height: auto;
  }
  .cid-tqNjjZ3eMx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqNjjXxMEf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/winstonsalem-beautifuldowntownnight-1-2000x1330.jpeg");
}
.cid-tqNjjXxMEf .mbr-section-title {
  text-align: center;
  color: #f2ebd7;
}
.cid-tqNjjXxMEf .mbr-text,
.cid-tqNjjXxMEf .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tqNjjXxMEf .mbr-section-title,
  .cid-tqNjjXxMEf .mbr-section-btn,
  .cid-tqNjjXxMEf .mbr-text {
    text-align: center;
  }
}
.cid-ttZZVgTeoq {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f2ebd7;
}
.cid-ttZZVgTeoq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ttZZVgTeoq H4 {
  color: #70110c;
}
.cid-ttZZVgTeoq LABEL {
  color: #70110c;
}
.cid-tqNlw7EiCf {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #f2ebd7;
}
.cid-tqNlw7EiCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqNlw7EiCf .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-tqNlw7EiCf .row {
    flex-direction: column-reverse;
  }
  .cid-tqNlw7EiCf .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqNlw7EiCf .google-map {
  height: 100%;
  position: relative;
}
.cid-tqNlw7EiCf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tqNlw7EiCf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tqNlw7EiCf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqNlw7EiCf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tqNlw7EiCf .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tqNlw7EiCf .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tqNlw7EiCf .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tqNlw7EiCf .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqNlw7EiCf .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tqNlw7EiCf .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #70110c;
}
.cid-tqNlw7EiCf .mbr-section-title {
  color: #70110c;
}
.cid-tqNlw7EiCf P {
  color: #70110c;
  text-align: left;
}
.cid-tqNlw7EiCf .card-title {
  color: #70110c;
}
.cid-tu7fu4IszA {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #f2ebd7;
}
.cid-tu7fu4IszA .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tu7fu4IszA h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tu7fu4IszA h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tu7fu4IszA h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tu7fu4IszA .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tu7fu4IszA .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tu7fu4IszA .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tu7fu4IszA .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tu7fu4IszA .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tu7fu4IszA .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tu7fu4IszA .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tu7fu4IszA .mbr-section-title,
.cid-tu7fu4IszA .social-list {
  color: #70110c;
}
@media (max-width: 768px) {
  .cid-tu7fu4IszA h2:before,
  .cid-tu7fu4IszA h2:after {
    display: none;
  }
}
.cid-tqO3ZSibtT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #70110c;
}
.cid-tqO3ZSibtT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tqO3ZSibtT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tqO3ZSibtT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tqO3ZSibtT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqO3ZSibtT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqO3ZSibtT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqO3ZSibtT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tqO3ZSibtT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqO3ZSibtT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqO3ZSibtT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tqO3ZSibtT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqO3ZSibtT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqO3ZSibtT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqO3ZSibtT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqO3ZSibtT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tqKt9pENdd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tqKt9pENdd nav.navbar {
  position: fixed;
}
.cid-tqKt9pENdd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqKt9pENdd .dropdown-menu {
  padding: 0;
}
.cid-tqKt9pENdd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqKt9pENdd .dropdown-item:hover,
.cid-tqKt9pENdd .dropdown-item:focus {
  background: #70110c !important;
  color: white !important;
}
.cid-tqKt9pENdd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tqKt9pENdd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqKt9pENdd .nav-link {
  position: relative;
}
.cid-tqKt9pENdd .container {
  display: flex;
  margin: auto;
}
.cid-tqKt9pENdd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tqKt9pENdd .navbar-caption {
  padding-right: 4rem;
}
.cid-tqKt9pENdd .dropdown-menu,
.cid-tqKt9pENdd .navbar.opened {
  background: #70110c !important;
}
.cid-tqKt9pENdd .nav-item:focus,
.cid-tqKt9pENdd .nav-link:focus {
  outline: none;
}
.cid-tqKt9pENdd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqKt9pENdd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqKt9pENdd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqKt9pENdd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqKt9pENdd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqKt9pENdd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqKt9pENdd .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #70110c;
}
.cid-tqKt9pENdd .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqKt9pENdd .navbar.opened {
  transition: all .3s;
}
.cid-tqKt9pENdd .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tqKt9pENdd .navbar .navbar-logo img {
  width: auto;
}
.cid-tqKt9pENdd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqKt9pENdd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqKt9pENdd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqKt9pENdd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tqKt9pENdd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqKt9pENdd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqKt9pENdd .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: 55%;
}
.cid-tqKt9pENdd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqKt9pENdd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tqKt9pENdd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tqKt9pENdd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqKt9pENdd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqKt9pENdd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqKt9pENdd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqKt9pENdd .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: 55%;
  }
  .cid-tqKt9pENdd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tqKt9pENdd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqKt9pENdd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqKt9pENdd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqKt9pENdd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqKt9pENdd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tqKt9pENdd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqKt9pENdd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tqKt9pENdd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqKt9pENdd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqKt9pENdd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqKt9pENdd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqKt9pENdd .dropdown-item.active,
.cid-tqKt9pENdd .dropdown-item:active {
  background-color: transparent;
}
.cid-tqKt9pENdd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqKt9pENdd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqKt9pENdd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqKt9pENdd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #70110c;
}
.cid-tqKt9pENdd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqKt9pENdd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqKt9pENdd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqKt9pENdd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqKt9pENdd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqKt9pENdd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tqKt9pENdd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqKt9pENdd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqKt9pENdd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqKt9pENdd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqKt9pENdd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqKt9pENdd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqKt9pENdd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqKt9pENdd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqKt9pENdd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tqKt9pENdd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqKt9pENdd .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-tqKt9pENdd .navbar {
    height: 77px;
  }
  .cid-tqKt9pENdd .navbar.opened {
    height: auto;
  }
  .cid-tqKt9pENdd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqKt9nng4L {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/winstonsalem-beautifuldowntownnight-1-2000x1330.jpeg");
}
.cid-tqKt9nng4L .mbr-section-title {
  text-align: center;
  color: #f2ebd7;
}
.cid-tqKt9nng4L .mbr-text,
.cid-tqKt9nng4L .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tqKt9nng4L .mbr-section-title,
  .cid-tqKt9nng4L .mbr-section-btn,
  .cid-tqKt9nng4L .mbr-text {
    text-align: center;
  }
}
.cid-tqKN8XjcTK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
}
.cid-tqKN8XjcTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqKN8XjcTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqKN8XjcTK .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tqKN8XjcTK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqKN8XjcTK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqKN8XjcTK .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqKN8XjcTK .mbr-section-title {
  text-align: center;
  color: #70110c;
}
.cid-tqKN8XjcTK .mbr-text {
  color: #70110c;
}
.cid-tqOdr5hQOD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
}
.cid-tqOdr5hQOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqOdr5hQOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tqOdr5hQOD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqOdr5hQOD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqOdr5hQOD .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqOdr5hQOD .mbr-section-title {
  color: #70110c;
}
.cid-tqOdr5hQOD .mbr-text {
  color: #70110c;
}
.cid-tqOelDfxOd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
}
.cid-tqOelDfxOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqOelDfxOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tqOelDfxOd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqOelDfxOd .row {
  flex-direction: row-reverse;
}
.cid-tqOelDfxOd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqOelDfxOd .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqOelDfxOd .mbr-section-title {
  color: #70110c;
}
.cid-tqOelDfxOd .mbr-text {
  text-align: left;
  color: #70110c;
}
.cid-tucWXRMuy9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f2ebd7;
}
.cid-tucWXRMuy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tucWXRMuy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tucWXRMuy9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tucWXRMuy9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tucWXRMuy9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tucWXRMuy9 .mbr-text {
  color: #70110c;
}
.cid-tqOheqMcsV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2ebd7;
}
.cid-tqOheqMcsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqOheqMcsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tqOheqMcsV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqOheqMcsV .row {
  flex-direction: row-reverse;
}
.cid-tqOheqMcsV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqOheqMcsV .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqOheqMcsV .mbr-section-title {
  color: #70110c;
}
.cid-tqOheqMcsV .mbr-text {
  color: #70110c;
}
.cid-tud1conjiV {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f2ebd7;
}
.cid-tud1conjiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tud1conjiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tud1conjiV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tud1conjiV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tud1conjiV .text-wrapper {
    padding: 2rem;
  }
}
.cid-tud1conjiV .mbr-text {
  color: #70110c;
}
.cid-tqOjDqF2yV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
}
.cid-tqOjDqF2yV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqOjDqF2yV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tqOjDqF2yV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqOjDqF2yV .row {
  flex-direction: row-reverse;
}
.cid-tqOjDqF2yV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqOjDqF2yV .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqOjDqF2yV .mbr-section-title {
  color: #70110c;
}
.cid-tqOjDqF2yV .mbr-text {
  color: #70110c;
}
.cid-tud1duUyPg {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f2ebd7;
}
.cid-tud1duUyPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tud1duUyPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tud1duUyPg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tud1duUyPg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tud1duUyPg .text-wrapper {
    padding: 2rem;
  }
}
.cid-tud1duUyPg .mbr-text {
  color: #70110c;
}
.cid-tqOkiHNay9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
}
.cid-tqOkiHNay9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqOkiHNay9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tqOkiHNay9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqOkiHNay9 .row {
  flex-direction: row-reverse;
}
.cid-tqOkiHNay9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqOkiHNay9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqOkiHNay9 .mbr-text {
  color: #70110c;
  text-align: left;
}
.cid-tqOkf2AbBJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
}
.cid-tqOkf2AbBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqOkf2AbBJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tqOkf2AbBJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqOkf2AbBJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqOkf2AbBJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqOkf2AbBJ .mbr-text {
  color: #70110c;
}
.cid-tqOkmmHClY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
}
.cid-tqOkmmHClY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqOkmmHClY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tqOkmmHClY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqOkmmHClY .row {
  flex-direction: row-reverse;
}
.cid-tqOkmmHClY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqOkmmHClY .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqOkmmHClY .mbr-text {
  color: #70110c;
}
.cid-tu7fMwCBMz {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #f2ebd7;
}
.cid-tu7fMwCBMz .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tu7fMwCBMz h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tu7fMwCBMz h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tu7fMwCBMz h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tu7fMwCBMz .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tu7fMwCBMz .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tu7fMwCBMz .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tu7fMwCBMz .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tu7fMwCBMz .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tu7fMwCBMz .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tu7fMwCBMz .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tu7fMwCBMz .mbr-section-title,
.cid-tu7fMwCBMz .social-list {
  color: #70110c;
}
@media (max-width: 768px) {
  .cid-tu7fMwCBMz h2:before,
  .cid-tu7fMwCBMz h2:after {
    display: none;
  }
}
.cid-tqO3ZSibtT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #70110c;
}
.cid-tqO3ZSibtT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tqO3ZSibtT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tqO3ZSibtT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tqO3ZSibtT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqO3ZSibtT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqO3ZSibtT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqO3ZSibtT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tqO3ZSibtT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqO3ZSibtT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqO3ZSibtT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tqO3ZSibtT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqO3ZSibtT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqO3ZSibtT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqO3ZSibtT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqO3ZSibtT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tqKVUuSY3R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tqKVUuSY3R nav.navbar {
  position: fixed;
}
.cid-tqKVUuSY3R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqKVUuSY3R .dropdown-menu {
  padding: 0;
}
.cid-tqKVUuSY3R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqKVUuSY3R .dropdown-item:hover,
.cid-tqKVUuSY3R .dropdown-item:focus {
  background: #70110c !important;
  color: white !important;
}
.cid-tqKVUuSY3R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tqKVUuSY3R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqKVUuSY3R .nav-link {
  position: relative;
}
.cid-tqKVUuSY3R .container {
  display: flex;
  margin: auto;
}
.cid-tqKVUuSY3R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tqKVUuSY3R .navbar-caption {
  padding-right: 4rem;
}
.cid-tqKVUuSY3R .dropdown-menu,
.cid-tqKVUuSY3R .navbar.opened {
  background: #70110c !important;
}
.cid-tqKVUuSY3R .nav-item:focus,
.cid-tqKVUuSY3R .nav-link:focus {
  outline: none;
}
.cid-tqKVUuSY3R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqKVUuSY3R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqKVUuSY3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqKVUuSY3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqKVUuSY3R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqKVUuSY3R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqKVUuSY3R .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #70110c;
}
.cid-tqKVUuSY3R .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqKVUuSY3R .navbar.opened {
  transition: all .3s;
}
.cid-tqKVUuSY3R .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tqKVUuSY3R .navbar .navbar-logo img {
  width: auto;
}
.cid-tqKVUuSY3R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqKVUuSY3R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqKVUuSY3R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqKVUuSY3R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tqKVUuSY3R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqKVUuSY3R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqKVUuSY3R .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: 55%;
}
.cid-tqKVUuSY3R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqKVUuSY3R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tqKVUuSY3R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tqKVUuSY3R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqKVUuSY3R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqKVUuSY3R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqKVUuSY3R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqKVUuSY3R .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: 55%;
  }
  .cid-tqKVUuSY3R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tqKVUuSY3R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqKVUuSY3R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqKVUuSY3R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqKVUuSY3R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqKVUuSY3R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tqKVUuSY3R .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqKVUuSY3R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tqKVUuSY3R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqKVUuSY3R .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqKVUuSY3R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqKVUuSY3R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqKVUuSY3R .dropdown-item.active,
.cid-tqKVUuSY3R .dropdown-item:active {
  background-color: transparent;
}
.cid-tqKVUuSY3R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqKVUuSY3R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqKVUuSY3R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqKVUuSY3R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #70110c;
}
.cid-tqKVUuSY3R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqKVUuSY3R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqKVUuSY3R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqKVUuSY3R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqKVUuSY3R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqKVUuSY3R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tqKVUuSY3R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqKVUuSY3R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqKVUuSY3R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqKVUuSY3R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqKVUuSY3R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqKVUuSY3R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqKVUuSY3R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqKVUuSY3R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqKVUuSY3R .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tqKVUuSY3R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqKVUuSY3R .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-tqKVUuSY3R .navbar {
    height: 77px;
  }
  .cid-tqKVUuSY3R .navbar.opened {
    height: auto;
  }
  .cid-tqKVUuSY3R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9hj3srHIo {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/winstonsalem-beautifuldowntownnight-1-2000x1330.jpeg");
}
.cid-v9hj3srHIo .mbr-section-title {
  text-align: center;
  color: #f2ebd7;
}
.cid-v9hj3srHIo .mbr-text,
.cid-v9hj3srHIo .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v9hj3srHIo .mbr-section-title,
  .cid-v9hj3srHIo .mbr-section-btn,
  .cid-v9hj3srHIo .mbr-text {
    text-align: center;
  }
}
.cid-tqKWqaU837 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
}
.cid-tqKWqaU837 .mbr-section-title {
  text-align: center;
  color: #70110c;
}
.cid-tqKWqaU837 .mbr-section-subtitle {
  text-align: left;
  color: #70110c;
}
.cid-v9EHqWV3f8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #f2ebd7, #f2ebd7);
}
.cid-v9EHqWV3f8 .content-row {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 1rem;
}
.cid-v9EHqWV3f8 .card-img span {
  font-size: 80px;
}
.cid-v9EHqWV3f8 .title {
  letter-spacing: 0.1em;
  margin: 0px;
}
.cid-v9EHqWV3f8 .price {
  padding: 35px 10px 10px;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-v9EHqWV3f8 .mbr-section-btn {
  padding: 1rem;
}
.cid-v9EHqWV3f8 .price-value {
  line-height: 60px;
  margin-top: 11px;
}
.cid-v9EHqWV3f8 .plan {
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
  word-break: break-word;
  position: relative;
  color: #333333;
}
.cid-v9EHqWV3f8 .plan .list-group-item {
  border: none !important;
  position: relative;
  padding: 17px 10px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-v9EHqWV3f8 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #70110c ;
}
.cid-v9EHqWV3f8 .plan .list-group-item:last-child::after {
  height: 1px;
}
.cid-v9EHqWV3f8 .plan-title {
  color: #70110c;
  margin: 0px;
  letter-spacing: 0.1em;
  width: 100%;
}
.cid-v9EHqWV3f8 .plan-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #e6d9b5;
  padding: 1rem;
}
.cid-v9EHqWV3f8 .plan-body {
  border: 1px solid transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  background-color: #70110c;
}
.cid-v9EHqWV3f8 .title,
.cid-v9EHqWV3f8 .card-img {
  text-align: center;
  color: #70110c;
}
.cid-v9EHqWV3f8 .pricing-row {
  padding-top: 2rem;
}
.cid-v9EHqWV3f8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9EHqWV3f8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9EHqWV3f8 UL {
  color: #70110c;
}
.cid-tu7fG1o5U9 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #f2ebd7;
}
.cid-tu7fG1o5U9 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tu7fG1o5U9 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tu7fG1o5U9 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tu7fG1o5U9 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tu7fG1o5U9 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tu7fG1o5U9 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tu7fG1o5U9 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tu7fG1o5U9 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tu7fG1o5U9 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tu7fG1o5U9 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tu7fG1o5U9 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tu7fG1o5U9 .mbr-section-title,
.cid-tu7fG1o5U9 .social-list {
  color: #70110c;
}
@media (max-width: 768px) {
  .cid-tu7fG1o5U9 h2:before,
  .cid-tu7fG1o5U9 h2:after {
    display: none;
  }
}
.cid-tqO3ZSibtT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #70110c;
}
.cid-tqO3ZSibtT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tqO3ZSibtT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tqO3ZSibtT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tqO3ZSibtT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqO3ZSibtT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqO3ZSibtT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqO3ZSibtT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tqO3ZSibtT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqO3ZSibtT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqO3ZSibtT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tqO3ZSibtT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqO3ZSibtT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqO3ZSibtT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqO3ZSibtT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqO3ZSibtT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tqTEIp4uHD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tqTEIp4uHD nav.navbar {
  position: fixed;
}
.cid-tqTEIp4uHD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqTEIp4uHD .dropdown-menu {
  padding: 0;
}
.cid-tqTEIp4uHD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqTEIp4uHD .dropdown-item:hover,
.cid-tqTEIp4uHD .dropdown-item:focus {
  background: #70110c !important;
  color: white !important;
}
.cid-tqTEIp4uHD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tqTEIp4uHD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqTEIp4uHD .nav-link {
  position: relative;
}
.cid-tqTEIp4uHD .container {
  display: flex;
  margin: auto;
}
.cid-tqTEIp4uHD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tqTEIp4uHD .navbar-caption {
  padding-right: 4rem;
}
.cid-tqTEIp4uHD .dropdown-menu,
.cid-tqTEIp4uHD .navbar.opened {
  background: #70110c !important;
}
.cid-tqTEIp4uHD .nav-item:focus,
.cid-tqTEIp4uHD .nav-link:focus {
  outline: none;
}
.cid-tqTEIp4uHD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqTEIp4uHD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqTEIp4uHD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqTEIp4uHD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqTEIp4uHD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqTEIp4uHD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqTEIp4uHD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #70110c;
}
.cid-tqTEIp4uHD .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqTEIp4uHD .navbar.opened {
  transition: all .3s;
}
.cid-tqTEIp4uHD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tqTEIp4uHD .navbar .navbar-logo img {
  width: auto;
}
.cid-tqTEIp4uHD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqTEIp4uHD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqTEIp4uHD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqTEIp4uHD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tqTEIp4uHD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqTEIp4uHD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqTEIp4uHD .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: 55%;
}
.cid-tqTEIp4uHD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqTEIp4uHD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tqTEIp4uHD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tqTEIp4uHD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqTEIp4uHD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqTEIp4uHD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqTEIp4uHD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqTEIp4uHD .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: 55%;
  }
  .cid-tqTEIp4uHD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tqTEIp4uHD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqTEIp4uHD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqTEIp4uHD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqTEIp4uHD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqTEIp4uHD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tqTEIp4uHD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqTEIp4uHD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tqTEIp4uHD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqTEIp4uHD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqTEIp4uHD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqTEIp4uHD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqTEIp4uHD .dropdown-item.active,
.cid-tqTEIp4uHD .dropdown-item:active {
  background-color: transparent;
}
.cid-tqTEIp4uHD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqTEIp4uHD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqTEIp4uHD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqTEIp4uHD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #70110c;
}
.cid-tqTEIp4uHD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqTEIp4uHD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqTEIp4uHD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqTEIp4uHD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqTEIp4uHD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqTEIp4uHD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tqTEIp4uHD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqTEIp4uHD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqTEIp4uHD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqTEIp4uHD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqTEIp4uHD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqTEIp4uHD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqTEIp4uHD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqTEIp4uHD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqTEIp4uHD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tqTEIp4uHD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqTEIp4uHD .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-tqTEIp4uHD .navbar {
    height: 77px;
  }
  .cid-tqTEIp4uHD .navbar.opened {
    height: auto;
  }
  .cid-tqTEIp4uHD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqTEIofyYv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/winstonsalem-beautifuldowntownnight-1-2000x1330.jpeg");
}
.cid-tqTEIofyYv .mbr-section-title {
  text-align: center;
  color: #f2ebd7;
}
.cid-tqTEIofyYv .mbr-text,
.cid-tqTEIofyYv .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tqTEIofyYv .mbr-section-title,
  .cid-tqTEIofyYv .mbr-section-btn,
  .cid-tqTEIofyYv .mbr-text {
    text-align: center;
  }
}
.cid-tu0oO3wG7t {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f2ebd7;
}
.cid-tu0oO3wG7t img,
.cid-tu0oO3wG7t .item-img {
  width: 100%;
}
.cid-tu0oO3wG7t .item:focus,
.cid-tu0oO3wG7t span:focus {
  outline: none;
}
.cid-tu0oO3wG7t .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tu0oO3wG7t .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tu0oO3wG7t .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tu0oO3wG7t .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tu0oO3wG7t .item-wrapper {
  background: transparent;
}
.cid-tu0oO3wG7t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tu0oO3wG7t .mbr-section-title {
  color: #70110c;
  text-align: center;
}
.cid-tu0oO3wG7t .mbr-text,
.cid-tu0oO3wG7t .mbr-section-btn {
  text-align: left;
}
.cid-tu0oO3wG7t .item-title {
  text-align: center;
  color: #70110c;
}
.cid-tu0oO3wG7t .item-subtitle {
  text-align: center;
}
.cid-tu0D8Ektgk {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #f2ebd7;
}
.cid-tu0D8Ektgk .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tu0D8Ektgk h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tu0D8Ektgk h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tu0D8Ektgk h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tu0D8Ektgk .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tu0D8Ektgk .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tu0D8Ektgk .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tu0D8Ektgk .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tu0D8Ektgk .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tu0D8Ektgk .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tu0D8Ektgk .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tu0D8Ektgk .mbr-section-title,
.cid-tu0D8Ektgk .social-list {
  color: #70110c;
}
@media (max-width: 768px) {
  .cid-tu0D8Ektgk h2:before,
  .cid-tu0D8Ektgk h2:after {
    display: none;
  }
}
.cid-tqTEIqaHcA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #70110c;
}
.cid-tqTEIqaHcA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tqTEIqaHcA .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tqTEIqaHcA .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tqTEIqaHcA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqTEIqaHcA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqTEIqaHcA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqTEIqaHcA .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tqTEIqaHcA .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqTEIqaHcA .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqTEIqaHcA .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tqTEIqaHcA .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqTEIqaHcA .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqTEIqaHcA .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqTEIqaHcA .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqTEIqaHcA .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tutHm1xipG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tutHm1xipG nav.navbar {
  position: fixed;
}
.cid-tutHm1xipG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tutHm1xipG .dropdown-menu {
  padding: 0;
}
.cid-tutHm1xipG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tutHm1xipG .dropdown-item:hover,
.cid-tutHm1xipG .dropdown-item:focus {
  background: #70110c !important;
  color: white !important;
}
.cid-tutHm1xipG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tutHm1xipG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tutHm1xipG .nav-link {
  position: relative;
}
.cid-tutHm1xipG .container {
  display: flex;
  margin: auto;
}
.cid-tutHm1xipG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tutHm1xipG .navbar-caption {
  padding-right: 4rem;
}
.cid-tutHm1xipG .dropdown-menu,
.cid-tutHm1xipG .navbar.opened {
  background: #70110c !important;
}
.cid-tutHm1xipG .nav-item:focus,
.cid-tutHm1xipG .nav-link:focus {
  outline: none;
}
.cid-tutHm1xipG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tutHm1xipG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tutHm1xipG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tutHm1xipG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tutHm1xipG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tutHm1xipG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tutHm1xipG .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #70110c;
}
.cid-tutHm1xipG .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tutHm1xipG .navbar.opened {
  transition: all .3s;
}
.cid-tutHm1xipG .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tutHm1xipG .navbar .navbar-logo img {
  width: auto;
}
.cid-tutHm1xipG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tutHm1xipG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tutHm1xipG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tutHm1xipG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tutHm1xipG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tutHm1xipG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tutHm1xipG .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: 55%;
}
.cid-tutHm1xipG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tutHm1xipG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tutHm1xipG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tutHm1xipG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tutHm1xipG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tutHm1xipG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tutHm1xipG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tutHm1xipG .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: 55%;
  }
  .cid-tutHm1xipG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tutHm1xipG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tutHm1xipG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tutHm1xipG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tutHm1xipG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tutHm1xipG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tutHm1xipG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tutHm1xipG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tutHm1xipG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tutHm1xipG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tutHm1xipG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tutHm1xipG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tutHm1xipG .dropdown-item.active,
.cid-tutHm1xipG .dropdown-item:active {
  background-color: transparent;
}
.cid-tutHm1xipG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tutHm1xipG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tutHm1xipG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tutHm1xipG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #70110c;
}
.cid-tutHm1xipG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tutHm1xipG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tutHm1xipG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tutHm1xipG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tutHm1xipG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tutHm1xipG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tutHm1xipG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tutHm1xipG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tutHm1xipG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tutHm1xipG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tutHm1xipG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tutHm1xipG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tutHm1xipG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tutHm1xipG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tutHm1xipG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tutHm1xipG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tutHm1xipG .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-tutHm1xipG .navbar {
    height: 77px;
  }
  .cid-tutHm1xipG .navbar.opened {
    height: auto;
  }
  .cid-tutHm1xipG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tutHlZtGYg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/winstonsalem-beautifuldowntownnight-1-2000x1330.jpeg");
}
.cid-tutHlZtGYg .mbr-section-title {
  text-align: center;
  color: #f2ebd7;
}
.cid-tutHlZtGYg .mbr-text,
.cid-tutHlZtGYg .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tutHlZtGYg .mbr-section-title,
  .cid-tutHlZtGYg .mbr-section-btn,
  .cid-tutHlZtGYg .mbr-text {
    text-align: center;
  }
}
.cid-tz0g7ZjNpi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2ebd7;
}
@media (min-width: 992px) {
  .cid-tz0g7ZjNpi .carousel {
    min-height: 700px;
  }
  .cid-tz0g7ZjNpi .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tz0g7ZjNpi .carousel {
    min-height: 455px;
  }
  .cid-tz0g7ZjNpi .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tz0g7ZjNpi .carousel {
    min-height: 385px;
  }
  .cid-tz0g7ZjNpi .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tz0g7ZjNpi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tz0g7ZjNpi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tz0g7ZjNpi .carousel,
.cid-tz0g7ZjNpi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tz0g7ZjNpi .item-wrapper {
  width: 100%;
}
.cid-tz0g7ZjNpi .carousel-caption {
  bottom: 40px;
}
.cid-tz0g7ZjNpi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tz0g7ZjNpi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tz0g7ZjNpi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tz0g7ZjNpi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tz0g7ZjNpi .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tz0g7ZjNpi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tz0g7ZjNpi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tz0g7ZjNpi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tz0g7ZjNpi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tz0g7ZjNpi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tz0g7ZjNpi .carousel-indicators li.active,
.cid-tz0g7ZjNpi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tz0g7ZjNpi .carousel-indicators li::after,
.cid-tz0g7ZjNpi .carousel-indicators li::before {
  content: none;
}
.cid-tz0g7ZjNpi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tz0g7ZjNpi .carousel-indicators {
    display: none !important;
  }
}
.cid-tv0EYvfjK0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
}
.cid-tv0EYvfjK0 .container {
  padding: 0 5%;
}
.cid-tv0EYvfjK0 img,
.cid-tv0EYvfjK0 .item-img {
  width: 100%;
}
.cid-tv0EYvfjK0 .item:focus,
.cid-tv0EYvfjK0 span:focus {
  outline: none;
}
.cid-tv0EYvfjK0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tv0EYvfjK0 .item-wrapper {
  position: unset;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tv0EYvfjK0 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #70110c;
}
.cid-tv0EYvfjK0 .mbr-section-subtitle {
  margin: 1rem 0 3rem 0;
  color: #3a3e5e;
}
.cid-tutHm0VFPk {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #f2ebd7;
}
.cid-tutHm0VFPk .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tutHm0VFPk h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tutHm0VFPk h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tutHm0VFPk h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tutHm0VFPk .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tutHm0VFPk .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tutHm0VFPk .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tutHm0VFPk .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tutHm0VFPk .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tutHm0VFPk .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tutHm0VFPk .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tutHm0VFPk .mbr-section-title,
.cid-tutHm0VFPk .social-list {
  color: #70110c;
}
@media (max-width: 768px) {
  .cid-tutHm0VFPk h2:before,
  .cid-tutHm0VFPk h2:after {
    display: none;
  }
}
.cid-tutHm2gQ3p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #70110c;
}
.cid-tutHm2gQ3p .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tutHm2gQ3p .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tutHm2gQ3p .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tutHm2gQ3p .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tutHm2gQ3p .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tutHm2gQ3p .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tutHm2gQ3p .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tutHm2gQ3p .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tutHm2gQ3p .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tutHm2gQ3p .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tutHm2gQ3p .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tutHm2gQ3p .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tutHm2gQ3p .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tutHm2gQ3p .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tutHm2gQ3p .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #70110c !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #70110c !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #70110c;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #70110c;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s48MCQYojq {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/winstonsalem-beautifuldowntownnight-1-2000x1330.jpg");
}
.cid-s48MCQYojq .mbr-section-title {
  text-align: center;
  color: #f2ebd7;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-ttDqfcoMMr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
  overflow: hidden;
}
.cid-ttDqfcoMMr .col-title {
  position: relative;
  max-width: 1200px;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-ttDqfcoMMr .col-title {
    margin-bottom: 40px;
  }
}
.cid-ttDqfcoMMr .mbr-section-title {
  color: #70110c;
  text-align: center;
}
.cid-ttDqfcoMMr .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-ttDqfcoMMr .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-ttDqfcoMMr .col-carousel {
  max-width: 100%;
  width: 100%;
}
.cid-ttDqfcoMMr .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  margin-bottom: 60px;
}
.cid-ttDqfcoMMr .carousel img {
  max-height: 520px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ttDqfcoMMr .carousel {
    height: 380px;
  }
  .cid-ttDqfcoMMr .carousel img {
    max-height: 380px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-ttDqfcoMMr .carousel {
    height: 320px;
  }
  .cid-ttDqfcoMMr .carousel img {
    max-height: 320px;
  }
}
.cid-ttDqfcoMMr .carousel-inner {
  display: flex;
  align-items: center;
  max-width: 1160px;
}
@media (max-width: 1199px) {
  .cid-ttDqfcoMMr .carousel-inner {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .cid-ttDqfcoMMr .carousel-inner {
    max-width: 618px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-ttDqfcoMMr .carousel-inner {
    max-width: 460px;
  }
}
.cid-ttDqfcoMMr .carousel-item {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.cid-ttDqfcoMMr .item-wrapper {
  width: 100%;
}
.cid-ttDqfcoMMr .carousel-caption {
  bottom: 30px;
}
.cid-ttDqfcoMMr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttDqfcoMMr .mbr-section-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ttDqfcoMMr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ttDqfcoMMr .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ttDqfcoMMr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ttDqfcoMMr .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #70110c;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media (max-width: 575px) {
  .cid-ttDqfcoMMr .carousel-control {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
.cid-ttDqfcoMMr .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-ttDqfcoMMr .carousel-control.carousel-control-next {
  right: 0;
}
.cid-ttDqfcoMMr .carousel-control:hover {
  background-color: #CECEC1;
  color: #2B2B2B !important;
}
.cid-ttDqfcoMMr .carousel-indicators {
  position: absolute;
  bottom: -60px;
  margin-bottom: 0 !important;
}
.cid-ttDqfcoMMr .carousel-indicators li {
  max-width: 10px;
  height: 10px !important;
  width: 10px !important;
  max-height: 10px;
  margin: 10px 5px;
  background-color: #CECEC1;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  border: 0 !important;
}
.cid-ttDqfcoMMr .carousel-indicators li.active,
.cid-ttDqfcoMMr .carousel-indicators li:hover {
  background-color: #70110c;
  height: 10px !important;
  width: 10px !important;
}
.cid-ttDqfcoMMr .carousel-indicators li::after,
.cid-ttDqfcoMMr .carousel-indicators li::before {
  content: none;
}
.cid-ttDqfcoMMr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-ttDqfcoMMr .container,
.cid-ttDqfcoMMr .container-fluid {
  position: relative;
}
.cid-ttDqfcoMMr .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-ttDqfcoMMr .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-ttDqfcoMMr .circle-blur1 {
  top: 0;
  right: 30%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-ttDqfcoMMr .circle-blur2 {
  top: 12%;
  right: 20%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-ttDqfcoMMr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uyGC2HmTR1 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f2ebd7;
}
.cid-uyGC2HmTR1 .carousel {
  width: 100%;
}
.cid-uyGC2HmTR1 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uyGC2HmTR1 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uyGC2HmTR1 .carousel-caption {
  bottom: 40px;
}
.cid-uyGC2HmTR1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uyGC2HmTR1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uyGC2HmTR1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uyGC2HmTR1 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uyGC2HmTR1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uyGC2HmTR1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uyGC2HmTR1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uyGC2HmTR1 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uyGC2HmTR1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyGC2HmTR1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyGC2HmTR1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uyGC2HmTR1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uyGC2HmTR1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uyGC2HmTR1 .carousel-indicators li.active,
.cid-uyGC2HmTR1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uyGC2HmTR1 .carousel-indicators li::after,
.cid-uyGC2HmTR1 .carousel-indicators li::before {
  content: none;
}
.cid-uyGC2HmTR1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uyGC2HmTR1 .carousel-indicators {
    display: none !important;
  }
}
.cid-tu7qBeJMFx {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #f2ebd7;
}
.cid-tu7qBeJMFx .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tu7qBeJMFx h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tu7qBeJMFx h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tu7qBeJMFx h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tu7qBeJMFx .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tu7qBeJMFx .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tu7qBeJMFx .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tu7qBeJMFx .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tu7qBeJMFx .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tu7qBeJMFx .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tu7qBeJMFx .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tu7qBeJMFx .mbr-section-title,
.cid-tu7qBeJMFx .social-list {
  color: #70110c;
}
@media (max-width: 768px) {
  .cid-tu7qBeJMFx h2:before,
  .cid-tu7qBeJMFx h2:after {
    display: none;
  }
}
.cid-tqO3ZSibtT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #70110c;
}
.cid-tqO3ZSibtT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tqO3ZSibtT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tqO3ZSibtT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tqO3ZSibtT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqO3ZSibtT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqO3ZSibtT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqO3ZSibtT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tqO3ZSibtT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqO3ZSibtT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqO3ZSibtT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tqO3ZSibtT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqO3ZSibtT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqO3ZSibtT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqO3ZSibtT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqO3ZSibtT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u1QSx0qwoK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u1QSx0qwoK nav.navbar {
  position: fixed;
}
.cid-u1QSx0qwoK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1QSx0qwoK .dropdown-menu {
  padding: 0;
}
.cid-u1QSx0qwoK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1QSx0qwoK .dropdown-item:hover,
.cid-u1QSx0qwoK .dropdown-item:focus {
  background: #70110c !important;
  color: white !important;
}
.cid-u1QSx0qwoK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u1QSx0qwoK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1QSx0qwoK .nav-link {
  position: relative;
}
.cid-u1QSx0qwoK .container {
  display: flex;
  margin: auto;
}
.cid-u1QSx0qwoK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u1QSx0qwoK .navbar-caption {
  padding-right: 4rem;
}
.cid-u1QSx0qwoK .dropdown-menu,
.cid-u1QSx0qwoK .navbar.opened {
  background: #70110c !important;
}
.cid-u1QSx0qwoK .nav-item:focus,
.cid-u1QSx0qwoK .nav-link:focus {
  outline: none;
}
.cid-u1QSx0qwoK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1QSx0qwoK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1QSx0qwoK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u1QSx0qwoK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1QSx0qwoK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1QSx0qwoK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1QSx0qwoK .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #70110c;
}
.cid-u1QSx0qwoK .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1QSx0qwoK .navbar.opened {
  transition: all .3s;
}
.cid-u1QSx0qwoK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u1QSx0qwoK .navbar .navbar-logo img {
  width: auto;
}
.cid-u1QSx0qwoK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1QSx0qwoK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1QSx0qwoK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1QSx0qwoK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-u1QSx0qwoK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1QSx0qwoK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1QSx0qwoK .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: 55%;
}
.cid-u1QSx0qwoK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1QSx0qwoK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1QSx0qwoK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1QSx0qwoK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1QSx0qwoK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1QSx0qwoK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1QSx0qwoK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1QSx0qwoK .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: 55%;
  }
  .cid-u1QSx0qwoK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1QSx0qwoK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1QSx0qwoK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1QSx0qwoK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1QSx0qwoK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1QSx0qwoK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1QSx0qwoK .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1QSx0qwoK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1QSx0qwoK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1QSx0qwoK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1QSx0qwoK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1QSx0qwoK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1QSx0qwoK .dropdown-item.active,
.cid-u1QSx0qwoK .dropdown-item:active {
  background-color: transparent;
}
.cid-u1QSx0qwoK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1QSx0qwoK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1QSx0qwoK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1QSx0qwoK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #70110c;
}
.cid-u1QSx0qwoK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1QSx0qwoK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1QSx0qwoK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1QSx0qwoK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1QSx0qwoK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u1QSx0qwoK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u1QSx0qwoK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1QSx0qwoK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1QSx0qwoK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1QSx0qwoK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1QSx0qwoK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1QSx0qwoK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1QSx0qwoK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1QSx0qwoK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1QSx0qwoK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u1QSx0qwoK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1QSx0qwoK .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-u1QSx0qwoK .navbar {
    height: 77px;
  }
  .cid-u1QSx0qwoK .navbar.opened {
    height: auto;
  }
  .cid-u1QSx0qwoK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1QSx103jc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/winstonsalem-beautifuldowntownnight-1-2000x1330.jpeg");
}
.cid-u1QSx103jc .mbr-section-title {
  text-align: center;
  color: #f2ebd7;
}
.cid-u1QSx103jc .mbr-text,
.cid-u1QSx103jc .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u1QSx103jc .mbr-section-title,
  .cid-u1QSx103jc .mbr-section-btn,
  .cid-u1QSx103jc .mbr-text {
    text-align: center;
  }
}
.cid-u28ecfsocb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
}
.cid-u28ecfsocb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u28ecfsocb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u28ecfsocb .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-u28ecfsocb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u28ecfsocb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u28ecfsocb .text-wrapper {
    padding: 2rem;
  }
}
.cid-u28ecfsocb .mbr-section-title {
  text-align: center;
  color: #70110c;
}
.cid-u28ecfsocb .mbr-text {
  color: #70110c;
}
.cid-v9Ex8lmBak {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2ebd7;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr {
  z-index: 0;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-primary-outline {
  border: 1px solid #70110c;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-primary-outline:hover {
  background-color: #70110c !important;
  color: #ffffff !important;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-secondary-outline {
  border: 1px solid #ff6666;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-secondary-outline:hover {
  background-color: #ff6666 !important;
  color: #ffffff !important;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-success-outline {
  border: 1px solid #f2ebd7;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-success-outline:hover {
  background-color: #f2ebd7 !important;
  color: #ffffff !important;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-info-outline {
  border: 1px solid #47b5ed;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-info-outline:hover {
  background-color: #47b5ed !important;
  color: #ffffff !important;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-warning-outline {
  border: 1px solid #ffe161;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-warning-outline:hover {
  background-color: #ffe161 !important;
  color: #ffffff !important;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-danger-outline {
  border: 1px solid #ff9966;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-danger-outline:hover {
  background-color: #ff9966 !important;
  color: #ffffff !important;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-black-outline {
  border: 1px solid #000000;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-v9Ex8lmBak .plan-body .btn-bgr.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-v9Ex8lmBak .list-group-item {
  padding: 20px 15px;
}
.cid-v9Ex8lmBak .price-term {
  display: block;
  line-height: 1;
}
.cid-v9Ex8lmBak .plan-header {
  overflow: hidden;
}
.cid-v9Ex8lmBak .plan-header .plan-title {
  background-color: #70110c;
  font-weight: 300;
  margin-bottom: 25px;
  padding: 12.5px;
}
.cid-v9Ex8lmBak .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #232323;
  border-left: 1px solid #232323;
}
.cid-v9Ex8lmBak .plan:first-child {
  border-left: 1px solid transparent;
}
.cid-v9Ex8lmBak .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
}
.cid-v9Ex8lmBak .plan:nth-child(2) .plan-title {
  background-color: #70110c;
}
.cid-v9Ex8lmBak .plan:nth-child(2) .plan-header,
.cid-v9Ex8lmBak .plan:nth-child(2) .plan-body {
  background-color: #ffffff;
}
.cid-v9Ex8lmBak .plan .mbr-section-btn {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.cid-v9Ex8lmBak .plan .mbr-section-btn .btn {
  width: 80%;
}
.cid-v9Ex8lmBak .plan-header,
.cid-v9Ex8lmBak .plan-body {
  background-color: #ffffff;
}
.cid-v9Ex8lmBak .price-figure {
  color: #494949;
  margin-right: -10px;
}
.cid-v9Ex8lmBak .price-value {
  vertical-align: bottom;
  line-height: 2;
  margin-right: 0.25rem;
  color: #494949;
}
@media (max-width: 768px) {
  .cid-v9Ex8lmBak .plan {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 550px) {
  .cid-v9Ex8lmBak .price-figure {
    font-size: 4.25rem;
  }
}
.cid-v9Ex8lmBak .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9Ex8lmBak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9Ex8lmBak .mbr-section-title,
.cid-v9Ex8lmBak .mbr-section-btn {
  color: #70110c;
}
.cid-v9Ex8lmBak .mbr-text,
.cid-v9Ex8lmBak .mbr-section-btn {
  text-align: center;
}
.cid-v9Ex8lmBak .plan .plan-header .plan-price .price-figure {
  color: #70110c;
}
.cid-v9Ex8lmBak .plan .plan-header .plan-price .price-term {
  color: #70110c;
}
.cid-v9Ex8lmBak .list-group,
.cid-v9Ex8lmBak .mbr-section-btn {
  color: #70110c;
}
.cid-v9Ex8lmBak .plan .plan-header .plan-title {
  text-align: center;
}
.cid-v9EwGPAoqa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
}
.cid-v9EwGPAoqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9EwGPAoqa .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-v9EwGPAoqa .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v9EwGPAoqa .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9EwGPAoqa .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v9EwGPAoqa .item-wrapper {
  border-radius: 4px;
  background-color: #f2ebd7;
}
.cid-v9EwGPAoqa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v9EwGPAoqa .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v9EwGPAoqa .card-title {
  color: #70110c;
}
.cid-v9EwGPAoqa .mbr-text {
  color: #70110c;
}
.cid-v9EwGPAoqa .price {
  color: #70110c;
}
.cid-v9ExyOK6rT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2ebd7;
}
.cid-v9ExyOK6rT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ExyOK6rT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ExyOK6rT .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v9ExyOK6rT .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v9ExyOK6rT .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v9ExyOK6rT .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v9ExyOK6rT .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #70110c !important;
}
.cid-v9ExyOK6rT .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v9ExyOK6rT .title-container {
  display: flex;
  justify-content: space-between;
  margin: 0 160px 110px;
  padding: 20px 40px 0 0;
  border-top: 2px solid #70110c;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v9ExyOK6rT .title-container {
    display: block;
    margin: 0 30px 60px;
    padding: 12px 0 0 0;
  }
}
.cid-v9ExyOK6rT .title-container .title-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v9ExyOK6rT .title-container .title-wrapper {
    width: 100%;
  }
}
.cid-v9ExyOK6rT .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9ExyOK6rT .title-container .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v9ExyOK6rT .cards {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-v9ExyOK6rT .cards {
    margin: 0 30px;
  }
}
.cid-v9ExyOK6rT .cards .card {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v9ExyOK6rT .cards .card {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .cid-v9ExyOK6rT .cards .card {
    margin-bottom: 40px;
  }
}
.cid-v9ExyOK6rT .cards .card .mbr-iconfont {
  width: 100%;
  height: 70px;
  font-size: 70px;
  color: #70110c;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9ExyOK6rT .cards .card .mbr-iconfont {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .cid-v9ExyOK6rT .cards .card .mbr-iconfont {
    margin-bottom: 20px;
  }
}
.cid-v9ExyOK6rT .cards .card .card-title {
  margin-bottom: 0;
}
.cid-v9ExyOK6rT .cards .card .mbr-text {
  margin: 20px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v9ExyOK6rT .cards .card .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-v9ExyOK6rT .mbr-section-title {
  color: #70110c;
}
.cid-v9ExyOK6rT .card-title {
  color: #000000;
}
.cid-v9ExyOK6rT .mbr-text {
  color: #70110c;
}
.cid-v9ExyOK6rT .card-title,
.cid-v9ExyOK6rT .mbr-iconfont {
  text-align: left;
  color: #70110c;
}
.cid-u28fJAwgSe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2ebd7;
}
.cid-u28fJAwgSe .title {
  padding: 0 1em;
  margin-bottom: 25px;
  color: #70110c;
  text-align: center;
}
.cid-u28fJAwgSe .price-item {
  background: #f2ebd7;
  padding: 25px 0em;
  margin-bottom: 1em;
  border: 1px solid #f1f1f1;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.cid-u28fJAwgSe .price-tage {
  background: #79786b none repeat scroll 0 0;
  padding: 15px 1em;
}
.cid-u28fJAwgSe .price-tage > p {
  letter-spacing: 2px;
}
.cid-u28fJAwgSe .table-content {
  padding: 0;
  margin-bottom: 25px;
  color: #70110c;
}
.cid-u28fJAwgSe .table-content > li {
  list-style: none;
  border-bottom: 1px solid #ece1c4;
  padding: 1em 1em;
}
.cid-u28fJAwgSe .table-content > li:last-child {
  border-bottom: 1px solid #eadfc0;
}
.cid-u28fJAwgSe .table-content > li:nth-child(2n) {
  background: #ece1c4 none repeat scroll 0 0;
}
.cid-u28fJAwgSe .costs {
  color: #70110c;
  text-align: center;
}
.cid-u28fJAwgSe .costs-title {
  color: #f2ebd7;
}
.cid-u28fJAwgSe .price-item {
  padding-bottom: 0;
}
.cid-u28fJAwgSe .table-content {
  margin-bottom: 0;
}
.cid-u28fJAwgSe .table-content > li:last-child {
  border-bottom: none;
}
.cid-u28fJAwgSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u28fJAwgSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u28fJAwgSe .table-content,
.cid-u28fJAwgSe .mbr-section-btn {
  text-align: center;
}
.cid-u1QSx2vxTI {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #f2ebd7;
}
.cid-u1QSx2vxTI .mbr-section-subtitle {
  color: #cccccc;
}
.cid-u1QSx2vxTI h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-u1QSx2vxTI h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u1QSx2vxTI h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u1QSx2vxTI .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-u1QSx2vxTI .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-u1QSx2vxTI .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-u1QSx2vxTI .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-u1QSx2vxTI .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u1QSx2vxTI .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-u1QSx2vxTI .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-u1QSx2vxTI .mbr-section-title,
.cid-u1QSx2vxTI .social-list {
  color: #70110c;
}
@media (max-width: 768px) {
  .cid-u1QSx2vxTI h2:before,
  .cid-u1QSx2vxTI h2:after {
    display: none;
  }
}
.cid-u1QSx2SN0p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #70110c;
}
.cid-u1QSx2SN0p .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1QSx2SN0p .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1QSx2SN0p .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1QSx2SN0p .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1QSx2SN0p .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1QSx2SN0p .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1QSx2SN0p .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1QSx2SN0p .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1QSx2SN0p .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1QSx2SN0p .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1QSx2SN0p .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1QSx2SN0p .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1QSx2SN0p .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1QSx2SN0p .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1QSx2SN0p .media-container-row .mbr-text {
  color: #ffffff;
}
