body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5625rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.7rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 4.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.675rem;
    font-size: calc( 2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.96rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.945rem + (3.7 - 1.945) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #1ced19 !important;
}
.bg-success {
  background-color: #6cff62 !important;
}
.bg-info {
  background-color: #b61aae !important;
}
.bg-warning {
  background-color: #f7f7f7 !important;
}
.bg-danger {
  background-color: #d72323 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1ced19 !important;
  border-color: #1ced19 !important;
  color: #010601 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0fa30d !important;
  border-color: #0fa30d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #010601 !important;
  background-color: #0fa30d !important;
  border-color: #0fa30d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0a81ab !important;
  border-color: #0a81ab !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #054359 !important;
  border-color: #054359 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #054359 !important;
  border-color: #054359 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b61aae !important;
  border-color: #b61aae !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #6a0f65 !important;
  border-color: #6a0f65 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6a0f65 !important;
  border-color: #6a0f65 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6cff62 !important;
  border-color: #6cff62 !important;
  color: #066200 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #010b00 !important;
  background-color: #1bff0b !important;
  border-color: #1bff0b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #066200 !important;
  background-color: #1bff0b !important;
  border-color: #1bff0b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4c4c4c !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #787878 !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d72323 !important;
  border-color: #d72323 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8c1717 !important;
  border-color: #8c1717 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8c1717 !important;
  border-color: #8c1717 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.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;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.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;
  color: #1ced19;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0fa30d !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #010601 !important;
  background-color: #1ced19 !important;
  border-color: #1ced19 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #0a81ab;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #054359 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a81ab !important;
  border-color: #0a81ab !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #b61aae;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6a0f65 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b61aae !important;
  border-color: #b61aae !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #6cff62;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1bff0b !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #066200 !important;
  background-color: #6cff62 !important;
  border-color: #6cff62 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #f7f7f7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cccccc !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #d72323;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8c1717 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d72323 !important;
  border-color: #d72323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  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;
  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;
  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;
  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: #1ced19 !important;
}
.text-secondary {
  color: #0a81ab !important;
}
.text-success {
  color: #6cff62 !important;
}
.text-info {
  color: #b61aae !important;
}
.text-warning {
  color: #f7f7f7 !important;
}
.text-danger {
  color: #d72323 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #17ed14 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0a7da6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #67ff5d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b219aa !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f4f4f4 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d32222 !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;
}
.nav-tabs .nav-link.active {
  color: #1ced19;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b61aae;
}
.alert-warning {
  background-color: #f7f7f7;
}
.alert-danger {
  background-color: #d72323;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1ced19;
  border-color: #1ced19;
  color: #031e02;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1ced19;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7fcd6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e966e2;
}
.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: #f7cfcf;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', 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: #1ced19;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1ced19;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1ced19;
}
.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: #1ced19;
  border-bottom-color: #1ced19;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #1ced19 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0a81ab !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='%231ced19' %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[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item) {
  letter-spacing: -0.025em;
  position: relative;
  padding-top: .5rem;
  margin-bottom: .5rem;
  z-index: 9;
  white-space: nowrap;
  line-height: 1.5;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):before {
  content: "";
  z-index: 0;
  max-width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 6%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='%230a81ab' %3E%3Ccircle cx='60' cy='60' r='50'/%3E%3C/svg%3E");
  position: absolute;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0, 0);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:before {
  max-width: 0%;
  left: 100%;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:after {
  opacity: 1;
  transform: scale(1.15);
}
section.popup-builder .modal.mbr-popup button {
  border: none;
}
.cid-sCiYWD0fCw .navbar-dropdown {
  position: relative !important;
}
.cid-sCiYWD0fCw nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCiYWD0fCw .nav-item {
    margin: 0 !important;
  }
}
.cid-sCiYWD0fCw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCiYWD0fCw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sCiYWD0fCw .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sCiYWD0fCw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCiYWD0fCw .nav-link {
  position: relative;
}
.cid-sCiYWD0fCw .container {
  display: flex;
  margin: auto;
}
.cid-sCiYWD0fCw .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCiYWD0fCw .dropdown-menu,
.cid-sCiYWD0fCw .navbar.opened {
  background: #ffffff !important;
}
.cid-sCiYWD0fCw .nav-item:focus,
.cid-sCiYWD0fCw .nav-link:focus {
  outline: none;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCiYWD0fCw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCiYWD0fCw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCiYWD0fCw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-sCiYWD0fCw .navbar.opened {
  transition: all 0.3s;
}
.cid-sCiYWD0fCw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCiYWD0fCw .navbar .navbar-logo img {
  width: auto;
}
.cid-sCiYWD0fCw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCiYWD0fCw .navbar.collapsed {
  justify-content: center;
}
.cid-sCiYWD0fCw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCiYWD0fCw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCiYWD0fCw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCiYWD0fCw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCiYWD0fCw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCiYWD0fCw .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sCiYWD0fCw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCiYWD0fCw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCiYWD0fCw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCiYWD0fCw .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sCiYWD0fCw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCiYWD0fCw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCiYWD0fCw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCiYWD0fCw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCiYWD0fCw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCiYWD0fCw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCiYWD0fCw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCiYWD0fCw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCiYWD0fCw .dropdown-item.active,
.cid-sCiYWD0fCw .dropdown-item:active {
  background-color: transparent;
}
.cid-sCiYWD0fCw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCiYWD0fCw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCiYWD0fCw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCiYWD0fCw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCiYWD0fCw ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sCiYWD0fCw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCiYWD0fCw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sCiYWD0fCw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCiYWD0fCw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCiYWD0fCw .navbar {
    height: 70px;
  }
  .cid-sCiYWD0fCw .navbar.opened {
    height: auto;
  }
  .cid-sCiYWD0fCw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqH61Ntdhi {
  background-image: url("../../../assets/images/mattress-now-garner-store-24-1480x588.jpg");
}
.cid-uqH61Ntdhi .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-uqH61Ntdhi .linkBtn {
  margin-top: 2.5rem;
}
.cid-uqH61Ntdhi b,
.cid-uqH61Ntdhi strong {
  font-weight: 500;
  color: #0a81ab;
}
@media (max-width: 767px) {
  .cid-uqH61Ntdhi .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-uqH61Ntdhi .linkBtn {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.cid-uqH61Ntdhi H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uqH61Ntdhi .mbr-section-title,
.cid-uqH61Ntdhi .linkBtn {
  text-align: center;
  color: #ffffff;
}
.cid-uqH67uLVqH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uqH67uLVqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqH67uLVqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqH67uLVqH .content-wrapper {
  padding: 80px 90px;
  background-color: #d18d67;
}
@media (max-width: 992px) {
  .cid-uqH67uLVqH .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uqH67uLVqH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqH67uLVqH .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqH67uLVqH .content-wrapper .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uqH67uLVqH .content-wrapper .list-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uqH67uLVqH .content-wrapper .list-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.cid-uqH67uLVqH .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uqH67uLVqH .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
    padding-left: 52px;
  }
}
.cid-uqH67uLVqH .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffffff;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uqH67uLVqH .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uqH67uLVqH .content-wrapper .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uqH67uLVqH .content-wrapper .list-wrapper .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uqH67uLVqH .content-wrapper .list-wrapper .list {
    display: block;
  }
}
.cid-uqH67uLVqH .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uqH67uLVqH .content-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uqH67uLVqH .content-wrapper .list-wrapper .list .item-wrap {
    padding-left: 52px;
  }
}
.cid-uqH67uLVqH .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffffff;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uqH67uLVqH .content-wrapper .list-wrapper .list .item-wrap::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uqH67uLVqH .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uqH67uLVqH .item-text {
  color: #050f0f;
}
.cid-uqH6ekGQqP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d18d67;
}
.cid-uqH6ekGQqP .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqH6ekGQqP .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-uqH6ekGQqP .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-uqH6ekGQqP .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-uqH6ekGQqP .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-uqH6ekGQqP .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-uqH6ekGQqP .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-uqH6ekGQqP .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #d72323;
}
.cid-uqH6ekGQqP .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uqH6ekGQqP .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-uqH6ekGQqP .card_item:nth-child(2) .square_fill {
  background-color: #6cff62;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-uqH6ekGQqP .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-uqH6ekGQqP .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uqH6ekGQqP .card_item:nth-child(3) .square_fill {
  background-color: #b61aae;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uqH6ekGQqP .card_item .card-box {
  border-left: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uqH6ekGQqP .card_item:last-child .card-box {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uqH6ekGQqP .card-box {
  height: 100%;
}
.cid-uqH6ekGQqP .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-uqH6ekGQqP .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uqH6ekGQqP .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uqH6ekGQqP .square_animation .square_null {
  z-index: 1;
  border: 1px solid #1ced19;
}
.cid-uqH6ekGQqP .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uqH6ekGQqP .card-title {
  margin-bottom: 1.75rem;
  text-align: center;
  color: #000000;
}
.cid-uqH6ekGQqP .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uqH6ekGQqP .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uqH6ekGQqP .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-uqH6ekGQqP .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-uqH6ekGQqP .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uqH6ekGQqP .item-wrapper {
    padding: 0;
  }
  .cid-uqH6ekGQqP .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-uqH6ekGQqP .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqH6ekGQqP .mbr-text {
    margin-top: .75rem;
  }
  .cid-uqH6ekGQqP .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uqH6ekGQqP .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uqH6ekGQqP .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-uqH6ekGQqP .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uqH6ekGQqP .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uqH6ekGQqP .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-uqH6ekGQqP .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uqH6ekGQqP .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uqH6ekGQqP .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-uqH6ekGQqP .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uqH6ekGQqP .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqH6ekGQqP .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-uqH6ekGQqP .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uqH6ekGQqP .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-uqH6ekGQqP .card-text,
.cid-uqH6ekGQqP .linkBtn {
  text-align: center;
}
.cid-ujCZCAlqg5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujCZCAlqg5 .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujCZCAlqg5 .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-ujCZCAlqg5 .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-ujCZCAlqg5 .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-ujCZCAlqg5 .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-ujCZCAlqg5 .circle_animation .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.cid-ujCZCAlqg5 .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: #1ced19;
}
.cid-ujCZCAlqg5 .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid #1ced19;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-ujCZCAlqg5 .date {
  margin-bottom: 0.25rem;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-ujCZCAlqg5 .mbr-section-title,
.cid-ujCZCAlqg5 .linkBtn,
.cid-ujCZCAlqg5 .date_wrap DIV {
  text-align: center;
}
.cid-ujCZCAlqg5 .mbr-section-title,
.cid-ujCZCAlqg5 .linkBtn,
.cid-ujCZCAlqg5 .date_wrap {
  color: #000000;
}
.cid-sCiZlmqFzN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d18d67;
}
.cid-sCiZlmqFzN .row {
  align-items: center;
}
.cid-sCiZlmqFzN .card:hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-sCiZlmqFzN .card .square_fill {
  background-color: #b61aae;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-sCiZlmqFzN .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sCiZlmqFzN .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sCiZlmqFzN .square_animation .square_null {
  z-index: 1;
  border: 1px solid #1ced19;
}
.cid-sCiZlmqFzN .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCiZlmqFzN .main_title {
  margin-bottom: 2.5rem;
}
.cid-sCiZlmqFzN .card-subtitle {
  margin-bottom: .75rem;
}
.cid-sCiZlmqFzN .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sCiZlmqFzN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sCiZlmqFzN .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sCiZlmqFzN .row {
    flex-direction: column-reverse;
  }
  .cid-sCiZlmqFzN .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sCiZlmqFzN .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sCiZlmqFzN .card-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sCiZlmqFzN .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sCiZlmqFzN .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sCiZlmqFzN .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sCiZlmqFzN .card .square_fill {
    transform: scale(0.8) translateX(-3.75rem);
  }
  .cid-sCiZlmqFzN .card .square_null {
    transform: translateX(1rem);
  }
  .cid-sCiZlmqFzN .card:hover .square_fill {
    transform: scale(1) translateX(-3rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-sCiZlmqFzN .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sCiZlmqFzN .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sCiZlmqFzN .card:hover .square_fill {
    transform: none;
  }
  .cid-sCiZlmqFzN .card .square_null {
    transform: translateX(0);
  }
  .cid-sCiZlmqFzN .card .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-sCiZlmqFzN .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sCiZlmqFzN .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sCiZlmqFzN .card-title {
  color: #000000;
  text-align: center;
}
.cid-sCiZlmqFzN .mbr-text,
.cid-sCiZlmqFzN .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uqHaEoVjvY {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqHaEoVjvY .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqHaEoVjvY .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uqHaEoVjvY .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqHaEoVjvY .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uqHaEoVjvY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uqHaZiTzvq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d18d67;
}
.cid-uqHaZiTzvq .card {
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-uqHaZiTzvq .card .card-box {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqHaZiTzvq .card:last-child .card-box {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqHaZiTzvq .card:nth-child(1) .card-box {
    padding-top: 0;
  }
  .cid-uqHaZiTzvq .card:nth-child(2) .card-box {
    padding-top: 16rem;
  }
  .cid-uqHaZiTzvq .card:nth-child(3) .card-box {
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHaZiTzvq .card .card-box {
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqHaZiTzvq .card:last-child .card-box {
    border-bottom: none;
  }
}
.cid-uqHaZiTzvq .card:nth-child(1) .circle_fill {
  background-color: #d72323;
}
.cid-uqHaZiTzvq .card:nth-child(2) .circle_fill {
  background-color: #6cff62;
}
.cid-uqHaZiTzvq .card:nth-child(3) .circle_fill {
  background-color: #b61aae;
}
.cid-uqHaZiTzvq .card-box {
  height: 100%;
  padding: 2rem;
}
@media (min-width: 1199px) {
  .cid-uqHaZiTzvq .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uqHaZiTzvq .card-title {
  margin-bottom: 3rem;
  text-align: center;
  color: #000000;
}
.cid-uqHaZiTzvq .card-text {
  margin-bottom: 1.5rem;
}
.cid-uqHaZiTzvq .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: 3rem;
}
.cid-uqHaZiTzvq .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-uqHaZiTzvq .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-uqHaZiTzvq .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #1ced19;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 767px) {
  .cid-uqHaZiTzvq .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-uqHaZiTzvq .card-text {
    margin-bottom: 1rem;
  }
  .cid-uqHaZiTzvq .card-wrapper {
    padding: 0;
  }
  .cid-uqHaZiTzvq .card-box {
    padding: 2rem 0;
  }
  .cid-uqHaZiTzvq .circle_animation {
    margin-bottom: 1.5rem;
  }
  .cid-uqHaZiTzvq .circle_animation .circle {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uqHaZiTzvq .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-uqHaZiTzvq .card-text,
.cid-uqHaZiTzvq .linkBtn {
  color: #000000;
}
.cid-ujD4JpVDDL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujD4JpVDDL .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-ujD4JpVDDL .mbr-section-title {
  margin-bottom: 1.25rem;
  text-align: center;
  color: #000000;
}
.cid-ujD4JpVDDL .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
  color: #000000;
}
.cid-ujD4JpVDDL .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-ujD4JpVDDL .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-ujD4JpVDDL .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-uqHckc1piQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d18d67;
}
.cid-uqHckc1piQ .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqHckc1piQ .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
@media (max-width: 767px) {
  .cid-uqHckc1piQ .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqHckc1piQ .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uqHckc1piQ .mbr-section-title {
  color: #000000;
}
.cid-ujD3Mycrpk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d18d67;
}
.cid-ujD3Mycrpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujD3Mycrpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujD3Mycrpk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujD3Mycrpk .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-ujD3Mycrpk .container {
    padding: 0 15px;
  }
}
.cid-ujD3Mycrpk .row {
  justify-content: space-between;
}
.cid-ujD3Mycrpk .panel-group {
  padding-left: 0;
  padding-right: 130px;
}
@media (max-width: 992px) {
  .cid-ujD3Mycrpk .panel-group {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .cid-ujD3Mycrpk .panel-group {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-ujD3Mycrpk .panel-group {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujD3Mycrpk .panel-group {
    padding-left: 0;
  }
}
.cid-ujD3Mycrpk .panel-group .card {
  border-radius: 0 !important;
  padding: 0;
  margin-top: 40px;
}
.cid-ujD3Mycrpk .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ujD3Mycrpk .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 20px 0;
}
.cid-ujD3Mycrpk .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ujD3Mycrpk .panel-group .card .card-header .panel-title .panel-title-edit {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  position: relative;
}
.cid-ujD3Mycrpk .panel-group .card .card-header .panel-title .panel-title-edit::before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #ec111a;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ujD3Mycrpk .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 20px;
  transform: rotate(90deg);
  opacity: .5;
}
.cid-ujD3Mycrpk .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(270deg);
}
.cid-ujD3Mycrpk .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ec111a;
}
.cid-ujD3Mycrpk .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  left: -30px;
  opacity: 1;
}
.cid-ujD3Mycrpk .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #30262b;
}
.cid-ujD3Mycrpk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 25px;
}
.cid-ujD3Mycrpk .panel-group .card .panel-collapse .panel-body .panel-desc {
  margin-bottom: 0;
}
.cid-ujD3Mycrpk .image-wrapper {
  position: relative;
  padding: 0 0 0 30px;
  padding: 0 30px 0 0;
}
@media (max-width: 992px) {
  .cid-ujD3Mycrpk .image-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-ujD3Mycrpk .image-wrapper {
    padding: 0;
  }
}
.cid-ujD3Mycrpk .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 5%;
  height: 230px;
  width: 312px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-ujD3Mycrpk .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 730px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujD3Mycrpk .image-wrapper img {
    height: 350px;
  }
}
.cid-ujD3Mycrpk .panel-title-edit {
  color: #30262b;
}
.cid-ujD3Mycrpk .panel-text {
  color: #30262b;
}
.cid-ujD3Mycrpk .panel-desc {
  color: #ec111a;
}
.cid-ujD5uVXY6U {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujD5uVXY6U .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-ujD5uVXY6U .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-ujD5uVXY6U .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-ujD5uVXY6U .mbr-text {
    margin-top: .75rem;
  }
}
.cid-ujD5uVXY6U .mbr-section-title {
  color: #000000;
}
.cid-ujD5OS9b62 {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ujD5OS9b62 .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-ujD5OS9b62 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-ujD5OS9b62 .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #d18d67;
  z-index: 1;
}
.cid-ujD5OS9b62 .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #ffffff;
}
.cid-ujD5OS9b62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujD5OS9b62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujD5OS9b62 .row {
  position: relative;
  z-index: 2;
}
.cid-ujD5OS9b62 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ujD5OS9b62 .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-ujD5OS9b62 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-ujD5OS9b62 .content-wrapper .text-wrapper {
  padding-right: 32%;
  padding-right: 0;
  padding-left: 32%;
}
@media (max-width: 992px) {
  .cid-ujD5OS9b62 .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujD5OS9b62 .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-ujD5OS9b62 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujD5OS9b62 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujD5OS9b62 .image-wrapper {
    margin-top: 46px;
  }
}
.cid-ujD5OS9b62 .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-ujD5OS9b62 .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-ujD5OS9b62 .image-wrapper img {
    transform: none;
  }
}
.cid-ujD5OS9b62 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujD5OS9b62 .mbr-text {
  color: #51565c;
}
.cid-ujD5OS9b62 .mbr-text,
.cid-ujD5OS9b62 .text-wrapper {
  color: #000000;
}
.cid-ujD7eHkmoD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujD7eHkmoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujD7eHkmoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujD7eHkmoD .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujD7eHkmoD .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ujD7eHkmoD .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujD7eHkmoD .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ujD7eHkmoD .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ujD7eHkmoD .content-wrapper .content-wrap .mbr-section-title span {
  color: #d18d67;
}
@media (max-width: 992px) {
  .cid-ujD7eHkmoD .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ujD7eHkmoD .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujD7eHkmoD .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ujD7eHkmoD .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ujD7eHkmoD .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujD7eHkmoD .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ujD7eHkmoD .mbr-section-title {
  color: #212529;
}
.cid-ujD7eHkmoD .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ujD7eHkmoD .mbr-section-title,
.cid-ujD7eHkmoD .mbr-section-btn {
  color: #000000;
}
.cid-ujD81d9BVw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d18d67;
}
.cid-ujD81d9BVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujD81d9BVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujD81d9BVw .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ujD81d9BVw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ujD81d9BVw .container {
    padding: 0 26px;
  }
}
.cid-ujD81d9BVw .row {
  justify-content: center;
}
.cid-ujD81d9BVw .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-ujD81d9BVw .google-map iframe {
    height: 400px;
  }
}
.cid-ujEaBz98K7 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-ujEaBz98K7 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-ujEaBz98K7 .img-bg {
    display: none;
  }
}
.cid-ujEaBz98K7 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-ujEaBz98K7 .container {
    padding: 0 !important;
  }
}
.cid-ujEaBz98K7 .row {
  width: 100%;
  align-items: center;
}
.cid-ujEaBz98K7 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-ujEaBz98K7 .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ujEaBz98K7 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-ujEaBz98K7 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ujEaBz98K7 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-ujEaBz98K7 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-ujEaBz98K7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ujEaBz98K7 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ujEaBz98K7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujEaBz98K7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujEaBz98K7 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ujEaBz98K7 .brand-text {
    margin-top: 45px;
  }
}
.cid-ujEaBz98K7 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
  text-align: left;
}
.cid-ujEaBz98K7 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-ujEaBz98K7 .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-ujEaBz98K7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-ujEaBz98K7 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujEaBz98K7 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-ujEaBz98K7 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-ujEaBz98K7 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-ujEaBz98K7 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-ujEaBz98K7 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-ujEaBz98K7 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-ujEaBz98K7 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-ujEaBz98K7 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-ujEaBz98K7 .col-link3 {
    padding-left: 0;
  }
}
.cid-ujEaBz98K7 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-ujEaBz98K7 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-ujEaBz98K7 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-ujEaBz98K7 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #d18d67;
}
.cid-ujEaBz98K7 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-ujEaBz98K7 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-ujEaBz98K7 .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ujEaBz98K7 .copyright {
    text-align: center !important;
  }
}
.cid-ujEdg9ZDJn .navbar-dropdown {
  position: relative !important;
}
.cid-ujEdg9ZDJn nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ujEdg9ZDJn .nav-item {
    margin: 0 !important;
  }
}
.cid-ujEdg9ZDJn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujEdg9ZDJn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-ujEdg9ZDJn .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujEdg9ZDJn .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-ujEdg9ZDJn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujEdg9ZDJn .nav-link {
  position: relative;
}
.cid-ujEdg9ZDJn .container {
  display: flex;
  margin: auto;
}
.cid-ujEdg9ZDJn .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujEdg9ZDJn .dropdown-menu,
.cid-ujEdg9ZDJn .navbar.opened {
  background: #ffffff !important;
}
.cid-ujEdg9ZDJn .nav-item:focus,
.cid-ujEdg9ZDJn .nav-link:focus {
  outline: none;
}
.cid-ujEdg9ZDJn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujEdg9ZDJn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujEdg9ZDJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujEdg9ZDJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujEdg9ZDJn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujEdg9ZDJn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujEdg9ZDJn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-ujEdg9ZDJn .navbar.opened {
  transition: all 0.3s;
}
.cid-ujEdg9ZDJn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujEdg9ZDJn .navbar .navbar-logo img {
  width: auto;
}
.cid-ujEdg9ZDJn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujEdg9ZDJn .navbar.collapsed {
  justify-content: center;
}
.cid-ujEdg9ZDJn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujEdg9ZDJn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujEdg9ZDJn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ujEdg9ZDJn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujEdg9ZDJn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujEdg9ZDJn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujEdg9ZDJn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujEdg9ZDJn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujEdg9ZDJn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujEdg9ZDJn .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-ujEdg9ZDJn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujEdg9ZDJn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujEdg9ZDJn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujEdg9ZDJn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujEdg9ZDJn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujEdg9ZDJn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujEdg9ZDJn .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-ujEdg9ZDJn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujEdg9ZDJn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujEdg9ZDJn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujEdg9ZDJn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujEdg9ZDJn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujEdg9ZDJn .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujEdg9ZDJn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujEdg9ZDJn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujEdg9ZDJn .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-ujEdg9ZDJn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujEdg9ZDJn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujEdg9ZDJn .dropdown-item.active,
.cid-ujEdg9ZDJn .dropdown-item:active {
  background-color: transparent;
}
.cid-ujEdg9ZDJn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujEdg9ZDJn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujEdg9ZDJn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujEdg9ZDJn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujEdg9ZDJn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujEdg9ZDJn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujEdg9ZDJn ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujEdg9ZDJn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujEdg9ZDJn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-ujEdg9ZDJn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-ujEdg9ZDJn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujEdg9ZDJn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujEdg9ZDJn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujEdg9ZDJn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujEdg9ZDJn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujEdg9ZDJn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujEdg9ZDJn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujEdg9ZDJn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujEdg9ZDJn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujEdg9ZDJn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujEdg9ZDJn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujEdg9ZDJn .navbar {
    height: 70px;
  }
  .cid-ujEdg9ZDJn .navbar.opened {
    height: auto;
  }
  .cid-ujEdg9ZDJn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujEdgbOv1P {
  background-image: url("../../../assets/images/mattress-now-garner-store-17-1500x1300.jpg");
}
.cid-ujEdgbOv1P .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujEdgbOv1P .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-ujEdgbOv1P .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-ujEdgbOv1P .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-ujEdgbOv1P .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-ujEdgbOv1P .circle_animation .circle {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
}
.cid-ujEdgbOv1P .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: black;
}
.cid-ujEdgbOv1P .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid black;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-ujEdgbOv1P .date {
  margin-bottom: 0.25rem;
  color: #000000;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-ujEdgbOv1P .mbr-section-title,
.cid-ujEdgbOv1P .linkBtn,
.cid-ujEdgbOv1P .date_wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujEdgbOv1P .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ujEdgeQXaQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ujEdgeQXaQ .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujEdgeQXaQ .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-ujEdgeQXaQ .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-ujEdgeQXaQ .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-ujEdgeQXaQ .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-ujEdgeQXaQ .circle_animation .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.cid-ujEdgeQXaQ .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: #1ced19;
}
.cid-ujEdgeQXaQ .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid #1ced19;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-ujEdgeQXaQ .date {
  margin-bottom: 0.25rem;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-ujEdgeQXaQ .mbr-section-title,
