body {
  font-family: 'EB Garamond', serif;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ba9b67 !important;
}
.bg-success {
  background-color: #ddc499 !important;
}
.bg-info {
  background-color: #383838 !important;
}
.bg-warning {
  background-color: #ffa6a6 !important;
}
.bg-danger {
  background-color: #b10e0e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ba9b67 !important;
  border-color: #ba9b67 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8b6f3f !important;
  border-color: #8b6f3f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b6f3f !important;
  border-color: #8b6f3f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
  color: #78695b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #78695b !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #383838 !important;
  border-color: #383838 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ddc499 !important;
  border-color: #ddc499 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c79e58 !important;
  border-color: #c79e58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c79e58 !important;
  border-color: #c79e58 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa6a6 !important;
  border-color: #ffa6a6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #8b6f3f;
  color: #ba9b67;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8b6f3f !important;
  background-color: transparent!important;
  border-color: #8b6f3f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ba9b67 !important;
  border-color: #ba9b67 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c7beb5;
  color: #ece9e6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c7beb5 !important;
  background-color: transparent!important;
  border-color: #c7beb5 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #78695b !important;
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0d0d0d;
  color: #383838;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0d0d0d !important;
  background-color: transparent!important;
  border-color: #0d0d0d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #383838 !important;
  border-color: #383838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c79e58;
  color: #ddc499;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c79e58 !important;
  background-color: transparent!important;
  border-color: #c79e58 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ddc499 !important;
  border-color: #ddc499 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff4f4f;
  color: #ffa6a6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4f4f !important;
  background-color: transparent!important;
  border-color: #ff4f4f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa6a6 !important;
  border-color: #ffa6a6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #610808;
  color: #b10e0e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #610808 !important;
  background-color: transparent!important;
  border-color: #610808 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ba9b67 !important;
}
.text-secondary {
  color: #ece9e6 !important;
}
.text-success {
  color: #ddc499 !important;
}
.text-info {
  color: #383838 !important;
}
.text-warning {
  color: #ffa6a6 !important;
}
.text-danger {
  color: #b10e0e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #81663a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c0b6ac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c4984d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #050505 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4040 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #520707 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
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;
  font-style: italic;
  border-bottom: 1px solid transparent;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ba9b67;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #383838;
}
.alert-warning {
  background-color: #ffa6a6;
}
.alert-danger {
  background-color: #b10e0e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ba9b67;
  border-color: #ba9b67;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ba9b67;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2d5bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ababab;
}
.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: #f14e4e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ba9b67 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ba9b67;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ba9b67;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ba9b67;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ba9b67;
  border-bottom-color: #ba9b67;
}
.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: #ba9b67 !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: #ece9e6 !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='%23ba9b67' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tuwrc8evzW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tuwrc8evzW .container,
.cid-tuwrc8evzW .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tuwrc8evzW img,
.cid-tuwrc8evzW .item-img {
  height: 100% !important;
  object-fit: cover;
}
.cid-tuwrc8evzW .item:focus,
.cid-tuwrc8evzW span:focus {
  outline: none;
}
.cid-tuwrc8evzW .item-feature {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-tuwrc8evzW .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tuwrc8evzW .item-feature {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 10px !important;
}
.cid-tuwrc8evzW .item-wrapper {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tuwrc8evzW .grid-lyaout {
  margin: 0 !important;
  display: grid;
  grid-gap: 0;
  grid-template-rows: repeat(auto-fill, 300px);
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "item1 item1 item2 item3" "item1 item1 item4 item4" "item5 item6 item7 item7" "item8 item8 item7 item7";
  height: 600px;
}
@media (max-width: 992px) {
  .cid-tuwrc8evzW .grid-lyaout {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "item1 item2" "item3 item4" "item5 item6" "item7 item8";
  }
}
@media (max-width: 546px) {
  .cid-tuwrc8evzW .grid-lyaout {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8";
    height: 1200px;
  }
}
.cid-tuwrc8evzW .item-content {
  position: absolute;
  background-color: #000000;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2.3125rem;
  transform: translateY(100%);
  transition: .3s ease;
}
@media (max-width: 546px) {
  .cid-tuwrc8evzW .item-content {
    padding: 1.3rem;
  }
}
.cid-tuwrc8evzW .item-content .item-tag,
.cid-tuwrc8evzW .item-content .item-title {
  opacity: 0;
  margin: 0 !important;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.cid-tuwrc8evzW .item-wraper {
  position: relative;
}
.cid-tuwrc8evzW .col-lg-grid {
  max-width: 100%;
  flex: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tuwrc8evzW .col-lg-grid:hover .item-content {
  transform: translateY(0);
}
.cid-tuwrc8evzW .col-lg-grid:hover .item-tag,
.cid-tuwrc8evzW .col-lg-grid:hover .item-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.cid-tuwrc8evzW .col-lg-grid:nth-child(1) {
  grid-area: item1;
}
.cid-tuwrc8evzW .col-lg-grid:nth-child(2) {
  grid-area: item2;
}
.cid-tuwrc8evzW .col-lg-grid:nth-child(3) {
  grid-area: item3;
}
.cid-tuwrc8evzW .col-lg-grid:nth-child(4) {
  grid-area: item4;
}
.cid-tuwrc8evzW .col-lg-grid:nth-child(5) {
  grid-area: item5;
}
.cid-tuwrc8evzW .col-lg-grid:nth-child(6) {
  grid-area: item6;
}
.cid-tuwrc8evzW .col-lg-grid:nth-child(7) {
  grid-area: item7;
}
.cid-tuwrc8evzW .col-lg-grid:nth-child(8) {
  grid-area: item8;
}
.cid-tuwrc8evzW .item-content {
  margin-top: 1.375rem;
}
.cid-tuwrc8evzW .item-title {
  transition: 0.5s;
}
.cid-tuwrc8evzW .item-title:hover {
  color: #ba9b67;
}
.cid-tuwrc8evzW .item-tag {
  color: #9e9e9e;
}
.cid-tuwrc8evzW .item-tag a {
  transition: 0.5s;
}
.cid-tuwrc8evzW .item-tag a:hover {
  color: #ba9b67 !important;
}
.cid-tuwrc8evzW .mbr-section-head {
  padding-bottom: 5rem;
}
.cid-tuwrc8evzW .mbr-section-title b:last-child,
.cid-tuwrc8evzW .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tuws3sLfkm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-tuws3sLfkm .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tuws3sLfkm .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-tuws3sLfkm .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-tuws3sLfkm .mbr-section-subtitle {
  color: #000000;
}
.cid-tuws3sLfkm .text {
  color: #BA9B67;
}
.cid-tuws3sLfkm .author {
  color: #9A948D;
  font-style: italic;
}
.cid-tuws3sLfkm .item-title {
  line-height: 1.161em;
}
@media (min-width: 992px) {
  .cid-tuws3sLfkm .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-tuws3sLfkm .mbr-section-title {
  color: #000000;
}
.cid-tuAX0aRrbS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tuAX0aRrbS P {
  color: #767676;
}
.cid-tuAX0aRrbS H1 {
  color: #ffffff;
}
.cid-tuB9JmmzBq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuB9JmmzBq .text-wrapper {
  padding: 1rem;
}
.cid-tuB9JmmzBq .row {
  margin: 0;
}
.cid-tuB9JmmzBq .mbr-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.cid-tuB9JmmzBq .icon {
  margin: 8.5px 0 33.5px 0;
  border-radius: 50%;
  z-index: 1;
}
.cid-tuB9JmmzBq .icon span {
  font-size: 16px;
  margin-right: 7px;
}
.cid-tuB9JmmzBq .icon .mbr-text {
  display: inline;
  margin: 0;
}
.cid-tuB9JmmzBq .image {
  position: relative;
  margin-bottom: 30px;
}
.cid-tuB9JmmzBq .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tuB9JmmzBq .image:hover .image-overlay {
  opacity: .2;
}
.cid-tuB9JmmzBq .image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-tuB9JmmzBq .image img {
    height: 158px;
  }
}
.cid-tuB9JmmzBq .mbr-link:hover .mbr-iconfont {
  color: #d0ae73;
}
.cid-tuB9JmmzBq .mbr-text,
.cid-tuB9JmmzBq .mbr-iconfont {
  color: #fafafa;
}
.cid-tuB0U31Pcc {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
}
.cid-tuB0U31Pcc .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tuB0U31Pcc .section-text {
  padding: 2rem 0;
  color: #000000;
  text-align: center;
}
.cid-tuB0U31Pcc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tuB0U31Pcc .inner-container {
    width: 100% !important;
  }
}
.cid-tuB1pq3jv0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tuB1pq3jv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuB1pq3jv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuB1pq3jv0 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tuB1pq3jv0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuB1pq3jv0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuB1pq3jv0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuB1pq3jv0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tuBkyElFlI .navbar-dropdown {
  position: relative !important;
}
.cid-tuBkyElFlI .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tuBkyElFlI .nav-link:hover,
.cid-tuBkyElFlI .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tuBkyElFlI .nav-item {
    position: relative;
  }
}
.cid-tuBkyElFlI .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tuBkyElFlI .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tuBkyElFlI .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tuBkyElFlI .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tuBkyElFlI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuBkyElFlI .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.show,
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuBkyElFlI .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar .navbar-collapse.show,
  .cid-tuBkyElFlI .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tuBkyElFlI .navbar .navbar-collapse.show .brand-container,
  .cid-tuBkyElFlI .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tuBkyElFlI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuBkyElFlI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tuBkyElFlI .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tuBkyElFlI .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tuBkyElFlI .navbar .right-menu,
  .cid-tuBkyElFlI .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tuBkyElFlI .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tuBkyElFlI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tuBkyElFlI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar {
    padding: 2rem 1rem;
  }
  .cid-tuBkyElFlI .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tuBkyElFlI .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tuBkyElFlI .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tuBkyElFlI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuBkyElFlI .dropdown-item.active,
.cid-tuBkyElFlI .dropdown-item:active {
  background-color: transparent;
}
.cid-tuBkyElFlI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuBkyElFlI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tuBkyElFlI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tuBkyElFlI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuBkyElFlI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuBkyElFlI ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tuBkyElFlI .navbar-buttons {
  margin-left: auto;
}
.cid-tuBkyElFlI button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler:hover {
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler:active {
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuBkyElFlI a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tuBkyElFlI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tuBkyElFlI .right-menu,
.cid-tuBkyElFlI .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tuBkyElFlI .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuBkyElFlI .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuBkyElFlI .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .brand-container {
    padding: 0;
  }
}
.cid-tuBkyElFlI .card-wrapper {
  z-index: 3;
}
.cid-tuBkyElFlI .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tuBkyElFlI .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tuBkyElFlI .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tuBkyElFlI .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tuBkyElFlI .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tuBkyElFlI .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tuBkyElFlI .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tuBkyElFlI .navbar-caption {
  color: #ffffff;
}
.cid-tuBkyElFlI .navbar-caption:hover {
  color: #ffffff;
}
.cid-tuBkyElFlI .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tuBkyElFlI .dropdown-toggle:after {
  display: none;
}
.cid-tuBkyElFlI a:hover .line-animation,
.cid-tuBkyElFlI a:focus .line-animation {
  opacity: 1;
}
.cid-tuBkyElFlI .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tuBkyElFlI .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tuBkyElFlI .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tuBK8QMM5w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuBK8QMM5w .container-fluid {
  padding: 0;
}
.cid-tuBK8QMM5w .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tuBK8QMM5w .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tuBK8QMM5w .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ddc499;
  transition: all .3s linear;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tuBK8QMM5w .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tuBK8QMM5w .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tuBK8QMM5w .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuBK8QMM5w .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tuBK8QMM5w .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tuBK8QMM5w .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tuBK8QMM5w .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tuBK8QMM5w .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tuBK8QMM5w .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tuBK8QMM5w .copyright .mbr-text {
  margin: 0;
}
.cid-tuBK8QMM5w .mbr-section-title,
.cid-tuBK8QMM5w .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tuBK8QMM5w .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-tuIasc12gX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuIasc12gX .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tuIasc12gX .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-tuIasc12gX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tuIasc12gX .inner-container {
    width: 100% !important;
  }
}
.cid-tuI4EZtGlV {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tuI4EZtGlV .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-tuI4EZtGlV .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-tuI4EZtGlV .card .square_fill {
  background-color: #ddc499;
  transform: translate(-2.5rem, 0rem);
}
.cid-tuI4EZtGlV .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-tuI4EZtGlV .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-tuI4EZtGlV .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-tuI4EZtGlV .square_animation .square_null {
  z-index: 1;
  border: 1px solid #ba9b67;
}
.cid-tuI4EZtGlV .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tuI4EZtGlV .main_title {
  margin-bottom: 2.5rem;
}
.cid-tuI4EZtGlV .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-tuI4EZtGlV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tuI4EZtGlV .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tuI4EZtGlV .row {
    flex-direction: column-reverse;
  }
  .cid-tuI4EZtGlV .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-tuI4EZtGlV .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-tuI4EZtGlV .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-tuI4EZtGlV .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tuI4EZtGlV .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-tuI4EZtGlV .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-tuI4EZtGlV .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-tuI4EZtGlV .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-tuI4EZtGlV .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-tuI4EZtGlV .card-wrapper {
    padding-top: 1rem;
  }
  .cid-tuI4EZtGlV .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tuI4EZtGlV .card:hover .square_fill {
    transform: none;
  }
  .cid-tuI4EZtGlV .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-tuI4EZtGlV .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-tuI4EZtGlV .square_animation {
    margin-bottom: 2rem;
  }
  .cid-tuI4EZtGlV .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-tuI7uCZQwl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-tuI7uCZQwl .row {
  align-items: center;
}
.cid-tuI7uCZQwl .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-tuI7uCZQwl .card .square_fill {
  background-color: #ddc499;
  transform: translate(-2.5rem, 0rem);
}
.cid-tuI7uCZQwl .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-tuI7uCZQwl .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-tuI7uCZQwl .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-tuI7uCZQwl .square_animation .square_null {
  z-index: 1;
  border: 1px solid #ba9b67;
}
.cid-tuI7uCZQwl .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tuI7uCZQwl .main_title {
  margin-bottom: 2.5rem;
}
.cid-tuI7uCZQwl .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-tuI7uCZQwl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tuI7uCZQwl .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tuI7uCZQwl .row {
    flex-direction: column-reverse;
  }
  .cid-tuI7uCZQwl .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-tuI7uCZQwl .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-tuI7uCZQwl .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-tuI7uCZQwl .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tuI7uCZQwl .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-tuI7uCZQwl .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-tuI7uCZQwl .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-tuI7uCZQwl .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-tuI7uCZQwl .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-tuI7uCZQwl .card-wrapper {
    padding-top: 1rem;
  }
  .cid-tuI7uCZQwl .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tuI7uCZQwl .card:hover .square_fill {
    transform: none;
  }
  .cid-tuI7uCZQwl .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-tuI7uCZQwl .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-tuI7uCZQwl .square_animation {
    margin-bottom: 2rem;
  }
  .cid-tuI7uCZQwl .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-tuI7uCZQwl .mbr-text,
.cid-tuI7uCZQwl .linkBtn {
  color: #000000;
}
.cid-tuI3XQd2c2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tuI3XQd2c2 .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-tuI3XQd2c2 .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-tuI3XQd2c2 .card .square_fill {
  background-color: #ddc499;
  transform: translate(-2.5rem, 0rem);
}
.cid-tuI3XQd2c2 .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-tuI3XQd2c2 .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-tuI3XQd2c2 .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-tuI3XQd2c2 .square_animation .square_null {
  z-index: 1;
  border: 1px solid #ba9b67;
}
.cid-tuI3XQd2c2 .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tuI3XQd2c2 .main_title {
  margin-bottom: 2.5rem;
}
.cid-tuI3XQd2c2 .card_subtitle {
  margin-bottom: .75rem;
}
.cid-tuI3XQd2c2 .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-tuI3XQd2c2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tuI3XQd2c2 .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tuI3XQd2c2 .row {
    flex-direction: column-reverse;
  }
  .cid-tuI3XQd2c2 .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-tuI3XQd2c2 .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-tuI3XQd2c2 .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-tuI3XQd2c2 .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-tuI3XQd2c2 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tuI3XQd2c2 .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-tuI3XQd2c2 .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-tuI3XQd2c2 .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-tuI3XQd2c2 .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-tuI3XQd2c2 .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-tuI3XQd2c2 .card-wrapper {
    padding-top: 1rem;
  }
  .cid-tuI3XQd2c2 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tuI3XQd2c2 .card:hover .square_fill {
    transform: none;
  }
  .cid-tuI3XQd2c2 .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-tuI3XQd2c2 .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-tuI3XQd2c2 .square_animation {
    margin-bottom: 2rem;
  }
  .cid-tuI3XQd2c2 .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-tuBkyElFlI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tuBkyElFlI nav.navbar {
  position: fixed;
}
.cid-tuBkyElFlI .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tuBkyElFlI .nav-link:hover,
.cid-tuBkyElFlI .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tuBkyElFlI .nav-item {
    position: relative;
  }
}
.cid-tuBkyElFlI .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tuBkyElFlI .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tuBkyElFlI .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tuBkyElFlI .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tuBkyElFlI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuBkyElFlI .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.show,
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuBkyElFlI .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar .navbar-collapse.show,
  .cid-tuBkyElFlI .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tuBkyElFlI .navbar .navbar-collapse.show .brand-container,
  .cid-tuBkyElFlI .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tuBkyElFlI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuBkyElFlI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tuBkyElFlI .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tuBkyElFlI .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tuBkyElFlI .navbar .right-menu,
  .cid-tuBkyElFlI .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tuBkyElFlI .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tuBkyElFlI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tuBkyElFlI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar {
    padding: 2rem 1rem;
  }
  .cid-tuBkyElFlI .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tuBkyElFlI .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tuBkyElFlI .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tuBkyElFlI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuBkyElFlI .dropdown-item.active,
.cid-tuBkyElFlI .dropdown-item:active {
  background-color: transparent;
}
.cid-tuBkyElFlI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuBkyElFlI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tuBkyElFlI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tuBkyElFlI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuBkyElFlI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuBkyElFlI ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tuBkyElFlI .navbar-buttons {
  margin-left: auto;
}
.cid-tuBkyElFlI button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler:hover {
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler:active {
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuBkyElFlI .navbar-dropdown {
  position: fixed;
}
.cid-tuBkyElFlI a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tuBkyElFlI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tuBkyElFlI .right-menu,
.cid-tuBkyElFlI .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tuBkyElFlI .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuBkyElFlI .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuBkyElFlI .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .brand-container {
    padding: 0;
  }
}
.cid-tuBkyElFlI .card-wrapper {
  z-index: 3;
}
.cid-tuBkyElFlI .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tuBkyElFlI .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tuBkyElFlI .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tuBkyElFlI .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tuBkyElFlI .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tuBkyElFlI .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tuBkyElFlI .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tuBkyElFlI .navbar-caption {
  color: #ffffff;
}
.cid-tuBkyElFlI .navbar-caption:hover {
  color: #ffffff;
}
.cid-tuBkyElFlI .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tuBkyElFlI .dropdown-toggle:after {
  display: none;
}
.cid-tuBkyElFlI a:hover .line-animation,
.cid-tuBkyElFlI a:focus .line-animation {
  opacity: 1;
}
.cid-tuBkyElFlI .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tuBkyElFlI .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tuBkyElFlI .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tuBK8QMM5w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuBK8QMM5w .container-fluid {
  padding: 0;
}
.cid-tuBK8QMM5w .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tuBK8QMM5w .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tuBK8QMM5w .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ddc499;
  transition: all .3s linear;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tuBK8QMM5w .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tuBK8QMM5w .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tuBK8QMM5w .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuBK8QMM5w .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tuBK8QMM5w .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tuBK8QMM5w .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tuBK8QMM5w .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tuBK8QMM5w .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tuBK8QMM5w .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tuBK8QMM5w .copyright .mbr-text {
  margin: 0;
}
.cid-tuBK8QMM5w .mbr-section-title,
.cid-tuBK8QMM5w .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tuBK8QMM5w .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-tuIazmzIgv {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuIazmzIgv .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tuIazmzIgv .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-tuIazmzIgv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tuIazmzIgv .inner-container {
    width: 100% !important;
  }
}
.cid-tvlIcLn1LX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvlIcLn1LX .text-wrapper {
  padding: 1rem;
}
.cid-tvlIcLn1LX .row {
  margin: 0;
}
.cid-tvlIcLn1LX .mbr-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.cid-tvlIcLn1LX .icon {
  margin: 8.5px 0 33.5px 0;
  border-radius: 50%;
  z-index: 1;
}
.cid-tvlIcLn1LX .icon span {
  font-size: 16px;
  margin-right: 7px;
}
.cid-tvlIcLn1LX .icon .mbr-text {
  display: inline;
  margin: 0;
}
.cid-tvlIcLn1LX .image {
  position: relative;
  margin-bottom: 30px;
}
.cid-tvlIcLn1LX .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tvlIcLn1LX .image:hover .image-overlay {
  opacity: .2;
}
.cid-tvlIcLn1LX .image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-tvlIcLn1LX .image img {
    height: 158px;
  }
}
.cid-tvlIcLn1LX .mbr-link:hover .mbr-iconfont {
  color: #d0ae73;
}
.cid-tvlIcLn1LX .mbr-text,
.cid-tvlIcLn1LX .mbr-iconfont {
  color: #fafafa;
}
.cid-tvlGeweMRk {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvlGeweMRk .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tvlGeweMRk .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tvlGeweMRk .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tvlGeweMRk .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tvlGeweMRk .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tvlGeweMRk .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tvlGeweMRk .items-container {
    padding-left: 6.66vw;
  }
}
.cid-tvlGeweMRk .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tvlGeweMRk .item {
    margin-bottom: 3.2vw;
  }
}
.cid-tvlGeweMRk .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tvlGeweMRk .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-tvlGeweMRk .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-tvlGeweMRk .mbr-text {
  color: #000000;
}
.cid-tuBkyElFlI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tuBkyElFlI nav.navbar {
  position: fixed;
}
.cid-tuBkyElFlI .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tuBkyElFlI .nav-link:hover,
.cid-tuBkyElFlI .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tuBkyElFlI .nav-item {
    position: relative;
  }
}
.cid-tuBkyElFlI .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tuBkyElFlI .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tuBkyElFlI .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tuBkyElFlI .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tuBkyElFlI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuBkyElFlI .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.show,
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuBkyElFlI .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar .navbar-collapse.show,
  .cid-tuBkyElFlI .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tuBkyElFlI .navbar .navbar-collapse.show .brand-container,
  .cid-tuBkyElFlI .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tuBkyElFlI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuBkyElFlI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tuBkyElFlI .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tuBkyElFlI .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tuBkyElFlI .navbar .right-menu,
  .cid-tuBkyElFlI .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tuBkyElFlI .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tuBkyElFlI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tuBkyElFlI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar {
    padding: 2rem 1rem;
  }
  .cid-tuBkyElFlI .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tuBkyElFlI .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tuBkyElFlI .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tuBkyElFlI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuBkyElFlI .dropdown-item.active,
