@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap);





.btn {
  border-width: 2px;
}
body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.1rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4375rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.47rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.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: #d8c6ac !important;
}
.bg-success {
  background-color: #2e1806 !important;
}
.bg-info {
  background-color: #af927a !important;
}
.bg-warning {
  background-color: #f2f2f2 !important;
}
.bg-danger {
  background-color: #d8c6ac !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d8c6ac !important;
  border-color: #d8c6ac !important;
  color: #10634e !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #10634e !important;
  background-color: #cdb594 !important;
  border-color: #cdb594 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #10634e !important;
  background-color: #cdb594 !important;
  border-color: #cdb594 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fef1e6 !important;
  border-color: #fef1e6 !important;
  color: #10634e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #10634e !important;
  background-color: #fddec4 !important;
  border-color: #fddec4 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #10634e !important;
  background-color: #fddec4 !important;
  border-color: #fddec4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #af927a !important;
  border-color: #af927a !important;
  color: #10634e !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #10634e !important;
  background-color: #a28064 !important;
  border-color: #a28064 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #10634e !important;
  background-color: #a28064 !important;
  border-color: #a28064 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2e1806 !important;
  border-color: #2e1806 !important;
  color: #10634e !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #10634e !important;
  background-color: #0e0802 !important;
  border-color: #0e0802 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #10634e !important;
  background-color: #0e0802 !important;
  border-color: #0e0802 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #10634e !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #10634e !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #10634e !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d8c6ac !important;
  border-color: #d8c6ac !important;
  color: #10634e !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #10634e !important;
  background-color: #cdb594 !important;
  border-color: #cdb594 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #10634e !important;
  background-color: #cdb594 !important;
  border-color: #cdb594 !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: #d8c6ac;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #d8c6ac !important;
  border-color: #d8c6ac;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8c6ac !important;
  border-color: #d8c6ac !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fef1e6;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #fef1e6 !important;
  border-color: #fef1e6;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fef1e6 !important;
  border-color: #fef1e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #af927a;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #af927a !important;
  border-color: #af927a;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #af927a !important;
  border-color: #af927a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2e1806;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #2e1806 !important;
  border-color: #2e1806;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2e1806 !important;
  border-color: #2e1806 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f2f2f2;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d8c6ac;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #d8c6ac !important;
  border-color: #d8c6ac;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d8c6ac !important;
  border-color: #d8c6ac !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: #d8c6ac !important;
}
.text-secondary {
  color: #fef1e6 !important;
}
.text-success {
  color: #2e1806 !important;
}
.text-info {
  color: #af927a !important;
}
.text-warning {
  color: #f2f2f2 !important;
}
.text-danger {
  color: #d8c6ac !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #faba84 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #faba84 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #7a5f49 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bfbfbf !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b79667 !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: #d8c6ac;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #af927a;
}
.alert-warning {
  background-color: #f2f2f2;
}
.alert-danger {
  background-color: #d8c6ac;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d8c6ac;
  border-color: #d8c6ac;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d8c6ac;
}
.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: #f3c9a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dfd3ca;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.4375rem;
}
.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: 'Quicksand', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.4375rem;
}
blockquote {
  border-color: #d8c6ac;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d8c6ac;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #d8c6ac;
}
.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: #d8c6ac;
  border-bottom-color: #d8c6ac;
}
.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: #d8c6ac !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: #fef1e6 !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='%23d8c6ac' %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-tkV92UjlUm {
  display: flex;
  background-image: url("../../../assets/images/1-1-2000x1333.jpg");
}
.cid-tkV92UjlUm .mbr-overlay {
  background: #000000;
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-tkV92UjlUm .mbr-section-title {
  margin: 0;
}
.cid-tkV92UjlUm .mbr-text {
  color: #efefef;
}
.cid-tkV92UjlUm .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-tkV92UjlUm .card-img {
  text-align: left;
}
.cid-tkV92UjlUm .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-tkV92UjlUm .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tkV92UjlUm .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tkV92UjlUm .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tkV92UjlUm .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tkV92UjlUm .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-tmevZmfXRH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-birme-2000x1333.jpg");
}
.cid-tmevZmfXRH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tmevZmfXRH .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tmevZmfXRH .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 10px;
  font-size: 30px;
}
.cid-tmevZmfXRH .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-tmevZmfXRH .sign {
  width: 300px;
  display: inline;
}
.cid-tmevZmfXRH .text,
.cid-tmevZmfXRH .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-tmevZmfXRH .sign {
    width: 100%;
  }
}
.cid-tmeC0jDo9r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flip3-2000x3000.jpeg");
}
.cid-tmeC0jDo9r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tmeC0jDo9r .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tmeC0jDo9r .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 10px;
  font-size: 30px;
}
.cid-tmeC0jDo9r .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-tmeC0jDo9r .sign {
  width: 300px;
  display: inline;
}
.cid-tmeC0jDo9r .text,
.cid-tmeC0jDo9r .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-tmeC0jDo9r .sign {
    width: 100%;
  }
}
.cid-tmeyA70L7b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/outdoor-17-2000x1333.jpg");
}
.cid-tmeyA70L7b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tmeyA70L7b .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tmeyA70L7b .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 10px;
  font-size: 30px;
}
.cid-tmeyA70L7b .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-tmeyA70L7b .sign {
  width: 300px;
  display: inline;
}
.cid-tmeyA70L7b .text,
.cid-tmeyA70L7b .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-tmeyA70L7b .sign {
    width: 100%;
  }
}
.cid-tmezo2fOIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flip6-2000x1333.jpg");
}
.cid-tmezo2fOIy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tmezo2fOIy .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tmezo2fOIy .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 10px;
  font-size: 30px;
}
.cid-tmezo2fOIy .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-tmezo2fOIy .sign {
  width: 300px;
  display: inline;
}
.cid-tmezo2fOIy .text,
.cid-tmezo2fOIy .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-tmezo2fOIy .sign {
    width: 100%;
  }
}
.cid-tkURvEcI3j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #af927a;
}
.cid-tkURvEcI3j .navbar-logo {
  width: 325px;
  margin-bottom: 0px;
  margin: auto;
}
.cid-tkURvEcI3j .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkURvEcI3j .socicon {
  font-size: 1.3rem;
  background: #d8c6ac;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkURvEcI3j .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tkURvEcI3j .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tkURvEcI3j .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkURvEcI3j .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkURvEcI3j .logo-title {
  text-align: center;
}
.cid-tkURvEcI3j .logo-sub-title {
  text-align: center;
  color: #f2f2f2;
}
.cid-tkURvEcI3j .links {
  text-align: center;
  color: #656565;
}
.cid-tkURvEcI3j .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tkURvEcI3j .logo-title,
.cid-tkURvEcI3j .logo {
  color: #ffffff;
}
.cid-tkURvEcI3j .links,
.cid-tkURvEcI3j .social-list {
  color: #ffffff;
}
.cid-tkVa5EJ14e .navbar-dropdown {
  position: relative !important;
}
.cid-tkVa5EJ14e .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-tkVa5EJ14e .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkVa5EJ14e .dropdown-item:hover,
.cid-tkVa5EJ14e .dropdown-item:focus {
  color: #d8c6ac !important;
}
.cid-tkVa5EJ14e .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tkVa5EJ14e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkVa5EJ14e .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkVa5EJ14e .container {
  display: flex;
  margin: auto;
}
.cid-tkVa5EJ14e .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkVa5EJ14e .dropdown-menu,
.cid-tkVa5EJ14e .navbar.opened {
  background: #af927a !important;
}
.cid-tkVa5EJ14e .nav-item:focus,
.cid-tkVa5EJ14e .nav-link:focus {
  outline: none;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkVa5EJ14e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkVa5EJ14e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkVa5EJ14e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #af927a;
}
.cid-tkVa5EJ14e .navbar.opened {
  transition: all 0.3s;
}
.cid-tkVa5EJ14e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkVa5EJ14e .navbar .navbar-logo img {
  width: auto;
}
.cid-tkVa5EJ14e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkVa5EJ14e .navbar.collapsed {
  justify-content: center;
}
.cid-tkVa5EJ14e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkVa5EJ14e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkVa5EJ14e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkVa5EJ14e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkVa5EJ14e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkVa5EJ14e .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-tkVa5EJ14e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkVa5EJ14e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkVa5EJ14e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkVa5EJ14e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkVa5EJ14e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkVa5EJ14e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkVa5EJ14e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkVa5EJ14e .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-tkVa5EJ14e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkVa5EJ14e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkVa5EJ14e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkVa5EJ14e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkVa5EJ14e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkVa5EJ14e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkVa5EJ14e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkVa5EJ14e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkVa5EJ14e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkVa5EJ14e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkVa5EJ14e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkVa5EJ14e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkVa5EJ14e .dropdown-item.active,
.cid-tkVa5EJ14e .dropdown-item:active {
  background-color: transparent;
}
.cid-tkVa5EJ14e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkVa5EJ14e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkVa5EJ14e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkVa5EJ14e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #af927a;
}
.cid-tkVa5EJ14e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkVa5EJ14e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkVa5EJ14e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkVa5EJ14e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkVa5EJ14e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkVa5EJ14e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkVa5EJ14e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkVa5EJ14e .navbar {
    height: 70px;
  }
  .cid-tkVa5EJ14e .navbar.opened {
    height: auto;
  }
  .cid-tkVa5EJ14e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkVa5EJ14e .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tkVa5EJ14e .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tkVa5EJ14e a {
  display: inline;
  font-weight: bold;
}
.cid-tkVa5EJ14e img {
  display: inline;
  padding-right: 10px;
}
.cid-tkVa5EJ14e .dropdown-toggle:after {
  display: none;
}
.cid-tkVa5EJ14e .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkVa5EJ14e .dropdown-item:hover {
  color: #f2f2f2 !important;
}
@media (max-width: 990px) {
  .cid-tkVa5EJ14e .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tk4a6N6Ykf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-2000x1333.jpg");
}
.cid-tk4a6N6Ykf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tk4a6N6Ykf .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tk4a6N6Ykf .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 20px;
  font-size: 40px;
}
.cid-tk4a6N6Ykf .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-tk4a6N6Ykf .sign {
  width: 300px;
  display: inline;
}
.cid-tk4a6N6Ykf .text,
.cid-tk4a6N6Ykf .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-tk4a6N6Ykf .sign {
    width: 100%;
  }
}
.cid-tk4cVMkBg9 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tk4cVMkBg9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tk4cVMkBg9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tk4cVMkBg9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tk4cVMkBg9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tk4cVMkBg9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #af927a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tk4cVMkBg9 .icon-focus {
  display: none;
}
.cid-tk4cVMkBg9 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tk4cVMkBg9 ul {
  font-size: 0;
}
.cid-tk4cVMkBg9 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tk4cVMkBg9 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tk4cVMkBg9 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d8c6ac, #fef1e6);
}
.cid-tk4cVMkBg9 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tk4cVMkBg9 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tk4cVMkBg9 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tk4cVMkBg9 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tk4cVMkBg9 .btn:hover {
  background: transparent !important;
}
.cid-tk4cVMkBg9 .btn:hover:before {
  background: transparent !important;
}
.cid-tk4cVMkBg9 .btn:before {
  background-color: transparent !important;
}
.cid-tk4cVMkBg9 .btn:focus {
  box-shadow: none;
}
.cid-tk4cVMkBg9 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tk4lYUPaXq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tk4lYUPaXq .item-wrapper {
  width: 100%;
}
.cid-tk4lYUPaXq .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-tk4lYUPaXq .row {
  align-items: center;
}
.cid-tk4lYUPaXq .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-tk4lYUPaXq .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-tk4lYUPaXq .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-tk4lYUPaXq .sign {
  max-width: 250px;
  display: inline;
}
.cid-tk4lYUPaXq .mbr-text,
.cid-tk4lYUPaXq .right-side {
  color: #1b745e;
}
.cid-tk4lYUPaXq .mbr-section-title,
.cid-tk4lYUPaXq .si {
  color: #af927a;
}
.cid-tk4lYUPaXq .text {
  color: #af927a;
}
.cid-tk4lhwHjaQ {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tk4lhwHjaQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tk4lhwHjaQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tk4lhwHjaQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tk4lhwHjaQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tk4lhwHjaQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #af927a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tk4lhwHjaQ .icon-focus {
  display: none;
}
.cid-tk4lhwHjaQ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tk4lhwHjaQ ul {
  font-size: 0;
}
.cid-tk4lhwHjaQ .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tk4lhwHjaQ .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tk4lhwHjaQ .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d8c6ac, #fef1e6);
}
.cid-tk4lhwHjaQ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tk4lhwHjaQ .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tk4lhwHjaQ .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tk4lhwHjaQ .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tk4lhwHjaQ .btn:hover {
  background: transparent !important;
}
.cid-tk4lhwHjaQ .btn:hover:before {
  background: transparent !important;
}
.cid-tk4lhwHjaQ .btn:before {
  background-color: transparent !important;
}
.cid-tk4lhwHjaQ .btn:focus {
  box-shadow: none;
}
.cid-tk4lhwHjaQ .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tkURTPiBwA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #af927a;
}
.cid-tkURTPiBwA .navbar-logo {
  width: 325px;
  margin-bottom: 0px;
  margin: auto;
}
.cid-tkURTPiBwA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkURTPiBwA .socicon {
  font-size: 1.3rem;
  background: #d8c6ac;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkURTPiBwA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tkURTPiBwA .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tkURTPiBwA .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkURTPiBwA .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkURTPiBwA .logo-title {
  text-align: center;
}
.cid-tkURTPiBwA .logo-sub-title {
  text-align: center;
  color: #f2f2f2;
}
.cid-tkURTPiBwA .links {
  text-align: center;
  color: #656565;
}
.cid-tkURTPiBwA .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tkURTPiBwA .logo-title,
.cid-tkURTPiBwA .logo {
  color: #ffffff;
}
.cid-tkURTPiBwA .links,
.cid-tkURTPiBwA .social-list {
  color: #ffffff;
}
.cid-tkVa5EJ14e .navbar-dropdown {
  position: relative !important;
}
.cid-tkVa5EJ14e .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-tkVa5EJ14e .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkVa5EJ14e .dropdown-item:hover,
.cid-tkVa5EJ14e .dropdown-item:focus {
  color: #d8c6ac !important;
}
.cid-tkVa5EJ14e .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tkVa5EJ14e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkVa5EJ14e .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkVa5EJ14e .container {
  display: flex;
  margin: auto;
}
.cid-tkVa5EJ14e .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkVa5EJ14e .dropdown-menu,
.cid-tkVa5EJ14e .navbar.opened {
  background: #af927a !important;
}
.cid-tkVa5EJ14e .nav-item:focus,
.cid-tkVa5EJ14e .nav-link:focus {
  outline: none;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkVa5EJ14e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkVa5EJ14e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkVa5EJ14e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #af927a;
}
.cid-tkVa5EJ14e .navbar.opened {
  transition: all 0.3s;
}
.cid-tkVa5EJ14e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkVa5EJ14e .navbar .navbar-logo img {
  width: auto;
}
.cid-tkVa5EJ14e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkVa5EJ14e .navbar.collapsed {
  justify-content: center;
}
.cid-tkVa5EJ14e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkVa5EJ14e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkVa5EJ14e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkVa5EJ14e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkVa5EJ14e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkVa5EJ14e .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-tkVa5EJ14e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkVa5EJ14e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkVa5EJ14e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkVa5EJ14e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkVa5EJ14e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkVa5EJ14e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkVa5EJ14e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkVa5EJ14e .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-tkVa5EJ14e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkVa5EJ14e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkVa5EJ14e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkVa5EJ14e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkVa5EJ14e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkVa5EJ14e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkVa5EJ14e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkVa5EJ14e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkVa5EJ14e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkVa5EJ14e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkVa5EJ14e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkVa5EJ14e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkVa5EJ14e .dropdown-item.active,
.cid-tkVa5EJ14e .dropdown-item:active {
  background-color: transparent;
}
.cid-tkVa5EJ14e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkVa5EJ14e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkVa5EJ14e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkVa5EJ14e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #af927a;
}
.cid-tkVa5EJ14e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkVa5EJ14e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkVa5EJ14e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkVa5EJ14e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkVa5EJ14e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkVa5EJ14e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkVa5EJ14e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkVa5EJ14e .navbar {
    height: 70px;
  }
  .cid-tkVa5EJ14e .navbar.opened {
    height: auto;
  }
  .cid-tkVa5EJ14e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkVa5EJ14e .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tkVa5EJ14e .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tkVa5EJ14e a {
  display: inline;
  font-weight: bold;
}
.cid-tkVa5EJ14e img {
  display: inline;
  padding-right: 10px;
}
.cid-tkVa5EJ14e .dropdown-toggle:after {
  display: none;
}
.cid-tkVa5EJ14e .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkVa5EJ14e .dropdown-item:hover {
  color: #f2f2f2 !important;
}
@media (max-width: 990px) {
  .cid-tkVa5EJ14e .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tk4uHyDumK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/8-brime-2000x1333.jpg");
}
.cid-tk4uHyDumK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tk4uHyDumK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tk4uHyDumK .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 20px;
  font-size: 40px;
}
.cid-tk4uHyDumK .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-tk4uHyDumK .sign {
  width: 300px;
  display: inline;
}
.cid-tk4uHyDumK .text,
.cid-tk4uHyDumK .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-tk4uHyDumK .sign {
    width: 100%;
  }
}
.cid-tk4uHzapGs {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tk4uHzapGs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tk4uHzapGs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tk4uHzapGs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tk4uHzapGs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tk4uHzapGs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #af927a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tk4uHzapGs .icon-focus {
  display: none;
}
.cid-tk4uHzapGs .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tk4uHzapGs ul {
  font-size: 0;
}
.cid-tk4uHzapGs .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tk4uHzapGs .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tk4uHzapGs .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d8c6ac, #fef1e6);
}
.cid-tk4uHzapGs .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tk4uHzapGs .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tk4uHzapGs .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tk4uHzapGs .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tk4uHzapGs .btn:hover {
  background: transparent !important;
}
.cid-tk4uHzapGs .btn:hover:before {
  background: transparent !important;
}
.cid-tk4uHzapGs .btn:before {
  background-color: transparent !important;
}
.cid-tk4uHzapGs .btn:focus {
  box-shadow: none;
}
.cid-tk4uHzapGs .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tk4uHAFt7d {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.svg");
}
.cid-tk4uHAFt7d .item-wrapper {
  width: 100%;
}
.cid-tk4uHAFt7d .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-tk4uHAFt7d .row {
  align-items: center;
}
.cid-tk4uHAFt7d .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-tk4uHAFt7d .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-tk4uHAFt7d .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-tk4uHAFt7d .sign {
  max-width: 250px;
  display: inline;
}
.cid-tk4uHAFt7d .mbr-text,
.cid-tk4uHAFt7d .right-side {
  color: #1b745e;
}
.cid-tk4uHAFt7d .mbr-section-title,
.cid-tk4uHAFt7d .si {
  color: #af927a;
}
.cid-tk4uHAFt7d .text {
  color: #af927a;
}
.cid-tk4uHAYRSD {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background.svg");
}
.cid-tk4uHAYRSD .card-wrapper {
  background: none;
  display: block;
  margin: 25px 0;
}
.cid-tk4uHAYRSD .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-tk4uHAYRSD .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #af927a;
  margin-right: 15px;
  height: 100%;
  margin-bottom: 8px;
}
.cid-tk4uHAYRSD .row {
  align-items: center;
}
.cid-tk4uHAYRSD .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-tk4uHAYRSD .col {
  padding: 0;
}
.cid-tk4uHAYRSD .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-tk4uHAYRSD .card-title,
.cid-tk4uHAYRSD .iconfont-wrapper {
  color: #0c5b47;
}
.cid-tk4uHAYRSD a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-tk4uHAYRSD .card-title,
.cid-tk4uHAYRSD .lin {
  color: #af927a;
}
.cid-tk4uHAYRSD .card-title {
  font-size: 25px;
  margin-bottom: 8px;
}
.cid-tk4uHBhkn3 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tk4uHBhkn3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tk4uHBhkn3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tk4uHBhkn3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tk4uHBhkn3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tk4uHBhkn3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #af927a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tk4uHBhkn3 .icon-focus {
  display: none;
}
.cid-tk4uHBhkn3 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tk4uHBhkn3 ul {
  font-size: 0;
}
.cid-tk4uHBhkn3 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tk4uHBhkn3 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tk4uHBhkn3 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d8c6ac, #fef1e6);
}
.cid-tk4uHBhkn3 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tk4uHBhkn3 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tk4uHBhkn3 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tk4uHBhkn3 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tk4uHBhkn3 .btn:hover {
  background: transparent !important;
}
.cid-tk4uHBhkn3 .btn:hover:before {
  background: transparent !important;
}
.cid-tk4uHBhkn3 .btn:before {
  background-color: transparent !important;
}
.cid-tk4uHBhkn3 .btn:focus {
  box-shadow: none;
}
.cid-tk4uHBhkn3 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tk4uHBCEjO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #af927a;
}
.cid-tk4uHBCEjO .navbar-logo {
  width: 325px;
  margin-bottom: 0px;
  margin: auto;
}
.cid-tk4uHBCEjO .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tk4uHBCEjO .socicon {
  font-size: 1.3rem;
  background: #d8c6ac;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tk4uHBCEjO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tk4uHBCEjO .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tk4uHBCEjO .text2 {
  color: #000000;
  text-align: left;
}
.cid-tk4uHBCEjO .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tk4uHBCEjO .logo-title {
  text-align: center;
}
.cid-tk4uHBCEjO .logo-sub-title {
  text-align: center;
  color: #f2f2f2;
}
.cid-tk4uHBCEjO .links {
  text-align: center;
  color: #656565;
}
.cid-tk4uHBCEjO .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tk4uHBCEjO .logo-title,
.cid-tk4uHBCEjO .logo {
  color: #ffffff;
}
.cid-tk4uHBCEjO .links,
.cid-tk4uHBCEjO .social-list {
  color: #ffffff;
}
.cid-tkVa5EJ14e .navbar-dropdown {
  position: relative !important;
}
.cid-tkVa5EJ14e .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-tkVa5EJ14e .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkVa5EJ14e .dropdown-item:hover,
.cid-tkVa5EJ14e .dropdown-item:focus {
  color: #d8c6ac !important;
}
.cid-tkVa5EJ14e .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tkVa5EJ14e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkVa5EJ14e .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkVa5EJ14e .container {
  display: flex;
  margin: auto;
}
.cid-tkVa5EJ14e .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkVa5EJ14e .dropdown-menu,
.cid-tkVa5EJ14e .navbar.opened {
  background: #af927a !important;
}
.cid-tkVa5EJ14e .nav-item:focus,
.cid-tkVa5EJ14e .nav-link:focus {
  outline: none;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkVa5EJ14e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkVa5EJ14e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkVa5EJ14e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #af927a;
}
.cid-tkVa5EJ14e .navbar.opened {
  transition: all 0.3s;
}
.cid-tkVa5EJ14e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkVa5EJ14e .navbar .navbar-logo img {
  width: auto;
}
.cid-tkVa5EJ14e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkVa5EJ14e .navbar.collapsed {
  justify-content: center;
}
.cid-tkVa5EJ14e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkVa5EJ14e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkVa5EJ14e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkVa5EJ14e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkVa5EJ14e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkVa5EJ14e .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-tkVa5EJ14e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkVa5EJ14e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkVa5EJ14e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkVa5EJ14e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkVa5EJ14e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkVa5EJ14e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkVa5EJ14e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkVa5EJ14e .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-tkVa5EJ14e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkVa5EJ14e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkVa5EJ14e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkVa5EJ14e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkVa5EJ14e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkVa5EJ14e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkVa5EJ14e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkVa5EJ14e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkVa5EJ14e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkVa5EJ14e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkVa5EJ14e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkVa5EJ14e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkVa5EJ14e .dropdown-item.active,
.cid-tkVa5EJ14e .dropdown-item:active {
  background-color: transparent;
}
.cid-tkVa5EJ14e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkVa5EJ14e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkVa5EJ14e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkVa5EJ14e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #af927a;
}
.cid-tkVa5EJ14e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkVa5EJ14e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkVa5EJ14e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkVa5EJ14e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkVa5EJ14e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkVa5EJ14e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkVa5EJ14e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkVa5EJ14e .navbar {
    height: 70px;
  }
  .cid-tkVa5EJ14e .navbar.opened {
    height: auto;
  }
  .cid-tkVa5EJ14e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkVa5EJ14e .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tkVa5EJ14e .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tkVa5EJ14e a {
  display: inline;
  font-weight: bold;
}
.cid-tkVa5EJ14e img {
  display: inline;
  padding-right: 10px;
}
.cid-tkVa5EJ14e .dropdown-toggle:after {
  display: none;
}
.cid-tkVa5EJ14e .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkVa5EJ14e .dropdown-item:hover {
  color: #f2f2f2 !important;
}
@media (max-width: 990px) {
  .cid-tkVa5EJ14e .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tk4DRiM8cR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/43-2000x1333.jpg");
}
.cid-tk4DRiM8cR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tk4DRiM8cR .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tk4DRiM8cR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 20px;
  font-size: 40px;
}
.cid-tk4DRiM8cR .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-tk4DRiM8cR .sign {
  width: 300px;
  display: inline;
}
.cid-tk4DRiM8cR .text,
.cid-tk4DRiM8cR .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-tk4DRiM8cR .sign {
    width: 100%;
  }
}
.cid-tk4DRj7kCp {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tk4DRj7kCp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tk4DRj7kCp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tk4DRj7kCp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tk4DRj7kCp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tk4DRj7kCp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #af927a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tk4DRj7kCp .icon-focus {
  display: none;
}
.cid-tk4DRj7kCp .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tk4DRj7kCp ul {
  font-size: 0;
}
.cid-tk4DRj7kCp .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tk4DRj7kCp .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tk4DRj7kCp .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d8c6ac, #fef1e6);
}
.cid-tk4DRj7kCp .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tk4DRj7kCp .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tk4DRj7kCp .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tk4DRj7kCp .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tk4DRj7kCp .btn:hover {
  background: transparent !important;
}
.cid-tk4DRj7kCp .btn:hover:before {
  background: transparent !important;
}
.cid-tk4DRj7kCp .btn:before {
  background-color: transparent !important;
}
.cid-tk4DRj7kCp .btn:focus {
  box-shadow: none;
}
.cid-tk4DRj7kCp .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tk4DRjSILX {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background2.svg");
}
.cid-tk4DRjSILX .item-wrapper {
  width: 100%;
}
.cid-tk4DRjSILX .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-tk4DRjSILX .row {
  align-items: center;
}
.cid-tk4DRjSILX .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-tk4DRjSILX .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-tk4DRjSILX .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-tk4DRjSILX .sign {
  max-width: 250px;
  display: inline;
}
.cid-tk4DRjSILX .mbr-text,
.cid-tk4DRjSILX .right-side {
  color: #1b745e;
}
.cid-tk4DRjSILX .mbr-section-title,
.cid-tk4DRjSILX .si {
  color: #af927a;
}
.cid-tk4DRjSILX .text {
  color: #af927a;
}
.cid-tk4DRksa8b {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tk4DRksa8b .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tk4DRksa8b .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tk4DRksa8b .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tk4DRksa8b .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tk4DRksa8b .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #af927a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tk4DRksa8b .icon-focus {
  display: none;
}
.cid-tk4DRksa8b .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tk4DRksa8b ul {
  font-size: 0;
}
.cid-tk4DRksa8b .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tk4DRksa8b .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tk4DRksa8b .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d8c6ac, #fef1e6);
}
.cid-tk4DRksa8b .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tk4DRksa8b .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tk4DRksa8b .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tk4DRksa8b .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tk4DRksa8b .btn:hover {
  background: transparent !important;
}
.cid-tk4DRksa8b .btn:hover:before {
  background: transparent !important;
}
.cid-tk4DRksa8b .btn:before {
  background-color: transparent !important;
}
.cid-tk4DRksa8b .btn:focus {
  box-shadow: none;
}
.cid-tk4DRksa8b .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tkURXFJby6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #af927a;
}
.cid-tkURXFJby6 .navbar-logo {
  width: 325px;
  margin-bottom: 0px;
  margin: auto;
}
.cid-tkURXFJby6 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkURXFJby6 .socicon {
  font-size: 1.3rem;
  background: #d8c6ac;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkURXFJby6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tkURXFJby6 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tkURXFJby6 .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkURXFJby6 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkURXFJby6 .logo-title {
  text-align: center;
}
.cid-tkURXFJby6 .logo-sub-title {
  text-align: center;
  color: #f2f2f2;
}
.cid-tkURXFJby6 .links {
  text-align: center;
  color: #656565;
}
.cid-tkURXFJby6 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tkURXFJby6 .logo-title,
.cid-tkURXFJby6 .logo {
  color: #ffffff;
}
.cid-tkURXFJby6 .links,
.cid-tkURXFJby6 .social-list {
  color: #ffffff;
}
.cid-tkVa5EJ14e .navbar-dropdown {
  position: relative !important;
}
.cid-tkVa5EJ14e .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-tkVa5EJ14e .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkVa5EJ14e .dropdown-item:hover,
.cid-tkVa5EJ14e .dropdown-item:focus {
  color: #d8c6ac !important;
}
.cid-tkVa5EJ14e .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tkVa5EJ14e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkVa5EJ14e .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkVa5EJ14e .container {
  display: flex;
  margin: auto;
}
.cid-tkVa5EJ14e .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkVa5EJ14e .dropdown-menu,
.cid-tkVa5EJ14e .navbar.opened {
  background: #af927a !important;
}
.cid-tkVa5EJ14e .nav-item:focus,
.cid-tkVa5EJ14e .nav-link:focus {
  outline: none;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkVa5EJ14e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkVa5EJ14e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkVa5EJ14e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkVa5EJ14e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #af927a;
}
.cid-tkVa5EJ14e .navbar.opened {
  transition: all 0.3s;
}
.cid-tkVa5EJ14e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkVa5EJ14e .navbar .navbar-logo img {
  width: auto;
}
.cid-tkVa5EJ14e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkVa5EJ14e .navbar.collapsed {
  justify-content: center;
}
.cid-tkVa5EJ14e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkVa5EJ14e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkVa5EJ14e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkVa5EJ14e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkVa5EJ14e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkVa5EJ14e .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-tkVa5EJ14e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkVa5EJ14e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkVa5EJ14e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkVa5EJ14e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkVa5EJ14e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkVa5EJ14e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkVa5EJ14e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkVa5EJ14e .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-tkVa5EJ14e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkVa5EJ14e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkVa5EJ14e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkVa5EJ14e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkVa5EJ14e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkVa5EJ14e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkVa5EJ14e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkVa5EJ14e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkVa5EJ14e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkVa5EJ14e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkVa5EJ14e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkVa5EJ14e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkVa5EJ14e .dropdown-item.active,
.cid-tkVa5EJ14e .dropdown-item:active {
  background-color: transparent;
}
.cid-tkVa5EJ14e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkVa5EJ14e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkVa5EJ14e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkVa5EJ14e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #af927a;
}
.cid-tkVa5EJ14e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkVa5EJ14e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkVa5EJ14e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkVa5EJ14e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkVa5EJ14e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkVa5EJ14e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkVa5EJ14e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkVa5EJ14e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkVa5EJ14e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkVa5EJ14e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkVa5EJ14e .navbar {
    height: 70px;
  }
  .cid-tkVa5EJ14e .navbar.opened {
    height: auto;
  }
  .cid-tkVa5EJ14e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkVa5EJ14e .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tkVa5EJ14e .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tkVa5EJ14e a {
  display: inline;
  font-weight: bold;
}
.cid-tkVa5EJ14e img {
  display: inline;
  padding-right: 10px;
}
.cid-tkVa5EJ14e .dropdown-toggle:after {
  display: none;
}
.cid-tkVa5EJ14e .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkVa5EJ14e .dropdown-item:hover {
  color: #f2f2f2 !important;
}
@media (max-width: 990px) {
  .cid-tkVa5EJ14e .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tkZDc2b1m3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/18-edit4-1-2000x1333.jpg");
}
.cid-tkZDc2b1m3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkZDc2b1m3 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tkZDc2b1m3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 20px;
  font-size: 40px;
}
.cid-tkZDc2b1m3 .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-tkZDc2b1m3 .sign {
  width: 300px;
  display: inline;
}
.cid-tkZDc2b1m3 .text,
.cid-tkZDc2b1m3 .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-tkZDc2b1m3 .sign {
    width: 100%;
  }
}
.cid-tkZDc2uYAx {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tkZDc2uYAx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tkZDc2uYAx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkZDc2uYAx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tkZDc2uYAx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tkZDc2uYAx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #af927a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tkZDc2uYAx .icon-focus {
  display: none;
}
.cid-tkZDc2uYAx .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tkZDc2uYAx ul {
  font-size: 0;
}
.cid-tkZDc2uYAx .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tkZDc2uYAx .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tkZDc2uYAx .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d8c6ac, #fef1e6);
}
.cid-tkZDc2uYAx .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tkZDc2uYAx .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tkZDc2uYAx .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tkZDc2uYAx .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tkZDc2uYAx .btn:hover {
  background: transparent !important;
}
.cid-tkZDc2uYAx .btn:hover:before {
  background: transparent !important;
}
.cid-tkZDc2uYAx .btn:before {
  background-color: transparent !important;
}
.cid-tkZDc2uYAx .btn:focus {
  box-shadow: none;
}
.cid-tkZDc2uYAx .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tkZDc2ReKp {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkZDc2ReKp .item-wrapper {
  width: 100%;
}
.cid-tkZDc2ReKp .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-tkZDc2ReKp .row {
  align-items: center;
}
.cid-tkZDc2ReKp .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-tkZDc2ReKp .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-tkZDc2ReKp .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-tkZDc2ReKp .sign {
  max-width: 250px;
  display: inline;
}
.cid-tkZDc2ReKp .mbr-text,
.cid-tkZDc2ReKp .right-side {
  color: #1b745e;
}
.cid-tkZDc2ReKp .mbr-section-title,
.cid-tkZDc2ReKp .si {
  color: #af927a;
}
.cid-tkZDc2ReKp .text {
  color: #af927a;
}
.cid-tkZDc3pI0p {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tkZDc3pI0p .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tkZDc3pI0p .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkZDc3pI0p .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tkZDc3pI0p .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tkZDc3pI0p .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #af927a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tkZDc3pI0p .icon-focus {
  display: none;
}
.cid-tkZDc3pI0p .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tkZDc3pI0p ul {
  font-size: 0;
}
.cid-tkZDc3pI0p .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tkZDc3pI0p .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tkZDc3pI0p .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d8c6ac, #fef1e6);
}
.cid-tkZDc3pI0p .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tkZDc3pI0p .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tkZDc3pI0p .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tkZDc3pI0p .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tkZDc3pI0p .btn:hover {
  background: transparent !important;
}
.cid-tkZDc3pI0p .btn:hover:before {
  background: transparent !important;
}
.cid-tkZDc3pI0p .btn:before {
  background-color: transparent !important;
}
.cid-tkZDc3pI0p .btn:focus {
  box-shadow: none;
}
.cid-tkZDc3pI0p .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tkZDc3HeKa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #af927a;
}
.cid-tkZDc3HeKa .navbar-logo {
  width: 325px;
  margin-bottom: 0px;
  margin: auto;
}
.cid-tkZDc3HeKa .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkZDc3HeKa .socicon {
  font-size: 1.3rem;
  background: #d8c6ac;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkZDc3HeKa .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tkZDc3HeKa .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tkZDc3HeKa .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkZDc3HeKa .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkZDc3HeKa .logo-title {
  text-align: center;
}
.cid-tkZDc3HeKa .logo-sub-title {
  text-align: center;
  color: #f2f2f2;
}
.cid-tkZDc3HeKa .links {
  text-align: center;
  color: #656565;
}
.cid-tkZDc3HeKa .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tkZDc3HeKa .logo-title,
.cid-tkZDc3HeKa .logo {
  color: #ffffff;
}
.cid-tkZDc3HeKa .links,
.cid-tkZDc3HeKa .social-list {
  color: #ffffff;
}
.cid-tkZDc3ZlyO .navbar-dropdown {
  position: relative !important;
}
.cid-tkZDc3ZlyO .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-tkZDc3ZlyO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkZDc3ZlyO .dropdown-item:hover,
.cid-tkZDc3ZlyO .dropdown-item:focus {
  color: #d8c6ac !important;
}
.cid-tkZDc3ZlyO .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tkZDc3ZlyO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkZDc3ZlyO .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkZDc3ZlyO .container {
  display: flex;
  margin: auto;
}
.cid-tkZDc3ZlyO .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkZDc3ZlyO .dropdown-menu,
.cid-tkZDc3ZlyO .navbar.opened {
  background: #af927a !important;
}
.cid-tkZDc3ZlyO .nav-item:focus,
.cid-tkZDc3ZlyO .nav-link:focus {
  outline: none;
}
.cid-tkZDc3ZlyO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkZDc3ZlyO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkZDc3ZlyO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkZDc3ZlyO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkZDc3ZlyO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkZDc3ZlyO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkZDc3ZlyO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #af927a;
}
.cid-tkZDc3ZlyO .navbar.opened {
  transition: all 0.3s;
}
.cid-tkZDc3ZlyO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkZDc3ZlyO .navbar .navbar-logo img {
  width: auto;
}
.cid-tkZDc3ZlyO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkZDc3ZlyO .navbar.collapsed {
  justify-content: center;
}
.cid-tkZDc3ZlyO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkZDc3ZlyO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkZDc3ZlyO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkZDc3ZlyO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkZDc3ZlyO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkZDc3ZlyO .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-tkZDc3ZlyO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkZDc3ZlyO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkZDc3ZlyO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkZDc3ZlyO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkZDc3ZlyO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkZDc3ZlyO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkZDc3ZlyO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkZDc3ZlyO .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-tkZDc3ZlyO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkZDc3ZlyO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkZDc3ZlyO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkZDc3ZlyO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkZDc3ZlyO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkZDc3ZlyO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkZDc3ZlyO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkZDc3ZlyO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkZDc3ZlyO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkZDc3ZlyO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkZDc3ZlyO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkZDc3ZlyO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkZDc3ZlyO .dropdown-item.active,
.cid-tkZDc3ZlyO .dropdown-item:active {
  background-color: transparent;
}
.cid-tkZDc3ZlyO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkZDc3ZlyO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkZDc3ZlyO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkZDc3ZlyO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #af927a;
}
.cid-tkZDc3ZlyO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkZDc3ZlyO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkZDc3ZlyO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkZDc3ZlyO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkZDc3ZlyO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkZDc3ZlyO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkZDc3ZlyO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkZDc3ZlyO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkZDc3ZlyO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkZDc3ZlyO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkZDc3ZlyO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkZDc3ZlyO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkZDc3ZlyO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkZDc3ZlyO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkZDc3ZlyO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkZDc3ZlyO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkZDc3ZlyO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkZDc3ZlyO .navbar {
    height: 70px;
  }
  .cid-tkZDc3ZlyO .navbar.opened {
    height: auto;
  }
  .cid-tkZDc3ZlyO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkZDc3ZlyO .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tkZDc3ZlyO .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tkZDc3ZlyO a {
  display: inline;
  font-weight: bold;
}
.cid-tkZDc3ZlyO img {
  display: inline;
  padding-right: 10px;
}
.cid-tkZDc3ZlyO .dropdown-toggle:after {
  display: none;
}
.cid-tkZDc3ZlyO .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkZDc3ZlyO .dropdown-item:hover {
  color: #f2f2f2 !important;
}
@media (max-width: 990px) {
  .cid-tkZDc3ZlyO .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tl48levm5u {
  display: flex;
  background-image: url("../../../assets/images/1-1-2000x1333.jpg");
}
.cid-tl48levm5u .mbr-overlay {
  background: #af927a;
  background: linear-gradient(90deg, #af927a, #2e1806);
}
.cid-tl48levm5u .mbr-section-title {
  margin: 0;
}
.cid-tl48levm5u .mbr-text {
  color: #efefef;
}
.cid-tl48levm5u .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-tl48levm5u .card-img {
  text-align: left;
}
.cid-tl48levm5u .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-tl48levm5u .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tl48levm5u .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tl48levm5u .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tl48levm5u .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tl48levm5u .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-tl48levm5u .title-cont,
.cid-tl48levm5u .mbr-section-title {
  text-align: center;
}
.cid-tl48levm5u .mbr-section-subtitle,
.cid-tl48levm5u .mbr-section-btn {
  text-align: center;
}
.cid-tl48lfdSBR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #af927a;
}
.cid-tl48lfdSBR .navbar-logo {
  width: 325px;
  margin-bottom: 0px;
  margin: auto;
}
.cid-tl48lfdSBR .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tl48lfdSBR .socicon {
  font-size: 1.3rem;
  background: #d8c6ac;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tl48lfdSBR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tl48lfdSBR .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tl48lfdSBR .text2 {
  color: #000000;
  text-align: left;
}
.cid-tl48lfdSBR .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tl48lfdSBR .logo-title {
  text-align: center;
}
.cid-tl48lfdSBR .logo-sub-title {
  text-align: center;
  color: #f2f2f2;
}
.cid-tl48lfdSBR .links {
  text-align: center;
  color: #656565;
}
.cid-tl48lfdSBR .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tl48lfdSBR .logo-title,
.cid-tl48lfdSBR .logo {
  color: #ffffff;
}
.cid-tl48lfdSBR .links,
.cid-tl48lfdSBR .social-list {
  color: #ffffff;
}
.cid-tl48lfuG2p .navbar-dropdown {
  position: relative !important;
}
.cid-tl48lfuG2p .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-tl48lfuG2p .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tl48lfuG2p .dropdown-item:hover,
.cid-tl48lfuG2p .dropdown-item:focus {
  color: #d8c6ac !important;
}
.cid-tl48lfuG2p .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tl48lfuG2p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tl48lfuG2p .nav-link {
  position: relative;
  padding: 0;
}
.cid-tl48lfuG2p .container {
  display: flex;
  margin: auto;
}
.cid-tl48lfuG2p .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tl48lfuG2p .dropdown-menu,
.cid-tl48lfuG2p .navbar.opened {
  background: #af927a !important;
}
.cid-tl48lfuG2p .nav-item:focus,
.cid-tl48lfuG2p .nav-link:focus {
  outline: none;
}
.cid-tl48lfuG2p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tl48lfuG2p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tl48lfuG2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tl48lfuG2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tl48lfuG2p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tl48lfuG2p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tl48lfuG2p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #af927a;
}
.cid-tl48lfuG2p .navbar.opened {
  transition: all 0.3s;
}
.cid-tl48lfuG2p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tl48lfuG2p .navbar .navbar-logo img {
  width: auto;
}
.cid-tl48lfuG2p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tl48lfuG2p .navbar.collapsed {
  justify-content: center;
}
.cid-tl48lfuG2p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tl48lfuG2p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tl48lfuG2p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tl48lfuG2p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tl48lfuG2p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tl48lfuG2p .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-tl48lfuG2p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tl48lfuG2p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tl48lfuG2p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tl48lfuG2p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tl48lfuG2p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tl48lfuG2p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tl48lfuG2p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tl48lfuG2p .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-tl48lfuG2p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tl48lfuG2p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tl48lfuG2p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tl48lfuG2p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tl48lfuG2p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tl48lfuG2p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tl48lfuG2p .navbar.navbar-short {
  min-height: 60px;
}
.cid-tl48lfuG2p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tl48lfuG2p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tl48lfuG2p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tl48lfuG2p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tl48lfuG2p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tl48lfuG2p .dropdown-item.active,
.cid-tl48lfuG2p .dropdown-item:active {
  background-color: transparent;
}
.cid-tl48lfuG2p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tl48lfuG2p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tl48lfuG2p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tl48lfuG2p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #af927a;
}
.cid-tl48lfuG2p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tl48lfuG2p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tl48lfuG2p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tl48lfuG2p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tl48lfuG2p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tl48lfuG2p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tl48lfuG2p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tl48lfuG2p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tl48lfuG2p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tl48lfuG2p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tl48lfuG2p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tl48lfuG2p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tl48lfuG2p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tl48lfuG2p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tl48lfuG2p .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tl48lfuG2p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tl48lfuG2p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tl48lfuG2p .navbar {
    height: 70px;
  }
  .cid-tl48lfuG2p .navbar.opened {
    height: auto;
  }
  .cid-tl48lfuG2p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tl48lfuG2p .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tl48lfuG2p .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tl48lfuG2p a {
  display: inline;
  font-weight: bold;
}
.cid-tl48lfuG2p img {
  display: inline;
  padding-right: 10px;
}
.cid-tl48lfuG2p .dropdown-toggle:after {
  display: none;
}
.cid-tl48lfuG2p .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tl48lfuG2p .dropdown-item:hover {
  color: #f2f2f2 !important;
}
@media (max-width: 990px) {
  .cid-tl48lfuG2p .dropdown-menu {
    margin-top: 0px;
  }
}
