body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e1201d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e1201d' %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;
}
.cid-rEvfz48qzQ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/main-banner-1498x998.jpg");
}
.cid-rEvfz48qzQ h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rEvfz48qzQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfz48qzQ .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rEvfz48qzQ h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-rEvfz48qzQ h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sQUjGPOR3s {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQUjGPOR3s h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sQUjGPOR3s h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQUjGPOR3s h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQUjGPOR3s .mbr-text,
.cid-sQUjGPOR3s .mbr-section-btn {
  color: #767676;
}
.cid-sQU5uCYnMl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQU5uCYnMl H1 {
  color: #4f4943;
}
.cid-sQU5uCYnMl .mbr-text,
.cid-sQU5uCYnMl .mbr-section-btn {
  color: #716c80;
}
.cid-sQU2CeayHD {
  background-color: #ffffff;
}
.cid-sQU2CeayHD .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQU2CeayHD .carousel-item > div {
  width: 100%;
}
.cid-sQU2CeayHD h4 {
  margin-bottom: 0.7rem;
  font-weight: 900;
}
.cid-sQU2CeayHD .carousel-item.active,
.cid-sQU2CeayHD .carousel-item-next,
.cid-sQU2CeayHD .carousel-item-prev {
  display: flex;
}
.cid-sQU2CeayHD .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-sQU2CeayHD .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-sQU2CeayHD .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-sQU2CeayHD .carousel-controls a {
    width: 5%;
  }
}
.cid-sQU2CeayHD .mbr-text {
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-sQU2CeayHD .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-sQU2CeayHD .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-sQU2CeayHD img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-sQU2CeayHD li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.cid-sQU2CeayHD li.active {
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-sQU2CeayHD .carousel-indicators {
  position: absolute;
  bottom: -2.3rem;
  align-items: center;
}
.cid-sQU2CeayHD .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-sQU2CeayHD .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sQU2CeayHD {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .cid-sQU2CeayHD .col-md-3 {
    padding: 0;
  }
}
@media (min-width: 767px) {
  .cid-sQU2CeayHD {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.cid-sQU2CeayHD a {
  color: #fff;
  line-height: 1.5;
}
.cid-sQU2CeayHD .wrapper-img {
  position: relative;
  background-color: #000;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sQU2CeayHD .title-block {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sQU2CeayHD .desk {
  color: #fff;
}
.cid-sQU2CeayHD .signature {
  color: #fff;
}
.cid-sQU2CeayHD .img-block:hover .title-block {
  opacity: 1;
  transform: translateX(0px);
}
.cid-sQU2CeayHD .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.5;
}
.cid-sQU2CeayHD .img-block:hover .wrapper-img {
  transform: scale(0.95);
}
.cid-sQU2CeayHD .container-fluid {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-sQU2CeayHD .img-card {
    margin-top: 2rem;
  }
}
.cid-sQUHCiVcpX {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/main-banner-02-1135x755.jpg");
}
.cid-sQUHCiVcpX h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sQUHCiVcpX h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQUHCiVcpX h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-sQUHCiVcpX h3::before,
  .cid-sQUHCiVcpX h3::after {
    display: none;
  }
}
.cid-sQUTWNpU3H {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQUTWNpU3H .mbr-text {
  color: #767676;
}
.cid-sQUTWNpU3H .card-subtitle {
  margin: 0;
}
.cid-sQUTWNpU3H .link {
  margin: 0;
}
.cid-sQUTWNpU3H .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sQUTWNpU3H .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sQUTWNpU3H img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sQUTWNpU3H .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sQUTWNpU3H .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sQUTWNpU3H .card-img:hover:before {
  opacity: 0.4;
}
.cid-sQUTWNpU3H .card-img:hover img {
  transform: scale(1.05);
}
.cid-sQUTWNpU3H .row {
  justify-content: center;
}
.cid-sQUTWNpU3H .card {
  margin-bottom: 4rem;
}
.cid-sQUTWNpU3H .mbr-text,
.cid-sQUTWNpU3H .link {
  text-align: left;
}
.cid-sQUTWNpU3H .card-title,
.cid-sQUTWNpU3H .card-img {
  text-align: left;
}
.cid-sQUSraG90W {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/depositphotos-122662068-stock-photo-oriental-rugs-and-carpets-1-1023x682.jpg");
}
.cid-sQUSraG90W h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sQUSraG90W h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQUSraG90W h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-sQUSraG90W h3::before,
  .cid-sQUSraG90W h3::after {
    display: none;
  }
}
.cid-sQUSraG90W H3 {
  color: #ffffff;
}
.cid-sQUSraG90W H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sQUSraG90W .mbr-text,
.cid-sQUSraG90W .mbr-section-btn {
  color: #ffffff;
}
.cid-sQUjrWaZYg {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQUjrWaZYg h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sQUjrWaZYg h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQUjrWaZYg h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQUjrWaZYg .mbr-text,
.cid-sQUjrWaZYg .mbr-section-btn {
  color: #767676;
}
.cid-sQUknmRccu {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sQUknmRccu .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-sQUknmRccu .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sQUknmRccu .image-block:hover:before {
  opacity: 0.4;
}
.cid-sQUknmRccu .image-block:hover .wrap {
  opacity: 1;
}
.cid-sQUknmRccu .image-block:hover img {
  transform: scale(1.05);
}
.cid-sQUknmRccu .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-sQUknmRccu h4 {
  letter-spacing: 2px;
}
.cid-sQUknmRccu figcaption {
  position: relative;
}
.cid-sQUknmRccu figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sQUknmRccu img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sQUknmRccu .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-sQUknmRccu .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-sQUknmRccu .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-sQUknmRccu .image-block:before {
    opacity: 0.4;
  }
  .cid-sQUknmRccu .image-block .wrap {
    opacity: 1;
  }
}
.cid-sQUFUv1mFq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #252323;
}
@media (max-width: 767px) {
  .cid-sQUFUv1mFq .mbr-text {
    text-align: center;
  }
}
.cid-sQUFUv1mFq .container-fluid {
  padding: 0;
}
.cid-sQUFUv1mFq .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sQUFUv1mFq img {
  height: 100%;
  object-fit: cover;
}
.cid-sQUFUv1mFq .mbr-figure {
  height: 100%;
}
.cid-sQUFUv1mFq .col-lg-6 {
  padding: 0;
}
.cid-sQUFUv1mFq .row {
  margin: 0;
}
.cid-sQUFUv1mFq .mbr-text,
.cid-sQUFUv1mFq .mbr-section-btn {
  text-align: left;
}
.cid-sQUFUv1mFq H3 {
  text-align: left;
}
.cid-sQUFUv1mFq H1 {
  text-align: left;
}
.cid-rEvfDl4UXD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rEvfDl4UXD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rEvfDl4UXD .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-rEvfDl4UXD .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-rEvfDl4UXD .media-content {
  padding-left: 2rem;
}
.cid-rEvfDl4UXD textarea {
  min-height: 150px;
}
.cid-rEvfDl4UXD .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-rEvfDl4UXD .form-control,
.cid-rEvfDl4UXD .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-rEvfDl4UXD .form-control input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .form-control textarea::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rEvfDl4UXD .form-control input:-moz-placeholder,
.cid-rEvfDl4UXD .field-input input:-moz-placeholder,
.cid-rEvfDl4UXD .form-control textarea:-moz-placeholder,
.cid-rEvfDl4UXD .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rEvfDl4UXD .form-control:hover,
.cid-rEvfDl4UXD .field-input:hover,
.cid-rEvfDl4UXD .form-control:focus,
.cid-rEvfDl4UXD .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rEvfDl4UXD .form-control:hover input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input:hover input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .form-control:focus input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input:focus input::-webkit-input-placeholder,
.cid-rEvfDl4UXD .form-control:hover textarea::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input:hover textarea::-webkit-input-placeholder,
.cid-rEvfDl4UXD .form-control:focus textarea::-webkit-input-placeholder,
.cid-rEvfDl4UXD .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rEvfDl4UXD .form-control:hover input:-moz-placeholder,
.cid-rEvfDl4UXD .field-input:hover input:-moz-placeholder,
.cid-rEvfDl4UXD .form-control:focus input:-moz-placeholder,
.cid-rEvfDl4UXD .field-input:focus input:-moz-placeholder,
.cid-rEvfDl4UXD .form-control:hover textarea:-moz-placeholder,
.cid-rEvfDl4UXD .field-input:hover textarea:-moz-placeholder,
.cid-rEvfDl4UXD .form-control:focus textarea:-moz-placeholder,
.cid-rEvfDl4UXD .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rEvfDl4UXD .jq-number__spin:hover,
.cid-rEvfDl4UXD .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rEvfDl4UXD .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rEvfDl4UXD .jq-selectbox li,
.cid-rEvfDl4UXD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rEvfDl4UXD .jq-selectbox li:hover,
.cid-rEvfDl4UXD .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rEvfDl4UXD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rEvfDl4UXD .jq-number__spin.minus:hover:after,
.cid-rEvfDl4UXD .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rEvfDl4UXD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rEvfDl4UXD .jq-number__spin.minus:after,
.cid-rEvfDl4UXD .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rEvfDl4UXD input::-webkit-clear-button {
  display: none;
}
.cid-rEvfDl4UXD input::-webkit-inner-spin-button {
  display: none;
}
.cid-rEvfDl4UXD input::-webkit-outer-spin-button {
  display: none;
}
.cid-rEvfDl4UXD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rEvfDl4UXD .mbr-text,
.cid-rEvfDl4UXD .mbr-section-btn {
  color: #767676;
}
.cid-rEvfDl4UXD .text2,
.cid-rEvfDl4UXD .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-rEvfDl4UXD .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-sQTnTEPu81 .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sQTnTEPu81 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sQTnTEPu81 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sQTnTEPu81 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sQTnTEPu81 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rEvfHgB7tb .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvfHgB7tb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvfHgB7tb a {
  font-style: normal;
}
.cid-rEvfHgB7tb .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvfHgB7tb .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvfHgB7tb .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvfHgB7tb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvfHgB7tb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rEvfHgB7tb .nav-item:focus,
.cid-rEvfHgB7tb .nav-link:focus {
  outline: none;
}
.cid-rEvfHgB7tb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvfHgB7tb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvfHgB7tb .menu-logo {
  margin-right: auto;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvfHgB7tb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rEvfHgB7tb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvfHgB7tb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvfHgB7tb button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvfHgB7tb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rEvfHgB7tb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvfHgB7tb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rEvfHgB7tb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rEvfHgB7tb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb img {
    height: 3.8rem !important;
  }
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvfHgB7tb .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvfHgB7tb .btn {
    display: -webkit-flex;
  }
  .cid-rEvfHgB7tb button.navbar-toggler {
    display: block;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvfHgB7tb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing,
  .cid-rEvfHgB7tb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rEvfHgB7tb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rEvfHgB7tb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvfHgB7tb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvfHgB7tb .nav-link:hover,
.cid-rEvfHgB7tb .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sQV1JAjZwV {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/main-banner-05-1033x691.jpg");
}
.cid-sQV1JAjZwV h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sQV1JAjZwV h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQV1JAjZwV .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-sQV1JAjZwV h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sQV1JAjZwV h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sQV1JAWMlW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQV1JAWMlW h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sQV1JAWMlW h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQV1JAWMlW h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQV1JAWMlW .mbr-text,
.cid-sQV1JAWMlW .mbr-section-btn {
  color: #767676;
}
.cid-sQV1JBkeRk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQV1JBkeRk H1 {
  color: #4f4943;
}
.cid-sQV1JBkeRk .mbr-text,
.cid-sQV1JBkeRk .mbr-section-btn {
  color: #716c80;
}
.cid-sQV1JCwfA7 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQV1JCwfA7 .mbr-text {
  color: #767676;
}
.cid-sQV1JCwfA7 .card-subtitle {
  margin: 0;
}
.cid-sQV1JCwfA7 .link {
  margin: 0;
}
.cid-sQV1JCwfA7 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sQV1JCwfA7 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sQV1JCwfA7 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sQV1JCwfA7 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sQV1JCwfA7 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sQV1JCwfA7 .card-img:hover:before {
  opacity: 0.4;
}
.cid-sQV1JCwfA7 .card-img:hover img {
  transform: scale(1.05);
}
.cid-sQV1JCwfA7 .row {
  justify-content: center;
}
.cid-sQV1JCwfA7 .card {
  margin-bottom: 4rem;
}
.cid-sQV1JCwfA7 .mbr-text,
.cid-sQV1JCwfA7 .link {
  text-align: left;
}
.cid-sQV1JCwfA7 .card-title,
.cid-sQV1JCwfA7 .card-img {
  text-align: left;
}
.cid-sQV1JERpv9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sQV1JERpv9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sQV1JERpv9 .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-sQV1JERpv9 .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-sQV1JERpv9 .media-content {
  padding-left: 2rem;
}
.cid-sQV1JERpv9 textarea {
  min-height: 150px;
}
.cid-sQV1JERpv9 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-sQV1JERpv9 .form-control,
.cid-sQV1JERpv9 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sQV1JERpv9 .form-control input::-webkit-input-placeholder,
.cid-sQV1JERpv9 .field-input input::-webkit-input-placeholder,
.cid-sQV1JERpv9 .form-control textarea::-webkit-input-placeholder,
.cid-sQV1JERpv9 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sQV1JERpv9 .form-control input:-moz-placeholder,
.cid-sQV1JERpv9 .field-input input:-moz-placeholder,
.cid-sQV1JERpv9 .form-control textarea:-moz-placeholder,
.cid-sQV1JERpv9 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-sQV1JERpv9 .form-control:hover,
.cid-sQV1JERpv9 .field-input:hover,
.cid-sQV1JERpv9 .form-control:focus,
.cid-sQV1JERpv9 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sQV1JERpv9 .form-control:hover input::-webkit-input-placeholder,
.cid-sQV1JERpv9 .field-input:hover input::-webkit-input-placeholder,
.cid-sQV1JERpv9 .form-control:focus input::-webkit-input-placeholder,
.cid-sQV1JERpv9 .field-input:focus input::-webkit-input-placeholder,
.cid-sQV1JERpv9 .form-control:hover textarea::-webkit-input-placeholder,
.cid-sQV1JERpv9 .field-input:hover textarea::-webkit-input-placeholder,
.cid-sQV1JERpv9 .form-control:focus textarea::-webkit-input-placeholder,
.cid-sQV1JERpv9 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sQV1JERpv9 .form-control:hover input:-moz-placeholder,
.cid-sQV1JERpv9 .field-input:hover input:-moz-placeholder,
.cid-sQV1JERpv9 .form-control:focus input:-moz-placeholder,
.cid-sQV1JERpv9 .field-input:focus input:-moz-placeholder,
.cid-sQV1JERpv9 .form-control:hover textarea:-moz-placeholder,
.cid-sQV1JERpv9 .field-input:hover textarea:-moz-placeholder,
.cid-sQV1JERpv9 .form-control:focus textarea:-moz-placeholder,
.cid-sQV1JERpv9 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sQV1JERpv9 .jq-number__spin:hover,
.cid-sQV1JERpv9 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sQV1JERpv9 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sQV1JERpv9 .jq-selectbox li,
.cid-sQV1JERpv9 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sQV1JERpv9 .jq-selectbox li:hover,
.cid-sQV1JERpv9 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sQV1JERpv9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sQV1JERpv9 .jq-number__spin.minus:hover:after,
.cid-sQV1JERpv9 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sQV1JERpv9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sQV1JERpv9 .jq-number__spin.minus:after,
.cid-sQV1JERpv9 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sQV1JERpv9 input::-webkit-clear-button {
  display: none;
}
.cid-sQV1JERpv9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sQV1JERpv9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sQV1JERpv9 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sQV1JERpv9 .mbr-text,
.cid-sQV1JERpv9 .mbr-section-btn {
  color: #767676;
}
.cid-sQV1JERpv9 .text2,
.cid-sQV1JERpv9 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sQV1JERpv9 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-sQV1JFx3UW .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sQV1JFx3UW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sQV1JFx3UW .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sQV1JFx3UW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sQV1JFx3UW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sQV1JFPiCa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sQV1JFPiCa .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQV1JFPiCa .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQV1JFPiCa .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQV1JFPiCa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQV1JFPiCa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sQV1JFPiCa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sQV1JFPiCa .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sQV1JFPiCa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sQV1JFPiCa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQV1JFPiCa .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQV1JFPiCa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQV1JFPiCa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQV1JFPiCa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sQV1JFPiCa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sQV1JGkFxg .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sQV1JGkFxg .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sQV1JGkFxg a {
  font-style: normal;
}
.cid-sQV1JGkFxg .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sQV1JGkFxg .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sQV1JGkFxg .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sQV1JGkFxg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sQV1JGkFxg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sQV1JGkFxg .nav-item:focus,
.cid-sQV1JGkFxg .nav-link:focus {
  outline: none;
}
.cid-sQV1JGkFxg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sQV1JGkFxg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sQV1JGkFxg .menu-logo {
  margin-right: auto;
}
.cid-sQV1JGkFxg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQV1JGkFxg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sQV1JGkFxg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sQV1JGkFxg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQV1JGkFxg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sQV1JGkFxg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQV1JGkFxg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sQV1JGkFxg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sQV1JGkFxg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQV1JGkFxg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQV1JGkFxg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQV1JGkFxg .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sQV1JGkFxg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sQV1JGkFxg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQV1JGkFxg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQV1JGkFxg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQV1JGkFxg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sQV1JGkFxg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sQV1JGkFxg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sQV1JGkFxg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQV1JGkFxg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQV1JGkFxg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sQV1JGkFxg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQV1JGkFxg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sQV1JGkFxg button.navbar-toggler:focus {
  outline: none;
}
.cid-sQV1JGkFxg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQV1JGkFxg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQV1JGkFxg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQV1JGkFxg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQV1JGkFxg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQV1JGkFxg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQV1JGkFxg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQV1JGkFxg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQV1JGkFxg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQV1JGkFxg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQV1JGkFxg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sQV1JGkFxg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQV1JGkFxg .collapsed .navbar-collapse.collapsing,
.cid-sQV1JGkFxg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQV1JGkFxg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQV1JGkFxg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQV1JGkFxg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQV1JGkFxg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQV1JGkFxg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sQV1JGkFxg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sQV1JGkFxg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQV1JGkFxg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sQV1JGkFxg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQV1JGkFxg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQV1JGkFxg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sQV1JGkFxg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQV1JGkFxg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sQV1JGkFxg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQV1JGkFxg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sQV1JGkFxg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQV1JGkFxg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQV1JGkFxg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sQV1JGkFxg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQV1JGkFxg img {
    height: 3.8rem !important;
  }
  .cid-sQV1JGkFxg .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sQV1JGkFxg .menu-wrap {
    flex-direction: column;
  }
  .cid-sQV1JGkFxg .btn {
    display: -webkit-flex;
  }
  .cid-sQV1JGkFxg button.navbar-toggler {
    display: block;
  }
  .cid-sQV1JGkFxg .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sQV1JGkFxg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQV1JGkFxg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQV1JGkFxg .navbar-collapse.collapsing,
  .cid-sQV1JGkFxg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQV1JGkFxg .navbar-collapse.collapsing .navbar-nav,
  .cid-sQV1JGkFxg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQV1JGkFxg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQV1JGkFxg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQV1JGkFxg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sQV1JGkFxg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQV1JGkFxg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQV1JGkFxg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sQV1JGkFxg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQV1JGkFxg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQV1JGkFxg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sQV1JGkFxg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQV1JGkFxg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQV1JGkFxg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sQV1JGkFxg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQV1JGkFxg .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sQV1JGkFxg .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sQV1JGkFxg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sQV1JGkFxg .nav-link:hover,
.cid-sQV1JGkFxg .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sQV0OoLuZa {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/process03-1382x922.jpg");
}
.cid-sQV0OoLuZa h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sQV0OoLuZa h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQV0OoLuZa .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-sQV0OoLuZa h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sQV0OoLuZa h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sQV0Oplpw8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQV0Oplpw8 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sQV0Oplpw8 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQV0Oplpw8 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQV0Oplpw8 .mbr-text,
.cid-sQV0Oplpw8 .mbr-section-btn {
  color: #767676;
}
.cid-sQV0OpKXko {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQV0OpKXko H1 {
  color: #4f4943;
}
.cid-sQV0OpKXko .mbr-text,
.cid-sQV0OpKXko .mbr-section-btn {
  color: #716c80;
}
.cid-sQV0Os3LuZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sQV0Os3LuZ .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-sQV0Os3LuZ .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sQV0Os3LuZ .image-block:hover:before {
  opacity: 0.4;
}
.cid-sQV0Os3LuZ .image-block:hover .wrap {
  opacity: 1;
}
.cid-sQV0Os3LuZ .image-block:hover img {
  transform: scale(1.05);
}
.cid-sQV0Os3LuZ .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-sQV0Os3LuZ h4 {
  letter-spacing: 2px;
}
.cid-sQV0Os3LuZ figcaption {
  position: relative;
}
.cid-sQV0Os3LuZ figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sQV0Os3LuZ img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sQV0Os3LuZ .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-sQV0Os3LuZ .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-sQV0Os3LuZ .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-sQV0Os3LuZ .image-block:before {
    opacity: 0.4;
  }
  .cid-sQV0Os3LuZ .image-block .wrap {
    opacity: 1;
  }
}
.cid-sQZ2eJO7Vq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sQZ2eJO7Vq .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-sQZ2eJO7Vq .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sQZ2eJO7Vq .image-block:hover:before {
  opacity: 0.4;
}
.cid-sQZ2eJO7Vq .image-block:hover .wrap {
  opacity: 1;
}
.cid-sQZ2eJO7Vq .image-block:hover img {
  transform: scale(1.05);
}
.cid-sQZ2eJO7Vq .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-sQZ2eJO7Vq h4 {
  letter-spacing: 2px;
}
.cid-sQZ2eJO7Vq figcaption {
  position: relative;
}
.cid-sQZ2eJO7Vq figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sQZ2eJO7Vq img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sQZ2eJO7Vq .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-sQZ2eJO7Vq .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-sQZ2eJO7Vq .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-sQZ2eJO7Vq .image-block:before {
    opacity: 0.4;
  }
  .cid-sQZ2eJO7Vq .image-block .wrap {
    opacity: 1;
  }
}
.cid-sQZ2BjsHzD {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sQZ2BjsHzD .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-sQZ2BjsHzD .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sQZ2BjsHzD .image-block:hover:before {
  opacity: 0.4;
}
.cid-sQZ2BjsHzD .image-block:hover .wrap {
  opacity: 1;
}
.cid-sQZ2BjsHzD .image-block:hover img {
  transform: scale(1.05);
}
.cid-sQZ2BjsHzD .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-sQZ2BjsHzD h4 {
  letter-spacing: 2px;
}
.cid-sQZ2BjsHzD figcaption {
  position: relative;
}
.cid-sQZ2BjsHzD figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sQZ2BjsHzD img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sQZ2BjsHzD .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-sQZ2BjsHzD .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-sQZ2BjsHzD .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-sQZ2BjsHzD .image-block:before {
    opacity: 0.4;
  }
  .cid-sQZ2BjsHzD .image-block .wrap {
    opacity: 1;
  }
}
.cid-sQZ2VHA2AO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sQZ2VHA2AO .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-sQZ2VHA2AO .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sQZ2VHA2AO .image-block:hover:before {
  opacity: 0.4;
}
.cid-sQZ2VHA2AO .image-block:hover .wrap {
  opacity: 1;
}
.cid-sQZ2VHA2AO .image-block:hover img {
  transform: scale(1.05);
}
.cid-sQZ2VHA2AO .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-sQZ2VHA2AO h4 {
  letter-spacing: 2px;
}
.cid-sQZ2VHA2AO figcaption {
  position: relative;
}
.cid-sQZ2VHA2AO figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sQZ2VHA2AO img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sQZ2VHA2AO .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-sQZ2VHA2AO .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-sQZ2VHA2AO .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-sQZ2VHA2AO .image-block:before {
    opacity: 0.4;
  }
  .cid-sQZ2VHA2AO .image-block .wrap {
    opacity: 1;
  }
}
.cid-sQV0OsYIsQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sQV0OsYIsQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sQV0OsYIsQ .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-sQV0OsYIsQ .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-sQV0OsYIsQ .media-content {
  padding-left: 2rem;
}
.cid-sQV0OsYIsQ textarea {
  min-height: 150px;
}
.cid-sQV0OsYIsQ .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-sQV0OsYIsQ .form-control,
.cid-sQV0OsYIsQ .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sQV0OsYIsQ .form-control input::-webkit-input-placeholder,
.cid-sQV0OsYIsQ .field-input input::-webkit-input-placeholder,
.cid-sQV0OsYIsQ .form-control textarea::-webkit-input-placeholder,
.cid-sQV0OsYIsQ .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sQV0OsYIsQ .form-control input:-moz-placeholder,
.cid-sQV0OsYIsQ .field-input input:-moz-placeholder,
.cid-sQV0OsYIsQ .form-control textarea:-moz-placeholder,
.cid-sQV0OsYIsQ .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-sQV0OsYIsQ .form-control:hover,
.cid-sQV0OsYIsQ .field-input:hover,
.cid-sQV0OsYIsQ .form-control:focus,
.cid-sQV0OsYIsQ .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sQV0OsYIsQ .form-control:hover input::-webkit-input-placeholder,
.cid-sQV0OsYIsQ .field-input:hover input::-webkit-input-placeholder,
.cid-sQV0OsYIsQ .form-control:focus input::-webkit-input-placeholder,
.cid-sQV0OsYIsQ .field-input:focus input::-webkit-input-placeholder,
.cid-sQV0OsYIsQ .form-control:hover textarea::-webkit-input-placeholder,
.cid-sQV0OsYIsQ .field-input:hover textarea::-webkit-input-placeholder,
.cid-sQV0OsYIsQ .form-control:focus textarea::-webkit-input-placeholder,
.cid-sQV0OsYIsQ .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sQV0OsYIsQ .form-control:hover input:-moz-placeholder,
.cid-sQV0OsYIsQ .field-input:hover input:-moz-placeholder,
.cid-sQV0OsYIsQ .form-control:focus input:-moz-placeholder,
.cid-sQV0OsYIsQ .field-input:focus input:-moz-placeholder,
.cid-sQV0OsYIsQ .form-control:hover textarea:-moz-placeholder,
.cid-sQV0OsYIsQ .field-input:hover textarea:-moz-placeholder,
.cid-sQV0OsYIsQ .form-control:focus textarea:-moz-placeholder,
.cid-sQV0OsYIsQ .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sQV0OsYIsQ .jq-number__spin:hover,
.cid-sQV0OsYIsQ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sQV0OsYIsQ .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sQV0OsYIsQ .jq-selectbox li,
.cid-sQV0OsYIsQ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sQV0OsYIsQ .jq-selectbox li:hover,
.cid-sQV0OsYIsQ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sQV0OsYIsQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sQV0OsYIsQ .jq-number__spin.minus:hover:after,
.cid-sQV0OsYIsQ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sQV0OsYIsQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sQV0OsYIsQ .jq-number__spin.minus:after,
.cid-sQV0OsYIsQ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sQV0OsYIsQ input::-webkit-clear-button {
  display: none;
}
.cid-sQV0OsYIsQ input::-webkit-inner-spin-button {
  display: none;
}
.cid-sQV0OsYIsQ input::-webkit-outer-spin-button {
  display: none;
}
.cid-sQV0OsYIsQ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sQV0OsYIsQ .mbr-text,
.cid-sQV0OsYIsQ .mbr-section-btn {
  color: #767676;
}
.cid-sQV0OsYIsQ .text2,
.cid-sQV0OsYIsQ .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sQV0OsYIsQ .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-sQV0Otv0HG .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sQV0Otv0HG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sQV0Otv0HG .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sQV0Otv0HG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sQV0Otv0HG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sQV0OtJwW6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sQV0OtJwW6 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQV0OtJwW6 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQV0OtJwW6 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQV0OtJwW6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQV0OtJwW6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sQV0OtJwW6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sQV0OtJwW6 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sQV0OtJwW6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sQV0OtJwW6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQV0OtJwW6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQV0OtJwW6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQV0OtJwW6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQV0OtJwW6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sQV0OtJwW6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sQV0OubOqZ .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sQV0OubOqZ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sQV0OubOqZ a {
  font-style: normal;
}
.cid-sQV0OubOqZ .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sQV0OubOqZ .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sQV0OubOqZ .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sQV0OubOqZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sQV0OubOqZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sQV0OubOqZ .nav-item:focus,
.cid-sQV0OubOqZ .nav-link:focus {
  outline: none;
}
.cid-sQV0OubOqZ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sQV0OubOqZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sQV0OubOqZ .menu-logo {
  margin-right: auto;
}
.cid-sQV0OubOqZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQV0OubOqZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sQV0OubOqZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sQV0OubOqZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQV0OubOqZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sQV0OubOqZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQV0OubOqZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sQV0OubOqZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sQV0OubOqZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQV0OubOqZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQV0OubOqZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQV0OubOqZ .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sQV0OubOqZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sQV0OubOqZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQV0OubOqZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQV0OubOqZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQV0OubOqZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sQV0OubOqZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sQV0OubOqZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sQV0OubOqZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQV0OubOqZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQV0OubOqZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sQV0OubOqZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQV0OubOqZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sQV0OubOqZ button.navbar-toggler:focus {
  outline: none;
}
.cid-sQV0OubOqZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQV0OubOqZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQV0OubOqZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQV0OubOqZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQV0OubOqZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQV0OubOqZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQV0OubOqZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQV0OubOqZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQV0OubOqZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQV0OubOqZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQV0OubOqZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sQV0OubOqZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQV0OubOqZ .collapsed .navbar-collapse.collapsing,
.cid-sQV0OubOqZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQV0OubOqZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQV0OubOqZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQV0OubOqZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQV0OubOqZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQV0OubOqZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sQV0OubOqZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sQV0OubOqZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQV0OubOqZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sQV0OubOqZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQV0OubOqZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQV0OubOqZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sQV0OubOqZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQV0OubOqZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sQV0OubOqZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQV0OubOqZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sQV0OubOqZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQV0OubOqZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQV0OubOqZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sQV0OubOqZ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQV0OubOqZ img {
    height: 3.8rem !important;
  }
  .cid-sQV0OubOqZ .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sQV0OubOqZ .menu-wrap {
    flex-direction: column;
  }
  .cid-sQV0OubOqZ .btn {
    display: -webkit-flex;
  }
  .cid-sQV0OubOqZ button.navbar-toggler {
    display: block;
  }
  .cid-sQV0OubOqZ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sQV0OubOqZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQV0OubOqZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQV0OubOqZ .navbar-collapse.collapsing,
  .cid-sQV0OubOqZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQV0OubOqZ .navbar-collapse.collapsing .navbar-nav,
  .cid-sQV0OubOqZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQV0OubOqZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQV0OubOqZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQV0OubOqZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sQV0OubOqZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQV0OubOqZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQV0OubOqZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sQV0OubOqZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQV0OubOqZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQV0OubOqZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sQV0OubOqZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQV0OubOqZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQV0OubOqZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sQV0OubOqZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQV0OubOqZ .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sQV0OubOqZ .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sQV0OubOqZ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sQV0OubOqZ .nav-link:hover,
.cid-sQV0OubOqZ .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sQUYximOnJ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/main-banner-04-801x534.jpg");
}
.cid-sQUYximOnJ h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sQUYximOnJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQUYximOnJ .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-sQUYximOnJ h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sQUYximOnJ h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sQUYxiVEMW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQUYxiVEMW h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sQUYxiVEMW h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQUYxiVEMW h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQUYxiVEMW .mbr-text,
.cid-sQUYxiVEMW .mbr-section-btn {
  color: #767676;
}
.cid-sQUYxjjEoF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQUYxjjEoF H1 {
  color: #4f4943;
}
.cid-sQUYxjjEoF .mbr-text,
.cid-sQUYxjjEoF .mbr-section-btn {
  color: #716c80;
}
.cid-sQUYxm2wmy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-sQUYxm2wmy .mbr-text {
    text-align: center;
  }
}
.cid-sQUYxm2wmy .container-fluid {
  padding: 0;
}
.cid-sQUYxm2wmy .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sQUYxm2wmy img {
  height: 100%;
  object-fit: cover;
}
.cid-sQUYxm2wmy .mbr-figure {
  height: 100%;
}
.cid-sQUYxm2wmy .col-lg-6 {
  padding: 0;
}
.cid-sQUYxm2wmy .row {
  margin: 0;
}
.cid-sQUYxm2wmy .mbr-text,
.cid-sQUYxm2wmy .mbr-section-btn {
  text-align: left;
}
.cid-sQUYxm2wmy H3 {
  text-align: left;
}
.cid-sQUYxm2wmy H1 {
  text-align: left;
}
.cid-sQUYxmreuP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sQUYxmreuP .mbr-text {
    text-align: center;
  }
}
.cid-sQUYxmreuP .container-fluid {
  padding: 0;
}
.cid-sQUYxmreuP .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sQUYxmreuP img {
  height: 100%;
  object-fit: cover;
}
.cid-sQUYxmreuP .mbr-figure {
  height: 100%;
}
.cid-sQUYxmreuP .col-lg-6 {
  padding: 0;
}
.cid-sQUYxmreuP .row {
  margin: 0;
}
.cid-sQUZyhJ8nH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-sQUZyhJ8nH .mbr-text {
    text-align: center;
  }
}
.cid-sQUZyhJ8nH .container-fluid {
  padding: 0;
}
.cid-sQUZyhJ8nH .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sQUZyhJ8nH img {
  height: 100%;
  object-fit: cover;
}
.cid-sQUZyhJ8nH .mbr-figure {
  height: 100%;
}
.cid-sQUZyhJ8nH .col-lg-6 {
  padding: 0;
}
.cid-sQUZyhJ8nH .row {
  margin: 0;
}
.cid-sQUZyhJ8nH .mbr-text,
.cid-sQUZyhJ8nH .mbr-section-btn {
  text-align: left;
}
.cid-sQUZyhJ8nH H3 {
  text-align: left;
}
.cid-sQUZyhJ8nH H1 {
  text-align: left;
}
.cid-sQUZzSnaQk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sQUZzSnaQk .mbr-text {
    text-align: center;
  }
}
.cid-sQUZzSnaQk .container-fluid {
  padding: 0;
}
.cid-sQUZzSnaQk .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sQUZzSnaQk img {
  height: 100%;
  object-fit: cover;
}
.cid-sQUZzSnaQk .mbr-figure {
  height: 100%;
}
.cid-sQUZzSnaQk .col-lg-6 {
  padding: 0;
}
.cid-sQUZzSnaQk .row {
  margin: 0;
}
.cid-sQUYxnBAJS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sQUYxnBAJS .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQUYxnBAJS .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQUYxnBAJS .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQUYxnBAJS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQUYxnBAJS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sQUYxnBAJS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sQUYxnBAJS .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sQUYxnBAJS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sQUYxnBAJS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQUYxnBAJS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQUYxnBAJS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQUYxnBAJS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQUYxnBAJS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sQUYxnBAJS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sQUYxo5DDj .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sQUYxo5DDj .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sQUYxo5DDj a {
  font-style: normal;
}
.cid-sQUYxo5DDj .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sQUYxo5DDj .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sQUYxo5DDj .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sQUYxo5DDj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sQUYxo5DDj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sQUYxo5DDj .nav-item:focus,
.cid-sQUYxo5DDj .nav-link:focus {
  outline: none;
}
.cid-sQUYxo5DDj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sQUYxo5DDj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sQUYxo5DDj .menu-logo {
  margin-right: auto;
}
.cid-sQUYxo5DDj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQUYxo5DDj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sQUYxo5DDj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sQUYxo5DDj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQUYxo5DDj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sQUYxo5DDj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQUYxo5DDj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sQUYxo5DDj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sQUYxo5DDj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQUYxo5DDj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQUYxo5DDj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQUYxo5DDj .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sQUYxo5DDj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sQUYxo5DDj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQUYxo5DDj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQUYxo5DDj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQUYxo5DDj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sQUYxo5DDj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sQUYxo5DDj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sQUYxo5DDj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQUYxo5DDj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQUYxo5DDj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sQUYxo5DDj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQUYxo5DDj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sQUYxo5DDj button.navbar-toggler:focus {
  outline: none;
}
.cid-sQUYxo5DDj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQUYxo5DDj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQUYxo5DDj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQUYxo5DDj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQUYxo5DDj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQUYxo5DDj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQUYxo5DDj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQUYxo5DDj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQUYxo5DDj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQUYxo5DDj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQUYxo5DDj .collapsed .btn {
  display: -webkit-flex;
}
.cid-sQUYxo5DDj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQUYxo5DDj .collapsed .navbar-collapse.collapsing,
.cid-sQUYxo5DDj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQUYxo5DDj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQUYxo5DDj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQUYxo5DDj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQUYxo5DDj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQUYxo5DDj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sQUYxo5DDj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sQUYxo5DDj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQUYxo5DDj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sQUYxo5DDj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQUYxo5DDj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQUYxo5DDj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sQUYxo5DDj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQUYxo5DDj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sQUYxo5DDj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQUYxo5DDj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sQUYxo5DDj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQUYxo5DDj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQUYxo5DDj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sQUYxo5DDj.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQUYxo5DDj img {
    height: 3.8rem !important;
  }
  .cid-sQUYxo5DDj .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sQUYxo5DDj .menu-wrap {
    flex-direction: column;
  }
  .cid-sQUYxo5DDj .btn {
    display: -webkit-flex;
  }
  .cid-sQUYxo5DDj button.navbar-toggler {
    display: block;
  }
  .cid-sQUYxo5DDj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sQUYxo5DDj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQUYxo5DDj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQUYxo5DDj .navbar-collapse.collapsing,
  .cid-sQUYxo5DDj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQUYxo5DDj .navbar-collapse.collapsing .navbar-nav,
  .cid-sQUYxo5DDj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQUYxo5DDj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQUYxo5DDj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQUYxo5DDj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sQUYxo5DDj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQUYxo5DDj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQUYxo5DDj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sQUYxo5DDj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQUYxo5DDj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQUYxo5DDj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sQUYxo5DDj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQUYxo5DDj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQUYxo5DDj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sQUYxo5DDj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQUYxo5DDj .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sQUYxo5DDj .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sQUYxo5DDj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sQUYxo5DDj .nav-link:hover,