.cid-tuBkyElFlI .dropdown-item:active {
  background-color: transparent;
}
.cid-tuBkyElFlI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuBkyElFlI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tuBkyElFlI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tuBkyElFlI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuBkyElFlI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuBkyElFlI ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tuBkyElFlI .navbar-buttons {
  margin-left: auto;
}
.cid-tuBkyElFlI button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler:hover {
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler:active {
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuBkyElFlI .navbar-dropdown {
  position: fixed;
}
.cid-tuBkyElFlI a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tuBkyElFlI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tuBkyElFlI .right-menu,
.cid-tuBkyElFlI .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tuBkyElFlI .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuBkyElFlI .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuBkyElFlI .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .brand-container {
    padding: 0;
  }
}
.cid-tuBkyElFlI .card-wrapper {
  z-index: 3;
}
.cid-tuBkyElFlI .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tuBkyElFlI .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tuBkyElFlI .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tuBkyElFlI .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tuBkyElFlI .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tuBkyElFlI .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tuBkyElFlI .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tuBkyElFlI .navbar-caption {
  color: #ffffff;
}
.cid-tuBkyElFlI .navbar-caption:hover {
  color: #ffffff;
}
.cid-tuBkyElFlI .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tuBkyElFlI .dropdown-toggle:after {
  display: none;
}
.cid-tuBkyElFlI a:hover .line-animation,
.cid-tuBkyElFlI a:focus .line-animation {
  opacity: 1;
}
.cid-tuBkyElFlI .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tuBkyElFlI .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tuBkyElFlI .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tvlJulwmrA {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tvlJulwmrA .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tvlJulwmrA .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tvlJulwmrA .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tvlJulwmrA .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tvlJulwmrA .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tvlJulwmrA .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tvlJulwmrA .items-container {
    padding-left: 6.66vw;
  }
}
.cid-tvlJulwmrA .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tvlJulwmrA .item {
    margin-bottom: 3.2vw;
  }
}
.cid-tvlJulwmrA .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tvlJulwmrA .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-tvlJulwmrA .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-tvlJulwmrA .mbr-text {
  color: #000000;
}
.cid-ua08dTMSC6 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ua08dTMSC6 .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ua08dTMSC6 .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-ua08dTMSC6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ua08dTMSC6 .inner-container {
    width: 100% !important;
  }
}
.cid-ua08gJTY1Q {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua08gJTY1Q .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-ua08gJTY1Q .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-ua08gJTY1Q .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-ua08gJTY1Q .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-ua08gJTY1Q .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-ua08gJTY1Q .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-ua08gJTY1Q .items-container {
    padding-left: 6.66vw;
  }
}
.cid-ua08gJTY1Q .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-ua08gJTY1Q .item {
    margin-bottom: 3.2vw;
  }
}
.cid-ua08gJTY1Q .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-ua08gJTY1Q .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-ua08gJTY1Q .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-ua08gJTY1Q .mbr-text {
  color: #000000;
}
.cid-ua09VvNV7s {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #c0bcb7;
}
.cid-ua09VvNV7s H2 {
  color: #c10008;
}
.cid-ua09VvNV7s .mbr-text,
.cid-ua09VvNV7s .mbr-section-btn {
  color: #000000;
}
.cid-ua09VvNV7s .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-ua09VvNV7s .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-ua09VvNV7s .mbr-figure {
  height: 100%;
}
.cid-ua09VvNV7s .card-img {
  height: 100%;
  padding: 0 2rem;
}
.cid-ua09VvNV7s img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-ua09VvNV7s H1 {
  color: #c10008;
}
@media (max-width: 992px) {
  .cid-ua09VvNV7s .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-ua09VvNV7s .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-ua09VvNV7s .container {
    padding: 0 3rem;
  }
  .cid-ua09VvNV7s .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ua09VvNV7s .container {
    padding: 0 2rem;
  }
  .cid-ua09VvNV7s .card-img {
    width: 100%;
  }
  .cid-ua09VvNV7s .center-card {
    padding: 1rem;
  }
}
.cid-ua09VvNV7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua09VvNV7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvlL0qTDSK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvlL0qTDSK .text-wrapper {
  padding: 1rem;
}
.cid-tvlL0qTDSK .row {
  margin: 0;
}
.cid-tvlL0qTDSK .mbr-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.cid-tvlL0qTDSK .icon {
  margin: 8.5px 0 33.5px 0;
  border-radius: 50%;
  z-index: 1;
}
.cid-tvlL0qTDSK .icon span {
  font-size: 16px;
  margin-right: 7px;
}
.cid-tvlL0qTDSK .icon .mbr-text {
  display: inline;
  margin: 0;
}
.cid-tvlL0qTDSK .image {
  position: relative;
  margin-bottom: 30px;
}
.cid-tvlL0qTDSK .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tvlL0qTDSK .image:hover .image-overlay {
  opacity: .2;
}
.cid-tvlL0qTDSK .image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-tvlL0qTDSK .image img {
    height: 158px;
  }
}
.cid-tvlL0qTDSK .mbr-link:hover .mbr-iconfont {
  color: #d0ae73;
}
.cid-tvlL0qTDSK .mbr-text,
.cid-tvlL0qTDSK .mbr-iconfont {
  color: #fafafa;
}
.cid-tuBK8QMM5w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuBK8QMM5w .container-fluid {
  padding: 0;
}
.cid-tuBK8QMM5w .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tuBK8QMM5w .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tuBK8QMM5w .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ddc499;
  transition: all .3s linear;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tuBK8QMM5w .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tuBK8QMM5w .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tuBK8QMM5w .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuBK8QMM5w .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tuBK8QMM5w .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tuBK8QMM5w .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tuBK8QMM5w .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tuBK8QMM5w .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tuBK8QMM5w .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tuBK8QMM5w .copyright .mbr-text {
  margin: 0;
}
.cid-tuBK8QMM5w .mbr-section-title,
.cid-tuBK8QMM5w .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tuBK8QMM5w .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-ua08du66ln {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ua08du66ln .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ua08du66ln .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-ua08du66ln .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ua08du66ln .inner-container {
    width: 100% !important;
  }
}
.cid-tuIa2hWzdL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuIa2hWzdL .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tuIa2hWzdL .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-tuIa2hWzdL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tuIa2hWzdL .inner-container {
    width: 100% !important;
  }
}
.cid-tuI9topf3y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tuI9topf3y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tuI9topf3y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuI9topf3y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuI9topf3y .mbr-gallery-item {
  width: 33.3%;
}
.cid-tuI9topf3y .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tuI9topf3y .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tuI9topf3y .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tuI9topf3y .mbr-gallery-row {
  justify-content: center;
}
.cid-tuI9topf3y .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tuI9topf3y .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tuI9topf3y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tuI9topf3y .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tuI9topf3y .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tuI9topf3y .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tuI9topf3y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tuI9topf3y .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tuI9topf3y img {
  transition: all 2s !important;
}
.cid-tuI9topf3y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tuI9topf3y .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tuI9topf3y .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tuBkyElFlI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tuBkyElFlI nav.navbar {
  position: fixed;
}
.cid-tuBkyElFlI .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tuBkyElFlI .nav-link:hover,
.cid-tuBkyElFlI .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tuBkyElFlI .nav-item {
    position: relative;
  }
}
.cid-tuBkyElFlI .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tuBkyElFlI .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tuBkyElFlI .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tuBkyElFlI .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tuBkyElFlI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuBkyElFlI .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.show,
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuBkyElFlI .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar .navbar-collapse.show,
  .cid-tuBkyElFlI .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tuBkyElFlI .navbar .navbar-collapse.show .brand-container,
  .cid-tuBkyElFlI .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tuBkyElFlI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuBkyElFlI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tuBkyElFlI .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tuBkyElFlI .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tuBkyElFlI .navbar .right-menu,
  .cid-tuBkyElFlI .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tuBkyElFlI .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tuBkyElFlI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tuBkyElFlI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar {
    padding: 2rem 1rem;
  }
  .cid-tuBkyElFlI .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tuBkyElFlI .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tuBkyElFlI .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tuBkyElFlI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuBkyElFlI .dropdown-item.active,