.cid-ujEdgeQXaQ .linkBtn,
.cid-ujEdgeQXaQ .date_wrap DIV {
  text-align: center;
}
.cid-ujEdgeQXaQ .mbr-section-title,
.cid-ujEdgeQXaQ .linkBtn,
.cid-ujEdgeQXaQ .date_wrap {
  color: #000000;
}
.cid-ujEdgrkNSC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d18d67;
}
.cid-ujEdgrkNSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujEdgrkNSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujEdgrkNSC .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ujEdgrkNSC .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ujEdgrkNSC .container {
    padding: 0 26px;
  }
}
.cid-ujEdgrkNSC .row {
  justify-content: center;
}
.cid-ujEdgrkNSC .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-ujEdgrkNSC .google-map iframe {
    height: 400px;
  }
}
.cid-ujEdgstBki .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-ujEdgstBki .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-ujEdgstBki .img-bg {
    display: none;
  }
}
.cid-ujEdgstBki .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-ujEdgstBki .container {
    padding: 0 !important;
  }
}
.cid-ujEdgstBki .row {
  width: 100%;
  align-items: center;
}
.cid-ujEdgstBki .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-ujEdgstBki .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ujEdgstBki .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-ujEdgstBki .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ujEdgstBki .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-ujEdgstBki .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-ujEdgstBki .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ujEdgstBki .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ujEdgstBki .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujEdgstBki .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujEdgstBki .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ujEdgstBki .brand-text {
    margin-top: 45px;
  }
}
.cid-ujEdgstBki .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
  text-align: left;
}
.cid-ujEdgstBki .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-ujEdgstBki .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-ujEdgstBki .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-ujEdgstBki .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujEdgstBki .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-ujEdgstBki .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-ujEdgstBki .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-ujEdgstBki .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-ujEdgstBki .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-ujEdgstBki .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-ujEdgstBki .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-ujEdgstBki .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-ujEdgstBki .col-link3 {
    padding-left: 0;
  }
}
.cid-ujEdgstBki .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-ujEdgstBki .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-ujEdgstBki .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-ujEdgstBki .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #d18d67;
}
.cid-ujEdgstBki .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-ujEdgstBki .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-ujEdgstBki .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ujEdgstBki .copyright {
    text-align: center !important;
  }
}
.cid-ujEfAeeP9B .navbar-dropdown {
  position: relative !important;
}
.cid-ujEfAeeP9B nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ujEfAeeP9B .nav-item {
    margin: 0 !important;
  }
}
.cid-ujEfAeeP9B .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujEfAeeP9B .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-ujEfAeeP9B .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujEfAeeP9B .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-ujEfAeeP9B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujEfAeeP9B .nav-link {
  position: relative;
}
.cid-ujEfAeeP9B .container {
  display: flex;
  margin: auto;
}
.cid-ujEfAeeP9B .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujEfAeeP9B .dropdown-menu,
.cid-ujEfAeeP9B .navbar.opened {
  background: #ffffff !important;
}
.cid-ujEfAeeP9B .nav-item:focus,
.cid-ujEfAeeP9B .nav-link:focus {
  outline: none;
}
.cid-ujEfAeeP9B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujEfAeeP9B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujEfAeeP9B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujEfAeeP9B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujEfAeeP9B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujEfAeeP9B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujEfAeeP9B .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-ujEfAeeP9B .navbar.opened {
  transition: all 0.3s;
}
.cid-ujEfAeeP9B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujEfAeeP9B .navbar .navbar-logo img {
  width: auto;
}
.cid-ujEfAeeP9B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujEfAeeP9B .navbar.collapsed {
  justify-content: center;
}
.cid-ujEfAeeP9B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujEfAeeP9B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujEfAeeP9B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ujEfAeeP9B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujEfAeeP9B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujEfAeeP9B .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujEfAeeP9B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujEfAeeP9B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujEfAeeP9B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujEfAeeP9B .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-ujEfAeeP9B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujEfAeeP9B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujEfAeeP9B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujEfAeeP9B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujEfAeeP9B .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujEfAeeP9B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujEfAeeP9B .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-ujEfAeeP9B .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujEfAeeP9B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujEfAeeP9B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujEfAeeP9B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujEfAeeP9B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujEfAeeP9B .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujEfAeeP9B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujEfAeeP9B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujEfAeeP9B .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-ujEfAeeP9B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujEfAeeP9B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujEfAeeP9B .dropdown-item.active,
.cid-ujEfAeeP9B .dropdown-item:active {
  background-color: transparent;
}
.cid-ujEfAeeP9B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujEfAeeP9B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujEfAeeP9B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujEfAeeP9B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujEfAeeP9B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujEfAeeP9B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujEfAeeP9B ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujEfAeeP9B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujEfAeeP9B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-ujEfAeeP9B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-ujEfAeeP9B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujEfAeeP9B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujEfAeeP9B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujEfAeeP9B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujEfAeeP9B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujEfAeeP9B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujEfAeeP9B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujEfAeeP9B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujEfAeeP9B .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujEfAeeP9B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujEfAeeP9B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujEfAeeP9B .navbar {
    height: 70px;
  }
  .cid-ujEfAeeP9B .navbar.opened {
    height: auto;
  }
  .cid-ujEfAeeP9B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujEfAfp2UI {
  background-image: url("../../../assets/images/mattress-now-garner-store-11-1024x1024.jpg");
}
.cid-ujEfAfp2UI .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujEfAfp2UI .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-ujEfAfp2UI .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-ujEfAfp2UI .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-ujEfAfp2UI .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-ujEfAfp2UI .circle_animation .circle {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
}
.cid-ujEfAfp2UI .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: black;
}
.cid-ujEfAfp2UI .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid black;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-ujEfAfp2UI .date {
  margin-bottom: 0.25rem;
  color: #000000;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-ujEfAfp2UI .mbr-section-title,
.cid-ujEfAfp2UI .linkBtn,
.cid-ujEfAfp2UI .date_wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujEfAfp2UI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ujEfAg8ZdC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ujEfAg8ZdC .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujEfAg8ZdC .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-ujEfAg8ZdC .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-ujEfAg8ZdC .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-ujEfAg8ZdC .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-ujEfAg8ZdC .circle_animation .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.cid-ujEfAg8ZdC .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: #1ced19;
}
.cid-ujEfAg8ZdC .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid #1ced19;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-ujEfAg8ZdC .date {
  margin-bottom: 0.25rem;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-ujEfAg8ZdC .mbr-section-title,
