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/930-overhead-iii-2000x967.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-rEvfzB3vnS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rEvfzB3vnS .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-rEvfzB3vnS .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-rEvfzB3vnS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rEvfzB3vnS h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rEvfzB3vnS h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfzB3vnS h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfzB3vnS .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-rEvfzB3vnS .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-rEvfzB3vnS .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnS .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnS .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnS .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnS .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnS .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnS .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnS .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnS .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-rEvfzB3vnS .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-rEvfzB3vnS .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-rEvfzB3vnS .card-title,
  .cid-rEvfzB3vnS .underline,
  .cid-rEvfzB3vnS .mbr-text,
  .cid-rEvfzB3vnS .mbr-section-btn,
  .cid-rEvfzB3vnS .mbr-section-subtitle,
  .cid-rEvfzB3vnS .mbr-section-title {
    text-align: center !important;
  }
  .cid-rEvfzB3vnS .wrapper {
    background-color: #000000;
  }
}
.cid-rEvfzB3vnS .mbr-section-title {
  text-align: left;
}
.cid-rEvfzB3vnS .mbr-section-title,
.cid-rEvfzB3vnS .underline {
  text-align: center;
}
.cid-rEvfzB3vnS H4 {
  color: #e1201d;
}
.cid-rEvfzVQXuT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rEvfzVQXuT .mbr-text {
    text-align: center;
  }
}
.cid-rEvfzVQXuT .container-fluid {
  padding: 0;
}
.cid-rEvfzVQXuT .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rEvfzVQXuT img {
  height: 100%;
  object-fit: cover;
}
.cid-rEvfzVQXuT .mbr-figure {
  height: 100%;
}
.cid-rEvfzVQXuT .col-lg-7 {
  padding: 0;
}
.cid-rEvfzVQXuT .row {
  margin: 0;
}
.cid-rEvfA6F6XI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEvfA6F6XI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rEvfA6F6XI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfA6F6XI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfA6F6XI .mbr-text,
.cid-rEvfA6F6XI .mbr-section-btn {
  color: #767676;
}
.cid-sQAINoAi5f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sQAINoAi5f .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sQAINoAi5f .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQAINoAi5f .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sQAINoAi5f .mbr-gallery-item {
  width: 33.3%;
}
.cid-sQAINoAi5f .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-sQAINoAi5f .mbr-gallery-item {
    width: 100%;
  }
}
.cid-sQAINoAi5f .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-sQAINoAi5f .mbr-gallery-row {
  justify-content: center;
}
.cid-sQAINoAi5f .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sQAINoAi5f .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-sQAINoAi5f .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sQAINoAi5f .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sQAINoAi5f .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sQAINoAi5f .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-sQAINoAi5f .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sQAINoAi5f .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sQAINoAi5f img {
  transition: all 2s !important;
}
.cid-sQAINoAi5f .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sQAINoAi5f .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sQAINoAi5f .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rEvfBGGE6S {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/930-overhead-iii-2000x967.jpg");
}
.cid-rEvfBGGE6S .card-box {
  padding: 0 1.6rem;
}
.cid-rEvfBGGE6S .card {
  padding: 0rem!important;
}
@media (min-width: 767px) {
  .cid-rEvfBGGE6S .container {
    padding: 0 2.1rem;
  }
}
@media (max-width: 767px) {
  .cid-rEvfBGGE6S .container {
    padding: 0 1.8rem;
  }
  .cid-rEvfBGGE6S .mbr-section-btn {
    opacity: 1;
  }
  .cid-rEvfBGGE6S .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-rEvfBGGE6S .card {
    padding: 0rem!important;
    padding-bottom: 1rem!important;
  }
}
@media (min-width: 992px) {
  .cid-rEvfBGGE6S .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-rEvfBGGE6S .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-rEvfBGGE6S .card {
    padding-bottom: 1rem!important;
  }
  .cid-rEvfBGGE6S .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-rEvfBGGE6S .row {
  justify-content: center;
}
.cid-rEvfBGGE6S .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-rEvfBGGE6S .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rEvfBGGE6S .card1 {
  background-image: url("../../../assets/images/dsc01650-2000x1125.jpg");
}
.cid-rEvfBGGE6S .card2 {
  background-image: url("../../../assets/images/dsc01701-2000x1125.jpg");
}
.cid-rEvfBGGE6S .card3 {
  background-image: url("../../../assets/images/dsc02019-2000x1125.jpg");
}
.cid-rEvfBGGE6S .card4 {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rEvfBGGE6S h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rEvfBGGE6S p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rEvfBGGE6S .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-rEvfBGGE6S .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
.cid-rEvfCNgHKY {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-rEvfCNgHKY .accordion .card {
  overflow: visible;
}
.cid-rEvfCNgHKY .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
}
.cid-rEvfCNgHKY .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rEvfCNgHKY .panel-text {
  padding: 1rem;
}
.cid-rEvfCNgHKY .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rEvfCNgHKY .card .card-header {
  border-radius: 0px;
  border: 1px solid lightgray;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-rEvfCNgHKY .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rEvfCNgHKY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rEvfCNgHKY .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rEvfCNgHKY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rEvfCNgHKY .card .panel-body {
  color: #767676;
}
.cid-rEvfCNgHKY .panel-collapse {
  border: 1px solid lightgray;
  margin-top: -1px;
}
.cid-rEvfCNgHKY H4 {
  color: #767676;
}
.cid-rEvfDb7OmE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rEvfDb7OmE .image-block {
  margin: 10px;
  height: 400px;
  overflow: hidden;
}
.cid-rEvfDb7OmE .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-rEvfDb7OmE .image-block:hover:before {
  opacity: 0.2;
}
.cid-rEvfDb7OmE .image-block:hover .wrap {
  opacity: 1;
}
.cid-rEvfDb7OmE h4 {
  letter-spacing: 2px;
}
.cid-rEvfDb7OmE figcaption {
  position: relative;
}
.cid-rEvfDb7OmE figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rEvfDb7OmE img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-rEvfDb7OmE .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-rEvfDb7OmE .wrap {
    opacity: 1!important;
  }
  .cid-rEvfDb7OmE .image-block:before {
    opacity: 0.2!important;
  }
}
.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-rEvfDDNRKX {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-rEvfDDNRKX .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rEvfDDNRKX h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-rEvfDDNRKX h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfDDNRKX h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfDDNRKX .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-rEvfDDNRKX .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-rEvfDDNRKX .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-rEvfDDNRKX .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-rEvfDDNRKX .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-rEvfDDNRKX .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-rEvfDDNRKX .mbr-section-title,
.cid-rEvfDDNRKX .social-list {
  color: #000000;
}
.cid-rEvfEBwytB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rEvfEBwytB .google-map {
  height: 25rem;
  position: relative;
}
.cid-rEvfEBwytB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rEvfEBwytB .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-rEvfEBwytB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rEvfEBwytB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 1200px) {
  .cid-rEvfEBwytB .map1 {
    padding-right: 2rem;
  }
  .cid-rEvfEBwytB .map2 {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-rEvfEBwytB .map1 {
    padding-bottom: 2rem;
  }
}
.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;
}
.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-sQGxpW35YH {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/dsc01680-2000x1125.jpg");
}
.cid-sQGxpW35YH h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sQGxpW35YH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQGxpW35YH .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-sQGxpW35YH h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sQGxpW35YH h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sQGxpX42Io {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQGxpX42Io h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sQGxpX42Io h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQGxpX42Io h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sQGxpX42Io .mbr-text,
.cid-sQGxpX42Io .mbr-section-btn {
  color: #767676;
}
.cid-sQGxpY5yiM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sQGxpY5yiM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sQGxpY5yiM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQGxpY5yiM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sQGxpY5yiM .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sQGxpY5yiM .container {
  padding: 0;
}
.cid-sQGxpY5yiM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sQGxpY5yiM .icon-focus {
  display: none;
}
.cid-sQGxpY5yiM .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sQGxpY5yiM .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-sQGxpY5yiM li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sQGxpY5yiM li {
  position: relative;
}
.cid-sQGxpY5yiM .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sQGxpY5yiM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sQGxpY5yiM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sQGxpY5yiM .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sQGxpY5yiM .btn {
  font-family: DM Sans !important;
}
.cid-sQGxpY5yiM .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sQGxpY5yiM .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sQGxpY5yiM .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sQGxpY5yiM li:not(:last-child):after {
    top: 9px;
  }
  .cid-sQGxpY5yiM .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-sWOEiXsu6y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sWOEiXsu6y h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sWOEiXsu6y p {
  color: #767676;
}
.cid-sWOEiXsu6y .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #efefef;
  position: relative;
  justify-content: unset;
}
.cid-sWOEiXsu6y .card-wrapper .card-box {
  padding: 1rem 0;
  width: 100%;
}
.cid-sWOEiXsu6y .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sWOEiXsu6y .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-sWOEiXsu6y .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-sWOEiXsu6y .card-wrapper .card-box .bottom-line p {
    margin: 1rem 0 0 0;
  }
}
.cid-sQGxq0zbo4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sQGxq0zbo4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sQGxq0zbo4 .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-sQGxq0zbo4 .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-sQGxq0zbo4 .media-content {
  padding-left: 2rem;
}
.cid-sQGxq0zbo4 textarea {
  min-height: 150px;
}
.cid-sQGxq0zbo4 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-sQGxq0zbo4 .form-control,
.cid-sQGxq0zbo4 .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-sQGxq0zbo4 .form-control input::-webkit-input-placeholder,
.cid-sQGxq0zbo4 .field-input input::-webkit-input-placeholder,
.cid-sQGxq0zbo4 .form-control textarea::-webkit-input-placeholder,
.cid-sQGxq0zbo4 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sQGxq0zbo4 .form-control input:-moz-placeholder,
.cid-sQGxq0zbo4 .field-input input:-moz-placeholder,
.cid-sQGxq0zbo4 .form-control textarea:-moz-placeholder,
.cid-sQGxq0zbo4 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-sQGxq0zbo4 .form-control:hover,
.cid-sQGxq0zbo4 .field-input:hover,
.cid-sQGxq0zbo4 .form-control:focus,
.cid-sQGxq0zbo4 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sQGxq0zbo4 .form-control:hover input::-webkit-input-placeholder,
.cid-sQGxq0zbo4 .field-input:hover input::-webkit-input-placeholder,
.cid-sQGxq0zbo4 .form-control:focus input::-webkit-input-placeholder,
.cid-sQGxq0zbo4 .field-input:focus input::-webkit-input-placeholder,
.cid-sQGxq0zbo4 .form-control:hover textarea::-webkit-input-placeholder,
.cid-sQGxq0zbo4 .field-input:hover textarea::-webkit-input-placeholder,
.cid-sQGxq0zbo4 .form-control:focus textarea::-webkit-input-placeholder,
.cid-sQGxq0zbo4 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sQGxq0zbo4 .form-control:hover input:-moz-placeholder,
.cid-sQGxq0zbo4 .field-input:hover input:-moz-placeholder,
.cid-sQGxq0zbo4 .form-control:focus input:-moz-placeholder,
.cid-sQGxq0zbo4 .field-input:focus input:-moz-placeholder,
.cid-sQGxq0zbo4 .form-control:hover textarea:-moz-placeholder,
.cid-sQGxq0zbo4 .field-input:hover textarea:-moz-placeholder,
.cid-sQGxq0zbo4 .form-control:focus textarea:-moz-placeholder,
.cid-sQGxq0zbo4 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sQGxq0zbo4 .jq-number__spin:hover,
.cid-sQGxq0zbo4 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sQGxq0zbo4 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sQGxq0zbo4 .jq-selectbox li,
.cid-sQGxq0zbo4 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sQGxq0zbo4 .jq-selectbox li:hover,
.cid-sQGxq0zbo4 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sQGxq0zbo4 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sQGxq0zbo4 .jq-number__spin.minus:hover:after,
.cid-sQGxq0zbo4 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sQGxq0zbo4 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sQGxq0zbo4 .jq-number__spin.minus:after,
.cid-sQGxq0zbo4 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sQGxq0zbo4 input::-webkit-clear-button {
  display: none;
}
.cid-sQGxq0zbo4 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sQGxq0zbo4 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sQGxq0zbo4 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sQGxq0zbo4 .mbr-text,
.cid-sQGxq0zbo4 .mbr-section-btn {
  color: #767676;
}
.cid-sQGxq0zbo4 .text2,
.cid-sQGxq0zbo4 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sQGxq0zbo4 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-sQGxq1BkKF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sQGxq1BkKF .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQGxq1BkKF .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQGxq1BkKF .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-sQGxq1BkKF .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-sQGxq1BkKF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sQGxq1BkKF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sQGxq1BkKF .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-sQGxq1BkKF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sQGxq1BkKF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQGxq1BkKF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQGxq1BkKF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQGxq1BkKF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQGxq1BkKF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sQGxq1BkKF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sQGxq22BxA .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sQGxq22BxA .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sQGxq22BxA a {
  font-style: normal;
}
.cid-sQGxq22BxA .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sQGxq22BxA .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sQGxq22BxA .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sQGxq22BxA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sQGxq22BxA .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-sQGxq22BxA .nav-item:focus,
.cid-sQGxq22BxA .nav-link:focus {
  outline: none;
}
.cid-sQGxq22BxA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sQGxq22BxA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sQGxq22BxA .menu-logo {
  margin-right: auto;
}
.cid-sQGxq22BxA .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-sQGxq22BxA .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-sQGxq22BxA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sQGxq22BxA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQGxq22BxA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sQGxq22BxA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQGxq22BxA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sQGxq22BxA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sQGxq22BxA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQGxq22BxA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQGxq22BxA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQGxq22BxA .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sQGxq22BxA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sQGxq22BxA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQGxq22BxA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQGxq22BxA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQGxq22BxA .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-sQGxq22BxA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sQGxq22BxA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sQGxq22BxA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQGxq22BxA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQGxq22BxA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sQGxq22BxA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQGxq22BxA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sQGxq22BxA button.navbar-toggler:focus {
  outline: none;
}
.cid-sQGxq22BxA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQGxq22BxA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQGxq22BxA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQGxq22BxA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQGxq22BxA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQGxq22BxA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQGxq22BxA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQGxq22BxA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQGxq22BxA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQGxq22BxA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQGxq22BxA .collapsed .btn {
  display: -webkit-flex;
}
.cid-sQGxq22BxA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQGxq22BxA .collapsed .navbar-collapse.collapsing,
.cid-sQGxq22BxA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQGxq22BxA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQGxq22BxA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQGxq22BxA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQGxq22BxA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQGxq22BxA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sQGxq22BxA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sQGxq22BxA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQGxq22BxA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sQGxq22BxA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQGxq22BxA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sQGxq22BxA .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQGxq22BxA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sQGxq22BxA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQGxq22BxA .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-sQGxq22BxA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQGxq22BxA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQGxq22BxA .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-sQGxq22BxA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQGxq22BxA img {
    height: 3.8rem !important;
  }
  .cid-sQGxq22BxA .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sQGxq22BxA .menu-wrap {
    flex-direction: column;
  }
  .cid-sQGxq22BxA .btn {
    display: -webkit-flex;
  }
  .cid-sQGxq22BxA button.navbar-toggler {
    display: block;
  }
  .cid-sQGxq22BxA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sQGxq22BxA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQGxq22BxA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQGxq22BxA .navbar-collapse.collapsing,
  .cid-sQGxq22BxA .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQGxq22BxA .navbar-collapse.collapsing .navbar-nav,
  .cid-sQGxq22BxA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQGxq22BxA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQGxq22BxA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQGxq22BxA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sQGxq22BxA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQGxq22BxA .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQGxq22BxA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sQGxq22BxA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQGxq22BxA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQGxq22BxA .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-sQGxq22BxA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQGxq22BxA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQGxq22BxA .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-sQGxq22BxA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQGxq22BxA .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sQGxq22BxA .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sQGxq22BxA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sQGxq22BxA .nav-link:hover,
.cid-sQGxq22BxA .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sRxJjCfYVo {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/930-overhead-2000x1675.jpg");
}
.cid-sRxJjCfYVo h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sRxJjCfYVo h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sRxJjCfYVo .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-sRxJjCfYVo h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sRxJjCfYVo h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sRxJjDbrxU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRxJjDbrxU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sRxJjDbrxU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sRxJjDbrxU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sRxJjDbrxU .mbr-text,
.cid-sRxJjDbrxU .mbr-section-btn {
  color: #767676;
}
.cid-sRxJjDOL8T {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/930-overhead-iii-2000x967.jpg");
}
.cid-sRxJjDOL8T .card-box {
  padding: 0 1.6rem;
}
.cid-sRxJjDOL8T .card {
  padding: 0rem!important;
}
@media (min-width: 767px) {
  .cid-sRxJjDOL8T .container {
    padding: 0 2.1rem;
  }
}
@media (max-width: 767px) {
  .cid-sRxJjDOL8T .container {
    padding: 0 1.8rem;
  }
  .cid-sRxJjDOL8T .mbr-section-btn {
    opacity: 1;
  }
  .cid-sRxJjDOL8T .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-sRxJjDOL8T .card {
    padding: 0rem!important;
    padding-bottom: 1rem!important;
  }
}
@media (min-width: 992px) {
  .cid-sRxJjDOL8T .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-sRxJjDOL8T .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sRxJjDOL8T .card {
    padding-bottom: 1rem!important;
  }
  .cid-sRxJjDOL8T .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-sRxJjDOL8T .row {
  justify-content: center;
}
.cid-sRxJjDOL8T .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-sRxJjDOL8T .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-sRxJjDOL8T .card1 {
  background-image: url("../../../assets/images/dsc01650-2000x1125.jpg");
}
.cid-sRxJjDOL8T .card2 {
  background-image: url("../../../assets/images/dsc01701-2000x1125.jpg");
}
.cid-sRxJjDOL8T .card3 {
  background-image: url("../../../assets/images/dsc02019-2000x1125.jpg");
}
.cid-sRxJjDOL8T .card4 {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sRxJjDOL8T h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sRxJjDOL8T p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sRxJjDOL8T .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-sRxJjDOL8T .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
.cid-sRxJjEbMK1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sRxJjEbMK1 .container-fluid {
  padding: 0 3rem;
}
.cid-sRxJjEbMK1 .mbr-section-subtitle {
  color: #000000;
}
.cid-sRxJjEbMK1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sRxJjEbMK1 .table-wrapper {
  margin: 0 auto;
}
.cid-sRxJjEbMK1 .head-item {
  min-width: 70px;
}
.cid-sRxJjEbMK1 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sRxJjEbMK1 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-sRxJjEbMK1 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sRxJjEbMK1 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sRxJjEbMK1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sRxJjEbMK1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-sRxJjEbMK1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-sRxJjEbMK1 .dataTables_wrapper {
  display: block;
}
.cid-sRxJjEbMK1 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sRxJjEbMK1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sRxJjEbMK1 .head-item:after,
.cid-sRxJjEbMK1 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-sRxJjEbMK1 .dataTables_filter {
    text-align: center;
  }
  .cid-sRxJjEbMK1 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-sRxJjEbMK1 .dataTables_filter {
    text-align: center;
  }
  .cid-sRxJjEbMK1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-sRxJjEbMK1 .table-wrapper {
    width: 100%!important;
  }
  .cid-sRxJjEbMK1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sRxJjEbMK1 table th,
  .cid-sRxJjEbMK1 table td {
    padding: .75rem;
  }
}
.cid-sRxJjEIYjS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sRxJjEIYjS h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sRxJjEIYjS p {
  color: #767676;
}
.cid-sRxJjEIYjS .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #efefef;
  position: relative;
  justify-content: unset;
}
.cid-sRxJjEIYjS .card-wrapper .card-box {
  padding: 1rem 0;
  width: 100%;
}
.cid-sRxJjEIYjS .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sRxJjEIYjS .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-sRxJjEIYjS .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-sRxJjEIYjS .card-wrapper .card-box .bottom-line p {
    margin: 1rem 0 0 0;
  }
}
.cid-sRxJjF6PZU {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-sRxJjF6PZU .accordion .card {
  overflow: visible;
}
.cid-sRxJjF6PZU .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
}
.cid-sRxJjF6PZU .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sRxJjF6PZU .panel-text {
  padding: 1rem;
}
.cid-sRxJjF6PZU .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sRxJjF6PZU .card .card-header {
  border-radius: 0px;
  border: 1px solid lightgray;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-sRxJjF6PZU .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sRxJjF6PZU .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sRxJjF6PZU .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-sRxJjF6PZU .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sRxJjF6PZU .card .panel-body {
  color: #767676;
}
.cid-sRxJjF6PZU .panel-collapse {
  border: 1px solid lightgray;
  margin-top: -1px;
}
.cid-sRxJjF6PZU H4 {
  color: #767676;
}
.cid-sRxJjFByNV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sRxJjFByNV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sRxJjFByNV .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-sRxJjFByNV .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-sRxJjFByNV .media-content {
  padding-left: 2rem;
}
.cid-sRxJjFByNV textarea {
  min-height: 150px;
}
.cid-sRxJjFByNV .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-sRxJjFByNV .form-control,
.cid-sRxJjFByNV .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-sRxJjFByNV .form-control input::-webkit-input-placeholder,
.cid-sRxJjFByNV .field-input input::-webkit-input-placeholder,
.cid-sRxJjFByNV .form-control textarea::-webkit-input-placeholder,
.cid-sRxJjFByNV .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sRxJjFByNV .form-control input:-moz-placeholder,
.cid-sRxJjFByNV .field-input input:-moz-placeholder,
.cid-sRxJjFByNV .form-control textarea:-moz-placeholder,
.cid-sRxJjFByNV .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-sRxJjFByNV .form-control:hover,
.cid-sRxJjFByNV .field-input:hover,
.cid-sRxJjFByNV .form-control:focus,
.cid-sRxJjFByNV .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sRxJjFByNV .form-control:hover input::-webkit-input-placeholder,
.cid-sRxJjFByNV .field-input:hover input::-webkit-input-placeholder,
.cid-sRxJjFByNV .form-control:focus input::-webkit-input-placeholder,
.cid-sRxJjFByNV .field-input:focus input::-webkit-input-placeholder,
.cid-sRxJjFByNV .form-control:hover textarea::-webkit-input-placeholder,
.cid-sRxJjFByNV .field-input:hover textarea::-webkit-input-placeholder,
.cid-sRxJjFByNV .form-control:focus textarea::-webkit-input-placeholder,
.cid-sRxJjFByNV .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sRxJjFByNV .form-control:hover input:-moz-placeholder,
.cid-sRxJjFByNV .field-input:hover input:-moz-placeholder,
.cid-sRxJjFByNV .form-control:focus input:-moz-placeholder,
.cid-sRxJjFByNV .field-input:focus input:-moz-placeholder,
.cid-sRxJjFByNV .form-control:hover textarea:-moz-placeholder,
.cid-sRxJjFByNV .field-input:hover textarea:-moz-placeholder,
.cid-sRxJjFByNV .form-control:focus textarea:-moz-placeholder,
.cid-sRxJjFByNV .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sRxJjFByNV .jq-number__spin:hover,
.cid-sRxJjFByNV .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sRxJjFByNV .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sRxJjFByNV .jq-selectbox li,
.cid-sRxJjFByNV .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sRxJjFByNV .jq-selectbox li:hover,
.cid-sRxJjFByNV .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sRxJjFByNV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sRxJjFByNV .jq-number__spin.minus:hover:after,
.cid-sRxJjFByNV .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sRxJjFByNV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sRxJjFByNV .jq-number__spin.minus:after,
.cid-sRxJjFByNV .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sRxJjFByNV input::-webkit-clear-button {
  display: none;
}
.cid-sRxJjFByNV input::-webkit-inner-spin-button {
  display: none;
}
.cid-sRxJjFByNV input::-webkit-outer-spin-button {
  display: none;
}
.cid-sRxJjFByNV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sRxJjFByNV .mbr-text,
.cid-sRxJjFByNV .mbr-section-btn {
  color: #767676;
}
.cid-sRxJjFByNV .text2,
.cid-sRxJjFByNV .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sRxJjFByNV .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-sRxJjGqrgq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sRxJjGqrgq .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxJjGqrgq .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxJjGqrgq .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-sRxJjGqrgq .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-sRxJjGqrgq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sRxJjGqrgq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sRxJjGqrgq .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-sRxJjGqrgq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sRxJjGqrgq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sRxJjGqrgq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sRxJjGqrgq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sRxJjGqrgq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sRxJjGqrgq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sRxJjGqrgq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sRxJjGKMj7 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sRxJjGKMj7 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sRxJjGKMj7 a {
  font-style: normal;
}
.cid-sRxJjGKMj7 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sRxJjGKMj7 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sRxJjGKMj7 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sRxJjGKMj7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sRxJjGKMj7 .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-sRxJjGKMj7 .nav-item:focus,
.cid-sRxJjGKMj7 .nav-link:focus {
  outline: none;
}
.cid-sRxJjGKMj7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sRxJjGKMj7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sRxJjGKMj7 .menu-logo {
  margin-right: auto;
}
.cid-sRxJjGKMj7 .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-sRxJjGKMj7 .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-sRxJjGKMj7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sRxJjGKMj7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sRxJjGKMj7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sRxJjGKMj7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sRxJjGKMj7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sRxJjGKMj7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sRxJjGKMj7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sRxJjGKMj7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRxJjGKMj7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sRxJjGKMj7 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sRxJjGKMj7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sRxJjGKMj7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRxJjGKMj7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sRxJjGKMj7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRxJjGKMj7 .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-sRxJjGKMj7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sRxJjGKMj7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sRxJjGKMj7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sRxJjGKMj7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sRxJjGKMj7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sRxJjGKMj7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sRxJjGKMj7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sRxJjGKMj7 button.navbar-toggler:focus {
  outline: none;
}
.cid-sRxJjGKMj7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRxJjGKMj7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRxJjGKMj7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxJjGKMj7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxJjGKMj7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRxJjGKMj7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxJjGKMj7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRxJjGKMj7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRxJjGKMj7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxJjGKMj7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRxJjGKMj7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sRxJjGKMj7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sRxJjGKMj7 .collapsed .navbar-collapse.collapsing,
.cid-sRxJjGKMj7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sRxJjGKMj7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sRxJjGKMj7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sRxJjGKMj7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sRxJjGKMj7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sRxJjGKMj7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sRxJjGKMj7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sRxJjGKMj7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sRxJjGKMj7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sRxJjGKMj7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sRxJjGKMj7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sRxJjGKMj7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sRxJjGKMj7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sRxJjGKMj7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRxJjGKMj7 .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-sRxJjGKMj7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sRxJjGKMj7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sRxJjGKMj7 .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-sRxJjGKMj7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRxJjGKMj7 img {
    height: 3.8rem !important;
  }
  .cid-sRxJjGKMj7 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sRxJjGKMj7 .menu-wrap {
    flex-direction: column;
  }
  .cid-sRxJjGKMj7 .btn {
    display: -webkit-flex;
  }
  .cid-sRxJjGKMj7 button.navbar-toggler {
    display: block;
  }
  .cid-sRxJjGKMj7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sRxJjGKMj7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRxJjGKMj7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sRxJjGKMj7 .navbar-collapse.collapsing,
  .cid-sRxJjGKMj7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sRxJjGKMj7 .navbar-collapse.collapsing .navbar-nav,
  .cid-sRxJjGKMj7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sRxJjGKMj7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sRxJjGKMj7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sRxJjGKMj7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sRxJjGKMj7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRxJjGKMj7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sRxJjGKMj7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sRxJjGKMj7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sRxJjGKMj7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRxJjGKMj7 .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-sRxJjGKMj7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sRxJjGKMj7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sRxJjGKMj7 .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-sRxJjGKMj7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sRxJjGKMj7 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sRxJjGKMj7 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sRxJjGKMj7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sRxJjGKMj7 .nav-link:hover,
.cid-sRxJjGKMj7 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sRxNmA6awy {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/dsc02033-2000x1125.jpg");
}
.cid-sRxNmA6awy h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sRxNmA6awy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sRxNmA6awy .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-sRxNmA6awy h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sRxNmA6awy h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sRxNmAXPyK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRxNmAXPyK h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sRxNmAXPyK h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sRxNmAXPyK h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sRxNmAXPyK .mbr-text,
.cid-sRxNmAXPyK .mbr-section-btn {
  color: #767676;
}
.cid-sRxNmBtnA0 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/930-overhead-iii-2000x967.jpg");
}
.cid-sRxNmBtnA0 .card-box {
  padding: 0 1.6rem;
}
.cid-sRxNmBtnA0 .card {
  padding: 0rem!important;
}
@media (min-width: 767px) {
  .cid-sRxNmBtnA0 .container {
    padding: 0 2.1rem;
  }
}
@media (max-width: 767px) {
  .cid-sRxNmBtnA0 .container {
    padding: 0 1.8rem;
  }
  .cid-sRxNmBtnA0 .mbr-section-btn {
    opacity: 1;
  }
  .cid-sRxNmBtnA0 .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-sRxNmBtnA0 .card {
    padding: 0rem!important;
    padding-bottom: 1rem!important;
  }
}
@media (min-width: 992px) {
  .cid-sRxNmBtnA0 .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-sRxNmBtnA0 .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sRxNmBtnA0 .card {
    padding-bottom: 1rem!important;
  }
  .cid-sRxNmBtnA0 .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-sRxNmBtnA0 .row {
  justify-content: center;
}
.cid-sRxNmBtnA0 .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-sRxNmBtnA0 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-sRxNmBtnA0 .card1 {
  background-image: url("../../../assets/images/dsc01650-2000x1125.jpg");
}
.cid-sRxNmBtnA0 .card2 {
  background-image: url("../../../assets/images/dsc01701-2000x1125.jpg");
}
.cid-sRxNmBtnA0 .card3 {
  background-image: url("../../../assets/images/dsc02019-2000x1125.jpg");
}
.cid-sRxNmBtnA0 .card4 {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sRxNmBtnA0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sRxNmBtnA0 p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sRxNmBtnA0 .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-sRxNmBtnA0 .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
.cid-sRxNmDcZrs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sRxNmDcZrs .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sRxNmDcZrs .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-sRxNmDcZrs .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-sRxNmDcZrs .media-content {
  padding-left: 2rem;
}
.cid-sRxNmDcZrs textarea {
  min-height: 150px;
}
.cid-sRxNmDcZrs .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-sRxNmDcZrs .form-control,
.cid-sRxNmDcZrs .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-sRxNmDcZrs .form-control input::-webkit-input-placeholder,
.cid-sRxNmDcZrs .field-input input::-webkit-input-placeholder,
.cid-sRxNmDcZrs .form-control textarea::-webkit-input-placeholder,
.cid-sRxNmDcZrs .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sRxNmDcZrs .form-control input:-moz-placeholder,
.cid-sRxNmDcZrs .field-input input:-moz-placeholder,
.cid-sRxNmDcZrs .form-control textarea:-moz-placeholder,
.cid-sRxNmDcZrs .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-sRxNmDcZrs .form-control:hover,
.cid-sRxNmDcZrs .field-input:hover,
.cid-sRxNmDcZrs .form-control:focus,
.cid-sRxNmDcZrs .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sRxNmDcZrs .form-control:hover input::-webkit-input-placeholder,
.cid-sRxNmDcZrs .field-input:hover input::-webkit-input-placeholder,
.cid-sRxNmDcZrs .form-control:focus input::-webkit-input-placeholder,
.cid-sRxNmDcZrs .field-input:focus input::-webkit-input-placeholder,
.cid-sRxNmDcZrs .form-control:hover textarea::-webkit-input-placeholder,
.cid-sRxNmDcZrs .field-input:hover textarea::-webkit-input-placeholder,
.cid-sRxNmDcZrs .form-control:focus textarea::-webkit-input-placeholder,
.cid-sRxNmDcZrs .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sRxNmDcZrs .form-control:hover input:-moz-placeholder,
.cid-sRxNmDcZrs .field-input:hover input:-moz-placeholder,
.cid-sRxNmDcZrs .form-control:focus input:-moz-placeholder,
.cid-sRxNmDcZrs .field-input:focus input:-moz-placeholder,
.cid-sRxNmDcZrs .form-control:hover textarea:-moz-placeholder,
.cid-sRxNmDcZrs .field-input:hover textarea:-moz-placeholder,
.cid-sRxNmDcZrs .form-control:focus textarea:-moz-placeholder,
.cid-sRxNmDcZrs .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sRxNmDcZrs .jq-number__spin:hover,
.cid-sRxNmDcZrs .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sRxNmDcZrs .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sRxNmDcZrs .jq-selectbox li,
.cid-sRxNmDcZrs .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sRxNmDcZrs .jq-selectbox li:hover,
.cid-sRxNmDcZrs .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sRxNmDcZrs .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sRxNmDcZrs .jq-number__spin.minus:hover:after,
.cid-sRxNmDcZrs .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sRxNmDcZrs .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sRxNmDcZrs .jq-number__spin.minus:after,
.cid-sRxNmDcZrs .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sRxNmDcZrs input::-webkit-clear-button {
  display: none;
}
.cid-sRxNmDcZrs input::-webkit-inner-spin-button {
  display: none;
}
.cid-sRxNmDcZrs input::-webkit-outer-spin-button {
  display: none;
}
.cid-sRxNmDcZrs input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sRxNmDcZrs .mbr-text,
.cid-sRxNmDcZrs .mbr-section-btn {
  color: #767676;
}
.cid-sRxNmDcZrs .text2,
.cid-sRxNmDcZrs .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sRxNmDcZrs .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-sRxNmDyg4R {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-sRxNmDyg4R .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sRxNmDyg4R h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-sRxNmDyg4R h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sRxNmDyg4R h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sRxNmDyg4R .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-sRxNmDyg4R .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-sRxNmDyg4R .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-sRxNmDyg4R .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-sRxNmDyg4R .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sRxNmDyg4R .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-sRxNmDyg4R .mbr-section-title,
.cid-sRxNmDyg4R .social-list {
  color: #000000;
}
.cid-sRxNmDOKzr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sRxNmDOKzr .google-map {
  height: 25rem;
  position: relative;
}
.cid-sRxNmDOKzr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sRxNmDOKzr .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-sRxNmDOKzr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sRxNmDOKzr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 1200px) {
  .cid-sRxNmDOKzr .map1 {
    padding-right: 2rem;
  }
  .cid-sRxNmDOKzr .map2 {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-sRxNmDOKzr .map1 {
    padding-bottom: 2rem;
  }
}
.cid-sRxNmE1l1T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sRxNmE1l1T .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxNmE1l1T .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxNmE1l1T .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-sRxNmE1l1T .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-sRxNmE1l1T .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sRxNmE1l1T .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sRxNmE1l1T .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-sRxNmE1l1T .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sRxNmE1l1T .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sRxNmE1l1T .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sRxNmE1l1T .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sRxNmE1l1T .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sRxNmE1l1T .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sRxNmE1l1T .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sRxNmEi0SZ .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sRxNmEi0SZ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sRxNmEi0SZ a {
  font-style: normal;
}
.cid-sRxNmEi0SZ .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sRxNmEi0SZ .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sRxNmEi0SZ .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sRxNmEi0SZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sRxNmEi0SZ .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-sRxNmEi0SZ .nav-item:focus,
.cid-sRxNmEi0SZ .nav-link:focus {
  outline: none;
}
.cid-sRxNmEi0SZ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sRxNmEi0SZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sRxNmEi0SZ .menu-logo {
  margin-right: auto;
}
.cid-sRxNmEi0SZ .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-sRxNmEi0SZ .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-sRxNmEi0SZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sRxNmEi0SZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sRxNmEi0SZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sRxNmEi0SZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sRxNmEi0SZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sRxNmEi0SZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sRxNmEi0SZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sRxNmEi0SZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRxNmEi0SZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sRxNmEi0SZ .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sRxNmEi0SZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sRxNmEi0SZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRxNmEi0SZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sRxNmEi0SZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRxNmEi0SZ .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-sRxNmEi0SZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sRxNmEi0SZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sRxNmEi0SZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sRxNmEi0SZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sRxNmEi0SZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sRxNmEi0SZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sRxNmEi0SZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sRxNmEi0SZ button.navbar-toggler:focus {
  outline: none;
}
.cid-sRxNmEi0SZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRxNmEi0SZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRxNmEi0SZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxNmEi0SZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxNmEi0SZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRxNmEi0SZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxNmEi0SZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRxNmEi0SZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRxNmEi0SZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxNmEi0SZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRxNmEi0SZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sRxNmEi0SZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sRxNmEi0SZ .collapsed .navbar-collapse.collapsing,
.cid-sRxNmEi0SZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sRxNmEi0SZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sRxNmEi0SZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sRxNmEi0SZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sRxNmEi0SZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sRxNmEi0SZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sRxNmEi0SZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sRxNmEi0SZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sRxNmEi0SZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sRxNmEi0SZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sRxNmEi0SZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sRxNmEi0SZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sRxNmEi0SZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sRxNmEi0SZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRxNmEi0SZ .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-sRxNmEi0SZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sRxNmEi0SZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sRxNmEi0SZ .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-sRxNmEi0SZ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRxNmEi0SZ img {
    height: 3.8rem !important;
  }
  .cid-sRxNmEi0SZ .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sRxNmEi0SZ .menu-wrap {
    flex-direction: column;
  }
  .cid-sRxNmEi0SZ .btn {
    display: -webkit-flex;
  }
  .cid-sRxNmEi0SZ button.navbar-toggler {
    display: block;
  }
  .cid-sRxNmEi0SZ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sRxNmEi0SZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRxNmEi0SZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sRxNmEi0SZ .navbar-collapse.collapsing,
  .cid-sRxNmEi0SZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sRxNmEi0SZ .navbar-collapse.collapsing .navbar-nav,
  .cid-sRxNmEi0SZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sRxNmEi0SZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sRxNmEi0SZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sRxNmEi0SZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sRxNmEi0SZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRxNmEi0SZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sRxNmEi0SZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sRxNmEi0SZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sRxNmEi0SZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRxNmEi0SZ .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-sRxNmEi0SZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sRxNmEi0SZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sRxNmEi0SZ .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-sRxNmEi0SZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sRxNmEi0SZ .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sRxNmEi0SZ .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sRxNmEi0SZ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sRxNmEi0SZ .nav-link:hover,
.cid-sRxNmEi0SZ .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-tbV0V6eVwW {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/interior-hdr-2000x1125.jpg");
}
.cid-tbV0V6eVwW h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tbV0V6eVwW h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tbV0V6eVwW .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-tbV0V6eVwW h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-tbV0V6eVwW h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-tbV0V6ukoY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbV0V6ukoY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tbV0V6ukoY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tbV0V6ukoY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tbV0V6ukoY .mbr-text,
.cid-tbV0V6ukoY .mbr-section-btn {
  color: #767676;
}
.cid-tbV0V6FxZB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tbV0V6FxZB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tbV0V6FxZB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbV0V6FxZB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbV0V6FxZB .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tbV0V6FxZB .container {
  padding: 0;
}
.cid-tbV0V6FxZB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tbV0V6FxZB .icon-focus {
  display: none;
}
.cid-tbV0V6FxZB .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tbV0V6FxZB .btn-primary-outline:hover {
  background: transparent !important;
  color: #e1201d !important;
}
.cid-tbV0V6FxZB li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tbV0V6FxZB li {
  position: relative;
}
.cid-tbV0V6FxZB .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tbV0V6FxZB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tbV0V6FxZB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tbV0V6FxZB .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-tbV0V6FxZB .btn {
  font-family: DM Sans !important;
}
.cid-tbV0V6FxZB .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tbV0V6FxZB .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-tbV0V6FxZB .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-tbV0V6FxZB li:not(:last-child):after {
    top: 9px;
  }
  .cid-tbV0V6FxZB .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-tbV0V81Z5U {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tbV0V81Z5U h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tbV0V81Z5U p {
  color: #767676;
}
.cid-tbV0V81Z5U .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #efefef;
  position: relative;
  justify-content: unset;
}
.cid-tbV0V81Z5U .card-wrapper .card-box {
  padding: 1rem 0;
  width: 100%;
}
.cid-tbV0V81Z5U .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tbV0V81Z5U .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tbV0V81Z5U .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tbV0V81Z5U .card-wrapper .card-box .bottom-line p {
    margin: 1rem 0 0 0;
  }
}
.cid-tbV0V8ykhn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tbV0V8ykhn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tbV0V8ykhn .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-tbV0V8ykhn .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-tbV0V8ykhn .media-content {
  padding-left: 2rem;
}
.cid-tbV0V8ykhn textarea {
  min-height: 150px;
}
.cid-tbV0V8ykhn .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-tbV0V8ykhn .form-control,
.cid-tbV0V8ykhn .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-tbV0V8ykhn .form-control input::-webkit-input-placeholder,
.cid-tbV0V8ykhn .field-input input::-webkit-input-placeholder,
.cid-tbV0V8ykhn .form-control textarea::-webkit-input-placeholder,
.cid-tbV0V8ykhn .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-tbV0V8ykhn .form-control input:-moz-placeholder,
.cid-tbV0V8ykhn .field-input input:-moz-placeholder,
.cid-tbV0V8ykhn .form-control textarea:-moz-placeholder,
.cid-tbV0V8ykhn .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-tbV0V8ykhn .form-control:hover,
.cid-tbV0V8ykhn .field-input:hover,
.cid-tbV0V8ykhn .form-control:focus,
.cid-tbV0V8ykhn .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tbV0V8ykhn .form-control:hover input::-webkit-input-placeholder,
.cid-tbV0V8ykhn .field-input:hover input::-webkit-input-placeholder,
.cid-tbV0V8ykhn .form-control:focus input::-webkit-input-placeholder,
.cid-tbV0V8ykhn .field-input:focus input::-webkit-input-placeholder,
.cid-tbV0V8ykhn .form-control:hover textarea::-webkit-input-placeholder,
.cid-tbV0V8ykhn .field-input:hover textarea::-webkit-input-placeholder,
.cid-tbV0V8ykhn .form-control:focus textarea::-webkit-input-placeholder,
.cid-tbV0V8ykhn .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tbV0V8ykhn .form-control:hover input:-moz-placeholder,
.cid-tbV0V8ykhn .field-input:hover input:-moz-placeholder,
.cid-tbV0V8ykhn .form-control:focus input:-moz-placeholder,
.cid-tbV0V8ykhn .field-input:focus input:-moz-placeholder,
.cid-tbV0V8ykhn .form-control:hover textarea:-moz-placeholder,
.cid-tbV0V8ykhn .field-input:hover textarea:-moz-placeholder,
.cid-tbV0V8ykhn .form-control:focus textarea:-moz-placeholder,
.cid-tbV0V8ykhn .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-tbV0V8ykhn .jq-number__spin:hover,
.cid-tbV0V8ykhn .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tbV0V8ykhn .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tbV0V8ykhn .jq-selectbox li,
.cid-tbV0V8ykhn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tbV0V8ykhn .jq-selectbox li:hover,
.cid-tbV0V8ykhn .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tbV0V8ykhn .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tbV0V8ykhn .jq-number__spin.minus:hover:after,
.cid-tbV0V8ykhn .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tbV0V8ykhn .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tbV0V8ykhn .jq-number__spin.minus:after,
.cid-tbV0V8ykhn .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tbV0V8ykhn input::-webkit-clear-button {
  display: none;
}
.cid-tbV0V8ykhn input::-webkit-inner-spin-button {
  display: none;
}
.cid-tbV0V8ykhn input::-webkit-outer-spin-button {
  display: none;
}
.cid-tbV0V8ykhn input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tbV0V8ykhn .mbr-text,
.cid-tbV0V8ykhn .mbr-section-btn {
  color: #767676;
}
.cid-tbV0V8ykhn .text2,
.cid-tbV0V8ykhn .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tbV0V8ykhn .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-tbV0V8UIa8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tbV0V8UIa8 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tbV0V8UIa8 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tbV0V8UIa8 .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-tbV0V8UIa8 .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-tbV0V8UIa8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tbV0V8UIa8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tbV0V8UIa8 .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-tbV0V8UIa8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tbV0V8UIa8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tbV0V8UIa8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tbV0V8UIa8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tbV0V8UIa8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tbV0V8UIa8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tbV0V8UIa8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tbV0V9gAOP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tbV0V9gAOP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tbV0V9gAOP a {
  font-style: normal;
}
.cid-tbV0V9gAOP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tbV0V9gAOP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tbV0V9gAOP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tbV0V9gAOP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tbV0V9gAOP .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-tbV0V9gAOP .nav-item:focus,
.cid-tbV0V9gAOP .nav-link:focus {
  outline: none;
}
.cid-tbV0V9gAOP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbV0V9gAOP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tbV0V9gAOP .menu-logo {
  margin-right: auto;
}
.cid-tbV0V9gAOP .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-tbV0V9gAOP .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-tbV0V9gAOP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tbV0V9gAOP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbV0V9gAOP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbV0V9gAOP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbV0V9gAOP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tbV0V9gAOP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tbV0V9gAOP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbV0V9gAOP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbV0V9gAOP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbV0V9gAOP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tbV0V9gAOP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tbV0V9gAOP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbV0V9gAOP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbV0V9gAOP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbV0V9gAOP .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-tbV0V9gAOP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tbV0V9gAOP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tbV0V9gAOP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tbV0V9gAOP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbV0V9gAOP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbV0V9gAOP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbV0V9gAOP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tbV0V9gAOP button.navbar-toggler:focus {
  outline: none;
}
.cid-tbV0V9gAOP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tbV0V9gAOP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbV0V9gAOP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbV0V9gAOP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbV0V9gAOP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbV0V9gAOP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbV0V9gAOP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tbV0V9gAOP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tbV0V9gAOP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbV0V9gAOP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbV0V9gAOP .collapsed .btn {
  display: -webkit-flex;
}
.cid-tbV0V9gAOP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbV0V9gAOP .collapsed .navbar-collapse.collapsing,
.cid-tbV0V9gAOP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbV0V9gAOP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbV0V9gAOP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbV0V9gAOP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbV0V9gAOP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbV0V9gAOP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tbV0V9gAOP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tbV0V9gAOP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbV0V9gAOP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tbV0V9gAOP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbV0V9gAOP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tbV0V9gAOP .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbV0V9gAOP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tbV0V9gAOP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbV0V9gAOP .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-tbV0V9gAOP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbV0V9gAOP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbV0V9gAOP .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-tbV0V9gAOP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbV0V9gAOP img {
    height: 3.8rem !important;
  }
  .cid-tbV0V9gAOP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tbV0V9gAOP .menu-wrap {
    flex-direction: column;
  }
  .cid-tbV0V9gAOP .btn {
    display: -webkit-flex;
  }
  .cid-tbV0V9gAOP button.navbar-toggler {
    display: block;
  }
  .cid-tbV0V9gAOP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tbV0V9gAOP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbV0V9gAOP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tbV0V9gAOP .navbar-collapse.collapsing,
  .cid-tbV0V9gAOP .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbV0V9gAOP .navbar-collapse.collapsing .navbar-nav,
  .cid-tbV0V9gAOP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbV0V9gAOP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbV0V9gAOP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbV0V9gAOP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tbV0V9gAOP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbV0V9gAOP .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbV0V9gAOP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tbV0V9gAOP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbV0V9gAOP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbV0V9gAOP .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-tbV0V9gAOP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbV0V9gAOP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbV0V9gAOP .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-tbV0V9gAOP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tbV0V9gAOP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tbV0V9gAOP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tbV0V9gAOP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tbV0V9gAOP .nav-link:hover,
.cid-tbV0V9gAOP .dropdown-item:hover {
  color: #cccccc !important;
}