.cid-tuBkyElFlI .dropdown-item:active {
  background-color: transparent;
}
.cid-tuBkyElFlI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuBkyElFlI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tuBkyElFlI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tuBkyElFlI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuBkyElFlI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuBkyElFlI ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tuBkyElFlI .navbar-buttons {
  margin-left: auto;
}
.cid-tuBkyElFlI button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler:hover {
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler:active {
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuBkyElFlI .navbar-dropdown {
  position: fixed;
}
.cid-tuBkyElFlI a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tuBkyElFlI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tuBkyElFlI .right-menu,
.cid-tuBkyElFlI .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tuBkyElFlI .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuBkyElFlI .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuBkyElFlI .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .brand-container {
    padding: 0;
  }
}
.cid-tuBkyElFlI .card-wrapper {
  z-index: 3;
}
.cid-tuBkyElFlI .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tuBkyElFlI .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tuBkyElFlI .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tuBkyElFlI .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tuBkyElFlI .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tuBkyElFlI .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tuBkyElFlI .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tuBkyElFlI .navbar-caption {
  color: #ffffff;
}
.cid-tuBkyElFlI .navbar-caption:hover {
  color: #ffffff;
}
.cid-tuBkyElFlI .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tuBkyElFlI .dropdown-toggle:after {
  display: none;
}
.cid-tuBkyElFlI a:hover .line-animation,
.cid-tuBkyElFlI a:focus .line-animation {
  opacity: 1;
}
.cid-tuBkyElFlI .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tuBkyElFlI .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tuBkyElFlI .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tuBK8QMM5w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuBK8QMM5w .container-fluid {
  padding: 0;
}
.cid-tuBK8QMM5w .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tuBK8QMM5w .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tuBK8QMM5w .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ddc499;
  transition: all .3s linear;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tuBK8QMM5w .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tuBK8QMM5w .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tuBK8QMM5w .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuBK8QMM5w .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tuBK8QMM5w .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tuBK8QMM5w .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tuBK8QMM5w .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tuBK8QMM5w .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tuBK8QMM5w .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tuBK8QMM5w .copyright .mbr-text {
  margin: 0;
}
.cid-tuBK8QMM5w .mbr-section-title,
.cid-tuBK8QMM5w .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tuBK8QMM5w .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-tuBkyElFlI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tuBkyElFlI nav.navbar {
  position: fixed;
}
.cid-tuBkyElFlI .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tuBkyElFlI .nav-link:hover,
.cid-tuBkyElFlI .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tuBkyElFlI .nav-item {
    position: relative;
  }
}
.cid-tuBkyElFlI .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tuBkyElFlI .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tuBkyElFlI .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tuBkyElFlI .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tuBkyElFlI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuBkyElFlI .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.show,
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuBkyElFlI .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar .navbar-collapse.show,
  .cid-tuBkyElFlI .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tuBkyElFlI .navbar .navbar-collapse.show .brand-container,
  .cid-tuBkyElFlI .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tuBkyElFlI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuBkyElFlI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tuBkyElFlI .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tuBkyElFlI .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tuBkyElFlI .navbar .right-menu,
  .cid-tuBkyElFlI .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tuBkyElFlI .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tuBkyElFlI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tuBkyElFlI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar {
    padding: 2rem 1rem;
  }
  .cid-tuBkyElFlI .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tuBkyElFlI .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tuBkyElFlI .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tuBkyElFlI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuBkyElFlI .dropdown-item.active,