.cid-ujEfAg8ZdC .linkBtn,
.cid-ujEfAg8ZdC .date_wrap DIV {
  text-align: center;
}
.cid-ujEfAg8ZdC .mbr-section-title,
.cid-ujEfAg8ZdC .linkBtn,
.cid-ujEfAg8ZdC .date_wrap {
  color: #000000;
}
.cid-ujEfAgM3gW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d18d67;
}
.cid-ujEfAgM3gW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujEfAgM3gW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujEfAgM3gW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ujEfAgM3gW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ujEfAgM3gW .container {
    padding: 0 26px;
  }
}
.cid-ujEfAgM3gW .row {
  justify-content: center;
}
.cid-ujEfAgM3gW .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-ujEfAgM3gW .google-map iframe {
    height: 400px;
  }
}
.cid-ujEfAhx4JS .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-ujEfAhx4JS .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-ujEfAhx4JS .img-bg {
    display: none;
  }
}
.cid-ujEfAhx4JS .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-ujEfAhx4JS .container {
    padding: 0 !important;
  }
}
.cid-ujEfAhx4JS .row {
  width: 100%;
  align-items: center;
}
.cid-ujEfAhx4JS .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-ujEfAhx4JS .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-ujEfAhx4JS .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-ujEfAhx4JS .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ujEfAhx4JS .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-ujEfAhx4JS .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-ujEfAhx4JS .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ujEfAhx4JS .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ujEfAhx4JS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujEfAhx4JS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujEfAhx4JS .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ujEfAhx4JS .brand-text {
    margin-top: 45px;
  }
}
.cid-ujEfAhx4JS .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
  text-align: left;
}
.cid-ujEfAhx4JS .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-ujEfAhx4JS .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-ujEfAhx4JS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-ujEfAhx4JS .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujEfAhx4JS .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-ujEfAhx4JS .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-ujEfAhx4JS .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-ujEfAhx4JS .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-ujEfAhx4JS .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-ujEfAhx4JS .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-ujEfAhx4JS .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-ujEfAhx4JS .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-ujEfAhx4JS .col-link3 {
    padding-left: 0;
  }
}
.cid-ujEfAhx4JS .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-ujEfAhx4JS .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-ujEfAhx4JS .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-ujEfAhx4JS .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #d18d67;
}
.cid-ujEfAhx4JS .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-ujEfAhx4JS .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-ujEfAhx4JS .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ujEfAhx4JS .copyright {
    text-align: center !important;
  }
}
.cid-uqHndzoF3U .navbar-dropdown {
  position: relative !important;
}
.cid-uqHndzoF3U nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uqHndzoF3U .nav-item {
    margin: 0 !important;
  }
}
.cid-uqHndzoF3U .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqHndzoF3U .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uqHndzoF3U .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqHndzoF3U .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uqHndzoF3U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqHndzoF3U .nav-link {
  position: relative;
}
.cid-uqHndzoF3U .container {
  display: flex;
  margin: auto;
}
.cid-uqHndzoF3U .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqHndzoF3U .dropdown-menu,
.cid-uqHndzoF3U .navbar.opened {
  background: #ffffff !important;
}
.cid-uqHndzoF3U .nav-item:focus,
.cid-uqHndzoF3U .nav-link:focus {
  outline: none;
}
.cid-uqHndzoF3U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqHndzoF3U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqHndzoF3U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqHndzoF3U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqHndzoF3U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqHndzoF3U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqHndzoF3U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-uqHndzoF3U .navbar.opened {
  transition: all 0.3s;
}
.cid-uqHndzoF3U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqHndzoF3U .navbar .navbar-logo img {
  width: auto;
}
.cid-uqHndzoF3U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqHndzoF3U .navbar.collapsed {
  justify-content: center;
}
.cid-uqHndzoF3U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqHndzoF3U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqHndzoF3U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uqHndzoF3U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqHndzoF3U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqHndzoF3U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqHndzoF3U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqHndzoF3U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqHndzoF3U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqHndzoF3U .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uqHndzoF3U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqHndzoF3U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqHndzoF3U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqHndzoF3U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqHndzoF3U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uqHndzoF3U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqHndzoF3U .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uqHndzoF3U .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqHndzoF3U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqHndzoF3U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqHndzoF3U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqHndzoF3U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqHndzoF3U .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqHndzoF3U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqHndzoF3U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqHndzoF3U .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-uqHndzoF3U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqHndzoF3U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqHndzoF3U .dropdown-item.active,
.cid-uqHndzoF3U .dropdown-item:active {
  background-color: transparent;
}
.cid-uqHndzoF3U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqHndzoF3U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqHndzoF3U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqHndzoF3U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqHndzoF3U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqHndzoF3U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqHndzoF3U ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqHndzoF3U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqHndzoF3U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uqHndzoF3U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uqHndzoF3U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqHndzoF3U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqHndzoF3U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqHndzoF3U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqHndzoF3U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqHndzoF3U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqHndzoF3U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqHndzoF3U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqHndzoF3U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqHndzoF3U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqHndzoF3U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqHndzoF3U .navbar {
    height: 70px;
  }
  .cid-uqHndzoF3U .navbar.opened {
    height: auto;
  }
  .cid-uqHndzoF3U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqHndAhN0R {
  background-image: url("../../../assets/images/mattress-now-garner-store-19-2000x1500.jpg");
}
.cid-uqHndAhN0R .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-uqHndAhN0R .linkBtn {
  margin-top: 2.5rem;
}
.cid-uqHndAhN0R b,
.cid-uqHndAhN0R strong {
  font-weight: 500;
  color: #0a81ab;
}
@media (max-width: 767px) {
  .cid-uqHndAhN0R .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-uqHndAhN0R .linkBtn {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.cid-uqHndAhN0R H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uqHndAhN0R .mbr-section-title,
.cid-uqHndAhN0R .linkBtn {
  text-align: center;
  color: #ffffff;
}
.cid-uqHndB4j4B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uqHndB4j4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHndB4j4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHndB4j4B .content-wrapper {
  padding: 80px 90px;
  background-color: #d18d67;
}
@media (max-width: 992px) {
  .cid-uqHndB4j4B .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uqHndB4j4B .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqHndB4j4B .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqHndB4j4B .content-wrapper .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uqHndB4j4B .content-wrapper .list-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uqHndB4j4B .content-wrapper .list-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.cid-uqHndB4j4B .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uqHndB4j4B .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
    padding-left: 52px;
  }
}
.cid-uqHndB4j4B .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffffff;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uqHndB4j4B .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uqHndB4j4B .content-wrapper .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uqHndB4j4B .content-wrapper .list-wrapper .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uqHndB4j4B .content-wrapper .list-wrapper .list {
    display: block;
  }
}
.cid-uqHndB4j4B .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uqHndB4j4B .content-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uqHndB4j4B .content-wrapper .list-wrapper .list .item-wrap {
    padding-left: 52px;
  }
}
.cid-uqHndB4j4B .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffffff;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uqHndB4j4B .content-wrapper .list-wrapper .list .item-wrap::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uqHndB4j4B .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uqHndB4j4B .item-text {
  color: #050f0f;
}
.cid-uqHndBxDm0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d18d67;
}
.cid-uqHndBxDm0 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqHndBxDm0 .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-uqHndBxDm0 .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-uqHndBxDm0 .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-uqHndBxDm0 .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-uqHndBxDm0 .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-uqHndBxDm0 .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-uqHndBxDm0 .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #d72323;
}
.cid-uqHndBxDm0 .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uqHndBxDm0 .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-uqHndBxDm0 .card_item:nth-child(2) .square_fill {
  background-color: #6cff62;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-uqHndBxDm0 .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-uqHndBxDm0 .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uqHndBxDm0 .card_item:nth-child(3) .square_fill {
  background-color: #b61aae;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uqHndBxDm0 .card_item .card-box {
  border-left: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uqHndBxDm0 .card_item:last-child .card-box {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uqHndBxDm0 .card-box {
  height: 100%;
}
.cid-uqHndBxDm0 .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-uqHndBxDm0 .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uqHndBxDm0 .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uqHndBxDm0 .square_animation .square_null {
  z-index: 1;
  border: 1px solid #1ced19;
}
.cid-uqHndBxDm0 .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uqHndBxDm0 .card-title {
  margin-bottom: 1.75rem;
  text-align: center;
  color: #000000;
}
.cid-uqHndBxDm0 .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uqHndBxDm0 .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uqHndBxDm0 .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-uqHndBxDm0 .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-uqHndBxDm0 .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uqHndBxDm0 .item-wrapper {
    padding: 0;
  }
  .cid-uqHndBxDm0 .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-uqHndBxDm0 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqHndBxDm0 .mbr-text {
    margin-top: .75rem;
  }
  .cid-uqHndBxDm0 .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uqHndBxDm0 .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uqHndBxDm0 .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-uqHndBxDm0 .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uqHndBxDm0 .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uqHndBxDm0 .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-uqHndBxDm0 .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uqHndBxDm0 .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uqHndBxDm0 .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-uqHndBxDm0 .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uqHndBxDm0 .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqHndBxDm0 .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-uqHndBxDm0 .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uqHndBxDm0 .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-uqHndBxDm0 .card-text,
.cid-uqHndBxDm0 .linkBtn {
  text-align: center;
}
.cid-uqHndCkHW0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uqHndCkHW0 .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqHndCkHW0 .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-uqHndCkHW0 .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-uqHndCkHW0 .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-uqHndCkHW0 .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-uqHndCkHW0 .circle_animation .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.cid-uqHndCkHW0 .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: #1ced19;
}
.cid-uqHndCkHW0 .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid #1ced19;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-uqHndCkHW0 .date {
  margin-bottom: 0.25rem;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-uqHndCkHW0 .mbr-section-title,
.cid-uqHndCkHW0 .linkBtn,
.cid-uqHndCkHW0 .date_wrap DIV {
  text-align: center;
}
.cid-uqHndCkHW0 .mbr-section-title,
.cid-uqHndCkHW0 .linkBtn,
.cid-uqHndCkHW0 .date_wrap {
  color: #000000;
}
.cid-uqHndCQpuw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d18d67;
}
.cid-uqHndCQpuw .row {
  align-items: center;
}
.cid-uqHndCQpuw .card:hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uqHndCQpuw .card .square_fill {
  background-color: #b61aae;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uqHndCQpuw .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uqHndCQpuw .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uqHndCQpuw .square_animation .square_null {
  z-index: 1;
  border: 1px solid #1ced19;
}
.cid-uqHndCQpuw .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uqHndCQpuw .main_title {
  margin-bottom: 2.5rem;
}
.cid-uqHndCQpuw .card-subtitle {
  margin-bottom: .75rem;
}
.cid-uqHndCQpuw .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uqHndCQpuw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uqHndCQpuw .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uqHndCQpuw .row {
    flex-direction: column-reverse;
  }
  .cid-uqHndCQpuw .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uqHndCQpuw .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uqHndCQpuw .card-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqHndCQpuw .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uqHndCQpuw .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uqHndCQpuw .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uqHndCQpuw .card .square_fill {
    transform: scale(0.8) translateX(-3.75rem);
  }
  .cid-uqHndCQpuw .card .square_null {
    transform: translateX(1rem);
  }
  .cid-uqHndCQpuw .card:hover .square_fill {
    transform: scale(1) translateX(-3rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uqHndCQpuw .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uqHndCQpuw .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uqHndCQpuw .card:hover .square_fill {
    transform: none;
  }
  .cid-uqHndCQpuw .card .square_null {
    transform: translateX(0);
  }
  .cid-uqHndCQpuw .card .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uqHndCQpuw .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uqHndCQpuw .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uqHndCQpuw .card-title {
  color: #000000;
  text-align: center;
}
.cid-uqHndCQpuw .mbr-text,
.cid-uqHndCQpuw .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uqHndDsJAk {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqHndDsJAk .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqHndDsJAk .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uqHndDsJAk .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqHndDsJAk .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uqHndDsJAk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uqHndE3yTy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d18d67;
}
.cid-uqHndE3yTy .card {
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-uqHndE3yTy .card .card-box {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqHndE3yTy .card:last-child .card-box {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqHndE3yTy .card:nth-child(1) .card-box {
    padding-top: 0;
  }
  .cid-uqHndE3yTy .card:nth-child(2) .card-box {
    padding-top: 16rem;
  }
  .cid-uqHndE3yTy .card:nth-child(3) .card-box {
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHndE3yTy .card .card-box {
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqHndE3yTy .card:last-child .card-box {
    border-bottom: none;
  }
}
.cid-uqHndE3yTy .card:nth-child(1) .circle_fill {
  background-color: #d72323;
}
.cid-uqHndE3yTy .card:nth-child(2) .circle_fill {
  background-color: #6cff62;
}
.cid-uqHndE3yTy .card:nth-child(3) .circle_fill {
  background-color: #b61aae;
}
.cid-uqHndE3yTy .card-box {
  height: 100%;
  padding: 2rem;
}
@media (min-width: 1199px) {
  .cid-uqHndE3yTy .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uqHndE3yTy .card-title {
  margin-bottom: 3rem;
  text-align: center;
  color: #000000;
}
.cid-uqHndE3yTy .card-text {
  margin-bottom: 1.5rem;
}
.cid-uqHndE3yTy .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: 3rem;
}
.cid-uqHndE3yTy .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-uqHndE3yTy .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-uqHndE3yTy .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #1ced19;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 767px) {
  .cid-uqHndE3yTy .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-uqHndE3yTy .card-text {
    margin-bottom: 1rem;
  }
  .cid-uqHndE3yTy .card-wrapper {
    padding: 0;
  }
  .cid-uqHndE3yTy .card-box {
    padding: 2rem 0;
  }
  .cid-uqHndE3yTy .circle_animation {
    margin-bottom: 1.5rem;
  }
  .cid-uqHndE3yTy .circle_animation .circle {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uqHndE3yTy .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-uqHndE3yTy .card-text,
.cid-uqHndE3yTy .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uqHndFnJN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqHndFnJN1 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqHndFnJN1 .mbr-section-title {
  margin-bottom: 1.25rem;
  text-align: center;
  color: #000000;
}
.cid-uqHndFnJN1 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
  color: #000000;
}
.cid-uqHndFnJN1 .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-uqHndFnJN1 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqHndFnJN1 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-uqHndJhZfQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d18d67;
}
.cid-uqHndJhZfQ .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqHndJhZfQ .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
@media (max-width: 767px) {
  .cid-uqHndJhZfQ .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqHndJhZfQ .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uqHndJhZfQ .mbr-section-title {
  color: #000000;
}
.cid-uqHndKoarb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d18d67;
}
.cid-uqHndKoarb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHndKoarb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHndKoarb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqHndKoarb .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uqHndKoarb .container {
    padding: 0 15px;
  }
}
.cid-uqHndKoarb .row {
  justify-content: space-between;
}
.cid-uqHndKoarb .panel-group {
  padding-left: 0;
  padding-right: 130px;
}
@media (max-width: 992px) {
  .cid-uqHndKoarb .panel-group {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .cid-uqHndKoarb .panel-group {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uqHndKoarb .panel-group {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqHndKoarb .panel-group {
    padding-left: 0;
  }
}
.cid-uqHndKoarb .panel-group .card {
  border-radius: 0 !important;
  padding: 0;
  margin-top: 40px;
}
.cid-uqHndKoarb .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uqHndKoarb .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 20px 0;
}
.cid-uqHndKoarb .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqHndKoarb .panel-group .card .card-header .panel-title .panel-title-edit {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  position: relative;
}
.cid-uqHndKoarb .panel-group .card .card-header .panel-title .panel-title-edit::before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #ec111a;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqHndKoarb .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 20px;
  transform: rotate(90deg);
  opacity: .5;
}
.cid-uqHndKoarb .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(270deg);
}
.cid-uqHndKoarb .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ec111a;
}
.cid-uqHndKoarb .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  left: -30px;
  opacity: 1;
}
.cid-uqHndKoarb .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #30262b;
}
.cid-uqHndKoarb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 25px;
}
.cid-uqHndKoarb .panel-group .card .panel-collapse .panel-body .panel-desc {
  margin-bottom: 0;
}
.cid-uqHndKoarb .image-wrapper {
  position: relative;
  padding: 0 0 0 30px;
  padding: 0 30px 0 0;
}
@media (max-width: 992px) {
  .cid-uqHndKoarb .image-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqHndKoarb .image-wrapper {
    padding: 0;
  }
}
.cid-uqHndKoarb .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 5%;
  height: 230px;
  width: 312px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-uqHndKoarb .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 730px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqHndKoarb .image-wrapper img {
    height: 350px;
  }
}
.cid-uqHndKoarb .panel-title-edit {
  color: #30262b;
}
.cid-uqHndKoarb .panel-text {
  color: #30262b;
}
.cid-uqHndKoarb .panel-desc {
  color: #ec111a;
}
.cid-uqHndLSUyz {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqHndLSUyz .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqHndLSUyz .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uqHndLSUyz .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqHndLSUyz .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uqHndLSUyz .mbr-section-title {
  color: #000000;
}
.cid-uqHndMRy0D {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uqHndMRy0D .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uqHndMRy0D .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uqHndMRy0D .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #d18d67;
  z-index: 1;
}
.cid-uqHndMRy0D .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #ffffff;
}
.cid-uqHndMRy0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHndMRy0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHndMRy0D .row {
  position: relative;
  z-index: 2;
}
.cid-uqHndMRy0D .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uqHndMRy0D .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uqHndMRy0D .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uqHndMRy0D .content-wrapper .text-wrapper {
  padding-right: 32%;
  padding-right: 0;
  padding-left: 32%;
}
@media (max-width: 992px) {
  .cid-uqHndMRy0D .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqHndMRy0D .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uqHndMRy0D .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqHndMRy0D .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uqHndMRy0D .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uqHndMRy0D .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uqHndMRy0D .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uqHndMRy0D .image-wrapper img {
    transform: none;
  }
}
.cid-uqHndMRy0D .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uqHndMRy0D .mbr-text {
  color: #51565c;
}
.cid-uqHndMRy0D .mbr-text,
.cid-uqHndMRy0D .text-wrapper {
  color: #000000;
}
.cid-uqHndNLt9Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqHndNLt9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHndNLt9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHndNLt9Y .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uqHndNLt9Y .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uqHndNLt9Y .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uqHndNLt9Y .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uqHndNLt9Y .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uqHndNLt9Y .content-wrapper .content-wrap .mbr-section-title span {
  color: #d18d67;
}
@media (max-width: 992px) {
  .cid-uqHndNLt9Y .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uqHndNLt9Y .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uqHndNLt9Y .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uqHndNLt9Y .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uqHndNLt9Y .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqHndNLt9Y .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uqHndNLt9Y .mbr-section-title {
  color: #212529;
}
.cid-uqHndNLt9Y .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uqHndNLt9Y .mbr-section-title,
.cid-uqHndNLt9Y .mbr-section-btn {
  color: #000000;
}
.cid-uqHqmRM5Dt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uqHqmRM5Dt .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uqHqmRM5Dt .panel-group {
  border: none;
}
.cid-uqHqmRM5Dt .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqHqmRM5Dt .card-header {
    padding: 0rem;
  }
}
.cid-uqHqmRM5Dt .card {
  border: solid 1px #1ced19;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uqHqmRM5Dt .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uqHqmRM5Dt .card {
    padding: 1rem;
  }
}
.cid-uqHqmRM5Dt .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uqHqmRM5Dt .img-col {
  padding: 0;
}
.cid-uqHqmRM5Dt .img-item {
  height: 100%;
}
.cid-uqHqmRM5Dt img {
  height: 100%;
  object-fit: cover;
}
.cid-uqHqmRM5Dt .collapsed span {
  transform: rotate(0deg);
}
.cid-uqHqmRM5Dt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqHqmRM5Dt p {
  margin-bottom: 0.3rem;
}
.cid-uqHqmRM5Dt .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uqHqmRM5Dt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqHqmRM5Dt .panel-text {
  color: #000000;
}
.cid-uqHqmRM5Dt .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uqHqmRM5Dt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uqHqmRM5Dt .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uqHqmRM5Dt .panel-title-edit,
.cid-uqHqmRM5Dt .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uqHqmRM5Dt .mbr-section-title,
.cid-uqHqmRM5Dt .mbr-section-subtitle {
  background: #1ced19;
  display: inline;
}
.cid-uqHqmRM5Dt .mbr-section-subtitle,
.cid-uqHqmRM5Dt .align {
  color: #ffffff;
}
.cid-uqHqmRM5Dt .mbr-section-title,
.cid-uqHqmRM5Dt .align {
  color: #ffffff;
  text-align: left;
}
.cid-uqHqmRM5Dt .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #1ced19;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uqHqmRM5Dt .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uqHndP8h35 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d18d67;
}
.cid-uqHndP8h35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHndP8h35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHndP8h35 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqHndP8h35 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqHndP8h35 .container {
    padding: 0 26px;
  }
}
.cid-uqHndP8h35 .row {
  justify-content: center;
}
.cid-uqHndP8h35 .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uqHndP8h35 .google-map iframe {
    height: 400px;
  }
}
.cid-uqHndQBC6A .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uqHndQBC6A .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uqHndQBC6A .img-bg {
    display: none;
  }
}
.cid-uqHndQBC6A .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uqHndQBC6A .container {
    padding: 0 !important;
  }
}
.cid-uqHndQBC6A .row {
  width: 100%;
  align-items: center;
}
.cid-uqHndQBC6A .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uqHndQBC6A .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-uqHndQBC6A .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uqHndQBC6A .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uqHndQBC6A .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uqHndQBC6A .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uqHndQBC6A .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uqHndQBC6A .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uqHndQBC6A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqHndQBC6A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqHndQBC6A .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uqHndQBC6A .brand-text {
    margin-top: 45px;
  }
}
.cid-uqHndQBC6A .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
  text-align: left;
}
.cid-uqHndQBC6A .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uqHndQBC6A .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-uqHndQBC6A .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uqHndQBC6A .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqHndQBC6A .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uqHndQBC6A .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uqHndQBC6A .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uqHndQBC6A .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uqHndQBC6A .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uqHndQBC6A .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uqHndQBC6A .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uqHndQBC6A .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uqHndQBC6A .col-link3 {
    padding-left: 0;
  }
}
.cid-uqHndQBC6A .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-uqHndQBC6A .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uqHndQBC6A .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uqHndQBC6A .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #d18d67;
}
.cid-uqHndQBC6A .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uqHndQBC6A .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uqHndQBC6A .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uqHndQBC6A .copyright {
    text-align: center !important;
  }
}
.cid-uqHpYN8gvd .navbar-dropdown {
  position: relative !important;
}
.cid-uqHpYN8gvd nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uqHpYN8gvd .nav-item {
    margin: 0 !important;
  }
}
.cid-uqHpYN8gvd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqHpYN8gvd .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uqHpYN8gvd .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqHpYN8gvd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uqHpYN8gvd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqHpYN8gvd .nav-link {
  position: relative;
}
.cid-uqHpYN8gvd .container {
  display: flex;
  margin: auto;
}
.cid-uqHpYN8gvd .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqHpYN8gvd .dropdown-menu,
.cid-uqHpYN8gvd .navbar.opened {
  background: #ffffff !important;
}
.cid-uqHpYN8gvd .nav-item:focus,
.cid-uqHpYN8gvd .nav-link:focus {
  outline: none;
}
.cid-uqHpYN8gvd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqHpYN8gvd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqHpYN8gvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqHpYN8gvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqHpYN8gvd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqHpYN8gvd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqHpYN8gvd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-uqHpYN8gvd .navbar.opened {
  transition: all 0.3s;
}
.cid-uqHpYN8gvd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqHpYN8gvd .navbar .navbar-logo img {
  width: auto;
}
.cid-uqHpYN8gvd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqHpYN8gvd .navbar.collapsed {
  justify-content: center;
}
.cid-uqHpYN8gvd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqHpYN8gvd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqHpYN8gvd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uqHpYN8gvd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqHpYN8gvd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqHpYN8gvd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqHpYN8gvd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqHpYN8gvd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqHpYN8gvd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqHpYN8gvd .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uqHpYN8gvd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqHpYN8gvd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqHpYN8gvd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqHpYN8gvd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqHpYN8gvd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uqHpYN8gvd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqHpYN8gvd .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uqHpYN8gvd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqHpYN8gvd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqHpYN8gvd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqHpYN8gvd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqHpYN8gvd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqHpYN8gvd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqHpYN8gvd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqHpYN8gvd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqHpYN8gvd .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-uqHpYN8gvd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqHpYN8gvd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqHpYN8gvd .dropdown-item.active,
.cid-uqHpYN8gvd .dropdown-item:active {
  background-color: transparent;
}
.cid-uqHpYN8gvd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqHpYN8gvd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqHpYN8gvd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqHpYN8gvd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqHpYN8gvd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqHpYN8gvd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqHpYN8gvd ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqHpYN8gvd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqHpYN8gvd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uqHpYN8gvd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uqHpYN8gvd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqHpYN8gvd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqHpYN8gvd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqHpYN8gvd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqHpYN8gvd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqHpYN8gvd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqHpYN8gvd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqHpYN8gvd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqHpYN8gvd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqHpYN8gvd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqHpYN8gvd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqHpYN8gvd .navbar {
    height: 70px;
  }
  .cid-uqHpYN8gvd .navbar.opened {
    height: auto;
  }
  .cid-uqHpYN8gvd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqHpYOSgcX {
  background-image: url("../../../assets/images/mattress-now-garner-store-14-1296x729.jpg");
}
.cid-uqHpYOSgcX .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-uqHpYOSgcX .linkBtn {
  margin-top: 2.5rem;
}
.cid-uqHpYOSgcX b,
.cid-uqHpYOSgcX strong {
  font-weight: 500;
  color: #0a81ab;
}
@media (max-width: 767px) {
  .cid-uqHpYOSgcX .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-uqHpYOSgcX .linkBtn {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.cid-uqHpYOSgcX H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uqHpYOSgcX .mbr-section-title,
.cid-uqHpYOSgcX .linkBtn {
  text-align: center;
  color: #ffffff;
}
.cid-uqHpYPWbpf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uqHpYPWbpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHpYPWbpf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHpYPWbpf .content-wrapper {
  padding: 80px 90px;
  background-color: #d18d67;
}
@media (max-width: 992px) {
  .cid-uqHpYPWbpf .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uqHpYPWbpf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqHpYPWbpf .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqHpYPWbpf .content-wrapper .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uqHpYPWbpf .content-wrapper .list-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uqHpYPWbpf .content-wrapper .list-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.cid-uqHpYPWbpf .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uqHpYPWbpf .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
    padding-left: 52px;
  }
}
.cid-uqHpYPWbpf .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffffff;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uqHpYPWbpf .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uqHpYPWbpf .content-wrapper .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uqHpYPWbpf .content-wrapper .list-wrapper .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uqHpYPWbpf .content-wrapper .list-wrapper .list {
    display: block;
  }
}
.cid-uqHpYPWbpf .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uqHpYPWbpf .content-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uqHpYPWbpf .content-wrapper .list-wrapper .list .item-wrap {
    padding-left: 52px;
  }
}
.cid-uqHpYPWbpf .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffffff;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uqHpYPWbpf .content-wrapper .list-wrapper .list .item-wrap::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uqHpYPWbpf .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uqHpYPWbpf .item-text {
  color: #050f0f;
}
.cid-uqHpYRaiTL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d18d67;
}
.cid-uqHpYRaiTL .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqHpYRaiTL .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-uqHpYRaiTL .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-uqHpYRaiTL .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-uqHpYRaiTL .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-uqHpYRaiTL .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-uqHpYRaiTL .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-uqHpYRaiTL .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #d72323;
}
.cid-uqHpYRaiTL .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uqHpYRaiTL .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-uqHpYRaiTL .card_item:nth-child(2) .square_fill {
  background-color: #6cff62;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-uqHpYRaiTL .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-uqHpYRaiTL .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uqHpYRaiTL .card_item:nth-child(3) .square_fill {
  background-color: #b61aae;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uqHpYRaiTL .card_item .card-box {
  border-left: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uqHpYRaiTL .card_item:last-child .card-box {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uqHpYRaiTL .card-box {
  height: 100%;
}
.cid-uqHpYRaiTL .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-uqHpYRaiTL .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uqHpYRaiTL .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uqHpYRaiTL .square_animation .square_null {
  z-index: 1;
  border: 1px solid #1ced19;
}
.cid-uqHpYRaiTL .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uqHpYRaiTL .card-title {
  margin-bottom: 1.75rem;
  text-align: center;
  color: #000000;
}
.cid-uqHpYRaiTL .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uqHpYRaiTL .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uqHpYRaiTL .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-uqHpYRaiTL .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-uqHpYRaiTL .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uqHpYRaiTL .item-wrapper {
    padding: 0;
  }
  .cid-uqHpYRaiTL .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-uqHpYRaiTL .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqHpYRaiTL .mbr-text {
    margin-top: .75rem;
  }
  .cid-uqHpYRaiTL .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uqHpYRaiTL .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uqHpYRaiTL .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-uqHpYRaiTL .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uqHpYRaiTL .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uqHpYRaiTL .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-uqHpYRaiTL .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uqHpYRaiTL .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uqHpYRaiTL .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-uqHpYRaiTL .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uqHpYRaiTL .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqHpYRaiTL .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-uqHpYRaiTL .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uqHpYRaiTL .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-uqHpYRaiTL .card-text,
.cid-uqHpYRaiTL .linkBtn {
  text-align: center;
}
.cid-uqHpYSkV0H {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uqHpYSkV0H .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqHpYSkV0H .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-uqHpYSkV0H .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-uqHpYSkV0H .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-uqHpYSkV0H .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-uqHpYSkV0H .circle_animation .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.cid-uqHpYSkV0H .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: #1ced19;
}
.cid-uqHpYSkV0H .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid #1ced19;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-uqHpYSkV0H .date {
  margin-bottom: 0.25rem;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-uqHpYSkV0H .mbr-section-title,
.cid-uqHpYSkV0H .linkBtn,
.cid-uqHpYSkV0H .date_wrap DIV {
  text-align: center;
}
.cid-uqHpYSkV0H .mbr-section-title,
.cid-uqHpYSkV0H .linkBtn,
.cid-uqHpYSkV0H .date_wrap {
  color: #000000;
}
.cid-uqHpYT4rTa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d18d67;
}
.cid-uqHpYT4rTa .row {
  align-items: center;
}
.cid-uqHpYT4rTa .card:hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uqHpYT4rTa .card .square_fill {
  background-color: #b61aae;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uqHpYT4rTa .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uqHpYT4rTa .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uqHpYT4rTa .square_animation .square_null {
  z-index: 1;
  border: 1px solid #1ced19;
}
.cid-uqHpYT4rTa .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uqHpYT4rTa .main_title {
  margin-bottom: 2.5rem;
}
.cid-uqHpYT4rTa .card-subtitle {
  margin-bottom: .75rem;
}
.cid-uqHpYT4rTa .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uqHpYT4rTa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uqHpYT4rTa .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uqHpYT4rTa .row {
    flex-direction: column-reverse;
  }
  .cid-uqHpYT4rTa .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uqHpYT4rTa .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uqHpYT4rTa .card-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqHpYT4rTa .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uqHpYT4rTa .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uqHpYT4rTa .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uqHpYT4rTa .card .square_fill {
    transform: scale(0.8) translateX(-3.75rem);
  }
  .cid-uqHpYT4rTa .card .square_null {
    transform: translateX(1rem);
  }
  .cid-uqHpYT4rTa .card:hover .square_fill {
    transform: scale(1) translateX(-3rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uqHpYT4rTa .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uqHpYT4rTa .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uqHpYT4rTa .card:hover .square_fill {
    transform: none;
  }
  .cid-uqHpYT4rTa .card .square_null {
    transform: translateX(0);
  }
  .cid-uqHpYT4rTa .card .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uqHpYT4rTa .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uqHpYT4rTa .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uqHpYT4rTa .card-title {
  color: #000000;
  text-align: center;
}
.cid-uqHpYT4rTa .mbr-text,
.cid-uqHpYT4rTa .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uqHpYTP5Au {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqHpYTP5Au .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqHpYTP5Au .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uqHpYTP5Au .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqHpYTP5Au .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uqHpYTP5Au .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uqHpYUAf3d {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d18d67;
}
.cid-uqHpYUAf3d .card {
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-uqHpYUAf3d .card .card-box {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqHpYUAf3d .card:last-child .card-box {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqHpYUAf3d .card:nth-child(1) .card-box {
    padding-top: 0;
  }
  .cid-uqHpYUAf3d .card:nth-child(2) .card-box {
    padding-top: 16rem;
  }
  .cid-uqHpYUAf3d .card:nth-child(3) .card-box {
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHpYUAf3d .card .card-box {
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqHpYUAf3d .card:last-child .card-box {
    border-bottom: none;
  }
}
.cid-uqHpYUAf3d .card:nth-child(1) .circle_fill {
  background-color: #d72323;
}
.cid-uqHpYUAf3d .card:nth-child(2) .circle_fill {
  background-color: #6cff62;
}
.cid-uqHpYUAf3d .card:nth-child(3) .circle_fill {
  background-color: #b61aae;
}
.cid-uqHpYUAf3d .card-box {
  height: 100%;
  padding: 2rem;
}
@media (min-width: 1199px) {
  .cid-uqHpYUAf3d .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uqHpYUAf3d .card-title {
  margin-bottom: 3rem;
  text-align: center;
  color: #000000;
}
.cid-uqHpYUAf3d .card-text {
  margin-bottom: 1.5rem;
}
.cid-uqHpYUAf3d .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: 3rem;
}
.cid-uqHpYUAf3d .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-uqHpYUAf3d .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-uqHpYUAf3d .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #1ced19;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 767px) {
  .cid-uqHpYUAf3d .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-uqHpYUAf3d .card-text {
    margin-bottom: 1rem;
  }
  .cid-uqHpYUAf3d .card-wrapper {
    padding: 0;
  }
  .cid-uqHpYUAf3d .card-box {
    padding: 2rem 0;
  }
  .cid-uqHpYUAf3d .circle_animation {
    margin-bottom: 1.5rem;
  }
  .cid-uqHpYUAf3d .circle_animation .circle {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uqHpYUAf3d .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-uqHpYUAf3d .card-text,
.cid-uqHpYUAf3d .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uqHpYVKzVa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqHpYVKzVa .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqHpYVKzVa .mbr-section-title {
  margin-bottom: 1.25rem;
  text-align: center;
  color: #000000;
}
.cid-uqHpYVKzVa .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
  color: #000000;
}
.cid-uqHpYVKzVa .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-uqHpYVKzVa .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqHpYVKzVa .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-uqHpYX3Df3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d18d67;
}
.cid-uqHpYX3Df3 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqHpYX3Df3 .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
@media (max-width: 767px) {
  .cid-uqHpYX3Df3 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqHpYX3Df3 .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uqHpYX3Df3 .mbr-section-title {
  color: #000000;
}
.cid-uqHpYZiGmj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d18d67;
}
.cid-uqHpYZiGmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHpYZiGmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHpYZiGmj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqHpYZiGmj .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uqHpYZiGmj .container {
    padding: 0 15px;
  }
}
.cid-uqHpYZiGmj .row {
  justify-content: space-between;
}
.cid-uqHpYZiGmj .panel-group {
  padding-left: 0;
  padding-right: 130px;
}
@media (max-width: 992px) {
  .cid-uqHpYZiGmj .panel-group {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .cid-uqHpYZiGmj .panel-group {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uqHpYZiGmj .panel-group {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqHpYZiGmj .panel-group {
    padding-left: 0;
  }
}
.cid-uqHpYZiGmj .panel-group .card {
  border-radius: 0 !important;
  padding: 0;
  margin-top: 40px;
}
.cid-uqHpYZiGmj .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uqHpYZiGmj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 20px 0;
}
.cid-uqHpYZiGmj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqHpYZiGmj .panel-group .card .card-header .panel-title .panel-title-edit {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  position: relative;
}
.cid-uqHpYZiGmj .panel-group .card .card-header .panel-title .panel-title-edit::before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #ec111a;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqHpYZiGmj .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 20px;
  transform: rotate(90deg);
  opacity: .5;
}
.cid-uqHpYZiGmj .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(270deg);
}
.cid-uqHpYZiGmj .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ec111a;
}
.cid-uqHpYZiGmj .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  left: -30px;
  opacity: 1;
}
.cid-uqHpYZiGmj .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #30262b;
}
.cid-uqHpYZiGmj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 25px;
}
.cid-uqHpYZiGmj .panel-group .card .panel-collapse .panel-body .panel-desc {
  margin-bottom: 0;
}
.cid-uqHpYZiGmj .image-wrapper {
  position: relative;
  padding: 0 0 0 30px;
  padding: 0 30px 0 0;
}
@media (max-width: 992px) {
  .cid-uqHpYZiGmj .image-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqHpYZiGmj .image-wrapper {
    padding: 0;
  }
}
.cid-uqHpYZiGmj .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 5%;
  height: 230px;
  width: 312px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-uqHpYZiGmj .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 730px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqHpYZiGmj .image-wrapper img {
    height: 350px;
  }
}
.cid-uqHpYZiGmj .panel-title-edit {
  color: #30262b;
}
.cid-uqHpYZiGmj .panel-text {
  color: #30262b;
}
.cid-uqHpYZiGmj .panel-desc {
  color: #ec111a;
}
.cid-uqHpZ1HwWk {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqHpZ1HwWk .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqHpZ1HwWk .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uqHpZ1HwWk .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqHpZ1HwWk .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uqHpZ1HwWk .mbr-section-title {
  color: #000000;
}
.cid-uqHpZ2LWvz {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uqHpZ2LWvz .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uqHpZ2LWvz .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uqHpZ2LWvz .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #d18d67;
  z-index: 1;
}
.cid-uqHpZ2LWvz .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #ffffff;
}
.cid-uqHpZ2LWvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHpZ2LWvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHpZ2LWvz .row {
  position: relative;
  z-index: 2;
}
.cid-uqHpZ2LWvz .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uqHpZ2LWvz .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uqHpZ2LWvz .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uqHpZ2LWvz .content-wrapper .text-wrapper {
  padding-right: 32%;
  padding-right: 0;
  padding-left: 32%;
}
@media (max-width: 992px) {
  .cid-uqHpZ2LWvz .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqHpZ2LWvz .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uqHpZ2LWvz .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqHpZ2LWvz .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uqHpZ2LWvz .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uqHpZ2LWvz .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uqHpZ2LWvz .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uqHpZ2LWvz .image-wrapper img {
    transform: none;
  }
}
.cid-uqHpZ2LWvz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uqHpZ2LWvz .mbr-text {
  color: #51565c;
}
.cid-uqHpZ2LWvz .mbr-text,
.cid-uqHpZ2LWvz .text-wrapper {
  color: #000000;
}
.cid-uqHpZ4fybv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqHpZ4fybv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHpZ4fybv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHpZ4fybv .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uqHpZ4fybv .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uqHpZ4fybv .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uqHpZ4fybv .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uqHpZ4fybv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uqHpZ4fybv .content-wrapper .content-wrap .mbr-section-title span {
  color: #d18d67;
}
@media (max-width: 992px) {
  .cid-uqHpZ4fybv .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uqHpZ4fybv .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uqHpZ4fybv .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uqHpZ4fybv .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uqHpZ4fybv .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqHpZ4fybv .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uqHpZ4fybv .mbr-section-title {
  color: #212529;
}
.cid-uqHpZ4fybv .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uqHpZ4fybv .mbr-section-title,
.cid-uqHpZ4fybv .mbr-section-btn {
  color: #000000;
}
.cid-uqIm2o5kbz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ede4;
}
.cid-uqIm2o5kbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIm2o5kbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIm2o5kbz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uqIm2o5kbz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uqIm2o5kbz .container {
    padding: 0 20px;
  }
}
.cid-uqIm2o5kbz .row {
  justify-content: space-between;
}
.cid-uqIm2o5kbz .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uqIm2o5kbz .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uqIm2o5kbz .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uqIm2o5kbz .image-wrapper .image-wrap {
  padding: 0 0 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uqIm2o5kbz .image-wrapper .image-wrap {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqIm2o5kbz .image-wrapper .image-wrap {
    margin-bottom: 40px;
  }
}
.cid-uqIm2o5kbz .image-wrapper .image-wrap img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqIm2o5kbz .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uqIm2o5kbz .content-wrapper {
  padding: 0 100px 0 100px;
  position: sticky;
  top: 20px;
}
@media (max-width: 1200px) {
  .cid-uqIm2o5kbz .content-wrapper {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uqIm2o5kbz .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uqIm2o5kbz .content-wrapper .content-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-uqIm2o5kbz .content-wrapper .content-wrap {
    padding-right: 0;
  }
}
.cid-uqIm2o5kbz .content-wrapper .content-wrap .mbr-text {
  font-family: "Source Serif 4", sans-serif !important;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.cid-uqIm2o5kbz .content-wrapper .content-wrap .mbr-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 80%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-uqIm2o5kbz .mbr-text {
  color: #1e1d1c;
}
.cid-uqIm2o5kbz .mbr-section-title {
  color: #1e1d1c;
}
.cid-uqHrcAtZhJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uqHrcAtZhJ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uqHrcAtZhJ .panel-group {
  border: none;
}
.cid-uqHrcAtZhJ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqHrcAtZhJ .card-header {
    padding: 0rem;
  }
}
.cid-uqHrcAtZhJ .card {
  border: solid 1px #1ced19;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uqHrcAtZhJ .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uqHrcAtZhJ .card {
    padding: 1rem;
  }
}
.cid-uqHrcAtZhJ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uqHrcAtZhJ .img-col {
  padding: 0;
}
.cid-uqHrcAtZhJ .img-item {
  height: 100%;
}
.cid-uqHrcAtZhJ img {
  height: 100%;
  object-fit: cover;
}
.cid-uqHrcAtZhJ .collapsed span {
  transform: rotate(0deg);
}
.cid-uqHrcAtZhJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqHrcAtZhJ p {
  margin-bottom: 0.3rem;
}
.cid-uqHrcAtZhJ .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uqHrcAtZhJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqHrcAtZhJ .panel-text {
  color: #000000;
}
.cid-uqHrcAtZhJ .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uqHrcAtZhJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uqHrcAtZhJ .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uqHrcAtZhJ .panel-title-edit,
.cid-uqHrcAtZhJ .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uqHrcAtZhJ .mbr-section-title,
.cid-uqHrcAtZhJ .mbr-section-subtitle {
  background: #1ced19;
  display: inline;
}
.cid-uqHrcAtZhJ .mbr-section-subtitle,
.cid-uqHrcAtZhJ .align {
  color: #ffffff;
}
.cid-uqHrcAtZhJ .mbr-section-title,
.cid-uqHrcAtZhJ .align {
  color: #ffffff;
  text-align: left;
}
.cid-uqHrcAtZhJ .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #1ced19;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uqHrcAtZhJ .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uqHpZ59Z0Z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d18d67;
}
.cid-uqHpZ59Z0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHpZ59Z0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHpZ59Z0Z .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqHpZ59Z0Z .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqHpZ59Z0Z .container {
    padding: 0 26px;
  }
}
.cid-uqHpZ59Z0Z .row {
  justify-content: center;
}
.cid-uqHpZ59Z0Z .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uqHpZ59Z0Z .google-map iframe {
    height: 400px;
  }
}
.cid-uqHpZ5ZO1X .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uqHpZ5ZO1X .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uqHpZ5ZO1X .img-bg {
    display: none;
  }
}
.cid-uqHpZ5ZO1X .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uqHpZ5ZO1X .container {
    padding: 0 !important;
  }
}
.cid-uqHpZ5ZO1X .row {
  width: 100%;
  align-items: center;
}
.cid-uqHpZ5ZO1X .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uqHpZ5ZO1X .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-uqHpZ5ZO1X .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uqHpZ5ZO1X .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uqHpZ5ZO1X .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uqHpZ5ZO1X .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uqHpZ5ZO1X .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uqHpZ5ZO1X .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uqHpZ5ZO1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqHpZ5ZO1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqHpZ5ZO1X .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uqHpZ5ZO1X .brand-text {
    margin-top: 45px;
  }
}
.cid-uqHpZ5ZO1X .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
  text-align: left;
}
.cid-uqHpZ5ZO1X .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uqHpZ5ZO1X .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-uqHpZ5ZO1X .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uqHpZ5ZO1X .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqHpZ5ZO1X .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uqHpZ5ZO1X .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uqHpZ5ZO1X .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uqHpZ5ZO1X .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uqHpZ5ZO1X .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uqHpZ5ZO1X .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uqHpZ5ZO1X .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uqHpZ5ZO1X .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uqHpZ5ZO1X .col-link3 {
    padding-left: 0;
  }
}
.cid-uqHpZ5ZO1X .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-uqHpZ5ZO1X .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uqHpZ5ZO1X .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uqHpZ5ZO1X .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #d18d67;
}
.cid-uqHpZ5ZO1X .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uqHpZ5ZO1X .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uqHpZ5ZO1X .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uqHpZ5ZO1X .copyright {
    text-align: center !important;
  }
}
.cid-uqIiA9MWCe .navbar-dropdown {
  position: relative !important;
}
.cid-uqIiA9MWCe nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uqIiA9MWCe .nav-item {
    margin: 0 !important;
  }
}
.cid-uqIiA9MWCe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqIiA9MWCe .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uqIiA9MWCe .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqIiA9MWCe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uqIiA9MWCe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqIiA9MWCe .nav-link {
  position: relative;
}
.cid-uqIiA9MWCe .container {
  display: flex;
  margin: auto;
}
.cid-uqIiA9MWCe .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqIiA9MWCe .dropdown-menu,
.cid-uqIiA9MWCe .navbar.opened {
  background: #ffffff !important;
}
.cid-uqIiA9MWCe .nav-item:focus,
.cid-uqIiA9MWCe .nav-link:focus {
  outline: none;
}
.cid-uqIiA9MWCe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqIiA9MWCe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqIiA9MWCe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqIiA9MWCe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqIiA9MWCe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqIiA9MWCe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqIiA9MWCe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-uqIiA9MWCe .navbar.opened {
  transition: all 0.3s;
}
.cid-uqIiA9MWCe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqIiA9MWCe .navbar .navbar-logo img {
  width: auto;
}
.cid-uqIiA9MWCe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqIiA9MWCe .navbar.collapsed {
  justify-content: center;
}
.cid-uqIiA9MWCe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqIiA9MWCe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqIiA9MWCe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uqIiA9MWCe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqIiA9MWCe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqIiA9MWCe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqIiA9MWCe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqIiA9MWCe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqIiA9MWCe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqIiA9MWCe .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uqIiA9MWCe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqIiA9MWCe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqIiA9MWCe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqIiA9MWCe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqIiA9MWCe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uqIiA9MWCe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqIiA9MWCe .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uqIiA9MWCe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqIiA9MWCe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqIiA9MWCe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqIiA9MWCe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqIiA9MWCe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqIiA9MWCe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqIiA9MWCe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqIiA9MWCe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqIiA9MWCe .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-uqIiA9MWCe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqIiA9MWCe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqIiA9MWCe .dropdown-item.active,
.cid-uqIiA9MWCe .dropdown-item:active {
  background-color: transparent;
}
.cid-uqIiA9MWCe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqIiA9MWCe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqIiA9MWCe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqIiA9MWCe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqIiA9MWCe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqIiA9MWCe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqIiA9MWCe ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqIiA9MWCe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqIiA9MWCe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uqIiA9MWCe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uqIiA9MWCe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqIiA9MWCe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqIiA9MWCe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqIiA9MWCe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqIiA9MWCe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqIiA9MWCe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqIiA9MWCe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqIiA9MWCe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqIiA9MWCe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqIiA9MWCe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqIiA9MWCe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqIiA9MWCe .navbar {
    height: 70px;
  }
  .cid-uqIiA9MWCe .navbar.opened {
    height: auto;
  }
  .cid-uqIiA9MWCe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqIiAbeTS0 {
  background-image: url("../../../assets/images/mattress-now-garner-store-26-1600x900.jpg");
}
.cid-uqIiAbeTS0 .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-uqIiAbeTS0 .linkBtn {
  margin-top: 2.5rem;
}
.cid-uqIiAbeTS0 b,
.cid-uqIiAbeTS0 strong {
  font-weight: 500;
  color: #0a81ab;
}
@media (max-width: 767px) {
  .cid-uqIiAbeTS0 .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-uqIiAbeTS0 .linkBtn {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.cid-uqIiAbeTS0 H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uqIiAbeTS0 .mbr-section-title,
.cid-uqIiAbeTS0 .linkBtn {
  text-align: center;
  color: #ffffff;
}
.cid-uqIiAcaPzA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uqIiAcaPzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIiAcaPzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIiAcaPzA .content-wrapper {
  padding: 80px 90px;
  background-color: #d18d67;
}
@media (max-width: 992px) {
  .cid-uqIiAcaPzA .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uqIiAcaPzA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqIiAcaPzA .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqIiAcaPzA .content-wrapper .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uqIiAcaPzA .content-wrapper .list-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uqIiAcaPzA .content-wrapper .list-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.cid-uqIiAcaPzA .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uqIiAcaPzA .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
    padding-left: 52px;
  }
}
.cid-uqIiAcaPzA .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffffff;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uqIiAcaPzA .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uqIiAcaPzA .content-wrapper .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uqIiAcaPzA .content-wrapper .list-wrapper .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uqIiAcaPzA .content-wrapper .list-wrapper .list {
    display: block;
  }
}
.cid-uqIiAcaPzA .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uqIiAcaPzA .content-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uqIiAcaPzA .content-wrapper .list-wrapper .list .item-wrap {
    padding-left: 52px;
  }
}
.cid-uqIiAcaPzA .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffffff;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uqIiAcaPzA .content-wrapper .list-wrapper .list .item-wrap::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uqIiAcaPzA .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uqIiAcaPzA .item-text {
  color: #050f0f;
}
.cid-uqIiAcTfGy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d18d67;
}
.cid-uqIiAcTfGy .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqIiAcTfGy .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-uqIiAcTfGy .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-uqIiAcTfGy .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-uqIiAcTfGy .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-uqIiAcTfGy .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-uqIiAcTfGy .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-uqIiAcTfGy .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #d72323;
}
.cid-uqIiAcTfGy .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uqIiAcTfGy .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-uqIiAcTfGy .card_item:nth-child(2) .square_fill {
  background-color: #6cff62;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-uqIiAcTfGy .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-uqIiAcTfGy .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uqIiAcTfGy .card_item:nth-child(3) .square_fill {
  background-color: #b61aae;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uqIiAcTfGy .card_item .card-box {
  border-left: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uqIiAcTfGy .card_item:last-child .card-box {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uqIiAcTfGy .card-box {
  height: 100%;
}
.cid-uqIiAcTfGy .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-uqIiAcTfGy .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uqIiAcTfGy .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uqIiAcTfGy .square_animation .square_null {
  z-index: 1;
  border: 1px solid #1ced19;
}
.cid-uqIiAcTfGy .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uqIiAcTfGy .card-title {
  margin-bottom: 1.75rem;
  text-align: center;
  color: #000000;
}
.cid-uqIiAcTfGy .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uqIiAcTfGy .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uqIiAcTfGy .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-uqIiAcTfGy .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-uqIiAcTfGy .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uqIiAcTfGy .item-wrapper {
    padding: 0;
  }
  .cid-uqIiAcTfGy .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-uqIiAcTfGy .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqIiAcTfGy .mbr-text {
    margin-top: .75rem;
  }
  .cid-uqIiAcTfGy .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uqIiAcTfGy .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uqIiAcTfGy .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-uqIiAcTfGy .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uqIiAcTfGy .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uqIiAcTfGy .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-uqIiAcTfGy .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uqIiAcTfGy .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uqIiAcTfGy .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-uqIiAcTfGy .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uqIiAcTfGy .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqIiAcTfGy .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-uqIiAcTfGy .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uqIiAcTfGy .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-uqIiAcTfGy .card-text,
.cid-uqIiAcTfGy .linkBtn {
  text-align: center;
}
.cid-uqIiAeanAd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uqIiAeanAd .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqIiAeanAd .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-uqIiAeanAd .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-uqIiAeanAd .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-uqIiAeanAd .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-uqIiAeanAd .circle_animation .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.cid-uqIiAeanAd .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: #1ced19;
}
.cid-uqIiAeanAd .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid #1ced19;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-uqIiAeanAd .date {
  margin-bottom: 0.25rem;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-uqIiAeanAd .mbr-section-title,
.cid-uqIiAeanAd .linkBtn,
.cid-uqIiAeanAd .date_wrap DIV {
  text-align: center;
}
.cid-uqIiAeanAd .mbr-section-title,
.cid-uqIiAeanAd .linkBtn,
.cid-uqIiAeanAd .date_wrap {
  color: #000000;
}
.cid-uqIiAeTaVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d18d67;
}
.cid-uqIiAeTaVk .row {
  align-items: center;
}
.cid-uqIiAeTaVk .card:hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uqIiAeTaVk .card .square_fill {
  background-color: #b61aae;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uqIiAeTaVk .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uqIiAeTaVk .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uqIiAeTaVk .square_animation .square_null {
  z-index: 1;
  border: 1px solid #1ced19;
}
.cid-uqIiAeTaVk .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uqIiAeTaVk .main_title {
  margin-bottom: 2.5rem;
}
.cid-uqIiAeTaVk .card-subtitle {
  margin-bottom: .75rem;
}
.cid-uqIiAeTaVk .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uqIiAeTaVk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uqIiAeTaVk .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uqIiAeTaVk .row {
    flex-direction: column-reverse;
  }
  .cid-uqIiAeTaVk .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uqIiAeTaVk .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uqIiAeTaVk .card-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqIiAeTaVk .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uqIiAeTaVk .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uqIiAeTaVk .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uqIiAeTaVk .card .square_fill {
    transform: scale(0.8) translateX(-3.75rem);
  }
  .cid-uqIiAeTaVk .card .square_null {
    transform: translateX(1rem);
  }
  .cid-uqIiAeTaVk .card:hover .square_fill {
    transform: scale(1) translateX(-3rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uqIiAeTaVk .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uqIiAeTaVk .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uqIiAeTaVk .card:hover .square_fill {
    transform: none;
  }
  .cid-uqIiAeTaVk .card .square_null {
    transform: translateX(0);
  }
  .cid-uqIiAeTaVk .card .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uqIiAeTaVk .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uqIiAeTaVk .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uqIiAeTaVk .card-title {
  color: #000000;
  text-align: center;
}
.cid-uqIiAeTaVk .mbr-text,
.cid-uqIiAeTaVk .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uqIiAfA0zT {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqIiAfA0zT .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  text-align: right;
}
.cid-uqIiAfA0zT .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uqIiAfA0zT .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqIiAfA0zT .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uqIiAfA0zT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uqIiAgnfEl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d18d67;
}
.cid-uqIiAgnfEl .card {
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-uqIiAgnfEl .card .card-box {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqIiAgnfEl .card:last-child .card-box {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqIiAgnfEl .card:nth-child(1) .card-box {
    padding-top: 0;
  }
  .cid-uqIiAgnfEl .card:nth-child(2) .card-box {
    padding-top: 16rem;
  }
  .cid-uqIiAgnfEl .card:nth-child(3) .card-box {
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uqIiAgnfEl .card .card-box {
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uqIiAgnfEl .card:last-child .card-box {
    border-bottom: none;
  }
}
.cid-uqIiAgnfEl .card:nth-child(1) .circle_fill {
  background-color: #d72323;
}
.cid-uqIiAgnfEl .card:nth-child(2) .circle_fill {
  background-color: #6cff62;
}
.cid-uqIiAgnfEl .card:nth-child(3) .circle_fill {
  background-color: #b61aae;
}
.cid-uqIiAgnfEl .card-box {
  height: 100%;
  padding: 2rem;
}
@media (min-width: 1199px) {
  .cid-uqIiAgnfEl .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uqIiAgnfEl .card-title {
  margin-bottom: 3rem;
  text-align: center;
  color: #000000;
}
.cid-uqIiAgnfEl .card-text {
  margin-bottom: 1.5rem;
}
.cid-uqIiAgnfEl .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: 3rem;
}
.cid-uqIiAgnfEl .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-uqIiAgnfEl .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-uqIiAgnfEl .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #1ced19;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 767px) {
  .cid-uqIiAgnfEl .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-uqIiAgnfEl .card-text {
    margin-bottom: 1rem;
  }
  .cid-uqIiAgnfEl .card-wrapper {
    padding: 0;
  }
  .cid-uqIiAgnfEl .card-box {
    padding: 2rem 0;
  }
  .cid-uqIiAgnfEl .circle_animation {
    margin-bottom: 1.5rem;
  }
  .cid-uqIiAgnfEl .circle_animation .circle {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uqIiAgnfEl .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-uqIiAgnfEl .card-text,
.cid-uqIiAgnfEl .linkBtn {
  color: #000000;
  text-align: center;
}
.cid-uqIiAhmfCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqIiAhmfCy .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqIiAhmfCy .mbr-section-title {
  margin-bottom: 1.25rem;
  text-align: center;
  color: #000000;
}
.cid-uqIiAhmfCy .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
  color: #000000;
}
.cid-uqIiAhmfCy .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-uqIiAhmfCy .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqIiAhmfCy .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-uqIiAi3HI3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d18d67;
}
.cid-uqIiAi3HI3 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqIiAi3HI3 .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
@media (max-width: 767px) {
  .cid-uqIiAi3HI3 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqIiAi3HI3 .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uqIiAi3HI3 .mbr-section-title {
  color: #000000;
}
.cid-uqIiAiMMUf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d18d67;
}
.cid-uqIiAiMMUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIiAiMMUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIiAiMMUf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqIiAiMMUf .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uqIiAiMMUf .container {
    padding: 0 15px;
  }
}
.cid-uqIiAiMMUf .row {
  justify-content: space-between;
}
.cid-uqIiAiMMUf .panel-group {
  padding-left: 0;
  padding-right: 130px;
}
@media (max-width: 992px) {
  .cid-uqIiAiMMUf .panel-group {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .cid-uqIiAiMMUf .panel-group {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uqIiAiMMUf .panel-group {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqIiAiMMUf .panel-group {
    padding-left: 0;
  }
}
.cid-uqIiAiMMUf .panel-group .card {
  border-radius: 0 !important;
  padding: 0;
  margin-top: 40px;
}
.cid-uqIiAiMMUf .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uqIiAiMMUf .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 20px 0;
}
.cid-uqIiAiMMUf .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqIiAiMMUf .panel-group .card .card-header .panel-title .panel-title-edit {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  position: relative;
}
.cid-uqIiAiMMUf .panel-group .card .card-header .panel-title .panel-title-edit::before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #ec111a;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqIiAiMMUf .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 20px;
  transform: rotate(90deg);
  opacity: .5;
}
.cid-uqIiAiMMUf .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(270deg);
}
.cid-uqIiAiMMUf .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ec111a;
}
.cid-uqIiAiMMUf .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  left: -30px;
  opacity: 1;
}
.cid-uqIiAiMMUf .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #30262b;
}
.cid-uqIiAiMMUf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 25px;
}
.cid-uqIiAiMMUf .panel-group .card .panel-collapse .panel-body .panel-desc {
  margin-bottom: 0;
}
.cid-uqIiAiMMUf .image-wrapper {
  position: relative;
  padding: 0 0 0 30px;
  padding: 0 30px 0 0;
}
@media (max-width: 992px) {
  .cid-uqIiAiMMUf .image-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqIiAiMMUf .image-wrapper {
    padding: 0;
  }
}
.cid-uqIiAiMMUf .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 5%;
  height: 230px;
  width: 312px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-uqIiAiMMUf .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 730px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqIiAiMMUf .image-wrapper img {
    height: 350px;
  }
}
.cid-uqIiAiMMUf .panel-title-edit {
  color: #30262b;
}
.cid-uqIiAiMMUf .panel-text {
  color: #30262b;
}
.cid-uqIiAiMMUf .panel-desc {
  color: #ec111a;
}
.cid-uqIiAjXO5i {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqIiAjXO5i .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uqIiAjXO5i .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uqIiAjXO5i .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uqIiAjXO5i .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uqIiAjXO5i .mbr-section-title {
  color: #000000;
}
.cid-uqIiAkFJkZ {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uqIiAkFJkZ .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uqIiAkFJkZ .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uqIiAkFJkZ .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #d18d67;
  z-index: 1;
}
.cid-uqIiAkFJkZ .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #ffffff;
}
.cid-uqIiAkFJkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIiAkFJkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIiAkFJkZ .row {
  position: relative;
  z-index: 2;
}
.cid-uqIiAkFJkZ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uqIiAkFJkZ .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uqIiAkFJkZ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uqIiAkFJkZ .content-wrapper .text-wrapper {
  padding-right: 32%;
  padding-right: 0;
  padding-left: 32%;
}
@media (max-width: 992px) {
  .cid-uqIiAkFJkZ .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqIiAkFJkZ .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uqIiAkFJkZ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqIiAkFJkZ .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uqIiAkFJkZ .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uqIiAkFJkZ .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uqIiAkFJkZ .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uqIiAkFJkZ .image-wrapper img {
    transform: none;
  }
}
.cid-uqIiAkFJkZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uqIiAkFJkZ .mbr-text {
  color: #51565c;
}
.cid-uqIiAkFJkZ .mbr-text,
.cid-uqIiAkFJkZ .text-wrapper {
  color: #000000;
}
.cid-uqIiAlvsLr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqIiAlvsLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIiAlvsLr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIiAlvsLr .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uqIiAlvsLr .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uqIiAlvsLr .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uqIiAlvsLr .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uqIiAlvsLr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uqIiAlvsLr .content-wrapper .content-wrap .mbr-section-title span {
  color: #d18d67;
}
@media (max-width: 992px) {
  .cid-uqIiAlvsLr .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uqIiAlvsLr .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uqIiAlvsLr .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uqIiAlvsLr .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uqIiAlvsLr .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqIiAlvsLr .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uqIiAlvsLr .mbr-section-title {
  color: #212529;
}
.cid-uqIiAlvsLr .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uqIiAlvsLr .mbr-section-title,
.cid-uqIiAlvsLr .mbr-section-btn {
  color: #000000;
}
.cid-uqIiAmlQxB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uqIiAmlQxB .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uqIiAmlQxB .panel-group {
  border: none;
}
.cid-uqIiAmlQxB .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqIiAmlQxB .card-header {
    padding: 0rem;
  }
}
.cid-uqIiAmlQxB .card {
  border: solid 1px #1ced19;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uqIiAmlQxB .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uqIiAmlQxB .card {
    padding: 1rem;
  }
}
.cid-uqIiAmlQxB .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uqIiAmlQxB .img-col {
  padding: 0;
}
.cid-uqIiAmlQxB .img-item {
  height: 100%;
}
.cid-uqIiAmlQxB img {
  height: 100%;
  object-fit: cover;
}
.cid-uqIiAmlQxB .collapsed span {
  transform: rotate(0deg);
}
.cid-uqIiAmlQxB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqIiAmlQxB p {
  margin-bottom: 0.3rem;
}
.cid-uqIiAmlQxB .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uqIiAmlQxB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqIiAmlQxB .panel-text {
  color: #000000;
}
.cid-uqIiAmlQxB .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uqIiAmlQxB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uqIiAmlQxB .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uqIiAmlQxB .panel-title-edit,
.cid-uqIiAmlQxB .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uqIiAmlQxB .mbr-section-title,
.cid-uqIiAmlQxB .mbr-section-subtitle {
  background: #1ced19;
  display: inline;
}
.cid-uqIiAmlQxB .mbr-section-subtitle,
.cid-uqIiAmlQxB .align {
  color: #ffffff;
}
.cid-uqIiAmlQxB .mbr-section-title,
.cid-uqIiAmlQxB .align {
  color: #ffffff;
  text-align: left;
}
.cid-uqIiAmlQxB .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #1ced19;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uqIiAmlQxB .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uqIiAntJ1V {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d18d67;
}
.cid-uqIiAntJ1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIiAntJ1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIiAntJ1V .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqIiAntJ1V .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqIiAntJ1V .container {
    padding: 0 26px;
  }
}
.cid-uqIiAntJ1V .row {
  justify-content: center;
}
.cid-uqIiAntJ1V .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uqIiAntJ1V .google-map iframe {
    height: 400px;
  }
}
.cid-uqIiAonRlt .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uqIiAonRlt .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uqIiAonRlt .img-bg {
    display: none;
  }
}
.cid-uqIiAonRlt .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uqIiAonRlt .container {
    padding: 0 !important;
  }
}
.cid-uqIiAonRlt .row {
  width: 100%;
  align-items: center;
}
.cid-uqIiAonRlt .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uqIiAonRlt .content-container {
    padding-top: 0;
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-uqIiAonRlt .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uqIiAonRlt .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uqIiAonRlt .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uqIiAonRlt .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uqIiAonRlt .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uqIiAonRlt .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uqIiAonRlt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqIiAonRlt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqIiAonRlt .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uqIiAonRlt .brand-text {
    margin-top: 45px;
  }
}
.cid-uqIiAonRlt .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
  text-align: left;
}
.cid-uqIiAonRlt .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uqIiAonRlt .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-uqIiAonRlt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uqIiAonRlt .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqIiAonRlt .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uqIiAonRlt .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uqIiAonRlt .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uqIiAonRlt .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uqIiAonRlt .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uqIiAonRlt .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uqIiAonRlt .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uqIiAonRlt .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uqIiAonRlt .col-link3 {
    padding-left: 0;
  }
}
.cid-uqIiAonRlt .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-uqIiAonRlt .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uqIiAonRlt .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uqIiAonRlt .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #d18d67;
}
.cid-uqIiAonRlt .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uqIiAonRlt .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uqIiAonRlt .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uqIiAonRlt .copyright {
    text-align: center !important;
  }
}