.cid-sQUYxo5DDj .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sQUXjvPsmJ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/hadosan-location-2000x1184.jpg");
}
.cid-sQUXjvPsmJ h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sQUXjvPsmJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQUXjvPsmJ .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-sQUXjvPsmJ h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sQUXjvPsmJ h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sQUXjwuP8x {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQUXjwuP8x h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sQUXjwuP8x h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQUXjwuP8x h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQUXjwuP8x .mbr-text,
.cid-sQUXjwuP8x .mbr-section-btn {
  color: #767676;
}
.cid-sQUXjwP9vs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQUXjwP9vs H1 {
  color: #4f4943;
}
.cid-sQUXjwP9vs .mbr-text,
.cid-sQUXjwP9vs .mbr-section-btn {
  color: #716c80;
}
.cid-sQUXjx7Eai {
  background-color: #ffffff;
}
.cid-sQUXjx7Eai .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQUXjx7Eai .carousel-item > div {
  width: 100%;
}
.cid-sQUXjx7Eai h4 {
  margin-bottom: 0.7rem;
  font-weight: 900;
}
.cid-sQUXjx7Eai .carousel-item.active,
.cid-sQUXjx7Eai .carousel-item-next,
.cid-sQUXjx7Eai .carousel-item-prev {
  display: flex;
}
.cid-sQUXjx7Eai .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-sQUXjx7Eai .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-sQUXjx7Eai .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-sQUXjx7Eai .carousel-controls a {
    width: 5%;
  }
}
.cid-sQUXjx7Eai .mbr-text {
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-sQUXjx7Eai .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-sQUXjx7Eai .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-sQUXjx7Eai img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-sQUXjx7Eai li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.cid-sQUXjx7Eai li.active {
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-sQUXjx7Eai .carousel-indicators {
  position: absolute;
  bottom: -2.3rem;
  align-items: center;
}
.cid-sQUXjx7Eai .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-sQUXjx7Eai .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sQUXjx7Eai {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .cid-sQUXjx7Eai .col-md-3 {
    padding: 0;
  }
}
@media (min-width: 767px) {
  .cid-sQUXjx7Eai {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.cid-sQUXjx7Eai a {
  color: #fff;
  line-height: 1.5;
}
.cid-sQUXjx7Eai .wrapper-img {
  position: relative;
  background-color: #000;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sQUXjx7Eai .title-block {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sQUXjx7Eai .desk {
  color: #fff;
}
.cid-sQUXjx7Eai .signature {
  color: #fff;
}
.cid-sQUXjx7Eai .img-block:hover .title-block {
  opacity: 1;
  transform: translateX(0px);
}
.cid-sQUXjx7Eai .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.5;
}
.cid-sQUXjx7Eai .img-block:hover .wrapper-img {
  transform: scale(0.95);
}
.cid-sQUXjx7Eai .container-fluid {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-sQUXjx7Eai .img-card {
    margin-top: 2rem;
  }
}
.cid-sQUXjALKrN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sQUXjALKrN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sQUXjALKrN .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-sQUXjALKrN .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-sQUXjALKrN .media-content {
  padding-left: 2rem;
}
.cid-sQUXjALKrN textarea {
  min-height: 150px;
}
.cid-sQUXjALKrN .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-sQUXjALKrN .form-control,
.cid-sQUXjALKrN .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sQUXjALKrN .form-control input::-webkit-input-placeholder,
.cid-sQUXjALKrN .field-input input::-webkit-input-placeholder,
.cid-sQUXjALKrN .form-control textarea::-webkit-input-placeholder,
.cid-sQUXjALKrN .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sQUXjALKrN .form-control input:-moz-placeholder,
.cid-sQUXjALKrN .field-input input:-moz-placeholder,
.cid-sQUXjALKrN .form-control textarea:-moz-placeholder,
.cid-sQUXjALKrN .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-sQUXjALKrN .form-control:hover,
.cid-sQUXjALKrN .field-input:hover,
.cid-sQUXjALKrN .form-control:focus,
.cid-sQUXjALKrN .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sQUXjALKrN .form-control:hover input::-webkit-input-placeholder,
.cid-sQUXjALKrN .field-input:hover input::-webkit-input-placeholder,
.cid-sQUXjALKrN .form-control:focus input::-webkit-input-placeholder,
.cid-sQUXjALKrN .field-input:focus input::-webkit-input-placeholder,
.cid-sQUXjALKrN .form-control:hover textarea::-webkit-input-placeholder,
.cid-sQUXjALKrN .field-input:hover textarea::-webkit-input-placeholder,
.cid-sQUXjALKrN .form-control:focus textarea::-webkit-input-placeholder,
.cid-sQUXjALKrN .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sQUXjALKrN .form-control:hover input:-moz-placeholder,
.cid-sQUXjALKrN .field-input:hover input:-moz-placeholder,
.cid-sQUXjALKrN .form-control:focus input:-moz-placeholder,
.cid-sQUXjALKrN .field-input:focus input:-moz-placeholder,
.cid-sQUXjALKrN .form-control:hover textarea:-moz-placeholder,
.cid-sQUXjALKrN .field-input:hover textarea:-moz-placeholder,
.cid-sQUXjALKrN .form-control:focus textarea:-moz-placeholder,
.cid-sQUXjALKrN .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sQUXjALKrN .jq-number__spin:hover,
.cid-sQUXjALKrN .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sQUXjALKrN .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sQUXjALKrN .jq-selectbox li,
.cid-sQUXjALKrN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sQUXjALKrN .jq-selectbox li:hover,
.cid-sQUXjALKrN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sQUXjALKrN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sQUXjALKrN .jq-number__spin.minus:hover:after,
.cid-sQUXjALKrN .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sQUXjALKrN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sQUXjALKrN .jq-number__spin.minus:after,
.cid-sQUXjALKrN .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sQUXjALKrN input::-webkit-clear-button {
  display: none;
}
.cid-sQUXjALKrN input::-webkit-inner-spin-button {
  display: none;
}
.cid-sQUXjALKrN input::-webkit-outer-spin-button {
  display: none;
}
.cid-sQUXjALKrN input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sQUXjALKrN .mbr-text,
.cid-sQUXjALKrN .mbr-section-btn {
  color: #767676;
}
.cid-sQUXjALKrN .text2,
.cid-sQUXjALKrN .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sQUXjALKrN .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-sQUXjBDoBU .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sQUXjBDoBU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sQUXjBDoBU .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sQUXjBDoBU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sQUXjBDoBU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sQUXjC3x55 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sQUXjC3x55 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQUXjC3x55 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQUXjC3x55 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQUXjC3x55 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQUXjC3x55 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sQUXjC3x55 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sQUXjC3x55 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sQUXjC3x55 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sQUXjC3x55 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQUXjC3x55 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQUXjC3x55 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQUXjC3x55 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQUXjC3x55 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sQUXjC3x55 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sQUXjCHhxK .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sQUXjCHhxK .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sQUXjCHhxK a {
  font-style: normal;
}
.cid-sQUXjCHhxK .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sQUXjCHhxK .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sQUXjCHhxK .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sQUXjCHhxK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sQUXjCHhxK .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sQUXjCHhxK .nav-item:focus,
.cid-sQUXjCHhxK .nav-link:focus {
  outline: none;
}
.cid-sQUXjCHhxK .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sQUXjCHhxK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sQUXjCHhxK .menu-logo {
  margin-right: auto;
}
.cid-sQUXjCHhxK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQUXjCHhxK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sQUXjCHhxK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sQUXjCHhxK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQUXjCHhxK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sQUXjCHhxK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQUXjCHhxK .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sQUXjCHhxK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sQUXjCHhxK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQUXjCHhxK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQUXjCHhxK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQUXjCHhxK .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sQUXjCHhxK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sQUXjCHhxK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQUXjCHhxK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQUXjCHhxK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQUXjCHhxK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sQUXjCHhxK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sQUXjCHhxK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sQUXjCHhxK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQUXjCHhxK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQUXjCHhxK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sQUXjCHhxK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQUXjCHhxK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sQUXjCHhxK button.navbar-toggler:focus {
  outline: none;
}
.cid-sQUXjCHhxK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQUXjCHhxK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQUXjCHhxK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQUXjCHhxK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQUXjCHhxK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQUXjCHhxK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQUXjCHhxK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQUXjCHhxK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQUXjCHhxK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQUXjCHhxK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQUXjCHhxK .collapsed .btn {
  display: -webkit-flex;
}
.cid-sQUXjCHhxK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQUXjCHhxK .collapsed .navbar-collapse.collapsing,
.cid-sQUXjCHhxK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQUXjCHhxK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQUXjCHhxK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQUXjCHhxK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQUXjCHhxK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQUXjCHhxK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sQUXjCHhxK .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sQUXjCHhxK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQUXjCHhxK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sQUXjCHhxK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQUXjCHhxK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQUXjCHhxK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sQUXjCHhxK .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQUXjCHhxK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sQUXjCHhxK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQUXjCHhxK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sQUXjCHhxK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQUXjCHhxK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQUXjCHhxK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sQUXjCHhxK.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQUXjCHhxK img {
    height: 3.8rem !important;
  }
  .cid-sQUXjCHhxK .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sQUXjCHhxK .menu-wrap {
    flex-direction: column;
  }
  .cid-sQUXjCHhxK .btn {
    display: -webkit-flex;
  }
  .cid-sQUXjCHhxK button.navbar-toggler {
    display: block;
  }
  .cid-sQUXjCHhxK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sQUXjCHhxK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQUXjCHhxK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQUXjCHhxK .navbar-collapse.collapsing,
  .cid-sQUXjCHhxK .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQUXjCHhxK .navbar-collapse.collapsing .navbar-nav,
  .cid-sQUXjCHhxK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQUXjCHhxK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQUXjCHhxK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQUXjCHhxK .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sQUXjCHhxK .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQUXjCHhxK .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQUXjCHhxK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sQUXjCHhxK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQUXjCHhxK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQUXjCHhxK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sQUXjCHhxK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQUXjCHhxK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQUXjCHhxK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sQUXjCHhxK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQUXjCHhxK .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sQUXjCHhxK .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sQUXjCHhxK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sQUXjCHhxK .nav-link:hover,
.cid-sQUXjCHhxK .dropdown-item:hover {
  color: #cccccc !important;
}
