body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #4479d9 !important;
}
.bg-success {
  background-color: #40b0bf !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: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !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: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #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: transparent;
  color: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #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: transparent!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: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #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: transparent!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: transparent;
  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: transparent!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: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4479d9 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !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: #1f4a98 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4479d9;
}
.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-gallery-filter li.active .btn {
  background-color: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #4479d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #4479d9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.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: #4479d9;
  border-bottom-color: #4479d9;
}
.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: #4479d9 !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='%234479d9' %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-uqN2Uvl4nY .navbar-dropdown {
  background-color: #f0f4ff !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqN2Uvl4nY .menu_box .navbar.opened,
  .cid-uqN2Uvl4nY .menu_box .navbar-collapse {
    background-color: #f0f4ff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqN2Uvl4nY .navbar-dropdown {
  position: relative !important;
}
.cid-uqN2Uvl4nY nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uqN2Uvl4nY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}
@media (max-width: 991px) {
  .cid-uqN2Uvl4nY .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqN2Uvl4nY .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f0f4ff;
  }
  .cid-uqN2Uvl4nY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uqN2Uvl4nY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uqN2Uvl4nY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uqN2Uvl4nY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uqN2Uvl4nY .offcanvas-body .mbr-text,
  .cid-uqN2Uvl4nY .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uqN2Uvl4nY .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uqN2Uvl4nY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uqN2Uvl4nY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uqN2Uvl4nY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uqN2Uvl4nY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uqN2Uvl4nY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uqN2Uvl4nY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uqN2Uvl4nY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uqN2Uvl4nY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqN2Uvl4nY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uqN2Uvl4nY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uqN2Uvl4nY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uqN2Uvl4nY .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uqN2Uvl4nY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uqN2Uvl4nY .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uqN2Uvl4nY .nav-item {
    margin: 0 !important;
  }
}
.cid-uqN2Uvl4nY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqN2Uvl4nY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uqN2Uvl4nY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqN2Uvl4nY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqN2Uvl4nY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uqN2Uvl4nY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqN2Uvl4nY .offcanvas_box {
    display: none;
  }
}
.cid-uqN2Uvl4nY .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqN2Uvl4nY .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqN2Uvl4nY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqN2Uvl4nY .nav-link {
  position: relative;
}
.cid-uqN2Uvl4nY .container {
  display: flex;
  margin: auto;
}
.cid-uqN2Uvl4nY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  background-color: #6870d1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uqN2Uvl4nY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqN2Uvl4nY .iconfont-wrapper:hover {
  background-color: #545dcb;
}
.cid-uqN2Uvl4nY .navbar-caption {
  color: #6870d1;
}
.cid-uqN2Uvl4nY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uqN2Uvl4nY .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uqN2Uvl4nY .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uqN2Uvl4nY .dropdown-menu,
.cid-uqN2Uvl4nY .navbar.opened {
  background: #f0f4ff !important;
}
.cid-uqN2Uvl4nY .nav-item:focus,
.cid-uqN2Uvl4nY .nav-link:focus {
  outline: none;
}
.cid-uqN2Uvl4nY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqN2Uvl4nY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqN2Uvl4nY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqN2Uvl4nY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqN2Uvl4nY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqN2Uvl4nY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqN2Uvl4nY .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uqN2Uvl4nY .navbar.opened {
  transition: all 0.3s;
}
.cid-uqN2Uvl4nY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqN2Uvl4nY .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-uqN2Uvl4nY .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uqN2Uvl4nY .navbar.collapsed {
  justify-content: center;
}
.cid-uqN2Uvl4nY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqN2Uvl4nY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqN2Uvl4nY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqN2Uvl4nY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqN2Uvl4nY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqN2Uvl4nY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqN2Uvl4nY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqN2Uvl4nY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqN2Uvl4nY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uqN2Uvl4nY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqN2Uvl4nY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqN2Uvl4nY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqN2Uvl4nY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqN2Uvl4nY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqN2Uvl4nY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqN2Uvl4nY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqN2Uvl4nY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqN2Uvl4nY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqN2Uvl4nY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqN2Uvl4nY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqN2Uvl4nY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqN2Uvl4nY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqN2Uvl4nY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqN2Uvl4nY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqN2Uvl4nY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqN2Uvl4nY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqN2Uvl4nY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqN2Uvl4nY .dropdown-item.active,
.cid-uqN2Uvl4nY .dropdown-item:active {
  background-color: transparent;
}
.cid-uqN2Uvl4nY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqN2Uvl4nY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqN2Uvl4nY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqN2Uvl4nY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f4ff;
}
.cid-uqN2Uvl4nY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqN2Uvl4nY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqN2Uvl4nY ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqN2Uvl4nY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqN2Uvl4nY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f4ff;
  background: #6870d1;
}
.cid-uqN2Uvl4nY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqN2Uvl4nY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqN2Uvl4nY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqN2Uvl4nY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqN2Uvl4nY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqN2Uvl4nY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqN2Uvl4nY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqN2Uvl4nY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqN2Uvl4nY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqN2Uvl4nY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqN2Uvl4nY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqN2Uvl4nY .navbar {
    height: 70px;
  }
  .cid-uqN2Uvl4nY .navbar.opened {
    height: auto;
  }
  .cid-uqN2Uvl4nY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqN2Uvl4nY .mbr-section-subtitle {
  color: #6870d1;
}
.cid-uqN2Uvl4nY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqN46rpqfL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mattress-now-garner-store14-700x467.jpg");
}
.cid-uqN46rpqfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqN46rpqfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqN46rpqfL .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uqN46rpqfL .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqN46rpqfL .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqN46rpqfL .card-wrapper {
    padding: 4rem;
  }
}
.cid-uqN4qbLldm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqN4qbLldm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqN4qbLldm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqN4qbLldm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqN4qbLldm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqN4qbLldm .container {
    padding: 0 30px;
  }
}
.cid-uqN4qbLldm .row {
  justify-content: center;
}
.cid-uqN4qbLldm .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqN4qbLldm .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqN4qbLldm .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqN4qbLldm .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uqN4qbLldm .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uqN4qbLldm .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uqN4qbLldm .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uqN4qbLldm .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uqN4qbLldm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqN4qbLldm .mbr-text {
  color: #144031;
}
.cid-uqN7VANo3n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uqN7VANo3n .mbr-section-subtitle {
  text-align: center;
}
.cid-uqN7VANo3n .mbr-text {
  color: #ffffff;
}
.cid-uqN4QfQ4IF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffb5b5;
}
.cid-uqN4QfQ4IF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uqN4QfQ4IF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqN4QfQ4IF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqN4QfQ4IF .items-wrapper {
  margin: 0;
}
.cid-uqN4QfQ4IF .items-wrapper .item {
  padding: 0;
}
.cid-uqN4QfQ4IF .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .cid-uqN4QfQ4IF .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-uqN4QfQ4IF .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uqN4QfQ4IF .items-wrapper .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqN4QfQ4IF .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uqN4QfQ4IF .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uqN4QfQ4IF .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqN4QfQ4IF .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uqN4QfQ4IF .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.cid-uqN4QfQ4IF .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqN4QfQ4IF .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-uqN4QfQ4IF .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uqN4QfQ4IF .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-uqN4QfQ4IF .item-title {
  color: #150764;
}
.cid-uqN4QfQ4IF .item-text,
.cid-uqN4QfQ4IF .desc-wrapper {
  color: #150764;
  text-align: center;
}
.cid-uqN4QfQ4IF .item-title,
.cid-uqN4QfQ4IF .mbr-section-btn,
.cid-uqN4QfQ4IF .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uqNbdkLdCu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uqNbdkLdCu blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uqN43C4HPw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqN43C4HPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqN43C4HPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqN43C4HPw .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqN43C4HPw .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uqN52xqt5L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uqN52xqt5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqN52xqt5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqN52xqt5L .content-wrapper {
  padding: 80px 90px;
  background-color: #ffb5b5;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uqN52xqt5L .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uqN52xqt5L .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqN52xqt5L .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqN52xqt5L .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uqN52xqt5L .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uqN52xqt5L .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  width: 100%;
  position: absolute;
  left: -30px;
  top: -30px;
}
.cid-uqN52xqt5L .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  color: #90ee90;
  font-size: 250px;
}
@media (max-width: 992px) {
  .cid-uqN52xqt5L .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uqN52xqt5L .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqN52xqt5L .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqN52xqt5L .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uqN52xqt5L .content-wrapper .items-wrapper {
  padding-left: 32px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqN52xqt5L .content-wrapper .items-wrapper {
    padding-left: 0;
    width: 100%;
    display: block;
    padding: 0;
  }
}
.cid-uqN52xqt5L .content-wrapper .items-wrapper .item {
  margin-bottom: 24px;
}
.cid-uqN52xqt5L .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqN52xqt5L .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uqN52xqt5L .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uqN52xqt5L .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  background-color: #f7fff7;
  padding: 32px;
  border: 3px solid #050f0f;
}
@media (max-width: 992px) {
  .cid-uqN52xqt5L .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uqN52xqt5L .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  text-shadow: 4px 4px 0 #050f0f;
}
.cid-uqN52xqt5L .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqN52xqt5L .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.cid-uqN52xqt5L .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uqN52xqt5L .mbr-section-title {
  color: #050f0f;
}
.cid-uqN52xqt5L .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uqN52xqt5L .item-number {
  color: #f7fff7;
}
.cid-uqN52xqt5L .item-title {
  color: #050f0f;
}
.cid-uqN52xqt5L .item-text {
  color: #050f0f;
}
.cid-uqN52xqt5L .mbr-section-title,
.cid-uqN52xqt5L .icon-wrapper {
  text-align: center;
}
.cid-uqNbz2znlz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqNbz2znlz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNbz2znlz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNbz2znlz .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uqNbz2znlz .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqNbz2znlz .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNbz2znlz .card-wrapper {
    padding: 4rem;
  }
}
.cid-uqNbz2znlz .mbr-text,
.cid-uqNbz2znlz .mbr-section-btn {
  color: #ffffff;
}
.cid-uqNbz2znlz .card-title,
.cid-uqNbz2znlz .card-box {
  text-align: left;
}
.cid-uqNa94bmBb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uqNa94bmBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNa94bmBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNa94bmBb .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uqNa94bmBb .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqNa94bmBb .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqNa94bmBb .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uqNa94bmBb .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uqNa94bmBb .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uqNa94bmBb .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uqNa94bmBb .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqNa94bmBb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqNa94bmBb .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uqNa94bmBb .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uqNa94bmBb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-uqNa94bmBb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uqNa94bmBb .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uqNa94bmBb .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uqNa94bmBb .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uqNa94bmBb .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uqNa94bmBb .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqNa94bmBb .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uqNa94bmBb .card {
  justify-content: space-between;
}
.cid-uqNa94bmBb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqNa94bmBb .panel-title-edit {
  color: #f24d4a;
}
.cid-uqNa94bmBb .panel-text {
  color: #f24d4a;
}
.cid-uqNeG1Mcz4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uqNeG1Mcz4 .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqNeG1Mcz4 .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqNeG1Mcz4 .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqNeG1Mcz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNeG1Mcz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNeG1Mcz4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqNeG1Mcz4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqNeG1Mcz4 .container {
    padding: 0 30px;
  }
}
.cid-uqNeG1Mcz4 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqNeG1Mcz4 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uqNeG1Mcz4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uqNeG1Mcz4 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uqNeG1Mcz4 .mbr-section-title {
  color: #ffffff;
}
.cid-uqNeG1Mcz4 .mbr-text,
.cid-uqNeG1Mcz4 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uqNeG1Mcz4 .mbr-section-title,
.cid-uqNeG1Mcz4 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uqNaJDt8Gx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-uqNaJDt8Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNaJDt8Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNaJDt8Gx .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uqNaJDt8Gx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqNaJDt8Gx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqNaJDt8Gx .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqNatGpe5a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqNatGpe5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNatGpe5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNfgNWQk5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uqNfgNWQk5 .content {
    text-align: center;
  }
  .cid-uqNfgNWQk5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uqNfgNWQk5 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uqNfgNWQk5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqNfgNWQk5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uqNfgNWQk5 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uqNfgNWQk5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uqNfgNWQk5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uqNfgNWQk5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqNfgNWQk5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqNfgNWQk5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uqNfgNWQk5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqNfgNWQk5 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uqNfgNWQk5 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uqNfgNWQk5 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqNfgNWQk5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqNfgNWQk5 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uqNfgNWQk5 .copyright > p {
  text-align: center;
}
.cid-uqNhMkegv1 .navbar-dropdown {
  background-color: #f0f4ff !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqNhMkegv1 .menu_box .navbar.opened,
  .cid-uqNhMkegv1 .menu_box .navbar-collapse {
    background-color: #f0f4ff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqNhMkegv1 .navbar-dropdown {
  position: relative !important;
}
.cid-uqNhMkegv1 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uqNhMkegv1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}
@media (max-width: 991px) {
  .cid-uqNhMkegv1 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNhMkegv1 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f0f4ff;
  }
  .cid-uqNhMkegv1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uqNhMkegv1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uqNhMkegv1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uqNhMkegv1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uqNhMkegv1 .offcanvas-body .mbr-text,
  .cid-uqNhMkegv1 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uqNhMkegv1 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uqNhMkegv1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uqNhMkegv1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uqNhMkegv1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uqNhMkegv1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uqNhMkegv1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uqNhMkegv1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uqNhMkegv1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uqNhMkegv1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqNhMkegv1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uqNhMkegv1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uqNhMkegv1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uqNhMkegv1 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uqNhMkegv1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uqNhMkegv1 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uqNhMkegv1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uqNhMkegv1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqNhMkegv1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uqNhMkegv1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqNhMkegv1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqNhMkegv1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uqNhMkegv1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqNhMkegv1 .offcanvas_box {
    display: none;
  }
}
.cid-uqNhMkegv1 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqNhMkegv1 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqNhMkegv1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqNhMkegv1 .nav-link {
  position: relative;
}
.cid-uqNhMkegv1 .container {
  display: flex;
  margin: auto;
}
.cid-uqNhMkegv1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  background-color: #6870d1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uqNhMkegv1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqNhMkegv1 .iconfont-wrapper:hover {
  background-color: #545dcb;
}
.cid-uqNhMkegv1 .navbar-caption {
  color: #6870d1;
}
.cid-uqNhMkegv1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uqNhMkegv1 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uqNhMkegv1 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uqNhMkegv1 .dropdown-menu,
.cid-uqNhMkegv1 .navbar.opened {
  background: #f0f4ff !important;
}
.cid-uqNhMkegv1 .nav-item:focus,
.cid-uqNhMkegv1 .nav-link:focus {
  outline: none;
}
.cid-uqNhMkegv1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqNhMkegv1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqNhMkegv1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqNhMkegv1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqNhMkegv1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqNhMkegv1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqNhMkegv1 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uqNhMkegv1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqNhMkegv1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqNhMkegv1 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-uqNhMkegv1 .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uqNhMkegv1 .navbar.collapsed {
  justify-content: center;
}
.cid-uqNhMkegv1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqNhMkegv1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqNhMkegv1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqNhMkegv1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqNhMkegv1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqNhMkegv1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqNhMkegv1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqNhMkegv1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqNhMkegv1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uqNhMkegv1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqNhMkegv1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqNhMkegv1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqNhMkegv1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqNhMkegv1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqNhMkegv1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqNhMkegv1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqNhMkegv1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqNhMkegv1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqNhMkegv1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqNhMkegv1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqNhMkegv1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqNhMkegv1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqNhMkegv1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqNhMkegv1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqNhMkegv1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqNhMkegv1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqNhMkegv1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqNhMkegv1 .dropdown-item.active,
.cid-uqNhMkegv1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqNhMkegv1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqNhMkegv1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqNhMkegv1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqNhMkegv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f4ff;
}
.cid-uqNhMkegv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqNhMkegv1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqNhMkegv1 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqNhMkegv1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqNhMkegv1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f4ff;
  background: #6870d1;
}
.cid-uqNhMkegv1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqNhMkegv1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqNhMkegv1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqNhMkegv1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqNhMkegv1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqNhMkegv1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqNhMkegv1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqNhMkegv1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqNhMkegv1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqNhMkegv1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqNhMkegv1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqNhMkegv1 .navbar {
    height: 70px;
  }
  .cid-uqNhMkegv1 .navbar.opened {
    height: auto;
  }
  .cid-uqNhMkegv1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqNhMkegv1 .mbr-section-subtitle {
  color: #6870d1;
}
.cid-uqNhMkegv1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqNhMn3wJC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mattress-now-garner-store16-1024x1024.jpg");
}
.cid-uqNhMn3wJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNhMn3wJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNhMn3wJC .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uqNhMn3wJC .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqNhMn3wJC .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNhMn3wJC .card-wrapper {
    padding: 4rem;
  }
}
.cid-uqNhMqbO4P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb5b5;
}
.cid-uqNhMqbO4P .mbr-section-subtitle {
  text-align: center;
}
.cid-uqNhMqbO4P .mbr-text {
  color: #000000;
}
.cid-uqNhMFCiWV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uqNhMFCiWV .content {
    text-align: center;
  }
  .cid-uqNhMFCiWV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uqNhMFCiWV .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uqNhMFCiWV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqNhMFCiWV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uqNhMFCiWV .google-map {
  height: 25rem;
  position: relative;
}
.cid-uqNhMFCiWV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uqNhMFCiWV .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uqNhMFCiWV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqNhMFCiWV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqNhMFCiWV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uqNhMFCiWV .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqNhMFCiWV .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uqNhMFCiWV .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uqNhMFCiWV .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqNhMFCiWV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqNhMFCiWV .list {
  list-style-type: none;
  padding: 0;
}
.cid-uqNhMFCiWV .copyright > p {
  text-align: center;
}
.cid-uqNiRv4LeF .navbar-dropdown {
  background-color: #f0f4ff !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqNiRv4LeF .menu_box .navbar.opened,
  .cid-uqNiRv4LeF .menu_box .navbar-collapse {
    background-color: #f0f4ff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqNiRv4LeF .navbar-dropdown {
  position: relative !important;
}
.cid-uqNiRv4LeF nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uqNiRv4LeF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}
@media (max-width: 991px) {
  .cid-uqNiRv4LeF .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNiRv4LeF .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f0f4ff;
  }
  .cid-uqNiRv4LeF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uqNiRv4LeF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uqNiRv4LeF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uqNiRv4LeF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uqNiRv4LeF .offcanvas-body .mbr-text,
  .cid-uqNiRv4LeF .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uqNiRv4LeF .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uqNiRv4LeF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uqNiRv4LeF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uqNiRv4LeF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uqNiRv4LeF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uqNiRv4LeF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uqNiRv4LeF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uqNiRv4LeF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uqNiRv4LeF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqNiRv4LeF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uqNiRv4LeF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uqNiRv4LeF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uqNiRv4LeF .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uqNiRv4LeF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uqNiRv4LeF .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uqNiRv4LeF .nav-item {
    margin: 0 !important;
  }
}
.cid-uqNiRv4LeF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqNiRv4LeF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uqNiRv4LeF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqNiRv4LeF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqNiRv4LeF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uqNiRv4LeF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqNiRv4LeF .offcanvas_box {
    display: none;
  }
}
.cid-uqNiRv4LeF .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqNiRv4LeF .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqNiRv4LeF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqNiRv4LeF .nav-link {
  position: relative;
}
.cid-uqNiRv4LeF .container {
  display: flex;
  margin: auto;
}
.cid-uqNiRv4LeF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  background-color: #6870d1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uqNiRv4LeF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqNiRv4LeF .iconfont-wrapper:hover {
  background-color: #545dcb;
}
.cid-uqNiRv4LeF .navbar-caption {
  color: #6870d1;
}
.cid-uqNiRv4LeF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uqNiRv4LeF .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uqNiRv4LeF .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uqNiRv4LeF .dropdown-menu,
.cid-uqNiRv4LeF .navbar.opened {
  background: #f0f4ff !important;
}
.cid-uqNiRv4LeF .nav-item:focus,
.cid-uqNiRv4LeF .nav-link:focus {
  outline: none;
}
.cid-uqNiRv4LeF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqNiRv4LeF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqNiRv4LeF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqNiRv4LeF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqNiRv4LeF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqNiRv4LeF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqNiRv4LeF .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uqNiRv4LeF .navbar.opened {
  transition: all 0.3s;
}
.cid-uqNiRv4LeF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqNiRv4LeF .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-uqNiRv4LeF .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uqNiRv4LeF .navbar.collapsed {
  justify-content: center;
}
.cid-uqNiRv4LeF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqNiRv4LeF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqNiRv4LeF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqNiRv4LeF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqNiRv4LeF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqNiRv4LeF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqNiRv4LeF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqNiRv4LeF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqNiRv4LeF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uqNiRv4LeF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqNiRv4LeF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqNiRv4LeF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqNiRv4LeF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqNiRv4LeF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqNiRv4LeF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqNiRv4LeF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqNiRv4LeF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqNiRv4LeF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqNiRv4LeF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqNiRv4LeF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqNiRv4LeF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqNiRv4LeF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqNiRv4LeF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqNiRv4LeF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqNiRv4LeF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqNiRv4LeF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqNiRv4LeF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqNiRv4LeF .dropdown-item.active,
.cid-uqNiRv4LeF .dropdown-item:active {
  background-color: transparent;
}
.cid-uqNiRv4LeF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqNiRv4LeF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqNiRv4LeF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqNiRv4LeF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f4ff;
}
.cid-uqNiRv4LeF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqNiRv4LeF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqNiRv4LeF ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqNiRv4LeF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqNiRv4LeF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f4ff;
  background: #6870d1;
}
.cid-uqNiRv4LeF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqNiRv4LeF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqNiRv4LeF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqNiRv4LeF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqNiRv4LeF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqNiRv4LeF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqNiRv4LeF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqNiRv4LeF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqNiRv4LeF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqNiRv4LeF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqNiRv4LeF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqNiRv4LeF .navbar {
    height: 70px;
  }
  .cid-uqNiRv4LeF .navbar.opened {
    height: auto;
  }
  .cid-uqNiRv4LeF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqNiRv4LeF .mbr-section-subtitle {
  color: #6870d1;
}
.cid-uqNiRv4LeF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqNiRwAO5v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mattress-now-garner-store17-1067x800.jpg");
}
.cid-uqNiRwAO5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNiRwAO5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNiRwAO5v .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uqNiRwAO5v .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqNiRwAO5v .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNiRwAO5v .card-wrapper {
    padding: 4rem;
  }
}
.cid-uqNiRxjSem {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb5b5;
}
.cid-uqNiRxjSem .mbr-section-subtitle {
  text-align: center;
}
.cid-uqNiRxjSem .mbr-text {
  color: #000000;
}
.cid-uqNiRy6BRj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uqNiRy6BRj .content {
    text-align: center;
  }
  .cid-uqNiRy6BRj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uqNiRy6BRj .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uqNiRy6BRj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqNiRy6BRj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uqNiRy6BRj .google-map {
  height: 25rem;
  position: relative;
}
.cid-uqNiRy6BRj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uqNiRy6BRj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uqNiRy6BRj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqNiRy6BRj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqNiRy6BRj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uqNiRy6BRj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqNiRy6BRj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uqNiRy6BRj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uqNiRy6BRj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqNiRy6BRj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqNiRy6BRj .list {
  list-style-type: none;
  padding: 0;
}
.cid-uqNiRy6BRj .copyright > p {
  text-align: center;
}
.cid-uqNk28ZBur .navbar-dropdown {
  background-color: #f0f4ff !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqNk28ZBur .menu_box .navbar.opened,
  .cid-uqNk28ZBur .menu_box .navbar-collapse {
    background-color: #f0f4ff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqNk28ZBur .navbar-dropdown {
  position: relative !important;
}
.cid-uqNk28ZBur nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uqNk28ZBur .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}
@media (max-width: 991px) {
  .cid-uqNk28ZBur .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNk28ZBur .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f0f4ff;
  }
  .cid-uqNk28ZBur .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uqNk28ZBur .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uqNk28ZBur .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uqNk28ZBur .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uqNk28ZBur .offcanvas-body .mbr-text,
  .cid-uqNk28ZBur .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uqNk28ZBur .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uqNk28ZBur .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uqNk28ZBur .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uqNk28ZBur .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uqNk28ZBur .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uqNk28ZBur .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uqNk28ZBur .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uqNk28ZBur ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uqNk28ZBur .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqNk28ZBur .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uqNk28ZBur .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uqNk28ZBur li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uqNk28ZBur .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uqNk28ZBur .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uqNk28ZBur .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uqNk28ZBur .nav-item {
    margin: 0 !important;
  }
}
.cid-uqNk28ZBur .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqNk28ZBur .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uqNk28ZBur .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqNk28ZBur .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqNk28ZBur .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uqNk28ZBur .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqNk28ZBur .offcanvas_box {
    display: none;
  }
}
.cid-uqNk28ZBur .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqNk28ZBur .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqNk28ZBur .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqNk28ZBur .nav-link {
  position: relative;
}
.cid-uqNk28ZBur .container {
  display: flex;
  margin: auto;
}
.cid-uqNk28ZBur .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  background-color: #6870d1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uqNk28ZBur .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqNk28ZBur .iconfont-wrapper:hover {
  background-color: #545dcb;
}
.cid-uqNk28ZBur .navbar-caption {
  color: #6870d1;
}
.cid-uqNk28ZBur .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uqNk28ZBur .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uqNk28ZBur .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uqNk28ZBur .dropdown-menu,
.cid-uqNk28ZBur .navbar.opened {
  background: #f0f4ff !important;
}
.cid-uqNk28ZBur .nav-item:focus,
.cid-uqNk28ZBur .nav-link:focus {
  outline: none;
}
.cid-uqNk28ZBur .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqNk28ZBur .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqNk28ZBur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqNk28ZBur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqNk28ZBur .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqNk28ZBur .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqNk28ZBur .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uqNk28ZBur .navbar.opened {
  transition: all 0.3s;
}
.cid-uqNk28ZBur .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqNk28ZBur .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-uqNk28ZBur .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uqNk28ZBur .navbar.collapsed {
  justify-content: center;
}
.cid-uqNk28ZBur .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqNk28ZBur .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqNk28ZBur .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqNk28ZBur .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqNk28ZBur .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqNk28ZBur .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqNk28ZBur .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqNk28ZBur .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqNk28ZBur .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uqNk28ZBur .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqNk28ZBur .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqNk28ZBur .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqNk28ZBur .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqNk28ZBur .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqNk28ZBur .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqNk28ZBur .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqNk28ZBur .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqNk28ZBur .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqNk28ZBur .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqNk28ZBur .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqNk28ZBur .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqNk28ZBur .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqNk28ZBur .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqNk28ZBur .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqNk28ZBur .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqNk28ZBur .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqNk28ZBur .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqNk28ZBur .dropdown-item.active,
.cid-uqNk28ZBur .dropdown-item:active {
  background-color: transparent;
}
.cid-uqNk28ZBur .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqNk28ZBur .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqNk28ZBur .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqNk28ZBur .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f4ff;
}
.cid-uqNk28ZBur .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqNk28ZBur .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqNk28ZBur ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqNk28ZBur .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqNk28ZBur button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f4ff;
  background: #6870d1;
}
.cid-uqNk28ZBur button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqNk28ZBur button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqNk28ZBur button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqNk28ZBur button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqNk28ZBur button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqNk28ZBur nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqNk28ZBur nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqNk28ZBur nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqNk28ZBur nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqNk28ZBur a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqNk28ZBur .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqNk28ZBur .navbar {
    height: 70px;
  }
  .cid-uqNk28ZBur .navbar.opened {
    height: auto;
  }
  .cid-uqNk28ZBur .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqNk28ZBur .mbr-section-subtitle {
  color: #6870d1;
}
.cid-uqNk28ZBur a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqNk2aMKOq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mattress-now-garner-nc-1946x1946.jpg");
}
.cid-uqNk2aMKOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNk2aMKOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNk2aMKOq .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uqNk2aMKOq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqNk2aMKOq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNk2aMKOq .card-wrapper {
    padding: 4rem;
  }
}
.cid-uqNk2bwadh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqNk2bwadh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNk2bwadh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNk2bwadh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqNk2bwadh .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqNk2bwadh .container {
    padding: 0 30px;
  }
}
.cid-uqNk2bwadh .row {
  justify-content: center;
}
.cid-uqNk2bwadh .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqNk2bwadh .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqNk2bwadh .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqNk2bwadh .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uqNk2bwadh .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uqNk2bwadh .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uqNk2bwadh .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uqNk2bwadh .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uqNk2bwadh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqNk2bwadh .mbr-text {
  color: #144031;
}
.cid-uqNk2ctV6Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uqNk2ctV6Y .mbr-section-subtitle {
  text-align: center;
}
.cid-uqNk2ctV6Y .mbr-text {
  color: #ffffff;
}
.cid-uqNk2dhziU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffb5b5;
}
.cid-uqNk2dhziU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uqNk2dhziU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNk2dhziU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNk2dhziU .items-wrapper {
  margin: 0;
}
.cid-uqNk2dhziU .items-wrapper .item {
  padding: 0;
}
.cid-uqNk2dhziU .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .cid-uqNk2dhziU .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-uqNk2dhziU .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uqNk2dhziU .items-wrapper .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqNk2dhziU .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uqNk2dhziU .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uqNk2dhziU .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqNk2dhziU .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uqNk2dhziU .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.cid-uqNk2dhziU .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqNk2dhziU .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-uqNk2dhziU .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uqNk2dhziU .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-uqNk2dhziU .item-title {
  color: #150764;
}
.cid-uqNk2dhziU .item-text,
.cid-uqNk2dhziU .desc-wrapper {
  color: #150764;
  text-align: center;
}
.cid-uqNk2dhziU .item-title,
.cid-uqNk2dhziU .mbr-section-btn,
.cid-uqNk2dhziU .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uqNk2esrEb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uqNk2esrEb blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uqNk2ffxU9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqNk2ffxU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNk2ffxU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNk2ffxU9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqNk2ffxU9 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uqNk2geHMY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uqNk2geHMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNk2geHMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNk2geHMY .content-wrapper {
  padding: 80px 90px;
  background-color: #ffb5b5;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uqNk2geHMY .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uqNk2geHMY .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqNk2geHMY .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqNk2geHMY .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uqNk2geHMY .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uqNk2geHMY .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  width: 100%;
  position: absolute;
  left: -30px;
  top: -30px;
}
.cid-uqNk2geHMY .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  color: #90ee90;
  font-size: 250px;
}
@media (max-width: 992px) {
  .cid-uqNk2geHMY .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uqNk2geHMY .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqNk2geHMY .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqNk2geHMY .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uqNk2geHMY .content-wrapper .items-wrapper {
  padding-left: 32px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqNk2geHMY .content-wrapper .items-wrapper {
    padding-left: 0;
    width: 100%;
    display: block;
    padding: 0;
  }
}
.cid-uqNk2geHMY .content-wrapper .items-wrapper .item {
  margin-bottom: 24px;
}
.cid-uqNk2geHMY .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqNk2geHMY .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uqNk2geHMY .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uqNk2geHMY .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  background-color: #f7fff7;
  padding: 32px;
  border: 3px solid #050f0f;
}
@media (max-width: 992px) {
  .cid-uqNk2geHMY .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uqNk2geHMY .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  text-shadow: 4px 4px 0 #050f0f;
}
.cid-uqNk2geHMY .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqNk2geHMY .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.cid-uqNk2geHMY .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uqNk2geHMY .mbr-section-title {
  color: #050f0f;
}
.cid-uqNk2geHMY .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uqNk2geHMY .item-number {
  color: #f7fff7;
}
.cid-uqNk2geHMY .item-title {
  color: #050f0f;
}
.cid-uqNk2geHMY .item-text {
  color: #050f0f;
}
.cid-uqNk2geHMY .mbr-section-title,
.cid-uqNk2geHMY .icon-wrapper {
  text-align: center;
}
.cid-uqNk2hwfWP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqNk2hwfWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNk2hwfWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNk2hwfWP .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uqNk2hwfWP .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqNk2hwfWP .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNk2hwfWP .card-wrapper {
    padding: 4rem;
  }
}
.cid-uqNk2hwfWP .mbr-text,
.cid-uqNk2hwfWP .mbr-section-btn {
  color: #ffffff;
}
.cid-uqNk2hwfWP .card-title,
.cid-uqNk2hwfWP .card-box {
  text-align: left;
}
.cid-uqNk2iopBt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uqNk2iopBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNk2iopBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNk2iopBt .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uqNk2iopBt .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqNk2iopBt .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqNk2iopBt .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uqNk2iopBt .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uqNk2iopBt .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uqNk2iopBt .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uqNk2iopBt .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqNk2iopBt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqNk2iopBt .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uqNk2iopBt .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uqNk2iopBt .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-uqNk2iopBt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uqNk2iopBt .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uqNk2iopBt .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uqNk2iopBt .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uqNk2iopBt .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uqNk2iopBt .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqNk2iopBt .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uqNk2iopBt .card {
  justify-content: space-between;
}
.cid-uqNk2iopBt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqNk2iopBt .panel-title-edit {
  color: #f24d4a;
}
.cid-uqNk2iopBt .panel-text {
  color: #f24d4a;
}
.cid-uqNk2jGQlc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uqNk2jGQlc .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqNk2jGQlc .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqNk2jGQlc .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqNk2jGQlc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNk2jGQlc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNk2jGQlc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqNk2jGQlc .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqNk2jGQlc .container {
    padding: 0 30px;
  }
}
.cid-uqNk2jGQlc .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqNk2jGQlc .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uqNk2jGQlc .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uqNk2jGQlc .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uqNk2jGQlc .mbr-section-title {
  color: #ffffff;
}
.cid-uqNk2jGQlc .mbr-text,
.cid-uqNk2jGQlc .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uqNk2jGQlc .mbr-section-title,
.cid-uqNk2jGQlc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uqNk2kE8KR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-uqNk2kE8KR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNk2kE8KR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNk2kE8KR .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uqNk2kE8KR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqNk2kE8KR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqNk2kE8KR .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqNk2lJAbd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqNk2lJAbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNk2lJAbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNnQ7vJfJ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-uqNnQ7vJfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNnQ7vJfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNnQ7vJfJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqNnQ7vJfJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqNnQ7vJfJ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-uqNnQ7vJfJ .panel-body,
.cid-uqNnQ7vJfJ .card-header {
  padding: 1rem 0;
}
.cid-uqNnQ7vJfJ .panel-title-edit {
  color: #000000;
}
.cid-uqNk2mIPvr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uqNk2mIPvr .content {
    text-align: center;
  }
  .cid-uqNk2mIPvr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uqNk2mIPvr .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uqNk2mIPvr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqNk2mIPvr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uqNk2mIPvr .google-map {
  height: 25rem;
  position: relative;
}
.cid-uqNk2mIPvr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uqNk2mIPvr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uqNk2mIPvr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqNk2mIPvr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqNk2mIPvr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uqNk2mIPvr .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqNk2mIPvr .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uqNk2mIPvr .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uqNk2mIPvr .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqNk2mIPvr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqNk2mIPvr .list {
  list-style-type: none;
  padding: 0;
}
.cid-uqNk2mIPvr .copyright > p {
  text-align: center;
}
.cid-uqNor6Fjb5 .navbar-dropdown {
  background-color: #f0f4ff !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqNor6Fjb5 .menu_box .navbar.opened,
  .cid-uqNor6Fjb5 .menu_box .navbar-collapse {
    background-color: #f0f4ff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqNor6Fjb5 .navbar-dropdown {
  position: relative !important;
}
.cid-uqNor6Fjb5 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uqNor6Fjb5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}
@media (max-width: 991px) {
  .cid-uqNor6Fjb5 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNor6Fjb5 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f0f4ff;
  }
  .cid-uqNor6Fjb5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uqNor6Fjb5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uqNor6Fjb5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uqNor6Fjb5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uqNor6Fjb5 .offcanvas-body .mbr-text,
  .cid-uqNor6Fjb5 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uqNor6Fjb5 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uqNor6Fjb5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uqNor6Fjb5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uqNor6Fjb5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uqNor6Fjb5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uqNor6Fjb5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uqNor6Fjb5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uqNor6Fjb5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uqNor6Fjb5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqNor6Fjb5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uqNor6Fjb5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uqNor6Fjb5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uqNor6Fjb5 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uqNor6Fjb5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uqNor6Fjb5 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uqNor6Fjb5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uqNor6Fjb5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqNor6Fjb5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uqNor6Fjb5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqNor6Fjb5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqNor6Fjb5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uqNor6Fjb5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqNor6Fjb5 .offcanvas_box {
    display: none;
  }
}
.cid-uqNor6Fjb5 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqNor6Fjb5 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqNor6Fjb5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqNor6Fjb5 .nav-link {
  position: relative;
}
.cid-uqNor6Fjb5 .container {
  display: flex;
  margin: auto;
}
.cid-uqNor6Fjb5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  background-color: #6870d1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uqNor6Fjb5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqNor6Fjb5 .iconfont-wrapper:hover {
  background-color: #545dcb;
}
.cid-uqNor6Fjb5 .navbar-caption {
  color: #6870d1;
}
.cid-uqNor6Fjb5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uqNor6Fjb5 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uqNor6Fjb5 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uqNor6Fjb5 .dropdown-menu,
.cid-uqNor6Fjb5 .navbar.opened {
  background: #f0f4ff !important;
}
.cid-uqNor6Fjb5 .nav-item:focus,
.cid-uqNor6Fjb5 .nav-link:focus {
  outline: none;
}
.cid-uqNor6Fjb5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqNor6Fjb5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqNor6Fjb5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqNor6Fjb5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqNor6Fjb5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqNor6Fjb5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqNor6Fjb5 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uqNor6Fjb5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqNor6Fjb5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqNor6Fjb5 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-uqNor6Fjb5 .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uqNor6Fjb5 .navbar.collapsed {
  justify-content: center;
}
.cid-uqNor6Fjb5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqNor6Fjb5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqNor6Fjb5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqNor6Fjb5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqNor6Fjb5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqNor6Fjb5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqNor6Fjb5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqNor6Fjb5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqNor6Fjb5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uqNor6Fjb5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqNor6Fjb5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqNor6Fjb5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqNor6Fjb5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqNor6Fjb5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqNor6Fjb5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqNor6Fjb5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqNor6Fjb5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqNor6Fjb5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqNor6Fjb5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqNor6Fjb5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqNor6Fjb5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqNor6Fjb5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqNor6Fjb5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqNor6Fjb5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqNor6Fjb5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqNor6Fjb5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqNor6Fjb5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqNor6Fjb5 .dropdown-item.active,
.cid-uqNor6Fjb5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqNor6Fjb5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqNor6Fjb5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqNor6Fjb5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqNor6Fjb5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f4ff;
}
.cid-uqNor6Fjb5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqNor6Fjb5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqNor6Fjb5 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqNor6Fjb5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqNor6Fjb5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f4ff;
  background: #6870d1;
}
.cid-uqNor6Fjb5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqNor6Fjb5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqNor6Fjb5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqNor6Fjb5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqNor6Fjb5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqNor6Fjb5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqNor6Fjb5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqNor6Fjb5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqNor6Fjb5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqNor6Fjb5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqNor6Fjb5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqNor6Fjb5 .navbar {
    height: 70px;
  }
  .cid-uqNor6Fjb5 .navbar.opened {
    height: auto;
  }
  .cid-uqNor6Fjb5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqNor6Fjb5 .mbr-section-subtitle {
  color: #6870d1;
}
.cid-uqNor6Fjb5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqNor8oxE6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mattress-now-garner-nc3-1200x800.jpg");
}
.cid-uqNor8oxE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNor8oxE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNor8oxE6 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uqNor8oxE6 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqNor8oxE6 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNor8oxE6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uqNor9pXFl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqNor9pXFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNor9pXFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNor9pXFl .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqNor9pXFl .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqNor9pXFl .container {
    padding: 0 30px;
  }
}
.cid-uqNor9pXFl .row {
  justify-content: center;
}
.cid-uqNor9pXFl .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqNor9pXFl .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqNor9pXFl .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqNor9pXFl .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uqNor9pXFl .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uqNor9pXFl .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uqNor9pXFl .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uqNor9pXFl .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uqNor9pXFl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqNor9pXFl .mbr-text {
  color: #144031;
}
.cid-uqNora9lbr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uqNora9lbr .mbr-section-subtitle {
  text-align: center;
}
.cid-uqNora9lbr .mbr-text {
  color: #ffffff;
}
.cid-uqNoraY5eM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffb5b5;
}
.cid-uqNoraY5eM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uqNoraY5eM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNoraY5eM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNoraY5eM .items-wrapper {
  margin: 0;
}
.cid-uqNoraY5eM .items-wrapper .item {
  padding: 0;
}
.cid-uqNoraY5eM .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .cid-uqNoraY5eM .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-uqNoraY5eM .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uqNoraY5eM .items-wrapper .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqNoraY5eM .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uqNoraY5eM .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uqNoraY5eM .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqNoraY5eM .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uqNoraY5eM .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.cid-uqNoraY5eM .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqNoraY5eM .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-uqNoraY5eM .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uqNoraY5eM .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-uqNoraY5eM .item-title {
  color: #150764;
}
.cid-uqNoraY5eM .item-text,
.cid-uqNoraY5eM .desc-wrapper {
  color: #150764;
  text-align: center;
}
.cid-uqNoraY5eM .item-title,
.cid-uqNoraY5eM .mbr-section-btn,
.cid-uqNoraY5eM .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uqNorc9ktb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uqNorc9ktb blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uqNord0ffF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqNord0ffF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNord0ffF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNord0ffF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqNord0ffF .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uqNordYyid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uqNordYyid .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNordYyid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNordYyid .content-wrapper {
  padding: 80px 90px;
  background-color: #ffb5b5;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uqNordYyid .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uqNordYyid .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqNordYyid .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqNordYyid .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uqNordYyid .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uqNordYyid .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  width: 100%;
  position: absolute;
  left: -30px;
  top: -30px;
}
.cid-uqNordYyid .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  color: #90ee90;
  font-size: 250px;
}
@media (max-width: 992px) {
  .cid-uqNordYyid .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uqNordYyid .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqNordYyid .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqNordYyid .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uqNordYyid .content-wrapper .items-wrapper {
  padding-left: 32px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqNordYyid .content-wrapper .items-wrapper {
    padding-left: 0;
    width: 100%;
    display: block;
    padding: 0;
  }
}
.cid-uqNordYyid .content-wrapper .items-wrapper .item {
  margin-bottom: 24px;
}
.cid-uqNordYyid .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqNordYyid .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uqNordYyid .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uqNordYyid .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  background-color: #f7fff7;
  padding: 32px;
  border: 3px solid #050f0f;
}
@media (max-width: 992px) {
  .cid-uqNordYyid .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uqNordYyid .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  text-shadow: 4px 4px 0 #050f0f;
}
.cid-uqNordYyid .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqNordYyid .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.cid-uqNordYyid .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uqNordYyid .mbr-section-title {
  color: #050f0f;
}
.cid-uqNordYyid .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uqNordYyid .item-number {
  color: #f7fff7;
}
.cid-uqNordYyid .item-title {
  color: #050f0f;
}
.cid-uqNordYyid .item-text {
  color: #050f0f;
}
.cid-uqNordYyid .mbr-section-title,
.cid-uqNordYyid .icon-wrapper {
  text-align: center;
}
.cid-uqNorfhujP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqNorfhujP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNorfhujP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNorfhujP .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uqNorfhujP .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqNorfhujP .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNorfhujP .card-wrapper {
    padding: 4rem;
  }
}
.cid-uqNorfhujP .mbr-text,
.cid-uqNorfhujP .mbr-section-btn {
  color: #ffffff;
}
.cid-uqNorfhujP .card-title,
.cid-uqNorfhujP .card-box {
  text-align: left;
}
.cid-uqNorgeHqO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uqNorgeHqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNorgeHqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNorgeHqO .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uqNorgeHqO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqNorgeHqO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqNorgeHqO .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uqNorgeHqO .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uqNorgeHqO .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uqNorgeHqO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uqNorgeHqO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqNorgeHqO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqNorgeHqO .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uqNorgeHqO .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uqNorgeHqO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-uqNorgeHqO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uqNorgeHqO .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uqNorgeHqO .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uqNorgeHqO .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uqNorgeHqO .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uqNorgeHqO .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqNorgeHqO .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uqNorgeHqO .card {
  justify-content: space-between;
}
.cid-uqNorgeHqO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqNorgeHqO .panel-title-edit {
  color: #f24d4a;
}
.cid-uqNorgeHqO .panel-text {
  color: #f24d4a;
}
.cid-uqNorixJSP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uqNorixJSP .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqNorixJSP .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqNorixJSP .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqNorixJSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNorixJSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNorixJSP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqNorixJSP .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqNorixJSP .container {
    padding: 0 30px;
  }
}
.cid-uqNorixJSP .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqNorixJSP .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uqNorixJSP .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uqNorixJSP .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uqNorixJSP .mbr-section-title {
  color: #ffffff;
}
.cid-uqNorixJSP .mbr-text,
.cid-uqNorixJSP .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uqNorixJSP .mbr-section-title,
.cid-uqNorixJSP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uqNorjXxC4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-uqNorjXxC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNorjXxC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNorjXxC4 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uqNorjXxC4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqNorjXxC4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqNorjXxC4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqNormRByp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqNormRByp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNormRByp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNoroIW9h {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-uqNoroIW9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNoroIW9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNoroIW9h .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqNoroIW9h .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqNoroIW9h .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-uqNoroIW9h .panel-body,
.cid-uqNoroIW9h .card-header {
  padding: 1rem 0;
}
.cid-uqNoroIW9h .panel-title-edit {
  color: #000000;
}
.cid-uqNorpX6Ol {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uqNorpX6Ol .content {
    text-align: center;
  }
  .cid-uqNorpX6Ol .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uqNorpX6Ol .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uqNorpX6Ol .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqNorpX6Ol .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uqNorpX6Ol .google-map {
  height: 25rem;
  position: relative;
}
.cid-uqNorpX6Ol .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uqNorpX6Ol .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uqNorpX6Ol .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqNorpX6Ol .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqNorpX6Ol .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uqNorpX6Ol .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqNorpX6Ol .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uqNorpX6Ol .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uqNorpX6Ol .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqNorpX6Ol .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqNorpX6Ol .list {
  list-style-type: none;
  padding: 0;
}
.cid-uqNorpX6Ol .copyright > p {
  text-align: center;
}
.cid-uqNrXo9lQi .navbar-dropdown {
  background-color: #f0f4ff !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqNrXo9lQi .menu_box .navbar.opened,
  .cid-uqNrXo9lQi .menu_box .navbar-collapse {
    background-color: #f0f4ff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqNrXo9lQi .navbar-dropdown {
  position: relative !important;
}
.cid-uqNrXo9lQi nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uqNrXo9lQi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}
@media (max-width: 991px) {
  .cid-uqNrXo9lQi .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNrXo9lQi .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f0f4ff;
  }
  .cid-uqNrXo9lQi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uqNrXo9lQi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uqNrXo9lQi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uqNrXo9lQi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uqNrXo9lQi .offcanvas-body .mbr-text,
  .cid-uqNrXo9lQi .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uqNrXo9lQi .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uqNrXo9lQi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uqNrXo9lQi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uqNrXo9lQi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uqNrXo9lQi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uqNrXo9lQi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uqNrXo9lQi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uqNrXo9lQi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uqNrXo9lQi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqNrXo9lQi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uqNrXo9lQi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uqNrXo9lQi li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uqNrXo9lQi .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uqNrXo9lQi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uqNrXo9lQi .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uqNrXo9lQi .nav-item {
    margin: 0 !important;
  }
}
.cid-uqNrXo9lQi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqNrXo9lQi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uqNrXo9lQi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqNrXo9lQi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqNrXo9lQi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uqNrXo9lQi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqNrXo9lQi .offcanvas_box {
    display: none;
  }
}
.cid-uqNrXo9lQi .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqNrXo9lQi .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqNrXo9lQi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqNrXo9lQi .nav-link {
  position: relative;
}
.cid-uqNrXo9lQi .container {
  display: flex;
  margin: auto;
}
.cid-uqNrXo9lQi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  background-color: #6870d1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uqNrXo9lQi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqNrXo9lQi .iconfont-wrapper:hover {
  background-color: #545dcb;
}
.cid-uqNrXo9lQi .navbar-caption {
  color: #6870d1;
}
.cid-uqNrXo9lQi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uqNrXo9lQi .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uqNrXo9lQi .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uqNrXo9lQi .dropdown-menu,
.cid-uqNrXo9lQi .navbar.opened {
  background: #f0f4ff !important;
}
.cid-uqNrXo9lQi .nav-item:focus,
.cid-uqNrXo9lQi .nav-link:focus {
  outline: none;
}
.cid-uqNrXo9lQi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqNrXo9lQi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqNrXo9lQi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqNrXo9lQi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqNrXo9lQi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqNrXo9lQi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqNrXo9lQi .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uqNrXo9lQi .navbar.opened {
  transition: all 0.3s;
}
.cid-uqNrXo9lQi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqNrXo9lQi .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-uqNrXo9lQi .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uqNrXo9lQi .navbar.collapsed {
  justify-content: center;
}
.cid-uqNrXo9lQi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqNrXo9lQi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqNrXo9lQi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqNrXo9lQi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqNrXo9lQi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqNrXo9lQi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqNrXo9lQi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqNrXo9lQi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqNrXo9lQi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uqNrXo9lQi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqNrXo9lQi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqNrXo9lQi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqNrXo9lQi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqNrXo9lQi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqNrXo9lQi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqNrXo9lQi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqNrXo9lQi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqNrXo9lQi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqNrXo9lQi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqNrXo9lQi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqNrXo9lQi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqNrXo9lQi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqNrXo9lQi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqNrXo9lQi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqNrXo9lQi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqNrXo9lQi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqNrXo9lQi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqNrXo9lQi .dropdown-item.active,
.cid-uqNrXo9lQi .dropdown-item:active {
  background-color: transparent;
}
.cid-uqNrXo9lQi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqNrXo9lQi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqNrXo9lQi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqNrXo9lQi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f4ff;
}
.cid-uqNrXo9lQi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqNrXo9lQi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqNrXo9lQi ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqNrXo9lQi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqNrXo9lQi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f4ff;
  background: #6870d1;
}
.cid-uqNrXo9lQi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqNrXo9lQi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqNrXo9lQi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqNrXo9lQi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqNrXo9lQi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqNrXo9lQi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqNrXo9lQi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqNrXo9lQi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqNrXo9lQi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqNrXo9lQi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqNrXo9lQi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqNrXo9lQi .navbar {
    height: 70px;
  }
  .cid-uqNrXo9lQi .navbar.opened {
    height: auto;
  }
  .cid-uqNrXo9lQi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqNrXo9lQi .mbr-section-subtitle {
  color: #6870d1;
}
.cid-uqNrXo9lQi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqNrXpDTFN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mattress-now-garner-nc5-1200x1200.jpg");
}
.cid-uqNrXpDTFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNrXpDTFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNrXpDTFN .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uqNrXpDTFN .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqNrXpDTFN .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNrXpDTFN .card-wrapper {
    padding: 4rem;
  }
}
.cid-uqNrXqt3ub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqNrXqt3ub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNrXqt3ub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNrXqt3ub .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqNrXqt3ub .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqNrXqt3ub .container {
    padding: 0 30px;
  }
}
.cid-uqNrXqt3ub .row {
  justify-content: center;
}
.cid-uqNrXqt3ub .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqNrXqt3ub .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqNrXqt3ub .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqNrXqt3ub .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uqNrXqt3ub .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uqNrXqt3ub .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uqNrXqt3ub .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uqNrXqt3ub .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uqNrXqt3ub .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqNrXqt3ub .mbr-text {
  color: #144031;
}
.cid-uqNrXrmRYO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uqNrXrmRYO .mbr-section-subtitle {
  text-align: center;
}
.cid-uqNrXrmRYO .mbr-text {
  color: #ffffff;
}
.cid-uqNrXs9kF5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffb5b5;
}
.cid-uqNrXs9kF5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uqNrXs9kF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNrXs9kF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNrXs9kF5 .items-wrapper {
  margin: 0;
}
.cid-uqNrXs9kF5 .items-wrapper .item {
  padding: 0;
}
.cid-uqNrXs9kF5 .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .cid-uqNrXs9kF5 .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-uqNrXs9kF5 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uqNrXs9kF5 .items-wrapper .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqNrXs9kF5 .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uqNrXs9kF5 .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uqNrXs9kF5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqNrXs9kF5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uqNrXs9kF5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.cid-uqNrXs9kF5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqNrXs9kF5 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-uqNrXs9kF5 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uqNrXs9kF5 .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-uqNrXs9kF5 .item-title {
  color: #150764;
}
.cid-uqNrXs9kF5 .item-text,
.cid-uqNrXs9kF5 .desc-wrapper {
  color: #150764;
  text-align: center;
}
.cid-uqNrXs9kF5 .item-title,
.cid-uqNrXs9kF5 .mbr-section-btn,
.cid-uqNrXs9kF5 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uqNrXtivFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uqNrXtivFD blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uqNrXuamoG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqNrXuamoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNrXuamoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNrXuamoG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqNrXuamoG .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uqNrXuXobv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uqNrXuXobv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNrXuXobv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNrXuXobv .content-wrapper {
  padding: 80px 90px;
  background-color: #ffb5b5;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uqNrXuXobv .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uqNrXuXobv .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqNrXuXobv .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqNrXuXobv .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uqNrXuXobv .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uqNrXuXobv .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  width: 100%;
  position: absolute;
  left: -30px;
  top: -30px;
}
.cid-uqNrXuXobv .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  color: #90ee90;
  font-size: 250px;
}
@media (max-width: 992px) {
  .cid-uqNrXuXobv .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uqNrXuXobv .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqNrXuXobv .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqNrXuXobv .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uqNrXuXobv .content-wrapper .items-wrapper {
  padding-left: 32px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqNrXuXobv .content-wrapper .items-wrapper {
    padding-left: 0;
    width: 100%;
    display: block;
    padding: 0;
  }
}
.cid-uqNrXuXobv .content-wrapper .items-wrapper .item {
  margin-bottom: 24px;
}
.cid-uqNrXuXobv .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqNrXuXobv .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uqNrXuXobv .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uqNrXuXobv .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  background-color: #f7fff7;
  padding: 32px;
  border: 3px solid #050f0f;
}
@media (max-width: 992px) {
  .cid-uqNrXuXobv .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uqNrXuXobv .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  text-shadow: 4px 4px 0 #050f0f;
}
.cid-uqNrXuXobv .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqNrXuXobv .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.cid-uqNrXuXobv .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uqNrXuXobv .mbr-section-title {
  color: #050f0f;
}
.cid-uqNrXuXobv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uqNrXuXobv .item-number {
  color: #f7fff7;
}
.cid-uqNrXuXobv .item-title {
  color: #050f0f;
}
.cid-uqNrXuXobv .item-text {
  color: #050f0f;
}
.cid-uqNrXuXobv .mbr-section-title,
.cid-uqNrXuXobv .icon-wrapper {
  text-align: center;
}
.cid-uqNrXw8zSq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqNrXw8zSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNrXw8zSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNrXw8zSq .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uqNrXw8zSq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqNrXw8zSq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNrXw8zSq .card-wrapper {
    padding: 4rem;
  }
}
.cid-uqNrXw8zSq .mbr-text,
.cid-uqNrXw8zSq .mbr-section-btn {
  color: #ffffff;
}
.cid-uqNrXw8zSq .card-title,
.cid-uqNrXw8zSq .card-box {
  text-align: left;
}
.cid-uqNrXx5Q3O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uqNrXx5Q3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNrXx5Q3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNrXx5Q3O .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uqNrXx5Q3O .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqNrXx5Q3O .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqNrXx5Q3O .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uqNrXx5Q3O .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uqNrXx5Q3O .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uqNrXx5Q3O .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uqNrXx5Q3O .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqNrXx5Q3O .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqNrXx5Q3O .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uqNrXx5Q3O .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uqNrXx5Q3O .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-uqNrXx5Q3O .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uqNrXx5Q3O .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uqNrXx5Q3O .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uqNrXx5Q3O .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uqNrXx5Q3O .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uqNrXx5Q3O .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqNrXx5Q3O .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uqNrXx5Q3O .card {
  justify-content: space-between;
}
.cid-uqNrXx5Q3O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqNrXx5Q3O .panel-title-edit {
  color: #f24d4a;
}
.cid-uqNrXx5Q3O .panel-text {
  color: #f24d4a;
}
.cid-uqNrXyqqbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uqNrXyqqbu .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqNrXyqqbu .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqNrXyqqbu .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqNrXyqqbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNrXyqqbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNrXyqqbu .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqNrXyqqbu .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqNrXyqqbu .container {
    padding: 0 30px;
  }
}
.cid-uqNrXyqqbu .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqNrXyqqbu .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uqNrXyqqbu .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uqNrXyqqbu .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uqNrXyqqbu .mbr-section-title {
  color: #ffffff;
}
.cid-uqNrXyqqbu .mbr-text,
.cid-uqNrXyqqbu .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uqNrXyqqbu .mbr-section-title,
.cid-uqNrXyqqbu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uqNrXzunSK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-uqNrXzunSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNrXzunSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNrXzunSK .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uqNrXzunSK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqNrXzunSK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqNrXzunSK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqNrXAwHcF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqNrXAwHcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNrXAwHcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNrXBqG03 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-uqNrXBqG03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNrXBqG03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNrXBqG03 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqNrXBqG03 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqNrXBqG03 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-uqNrXBqG03 .panel-body,
.cid-uqNrXBqG03 .card-header {
  padding: 1rem 0;
}
.cid-uqNrXBqG03 .panel-title-edit {
  color: #000000;
}
.cid-uqNrXCCeT7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uqNrXCCeT7 .content {
    text-align: center;
  }
  .cid-uqNrXCCeT7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uqNrXCCeT7 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uqNrXCCeT7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqNrXCCeT7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uqNrXCCeT7 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uqNrXCCeT7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uqNrXCCeT7 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uqNrXCCeT7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqNrXCCeT7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqNrXCCeT7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uqNrXCCeT7 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqNrXCCeT7 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uqNrXCCeT7 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uqNrXCCeT7 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqNrXCCeT7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqNrXCCeT7 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uqNrXCCeT7 .copyright > p {
  text-align: center;
}
