@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,500,600,700,800,900,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap);





.btn {
  border-width: 2px;
}
body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Oxygen', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Oxygen', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  width: 100%;
}
.mbr-section-title {
  margin: 0;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
.btn {
  padding: 0.5625rem 2.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #656565 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #7b8665 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #10634e !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5 !important;
  color: #10634e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #656565 !important;
  border-color: #656565 !important;
  color: #10634e !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #10634e !important;
  background-color: #535353 !important;
  border-color: #535353 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #10634e !important;
  background-color: #535353 !important;
  border-color: #535353 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #10634e !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #10634e !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7b8665 !important;
  border-color: #7b8665 !important;
  color: #10634e !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #10634e !important;
  background-color: #687256 !important;
  border-color: #687256 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #10634e !important;
  background-color: #687256 !important;
  border-color: #687256 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #10634e !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #10634e !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d8e3d5;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #656565;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #7b8665;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #7b8665 !important;
  border-color: #7b8665;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7b8665 !important;
  border-color: #7b8665 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #000000;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #d8e3d5 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #656565 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #7b8665 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9fba98 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9fba98 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #323232 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #464c39 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #656565;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #7b8665;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #a5a5a5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b9c0ab;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oxygen', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  /*border-color: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oxygen', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d8e3d5 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
.container {
  max-width: 1100px;
}
.btn {
  font-weight: 400;
}
.cid-sXMCx93B6g .navbar-dropdown {
  position: relative !important;
}
.cid-sXMCx93B6g .navbar-dropdown {
  position: absolute !important;
}
.cid-sXMCx93B6g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXMCx93B6g .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXMCx93B6g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXMCx93B6g .dropdown-item:hover,
.cid-sXMCx93B6g .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sXMCx93B6g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXMCx93B6g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXMCx93B6g .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sXMCx93B6g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXMCx93B6g .nav-link {
  position: relative;
  padding: 0;
}
.cid-sXMCx93B6g .container {
  display: flex;
  margin: auto;
}
.cid-sXMCx93B6g .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXMCx93B6g .dropdown-menu,
.cid-sXMCx93B6g .navbar.opened {
  background: #dde8eb !important;
}
.cid-sXMCx93B6g .nav-item:focus,
.cid-sXMCx93B6g .nav-link:focus {
  outline: none;
}
.cid-sXMCx93B6g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXMCx93B6g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXMCx93B6g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXMCx93B6g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXMCx93B6g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXMCx93B6g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXMCx93B6g .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(221, 232, 235, 0);
}
.cid-sXMCx93B6g .navbar.opened {
  transition: all 0.3s;
}
.cid-sXMCx93B6g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXMCx93B6g .navbar .navbar-logo img {
  width: auto;
  display: inline;
}
.cid-sXMCx93B6g .navbar.collapsed {
  justify-content: center;
}
.cid-sXMCx93B6g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXMCx93B6g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sXMCx93B6g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXMCx93B6g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXMCx93B6g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sXMCx93B6g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXMCx93B6g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXMCx93B6g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXMCx93B6g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXMCx93B6g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXMCx93B6g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXMCx93B6g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXMCx93B6g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sXMCx93B6g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXMCx93B6g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXMCx93B6g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXMCx93B6g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXMCx93B6g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXMCx93B6g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXMCx93B6g .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXMCx93B6g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXMCx93B6g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXMCx93B6g .navbar-brand {
  display: inline-flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: auto;
  padding-top: 0;
}
.cid-sXMCx93B6g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXMCx93B6g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXMCx93B6g .dropdown-item.active,
.cid-sXMCx93B6g .dropdown-item:active {
  background-color: transparent;
}
.cid-sXMCx93B6g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXMCx93B6g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXMCx93B6g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXMCx93B6g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dde8eb;
}
.cid-sXMCx93B6g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXMCx93B6g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXMCx93B6g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXMCx93B6g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXMCx93B6g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXMCx93B6g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-sXMCx93B6g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXMCx93B6g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXMCx93B6g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXMCx93B6g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXMCx93B6g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXMCx93B6g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXMCx93B6g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXMCx93B6g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXMCx93B6g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sXMCx93B6g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXMCx93B6g .icons-menu {
  flex-wrap: nowrap;
  display: inline;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  padding: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXMCx93B6g .navbar {
    height: 70px;
  }
  .cid-sXMCx93B6g .navbar.opened {
    height: auto;
  }
  .cid-sXMCx93B6g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXMCx93B6g .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sXMCx93B6g .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sXMCx93B6g .justify-space-between {
  width: 100%;
}
.cid-sXMCx93B6g .icons {
  width: auto;
  display: inline;
}
.cid-sXMCx93B6g span {
  display: inline;
}
.cid-sXMCx93B6g .row {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cid-sXMCx93B6g a {
  display: inline;
}
.cid-sXMCx93B6g img {
  display: inline;
}
.cid-sXMCx93B6g .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 0px;
  font-weight: 500;
}
.cid-sXMCx93B6g .right-side {
  display: flex;
  justify-content: flex-end;
}
.cid-sXMCx93B6g .text {
  text-align: right;
}
.cid-sXMCx93B6g .width {
  width: 100%;
}
.cid-sXMCx93B6g .top {
  margin-top: 7px;
}
@media (max-width: 750px) {
  .cid-sXMCx93B6g .navbar-brand {
    padding-bottom: 0;
  }
  .cid-sXMCx93B6g .right-side {
    flex-direction: column;
  }
  .cid-sXMCx93B6g .mbr-section-btn {
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
.cid-sXMCx93B6g .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sXMCx93B6g .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sXMCx93B6g a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.cid-sXMCx93B6g .text-secondary:hover {
  color: #dedede !important;
}
.cid-sXMCx93B6g .btn-secondary:hover {
  color: #dedede !important;
}
@media (max-width: 690px) {
  .cid-sXMCx93B6g .right-side {
    display: flex;
    flex-direction: column;
  }
  .cid-sXMCx93B6g .line {
    display: flex;
    flex-direction: column;
    align-items: initial;
  }
  .cid-sXMCx93B6g .col-auto.small {
    margin-top: 30px;
    width: 100%;
  }
  .cid-sXMCx93B6g .mbr-section-subtitle {
    text-align: left;
  }
  .cid-sXMCx93B6g .right-side .row {
    display: flex;
    flex-direction: column;
  }
}
.cid-sTD7O1SebB {
  overflow: hidden !important;
  background-image: url("../../../assets/images/inside-villa-1600x892.jpg");
}
.cid-sTD7O1SebB .animated-element {
  color: #efefef;
}
.cid-sTD7O1SebB .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTD7O1SebB .mbr-section-subtitle {
  color: #bbbbbb;
}
@media (min-width: 992px) {
  .cid-sTD7O1SebB .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTD7O1SebB .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sTD7O1SebB .img-block {
    padding-bottom: 2rem;
  }
}
.cid-sTDaiSjhHZ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asset-24x-1600x900.jpg");
}
.cid-sTDaiSjhHZ H3 {
  text-align: center;
}
.cid-sTDaiSjhHZ H1 {
  text-align: center;
  color: #7b8665;
}
.cid-sTDaiSjhHZ .mbr-text,
.cid-sTDaiSjhHZ .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sTDbb4Og7D {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTDbb4Og7D .mbr-section-title,
.cid-sTDbb4Og7D .mbr-section-subtitle {
  color: #000000;
}
.cid-sTDbb4Og7D .mbr-section-text {
  color: #232323;
}
.cid-sTDbb4Og7D .mbr-text,
.cid-sTDbb4Og7D .typed-text,
.cid-sTDbb4Og7D .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sTDbb4Og7D .btn {
  margin-left: 4px !important;
}
.cid-sTDbb4Og7D .animated-element {
  color: #ff3366;
}
.cid-sTDbb4Og7D .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sTDbb4Og7D .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sTDbb4Og7D .typed-text,
  .cid-sTDbb4Og7D .mbr-section-subtitle,
  .cid-sTDbb4Og7D .mbr-section-text,
  .cid-sTDbb4Og7D .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sXIDwjWB2X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXIDwjWB2X .mbr-overlay {
  z-index: 1;
}
.cid-sXIDwjWB2X .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sXIDwjWB2X .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sXIDwjWB2X .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-sXIDwjWB2X .item-img:hover img {
  transform: scale(1);
}
.cid-sXIDwjWB2X .item-title {
  line-height: 1.25em;
}
.cid-sXIDwjWB2X .mbr-section-title {
  line-height: 1.25em;
}
.cid-sXIDwjWB2X .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sXIDwjWB2X .card-container {
    flex-wrap: wrap;
  }
}
.cid-sXIDwjWB2X .card-container:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-sXIDwjWB2X .card-container:first-child {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-sXIDwjWB2X .card {
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-sXIDwjWB2X .card {
    padding: 35px 35px 23px;
  }
}
.cid-sXIDwjWB2X .card:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-sXIDwjWB2X .card:first-child {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-sXIDwjWB2X .data-item {
  display: flex;
  align-items: center;
}
.cid-sXIDwjWB2X .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sXIDwjWB2X .link-wrap {
  margin: 30px 0 6px;
}
.cid-sXIDwjWB2X .text-art {
  flex-grow: 1;
}
.cid-sXIGGAMrGJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXIGGAMrGJ h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXIGGAMrGJ .panel-text {
  letter-spacing: 0.03em;
  color: #626262;
}
.cid-sXIGGAMrGJ .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sXIGGAMrGJ .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-sXIGGAMrGJ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sXIGGAMrGJ .panel-group {
  width: 100%;
}
.cid-sXIGGAMrGJ .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sXIGGAMrGJ .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sXIGGAMrGJ .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #edf2eb;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sXIGGAMrGJ .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sXIGGAMrGJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sXIGGAMrGJ .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sXIGGAMrGJ .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sXIGGAMrGJ .card .panel-body {
  background: #ffffff;
}
.cid-sXIGGAMrGJ .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sXIGGAMrGJ .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXIGGAMrGJ .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sXIGGAMrGJ .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sXIGGAMrGJ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sXIGGAMrGJ .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sXIGGAMrGJ .header-text,
.cid-sXIGGAMrGJ .sign {
  color: #7b8665;
}
.cid-sXINlPrtP1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXINlPrtP1 img {
  width: 100%;
  border-radius: 15px;
}
.cid-sXIJKxkGrK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXIJKxkGrK h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXIJKxkGrK .panel-text {
  letter-spacing: 0.03em;
  color: #626262;
}
.cid-sXIJKxkGrK .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sXIJKxkGrK .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-sXIJKxkGrK .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sXIJKxkGrK .panel-group {
  width: 100%;
}
.cid-sXIJKxkGrK .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sXIJKxkGrK .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sXIJKxkGrK .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #edf2eb;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sXIJKxkGrK .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sXIJKxkGrK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sXIJKxkGrK .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sXIJKxkGrK .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sXIJKxkGrK .card .panel-body {
  background: #ffffff;
}
.cid-sXIJKxkGrK .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sXIJKxkGrK .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXIJKxkGrK .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sXIJKxkGrK .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sXIJKxkGrK .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sXIJKxkGrK .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sXIJKxkGrK .header-text,
.cid-sXIJKxkGrK .sign {
  color: #7b8665;
}
.cid-sXIOkyo2Zk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXIOkyo2Zk img {
  width: 100%;
  border-radius: 15px;
}
.cid-sXIKS2Bhk4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXIKS2Bhk4 h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXIKS2Bhk4 .panel-text {
  letter-spacing: 0.03em;
  color: #626262;
}
.cid-sXIKS2Bhk4 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sXIKS2Bhk4 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-sXIKS2Bhk4 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sXIKS2Bhk4 .panel-group {
  width: 100%;
}
.cid-sXIKS2Bhk4 .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sXIKS2Bhk4 .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sXIKS2Bhk4 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #edf2eb;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sXIKS2Bhk4 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sXIKS2Bhk4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sXIKS2Bhk4 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sXIKS2Bhk4 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sXIKS2Bhk4 .card .panel-body {
  background: #ffffff;
}
.cid-sXIKS2Bhk4 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sXIKS2Bhk4 .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXIKS2Bhk4 .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sXIKS2Bhk4 .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sXIKS2Bhk4 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sXIKS2Bhk4 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sXIKS2Bhk4 .header-text,
.cid-sXIKS2Bhk4 .sign {
  color: #7b8665;
}
.cid-sXIOljxR1v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXIOljxR1v img {
  width: 100%;
  border-radius: 15px;
}
.cid-sXIL5LNgoQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXIL5LNgoQ h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXIL5LNgoQ .panel-text {
  letter-spacing: 0.03em;
  color: #626262;
}
.cid-sXIL5LNgoQ .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sXIL5LNgoQ .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-sXIL5LNgoQ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sXIL5LNgoQ .panel-group {
  width: 100%;
}
.cid-sXIL5LNgoQ .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sXIL5LNgoQ .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sXIL5LNgoQ .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #edf2eb;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sXIL5LNgoQ .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sXIL5LNgoQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sXIL5LNgoQ .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sXIL5LNgoQ .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sXIL5LNgoQ .card .panel-body {
  background: #ffffff;
}
.cid-sXIL5LNgoQ .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sXIL5LNgoQ .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXIL5LNgoQ .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sXIL5LNgoQ .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sXIL5LNgoQ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sXIL5LNgoQ .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sXIL5LNgoQ .header-text,
.cid-sXIL5LNgoQ .sign {
  color: #7b8665;
}
.cid-sXIOlYZ09x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXIOlYZ09x img {
  width: 100%;
  border-radius: 15px;
}
.cid-sXIUk2yoHG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sXIUk2yoHG .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-sXIUk2yoHG .mbr-text:before {
  color: #ffffff;
  content: '\201C';
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sXIUk2yoHG .mbr-text:after {
  color: #ffffff;
  content: '\201D';
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
.cid-sXIUk2yoHG .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-sXIUk2yoHG .mbr-text:after,
  .cid-sXIUk2yoHG .mbr-text:before {
    display: none;
  }
}
.cid-sXIUk2yoHG .mbr-section-title,
.cid-sXIUk2yoHG .logo {
  color: #7b8665;
}
.cid-sXIV9fFcKF {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sXIV9fFcKF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sXIV9fFcKF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sXIV9fFcKF .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sXIV9fFcKF P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sXIV9fFcKF img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-sXIV9fFcKF .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sXIV9fFcKF .top,
  .cid-sXIV9fFcKF .top-2 {
    margin-top: 0;
  }
}
.cid-sTDkZiKtZC {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asset-24x-1600x900.jpg");
}
.cid-sTDkZiKtZC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sTDkZiKtZC .form-control,
.cid-sTDkZiKtZC .field-input {
  padding: 1rem;
}
.cid-sTDkZiKtZC .form-row > .col,
.cid-sTDkZiKtZC .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-sTDkZiKtZC .btn {
  margin: 0 !important;
  height: 56px;
  border-radius: 3px !important;
  padding: 0 1.5rem;
}
.cid-sTDkZiKtZC .btn span {
  font-size: 1rem;
}
.cid-sTDkZiKtZC .form-control,
.cid-sTDkZiKtZC .field-input {
  padding: 1rem;
  background-color: #d8e3d5;
  border-color: #999999;
  color: #7b8665;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sTDkZiKtZC .form-control::-webkit-input-placeholder,
.cid-sTDkZiKtZC .field-input::-webkit-input-placeholder,
.cid-sTDkZiKtZC .form-control::-webkit-input-placeholder,
.cid-sTDkZiKtZC .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-sTDkZiKtZC .form-control:-moz-placeholder,
.cid-sTDkZiKtZC .field-input:-moz-placeholder,
.cid-sTDkZiKtZC .form-control:-moz-placeholder,
.cid-sTDkZiKtZC .field-input:-moz-placeholder {
  color: #999999;
}
.cid-sTDkZiKtZC .form-control:hover,
.cid-sTDkZiKtZC .field-input:hover,
.cid-sTDkZiKtZC .form-control:focus,
.cid-sTDkZiKtZC .field-input:focus {
  background-color: #e0ecdc;
  border-color: #999999;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sTDkZiKtZC .form-control:hover::-webkit-input-placeholder,
.cid-sTDkZiKtZC .field-input:hover::-webkit-input-placeholder,
.cid-sTDkZiKtZC .form-control:focus::-webkit-input-placeholder,
.cid-sTDkZiKtZC .field-input:focus::-webkit-input-placeholder,
.cid-sTDkZiKtZC .form-control:hover::-webkit-input-placeholder,
.cid-sTDkZiKtZC .field-input:hover::-webkit-input-placeholder,
.cid-sTDkZiKtZC .form-control:focus::-webkit-input-placeholder,
.cid-sTDkZiKtZC .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-sTDkZiKtZC .form-control:hover:-moz-placeholder,
.cid-sTDkZiKtZC .field-input:hover:-moz-placeholder,
.cid-sTDkZiKtZC .form-control:focus:-moz-placeholder,
.cid-sTDkZiKtZC .field-input:focus:-moz-placeholder,
.cid-sTDkZiKtZC .form-control:hover:-moz-placeholder,
.cid-sTDkZiKtZC .field-input:hover:-moz-placeholder,
.cid-sTDkZiKtZC .form-control:focus:-moz-placeholder,
.cid-sTDkZiKtZC .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-sTDkZiKtZC .jq-number__spin:hover,
.cid-sTDkZiKtZC .jq-number__spin:focus {
  background-color: #e0ecdc;
  border-color: #999999;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sTDkZiKtZC .jq-number__spin {
  background-color: #d8e3d5;
  border-color: #999999;
  color: #7b8665;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sTDkZiKtZC .jq-selectbox li,
.cid-sTDkZiKtZC .jq-selectbox li {
  background-color: #d8e3d5;
  color: #000000;
}
.cid-sTDkZiKtZC .jq-selectbox li:hover,
.cid-sTDkZiKtZC .jq-selectbox li.selected {
  background-color: #e0ecdc;
  color: #000000;
}
.cid-sTDkZiKtZC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sTDkZiKtZC .jq-number__spin.minus:hover:after,
.cid-sTDkZiKtZC .jq-number__spin.plus:hover:after {
  border-top-color: #d8e3d5;
  border-bottom-color: #d8e3d5;
}
.cid-sTDkZiKtZC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sTDkZiKtZC .jq-number__spin.minus:after,
.cid-sTDkZiKtZC .jq-number__spin.plus:after {
  border-top-color: #e0ecdc;
  border-bottom-color: #e0ecdc;
}
.cid-sTDkZiKtZC input::-webkit-clear-button {
  display: none;
}
.cid-sTDkZiKtZC input::-webkit-inner-spin-button {
  display: none;
}
.cid-sTDkZiKtZC input::-webkit-outer-spin-button {
  display: none;
}
.cid-sTDkZiKtZC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sTDkZiKtZC H4 {
  text-align: center;
  color: #7b8665;
}
.cid-sTDkZiKtZC P {
  text-align: center;
  color: #7b8665;
}
@media (max-width: 767px) {
  .cid-sTDkZiKtZC .col {
    min-width: 100%;
  }
  .cid-sTDkZiKtZC .col-auto {
    margin: auto;
  }
}
.cid-sTDemSNZi5 {
  padding-top: 75px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sTDemSNZi5 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTDemSNZi5 .panel-title {
  border-bottom: 2px solid #7b8665;
}
.cid-sTDemSNZi5 .collapsed {
  border: none;
}
.cid-sTDemSNZi5 .panel-body {
  padding-top: 0.5rem;
}
.cid-sTDemSNZi5 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTDemSNZi5 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #fffbf6;
  padding: 0;
}
.cid-sTDemSNZi5 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTDemSNZi5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTDemSNZi5 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTDemSNZi5 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTDemSNZi5 .panel-text {
  color: #767676;
  text-align: center;
}
.cid-sTDemSNZi5 H4 {
  color: #767676;
  text-transform: uppercase;
  text-align: center;
}
.cid-sTDemSNZi5 H2 {
  color: #7b8665;
}
.cid-sXIXLGr4Bu {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-sXIXLGr4Bu p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sXIXLGr4Bu .panel-title {
  border-bottom: 2px solid #7b8665;
}
.cid-sXIXLGr4Bu .collapsed {
  border: none;
}
.cid-sXIXLGr4Bu .panel-body {
  padding-top: 0.5rem;
}
.cid-sXIXLGr4Bu .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sXIXLGr4Bu .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #fffbf6;
  padding: 0;
}
.cid-sXIXLGr4Bu .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sXIXLGr4Bu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sXIXLGr4Bu .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sXIXLGr4Bu .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sXIXLGr4Bu .panel-text {
  color: #767676;
  text-align: center;
}
.cid-sXIXLGr4Bu H4 {
  color: #767676;
  text-transform: uppercase;
  text-align: center;
}
.cid-sXIXLGr4Bu H2 {
  color: #7b8665;
}
.cid-sTDfosGkCo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sTDfosGkCo .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: center;
}
.cid-sTDfosGkCo .nav {
  border: none;
}
.cid-sTDfosGkCo .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sTDfosGkCo .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #e0ecdc;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px -0.5px 1rem -0.5px;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #e0ecdc;
}
.cid-sTDfosGkCo .nav-tabs .nav-link:hover {
  border: 1px solid #e0ecdc;
  background-color: #7b8665;
  color: #ffffff;
}
.cid-sTDfosGkCo .nav-tabs .nav-link.active {
  border: 1px solid #e0ecdc;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #7b8665;
}
.cid-sTDfosGkCo P {
  text-align: center;
  color: #626262;
}
.cid-sTDocXxe7O {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #7b8665;
}
.cid-sTDocXxe7O .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sTDocXxe7O .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sTDocXxe7O .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sTDocXxe7O .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-sTDocXxe7O .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sTDocXxe7O .card-box {
  padding: 1rem;
}
.cid-sTDocXxe7O .mbr-section-title,
.cid-sTDocXxe7O .line-wrap {
  text-align: center;
}
.cid-sTDocXxe7O .card-box > p,
.cid-sTDocXxe7O .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sTDiVwQ5Ti {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7b8665;
}
.cid-sTDiVwQ5Ti .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sTDiVwQ5Ti .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sTDiVwQ5Ti .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTDiVwQ5Ti .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sTDiVwQ5Ti .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sTDiVwQ5Ti .text2 {
  color: #000000;
  text-align: left;
}
.cid-sTDiVwQ5Ti .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sTDiVwQ5Ti .logo-title {
  text-align: center;
}
.cid-sTDiVwQ5Ti .logo-sub-title {
  text-align: center;
  color: #c9d1c7;
}
.cid-sTDiVwQ5Ti .links {
  text-align: center;
  color: #656565;
}
.cid-sTDiVwQ5Ti .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sTDiVwQ5Ti .logo-title,
.cid-sTDiVwQ5Ti .logo {
  color: #ffffff;
}