.cid-tuBkyElFlI .dropdown-item:active {
  background-color: transparent;
}
.cid-tuBkyElFlI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuBkyElFlI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tuBkyElFlI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tuBkyElFlI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuBkyElFlI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuBkyElFlI ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tuBkyElFlI .navbar-buttons {
  margin-left: auto;
}
.cid-tuBkyElFlI button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler:hover {
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler:active {
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuBkyElFlI .navbar-dropdown {
  position: fixed;
}
.cid-tuBkyElFlI a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tuBkyElFlI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tuBkyElFlI .right-menu,
.cid-tuBkyElFlI .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tuBkyElFlI .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuBkyElFlI .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuBkyElFlI .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .brand-container {
    padding: 0;
  }
}
.cid-tuBkyElFlI .card-wrapper {
  z-index: 3;
}
.cid-tuBkyElFlI .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tuBkyElFlI .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tuBkyElFlI .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tuBkyElFlI .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tuBkyElFlI .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tuBkyElFlI .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tuBkyElFlI .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tuBkyElFlI .navbar-caption {
  color: #ffffff;
}
.cid-tuBkyElFlI .navbar-caption:hover {
  color: #ffffff;
}
.cid-tuBkyElFlI .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tuBkyElFlI .dropdown-toggle:after {
  display: none;
}
.cid-tuBkyElFlI a:hover .line-animation,
.cid-tuBkyElFlI a:focus .line-animation {
  opacity: 1;
}
.cid-tuBkyElFlI .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tuBkyElFlI .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tuBkyElFlI .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tuBt6aL6yX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuBt6aL6yX P {
  color: #767676;
}
.cid-tuBt6aL6yX H1 {
  color: #000000;
}
.cid-tuBt6TAeao {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuBt6TAeao .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tuBt6TAeao .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-tuBt6TAeao .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tuBt6TAeao .inner-container {
    width: 100% !important;
  }
}
.cid-tuBznQ1SfS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tuBznQ1SfS .mbr-overlay {
  background: #000000;
  opacity: 1;
}
.cid-tuBznQ1SfS img,
.cid-tuBznQ1SfS .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tuBznQ1SfS .item:focus,
.cid-tuBznQ1SfS span:focus {
  outline: none;
}
.cid-tuBznQ1SfS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tuBznQ1SfS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tuBznQ1SfS .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tuBznQ1SfS .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuBznQ1SfS .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tuBznQ1SfS .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tuBznQ1SfS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tuBznQ1SfS .mbr-section-title {
  color: #232323;
}
.cid-tuBznQ1SfS .mbr-text,
.cid-tuBznQ1SfS .mbr-section-btn {
  text-align: left;
}
.cid-tuBznQ1SfS .item-title {
  text-align: left;
}
.cid-tuBznQ1SfS .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tuBAmsZ6s2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("");
}
.cid-tuBAmsZ6s2 .mbr-overlay {
  background: #000000;
  opacity: 1;
}
.cid-tuBAmsZ6s2 img,
.cid-tuBAmsZ6s2 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tuBAmsZ6s2 .item:focus,
.cid-tuBAmsZ6s2 span:focus {
  outline: none;
}
.cid-tuBAmsZ6s2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tuBAmsZ6s2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tuBAmsZ6s2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tuBAmsZ6s2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuBAmsZ6s2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tuBAmsZ6s2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tuBAmsZ6s2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tuBAmsZ6s2 .mbr-section-title {
  color: #232323;
}
.cid-tuBAmsZ6s2 .mbr-text,
.cid-tuBAmsZ6s2 .mbr-section-btn {
  text-align: left;
}
.cid-tuBAmsZ6s2 .item-title {
  text-align: left;
}
.cid-tuBAmsZ6s2 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tuBI9lSAz0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("");
}
.cid-tuBI9lSAz0 .mbr-overlay {
  background: #000000;
  opacity: 1;
}
.cid-tuBI9lSAz0 img,
.cid-tuBI9lSAz0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tuBI9lSAz0 .item:focus,
.cid-tuBI9lSAz0 span:focus {
  outline: none;
}
.cid-tuBI9lSAz0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tuBI9lSAz0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tuBI9lSAz0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tuBI9lSAz0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuBI9lSAz0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tuBI9lSAz0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tuBI9lSAz0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tuBI9lSAz0 .mbr-section-title {
  color: #232323;
}
.cid-tuBI9lSAz0 .mbr-text,
.cid-tuBI9lSAz0 .mbr-section-btn {
  text-align: left;
}
.cid-tuBI9lSAz0 .item-title {
  text-align: left;
}
.cid-tuBI9lSAz0 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tuBGg6Id4o {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("");
}
.cid-tuBGg6Id4o .mbr-overlay {
  background: #000000;
  opacity: 1;
}
.cid-tuBGg6Id4o img,
.cid-tuBGg6Id4o .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tuBGg6Id4o .item:focus,
.cid-tuBGg6Id4o span:focus {
  outline: none;
}
.cid-tuBGg6Id4o .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tuBGg6Id4o .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tuBGg6Id4o .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tuBGg6Id4o .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuBGg6Id4o .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tuBGg6Id4o .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tuBGg6Id4o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tuBGg6Id4o .mbr-section-title {
  color: #232323;
}
.cid-tuBGg6Id4o .mbr-text,
.cid-tuBGg6Id4o .mbr-section-btn {
  text-align: left;
}
.cid-tuBGg6Id4o .item-title {
  text-align: left;
}
.cid-tuBGg6Id4o .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tuBKy67Jtw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuBKy67Jtw .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tuBKy67Jtw .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-tuBKy67Jtw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tuBKy67Jtw .inner-container {
    width: 100% !important;
  }
}
.cid-tuBJPsLIUq {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tuBJPsLIUq h2 {
  text-align: left;
}
.cid-tuBJPsLIUq h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tuBJPsLIUq p {
  color: #767676;
  text-align: left;
}
.cid-tuBJPsLIUq .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tuBJPsLIUq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tuBJPsLIUq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tuBJPsLIUq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tuBJPsLIUq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tuBJPsLIUq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tuBJPsLIUq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tuBJPsLIUq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tuBJPsLIUq .card-img span {
    font-size: 40px !important;
  }
}
.cid-tuBJPsLIUq .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-tuBJPsLIUq P {
  color: #232323;
}
.cid-tuBJPsLIUq H2 {
  color: #fafafa;
}
.cid-tuBJP040Io {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #171a21;
}
.cid-tuBJP040Io h2 {
  text-align: left;
}
.cid-tuBJP040Io h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tuBJP040Io p {
  color: #767676;
  text-align: left;
}
.cid-tuBJP040Io .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tuBJP040Io .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tuBJP040Io .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tuBJP040Io .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tuBJP040Io .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tuBJP040Io .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tuBJP040Io .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tuBJP040Io .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tuBJP040Io .card-img span {
    font-size: 40px !important;
  }
}
.cid-tuBJP040Io .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tuBJP040Io P {
  color: #232323;
}
.cid-tuBJP040Io H2 {
  color: #ffffff;
}
.cid-tuBK8QMM5w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuBK8QMM5w .container-fluid {
  padding: 0;
}
.cid-tuBK8QMM5w .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tuBK8QMM5w .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tuBK8QMM5w .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ddc499;
  transition: all .3s linear;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tuBK8QMM5w .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tuBK8QMM5w .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tuBK8QMM5w .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuBK8QMM5w .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tuBK8QMM5w .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tuBK8QMM5w .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tuBK8QMM5w .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tuBK8QMM5w .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tuBK8QMM5w .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tuBK8QMM5w .copyright .mbr-text {
  margin: 0;
}
.cid-tuBK8QMM5w .mbr-section-title,
.cid-tuBK8QMM5w .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tuBK8QMM5w .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-tuCi1XhE4M {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-tuCi1XhE4M .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tuCi1XhE4M .col-lg-4,
.cid-tuCi1XhE4M .col-12 {
  padding: 0 2rem;
}
.cid-tuCi1XhE4M .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tuCi1XhE4M .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tuCi1XhE4M .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tuCi1XhE4M .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tuCi1XhE4M .card-title,
.cid-tuCi1XhE4M .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-tuCi1XhE4M .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tuCi1XhE4M .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tuCi1XhE4M .mbr-section-title {
  color: #000000;
}
.cid-tuCi1XhE4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuCi1XhE4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuCe1xFf41 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tuCe1xFf41 .mbr-overlay {
  background-color: #171410;
  opacity: 0.4;
}
.cid-tuCe1xFf41 .mbr-section-subtitle {
  color: #c0bcb7;
  margin-bottom: 80px;
}
.cid-tuCe1xFf41 .form-row > .col,
.cid-tuCe1xFf41 .form-row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 769px) {
  .cid-tuCe1xFf41 form .row .right {
    padding-right: 30px;
  }
  .cid-tuCe1xFf41 form .row .left {
    padding-left: 30px;
  }
}
.cid-tuCe1xFf41 .form-control,
.cid-tuCe1xFf41 .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #9a948d !important;
  padding: 0;
  color: #ffffff;
  font-style: italic;
}
.cid-tuCe1xFf41 .jq-selectbox__select {
  padding: 0;
}
.cid-tuCe1xFf41 .jq-selectbox__trigger-arrow {
  right: 0;
}
.cid-tuCe1xFf41 .jq-number__spin {
  background-color: #ba9b67;
  border-color: #ba9b67;
}
.cid-tuCe1xFf41 .jq-number__spin:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-tuCe1xFf41 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tuCe1xFf41 .jq-number__spin.minus:after,
.cid-tuCe1xFf41 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tuCe1xFf41 .jq-selectbox__dropdown {
  border-radius: 0;
  background: #000000;
}
.cid-tuCe1xFf41 .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-tuCe1xFf41 .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  color: #fff;
}
.cid-tuCe1xFf41 .form-check-input:checked {
  background-color: #ba9b67;
  border-color: #ba9b67;
}
.cid-tuCe1xFf41 p {
  font-style: italic;
  color: #9a948d;
}
.cid-tuCe1xFf41 .form-control::placeholder {
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
.cid-tuCe1xFf41 input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tuCe1xFf41 input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tuCe1xFf41 input[type="range"]::-webkit-slider-thumb {
  background: #ddc499;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #ba9b67;
}
.cid-tuCe1xFf41 input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tuCe1xFf41 input[type="range"]::-moz-range-thumb {
  background: #ba9b67;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #43e5f7;
  padding: 0px;
  margin: 0px;
}
.cid-tuCe1xFf41 .form-control-label,
.cid-tuCe1xFf41 .form-check-label {
  color: #ffffff;
  font-style: italic;
}
.cid-tuCe1xFf41 input::-webkit-clear-button {
  display: none;
}
.cid-tuCe1xFf41 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tuCe1xFf41 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tuCe1xFf41 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tuCe1xFf41 .mbr-section-btn {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}
.cid-tuCe1xFf41 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #fff;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tuCe1xFf41 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 108%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tuCe1xFf41 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 101%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tuCe1xFf41 .effectHover::after {
  content: "";
  right: -1%;
  position: absolute;
  width: 101%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tuCe1xFf41 .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tuCe1xFf41 .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tuCezt2wrf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-tuCezt2wrf .google-map {
  height: 30rem;
  position: relative;
  border: 1px solid #ffffff;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-tuCezt2wrf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuCezt2wrf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuCezt2wrf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuCezt2wrf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tuCezt2wrf .container {
  padding: 0;
}
.cid-tuCezt2wrf .mbr-section-title {
  color: #ffffff;
}
.cid-tuCezt2wrf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuBkyElFlI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tuBkyElFlI nav.navbar {
  position: fixed;
}
.cid-tuBkyElFlI .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tuBkyElFlI .nav-link:hover,
.cid-tuBkyElFlI .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tuBkyElFlI .nav-item {
    position: relative;
  }
}
.cid-tuBkyElFlI .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tuBkyElFlI .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tuBkyElFlI .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tuBkyElFlI .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tuBkyElFlI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuBkyElFlI .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.show,
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tuBkyElFlI .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuBkyElFlI .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tuBkyElFlI .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tuBkyElFlI .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar .navbar-collapse.show,
  .cid-tuBkyElFlI .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tuBkyElFlI .navbar .navbar-collapse.show .brand-container,
  .cid-tuBkyElFlI .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tuBkyElFlI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuBkyElFlI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tuBkyElFlI .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tuBkyElFlI .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tuBkyElFlI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tuBkyElFlI .navbar .right-menu,
  .cid-tuBkyElFlI .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tuBkyElFlI .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tuBkyElFlI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tuBkyElFlI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .navbar {
    padding: 2rem 1rem;
  }
  .cid-tuBkyElFlI .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tuBkyElFlI .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tuBkyElFlI .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tuBkyElFlI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuBkyElFlI .dropdown-item.active,
.cid-tuBkyElFlI .dropdown-item:active {
  background-color: transparent;
}
.cid-tuBkyElFlI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuBkyElFlI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tuBkyElFlI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tuBkyElFlI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuBkyElFlI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuBkyElFlI ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tuBkyElFlI .navbar-buttons {
  margin-left: auto;
}
.cid-tuBkyElFlI button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler:hover {
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler:active {
  outline: none;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tuBkyElFlI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tuBkyElFlI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuBkyElFlI .navbar-dropdown {
  position: fixed;
}
.cid-tuBkyElFlI a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tuBkyElFlI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tuBkyElFlI .right-menu,
.cid-tuBkyElFlI .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tuBkyElFlI .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuBkyElFlI .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tuBkyElFlI .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuBkyElFlI .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tuBkyElFlI .brand-container {
    padding: 0;
  }
}
.cid-tuBkyElFlI .card-wrapper {
  z-index: 3;
}
.cid-tuBkyElFlI .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tuBkyElFlI .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tuBkyElFlI .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tuBkyElFlI .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tuBkyElFlI .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tuBkyElFlI .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tuBkyElFlI .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tuBkyElFlI .navbar-caption {
  color: #ffffff;
}
.cid-tuBkyElFlI .navbar-caption:hover {
  color: #ffffff;
}
.cid-tuBkyElFlI .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tuBkyElFlI .dropdown-toggle:after {
  display: none;
}
.cid-tuBkyElFlI a:hover .line-animation,
.cid-tuBkyElFlI a:focus .line-animation {
  opacity: 1;
}
.cid-tuBkyElFlI .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tuBkyElFlI .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tuBkyElFlI .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tuBK8QMM5w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuBK8QMM5w .container-fluid {
  padding: 0;
}
.cid-tuBK8QMM5w .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tuBK8QMM5w .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tuBK8QMM5w .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ddc499;
  transition: all .3s linear;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tuBK8QMM5w .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tuBK8QMM5w .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tuBK8QMM5w .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tuBK8QMM5w .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuBK8QMM5w .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tuBK8QMM5w .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tuBK8QMM5w .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tuBK8QMM5w .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tuBK8QMM5w .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tuBK8QMM5w .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tuBK8QMM5w .copyright .mbr-text {
  margin: 0;
}
.cid-tuBK8QMM5w .mbr-section-title,
.cid-tuBK8QMM5w .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tuBK8QMM5w .mbr-text {
  color: #84858a;
  text-align: center;
}
