@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ffbc00 !important;
}
.bg-success {
  background-color: #c4bc3b !important;
}
.bg-info {
  background-color: #efefef !important;
}
.bg-warning {
  background-color: #0f7699 !important;
}
.bg-danger {
  background-color: #073b4c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #635a51 !important;
  border-color: #635a51 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !important;
}
.btn-info,
.btn-info:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #898429 !important;
  border-color: #898429 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #898429 !important;
  border-color: #898429 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #073b4c !important;
  border-color: #073b4c !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #997100;
  color: #997100;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2b2723;
  color: #2b2723;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #635a51;
  border-color: #635a51;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #635a51 !important;
  border-color: #635a51 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #767123;
  color: #767123;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #c4bc3b;
  border-color: #c4bc3b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #073b4c;
  border-color: #073b4c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #073b4c !important;
  border-color: #073b4c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffbc00 !important;
}
.text-secondary {
  color: #635a51 !important;
}
.text-success {
  color: #c4bc3b !important;
}
.text-info {
  color: #efefef !important;
}
.text-warning {
  color: #0f7699 !important;
}
.text-danger {
  color: #073b4c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #997100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2b2723 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #767123 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #bcbcbc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #062e3c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #efefef;
}
.alert-warning {
  background-color: #0f7699;
}
.alert-danger {
  background-color: #073b4c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffbc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e2dd9d;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4ac6ee;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffbc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbc00;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffbc00;
  border-bottom-color: #ffbc00;
}
.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: #ffbc00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #635a51 !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='%23ffbc00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rUNyx7dRpn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .nav-item,
.cid-rUNyx7dRpn .nav-link,
.cid-rUNyx7dRpn .navbar-caption {
  font-weight: normal;
}
.cid-rUNyx7dRpn .nav-item:focus,
.cid-rUNyx7dRpn .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUNyx7dRpn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUNyx7dRpn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #b1a374;
  background: none;
}
.cid-rUNyx7dRpn .navbar.opened {
  transition: all .3s;
  background: #b1a374 !important;
}
.cid-rUNyx7dRpn .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rUNyx7dRpn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rUNyx7dRpn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUNyx7dRpn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUNyx7dRpn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUNyx7dRpn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rUNyx7dRpn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUNyx7dRpn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUNyx7dRpn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rUNyx7dRpn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUNyx7dRpn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUNyx7dRpn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUNyx7dRpn .navbar.navbar-short {
  background: #b1a374 !important;
  min-height: 60px;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rUNyx7dRpn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUNyx7dRpn .dropdown-item.active,
.cid-rUNyx7dRpn .dropdown-item:active {
  background-color: transparent;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b1a374;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUNyx7dRpn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUNyx7dRpn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUNyx7dRpn .navbar-buttons {
  text-align: center;
}
.cid-rUNyx7dRpn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rUNyx7dRpn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rUNyx7dRpn .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rUNyx7dRpn .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rUNyx7dRpn .soc-item {
  margin: .5rem .3rem;
}
.cid-rUNyx7dRpn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUNyx7dRpn .navbar {
    height: 77px;
  }
  .cid-rUNyx7dRpn .navbar.opened {
    height: auto;
  }
  .cid-rUNyx7dRpn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rUNvoE3cfO {
  background-image: url("../../../assets/images/golf-course-pix-019-1720x1162.jpg");
}
.cid-rUNvoE3cfO .mbr-text,
.cid-rUNvoE3cfO .typed-text,
.cid-rUNvoE3cfO .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rUNvoE3cfO .btn {
  margin-left: 4px !important;
}
.cid-rUNvoE3cfO .animated-element {
  color: #ffbc00;
}
.cid-rUNvoE3cfO .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rUNwmzA11h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUNwmzA11h .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rUNwmzA11h .text-block {
  position: relative;
  z-index: 0;
}
.cid-rUNwmzA11h .box {
  width: 25%;
  height: 40%;
  background: #b1a374;
  position: absolute;
  top: 4%;
}
.cid-rUNwmzA11h .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rUNwmzA11h .box {
  right: 20%;
}
.cid-rUNwmzA11h .text-box {
  right: 0;
}
.cid-rUNwmzA11h .mbr-section-title,
.cid-rUNwmzA11h .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-rUNwmzA11h .text-box {
    display: none;
  }
  .cid-rUNwmzA11h .mbr-section-title,
  .cid-rUNwmzA11h .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rUNwmzA11h .box {
    display: none;
  }
  .cid-rUNwmzA11h .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rUNwmzA11h .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUNwmzA11h .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rUNwmzA11h .mbr-section-text {
  color: #767676;
  text-align: left;
}
.cid-rUNAXn2Fxs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUNAXn2Fxs h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rUNAXn2Fxs h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUNAXn2Fxs h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUNAXn2Fxs .mbr-text,
.cid-rUNAXn2Fxs .mbr-section-btn {
  color: #767676;
}
.cid-rUNxtISKTU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rUNxtISKTU .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-rUNxtISKTU .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rUNxtISKTU .image-block:hover:before {
  opacity: 0.4;
}
.cid-rUNxtISKTU .image-block:hover .wrap {
  opacity: 1;
}
.cid-rUNxtISKTU .image-block:hover img {
  transform: scale(1.05);
}
.cid-rUNxtISKTU .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-rUNxtISKTU h4 {
  letter-spacing: 2px;
}
.cid-rUNxtISKTU figcaption {
  position: relative;
}
.cid-rUNxtISKTU figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rUNxtISKTU img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-rUNxtISKTU .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-rUNxtISKTU .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-rUNxtISKTU .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-rUNxtISKTU .image-block:before {
    opacity: 0.4;
  }
  .cid-rUNxtISKTU .image-block .wrap {
    opacity: 1;
  }
}
.cid-rUNAUpILKP {
  background-image: url("../../../assets/images/golf-course-pix-008-1720x1162.jpg");
  background-position: right;
}
.cid-rUNAUpILKP .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-rUNAUpILKP .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-rUNAUpILKP .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-rUNAUpILKP img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-rUNAUpILKP .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-rUNvXEDr2K {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rUNvXEDr2K .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-rUNvXEDr2K .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rUNvXEDr2K .image-block:hover:before {
  opacity: 0.4;
}
.cid-rUNvXEDr2K .image-block:hover .wrap {
  opacity: 1;
}
.cid-rUNvXEDr2K .image-block:hover img {
  transform: scale(1.05);
}
.cid-rUNvXEDr2K h4 {
  letter-spacing: 2px;
}
.cid-rUNvXEDr2K figcaption {
  position: relative;
}
.cid-rUNvXEDr2K figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rUNvXEDr2K img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rUNvXEDr2K .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rUNvXEDr2K .wrap {
    opacity: 1!important;
  }
  .cid-rUNvXEDr2K .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rUNxEm9Iq5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #b1a374;
}
.cid-rUNxEm9Iq5 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-rUNxEm9Iq5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rUNxEm9Iq5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rUNxEm9Iq5 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-rUNxEm9Iq5 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffbc00;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rUNxEm9Iq5 .icon-transition span:hover {
  background-color: #c4bc3b;
}
.cid-rUNxEm9Iq5 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rUNxEm9Iq5 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-rUNxEm9Iq5 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-rUNxEm9Iq5 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-rUNyx7dRpn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .nav-item,
.cid-rUNyx7dRpn .nav-link,
.cid-rUNyx7dRpn .navbar-caption {
  font-weight: normal;
}
.cid-rUNyx7dRpn .nav-item:focus,
.cid-rUNyx7dRpn .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUNyx7dRpn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUNyx7dRpn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #b1a374;
  background: none;
}
.cid-rUNyx7dRpn .navbar.opened {
  transition: all .3s;
  background: #b1a374 !important;
}
.cid-rUNyx7dRpn .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rUNyx7dRpn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rUNyx7dRpn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUNyx7dRpn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUNyx7dRpn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUNyx7dRpn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rUNyx7dRpn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUNyx7dRpn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUNyx7dRpn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rUNyx7dRpn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUNyx7dRpn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUNyx7dRpn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUNyx7dRpn .navbar.navbar-short {
  background: #b1a374 !important;
  min-height: 60px;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rUNyx7dRpn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUNyx7dRpn .dropdown-item.active,
.cid-rUNyx7dRpn .dropdown-item:active {
  background-color: transparent;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b1a374;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUNyx7dRpn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUNyx7dRpn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUNyx7dRpn .navbar-buttons {
  text-align: center;
}
.cid-rUNyx7dRpn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rUNyx7dRpn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rUNyx7dRpn .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rUNyx7dRpn .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rUNyx7dRpn .soc-item {
  margin: .5rem .3rem;
}
.cid-rUNyx7dRpn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUNyx7dRpn .navbar {
    height: 77px;
  }
  .cid-rUNyx7dRpn .navbar.opened {
    height: auto;
  }
  .cid-rUNyx7dRpn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rUUVfqYQle {
  background-image: url("../../../assets/images/-dsc0432-1737x1150.jpg");
}
.cid-rUUVfqYQle .mbr-text,
.cid-rUUVfqYQle .typed-text,
.cid-rUUVfqYQle .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rUUVfqYQle .btn {
  margin-left: 4px !important;
}
.cid-rUUVfqYQle .animated-element {
  color: #ffbc00;
}
.cid-rUUVfqYQle .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rUUVmjW54K {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUUVmjW54K h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rUUVmjW54K h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUUVmjW54K h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUUVmjW54K .mbr-text,
.cid-rUUVmjW54K .mbr-section-btn {
  color: #767676;
}
.cid-rUUVobtnk9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUUVobtnk9 .container-fluid {
  padding: 0 3rem;
}
.cid-rUUVobtnk9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rUUVobtnk9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rUUVobtnk9 .table-wrapper {
  margin: 0 auto;
}
.cid-rUUVobtnk9 table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-rUUVobtnk9 table thead tr {
  border: none !important;
}
.cid-rUUVobtnk9 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #393320;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-rUUVobtnk9 table tr td {
  border-color: #b1a374;
}
.cid-rUUVobtnk9 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-rUUVobtnk9 tr:hover {
  background-color: #e4d295 !important;
}
.cid-rUUVobtnk9 th:after,
.cid-rUUVobtnk9 th:before {
  display: none !important;
}
.cid-rUUVobtnk9 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-rUUVobtnk9 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-rUUVobtnk9 table th,
  .cid-rUUVobtnk9 table td {
    padding: .75rem;
  }
}
.cid-rUUVobtnk9 .body-item {
  text-align: center;
}
.cid-rUUVobtnk9 .mbr-text {
  color: #767676;
}
.cid-rUUVobtnk9 .head-item {
  color: #232323;
}
.cid-rV045yTGuA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rV045yTGuA .card-icon {
  font-size: 64px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-rV045yTGuA .icon2 {
  color: #ffffff;
}
.cid-rV045yTGuA .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-rV045yTGuA p {
  font-weight: 400;
}
.cid-rV045yTGuA .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-rV045yTGuA .line2 {
  background: #ffffff;
}
.cid-rV045yTGuA .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #b1a374;
}
.cid-rV045yTGuA .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-rV045yTGuA .card2 {
  background: #e4d295;
}
.cid-rV045yTGuA .card-title,
.cid-rV045yTGuA .card-ico,
.cid-rV045yTGuA .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rV045yTGuA .mbr-text,
.cid-rV045yTGuA .card-link {
  text-align: center;
  color: #000000;
}
.cid-rUUVF4LOf4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rUUVF4LOf4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rUUVF4LOf4 .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-rUUVF4LOf4 .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-rUUVF4LOf4 textarea {
  min-height: 150px;
}
.cid-rUUVF4LOf4 .google-map {
  height: 27rem;
  position: relative;
}
.cid-rUUVF4LOf4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUUVF4LOf4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rUUVF4LOf4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUUVF4LOf4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rUUVF4LOf4 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #b1a374;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-rUUVF4LOf4 .form-control,
.cid-rUUVF4LOf4 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border-color: #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-rUUVF4LOf4 .form-control input::-webkit-input-placeholder,
.cid-rUUVF4LOf4 .field-input input::-webkit-input-placeholder,
.cid-rUUVF4LOf4 .form-control textarea::-webkit-input-placeholder,
.cid-rUUVF4LOf4 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rUUVF4LOf4 .form-control input:-moz-placeholder,
.cid-rUUVF4LOf4 .field-input input:-moz-placeholder,
.cid-rUUVF4LOf4 .form-control textarea:-moz-placeholder,
.cid-rUUVF4LOf4 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rUUVF4LOf4 .form-control:hover,
.cid-rUUVF4LOf4 .field-input:hover,
.cid-rUUVF4LOf4 .form-control:focus,
.cid-rUUVF4LOf4 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rUUVF4LOf4 .form-control:hover input::-webkit-input-placeholder,
.cid-rUUVF4LOf4 .field-input:hover input::-webkit-input-placeholder,
.cid-rUUVF4LOf4 .form-control:focus input::-webkit-input-placeholder,
.cid-rUUVF4LOf4 .field-input:focus input::-webkit-input-placeholder,
.cid-rUUVF4LOf4 .form-control:hover textarea::-webkit-input-placeholder,
.cid-rUUVF4LOf4 .field-input:hover textarea::-webkit-input-placeholder,
.cid-rUUVF4LOf4 .form-control:focus textarea::-webkit-input-placeholder,
.cid-rUUVF4LOf4 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rUUVF4LOf4 .form-control:hover input:-moz-placeholder,
.cid-rUUVF4LOf4 .field-input:hover input:-moz-placeholder,
.cid-rUUVF4LOf4 .form-control:focus input:-moz-placeholder,
.cid-rUUVF4LOf4 .field-input:focus input:-moz-placeholder,
.cid-rUUVF4LOf4 .form-control:hover textarea:-moz-placeholder,
.cid-rUUVF4LOf4 .field-input:hover textarea:-moz-placeholder,
.cid-rUUVF4LOf4 .form-control:focus textarea:-moz-placeholder,
.cid-rUUVF4LOf4 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rUUVF4LOf4 .jq-number__spin:hover,
.cid-rUUVF4LOf4 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rUUVF4LOf4 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rUUVF4LOf4 .jq-selectbox li,
.cid-rUUVF4LOf4 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rUUVF4LOf4 .jq-selectbox li:hover,
.cid-rUUVF4LOf4 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rUUVF4LOf4 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rUUVF4LOf4 .jq-number__spin.minus:hover:after,
.cid-rUUVF4LOf4 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rUUVF4LOf4 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rUUVF4LOf4 .jq-number__spin.minus:after,
.cid-rUUVF4LOf4 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rUUVF4LOf4 input::-webkit-clear-button {
  display: none;
}
.cid-rUUVF4LOf4 input::-webkit-inner-spin-button {
  display: none;
}
.cid-rUUVF4LOf4 input::-webkit-outer-spin-button {
  display: none;
}
.cid-rUUVF4LOf4 input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-rUUVF4LOf4 .google-map {
    margin-bottom: 3rem;
  }
}
.cid-rUUVwd4KGr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUUVwd4KGr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUUVwd4KGr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUUVwd4KGr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUUVwd4KGr .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rUUVwd4KGr .container {
  padding: 0;
}
.cid-rUUVwd4KGr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUUVwd4KGr .icon-focus {
  display: none;
}
.cid-rUUVwd4KGr .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-rUUVwd4KGr .btn[class*=-outline]:hover,
.cid-rUUVwd4KGr .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-rUUVwd4KGr li:hover .btn-primary-outline,
.cid-rUUVwd4KGr li:active .btn-primary-outline,
.cid-rUUVwd4KGr li.active .btn-primary-outline {
  color: #ffbc00 !important;
}
.cid-rUUVwd4KGr li:hover .btn-secondary-outline,
.cid-rUUVwd4KGr li:active .btn-secondary-outline,
.cid-rUUVwd4KGr li.active .btn-secondary-outline {
  color: #635a51 !important;
}
.cid-rUUVwd4KGr li:hover .btn-info-outline,
.cid-rUUVwd4KGr li:active .btn-info-outline,
.cid-rUUVwd4KGr li.active .btn-info-outline {
  color: #efefef !important;
}
.cid-rUUVwd4KGr li:hover .btn-warning-outline,
.cid-rUUVwd4KGr li:active .btn-warning-outline,
.cid-rUUVwd4KGr li.active .btn-warning-outline {
  color: #0f7699 !important;
}
.cid-rUUVwd4KGr li:hover .btn-white-outline,
.cid-rUUVwd4KGr li:active .btn-white-outline,
.cid-rUUVwd4KGr li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-rUUVwd4KGr li:hover .btn-black-outline,
.cid-rUUVwd4KGr li:active .btn-black-outline,
.cid-rUUVwd4KGr li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-rUUVwd4KGr li:hover .btn-success-outline,
.cid-rUUVwd4KGr li:active .btn-success-outline,
.cid-rUUVwd4KGr li.active .btn-success-outline {
  color: #c4bc3b !important;
}
.cid-rUUVwd4KGr li:hover .btn-danger-outline,
.cid-rUUVwd4KGr li:active .btn-danger-outline,
.cid-rUUVwd4KGr li.active .btn-danger-outline {
  color: #073b4c !important;
}
.cid-rUUVwd4KGr li {
  position: relative;
}
.cid-rUUVwd4KGr li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-rUUVwd4KGr .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-rUUVwd4KGr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUUVwd4KGr .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rUUVwd4KGr .btn {
  font-family: DM Sans !important;
}
.cid-rUUVwd4KGr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rUUVwd4KGr .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-rUUVwd4KGr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-rUUVwd4KGr .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-rUNxEm9Iq5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b1a374;
}
.cid-rUNxEm9Iq5 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-rUNxEm9Iq5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rUNxEm9Iq5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rUNxEm9Iq5 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-rUNxEm9Iq5 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffbc00;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rUNxEm9Iq5 .icon-transition span:hover {
  background-color: #c4bc3b;
}
.cid-rUNxEm9Iq5 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rUNxEm9Iq5 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-rUNxEm9Iq5 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-rUNxEm9Iq5 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-rUNyx7dRpn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .nav-item,
.cid-rUNyx7dRpn .nav-link,
.cid-rUNyx7dRpn .navbar-caption {
  font-weight: normal;
}
.cid-rUNyx7dRpn .nav-item:focus,
.cid-rUNyx7dRpn .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUNyx7dRpn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUNyx7dRpn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #b1a374;
  background: none;
}
.cid-rUNyx7dRpn .navbar.opened {
  transition: all .3s;
  background: #b1a374 !important;
}
.cid-rUNyx7dRpn .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rUNyx7dRpn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rUNyx7dRpn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUNyx7dRpn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUNyx7dRpn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUNyx7dRpn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rUNyx7dRpn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUNyx7dRpn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUNyx7dRpn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rUNyx7dRpn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUNyx7dRpn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUNyx7dRpn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUNyx7dRpn .navbar.navbar-short {
  background: #b1a374 !important;
  min-height: 60px;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rUNyx7dRpn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUNyx7dRpn .dropdown-item.active,
.cid-rUNyx7dRpn .dropdown-item:active {
  background-color: transparent;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b1a374;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUNyx7dRpn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUNyx7dRpn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUNyx7dRpn .navbar-buttons {
  text-align: center;
}
.cid-rUNyx7dRpn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rUNyx7dRpn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rUNyx7dRpn .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rUNyx7dRpn .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rUNyx7dRpn .soc-item {
  margin: .5rem .3rem;
}
.cid-rUNyx7dRpn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUNyx7dRpn .navbar {
    height: 77px;
  }
  .cid-rUNyx7dRpn .navbar.opened {
    height: auto;
  }
  .cid-rUNyx7dRpn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rUUwiH5ctY {
  background-image: url("../../../assets/images/30415493-210713979517123-8614525697836187648-o-2000x758.jpg");
}
.cid-rUUwiH5ctY .mbr-text,
.cid-rUUwiH5ctY .typed-text,
.cid-rUUwiH5ctY .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rUUwiH5ctY .btn {
  margin-left: 4px !important;
}
.cid-rUUwiH5ctY .animated-element {
  color: #ffbc00;
}
.cid-rUUwiH5ctY .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rUUwpjgtM7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rUUwpjgtM7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rUUwpjgtM7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUUwpjgtM7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUUwpjgtM7 .mbr-text,
.cid-rUUwpjgtM7 .mbr-section-btn {
  color: #767676;
}
.cid-rUUwrcAIAG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
@media (max-width: 767px) {
  .cid-rUUwrcAIAG .mbr-text {
    text-align: center;
  }
}
.cid-rUUwrcAIAG .container-fluid {
  padding: 0;
}
.cid-rUUwrcAIAG .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rUUwrcAIAG img {
  height: 100%;
  object-fit: cover;
}
.cid-rUUwrcAIAG .mbr-figure {
  height: 100%;
}
.cid-rUUwrcAIAG .col-lg-7 {
  padding: 0;
}
.cid-rUUwrcAIAG .row {
  margin: 0;
}
.cid-rUUwknEjEC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUUwknEjEC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUUwknEjEC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUUwknEjEC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUUwknEjEC .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rUUwknEjEC .container {
  padding: 0;
}
.cid-rUUwknEjEC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUUwknEjEC .icon-focus {
  display: none;
}
.cid-rUUwknEjEC .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-rUUwknEjEC .btn[class*=-outline]:hover,
.cid-rUUwknEjEC .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-rUUwknEjEC li:hover .btn-primary-outline,
.cid-rUUwknEjEC li:active .btn-primary-outline,
.cid-rUUwknEjEC li.active .btn-primary-outline {
  color: #ffbc00 !important;
}
.cid-rUUwknEjEC li:hover .btn-secondary-outline,
.cid-rUUwknEjEC li:active .btn-secondary-outline,
.cid-rUUwknEjEC li.active .btn-secondary-outline {
  color: #635a51 !important;
}
.cid-rUUwknEjEC li:hover .btn-info-outline,
.cid-rUUwknEjEC li:active .btn-info-outline,
.cid-rUUwknEjEC li.active .btn-info-outline {
  color: #efefef !important;
}
.cid-rUUwknEjEC li:hover .btn-warning-outline,
.cid-rUUwknEjEC li:active .btn-warning-outline,
.cid-rUUwknEjEC li.active .btn-warning-outline {
  color: #0f7699 !important;
}
.cid-rUUwknEjEC li:hover .btn-white-outline,
.cid-rUUwknEjEC li:active .btn-white-outline,
.cid-rUUwknEjEC li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-rUUwknEjEC li:hover .btn-black-outline,
.cid-rUUwknEjEC li:active .btn-black-outline,
.cid-rUUwknEjEC li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-rUUwknEjEC li:hover .btn-success-outline,
.cid-rUUwknEjEC li:active .btn-success-outline,
.cid-rUUwknEjEC li.active .btn-success-outline {
  color: #c4bc3b !important;
}
.cid-rUUwknEjEC li:hover .btn-danger-outline,
.cid-rUUwknEjEC li:active .btn-danger-outline,
.cid-rUUwknEjEC li.active .btn-danger-outline {
  color: #073b4c !important;
}
.cid-rUUwknEjEC li {
  position: relative;
}
.cid-rUUwknEjEC li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-rUUwknEjEC .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-rUUwknEjEC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUUwknEjEC .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rUUwknEjEC .btn {
  font-family: DM Sans !important;
}
.cid-rUUwknEjEC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rUUwknEjEC .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-rUUwknEjEC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-rUUwknEjEC .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-rUUyYDK9lZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
@media (max-width: 767px) {
  .cid-rUUyYDK9lZ .mbr-text {
    text-align: center;
  }
}
.cid-rUUyYDK9lZ .container-fluid {
  padding: 0;
}
.cid-rUUyYDK9lZ .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rUUyYDK9lZ img {
  height: 100%;
  object-fit: cover;
}
.cid-rUUyYDK9lZ .mbr-figure {
  height: 100%;
}
.cid-rUUyYDK9lZ .col-lg-7 {
  padding: 0;
}
.cid-rUUyYDK9lZ .row {
  margin: 0;
}
.cid-rUUwpQ4mwO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUUwpQ4mwO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rUUwpQ4mwO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUUwpQ4mwO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUUwpQ4mwO .mbr-text,
.cid-rUUwpQ4mwO .mbr-section-btn {
  color: #767676;
}
.cid-rUUV0xtk5K {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rUUV0xtk5K .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-rUUV0xtk5K .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rUUV0xtk5K .image-block:hover:before {
  opacity: 0.5;
}
.cid-rUUV0xtk5K .image-block:hover .wrap {
  opacity: 1;
}
.cid-rUUV0xtk5K .image-block:hover img {
  transform: scale(1.05);
}
.cid-rUUV0xtk5K h4 {
  letter-spacing: 2px;
}
.cid-rUUV0xtk5K figcaption {
  position: relative;
}
.cid-rUUV0xtk5K figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rUUV0xtk5K img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rUUV0xtk5K .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rUUV0xtk5K .wrap {
    opacity: 1!important;
  }
  .cid-rUUV0xtk5K .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rUNxEm9Iq5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b1a374;
}
.cid-rUNxEm9Iq5 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-rUNxEm9Iq5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rUNxEm9Iq5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rUNxEm9Iq5 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-rUNxEm9Iq5 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffbc00;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rUNxEm9Iq5 .icon-transition span:hover {
  background-color: #c4bc3b;
}
.cid-rUNxEm9Iq5 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rUNxEm9Iq5 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-rUNxEm9Iq5 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-rUNxEm9Iq5 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-rUNyx7dRpn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .nav-item,
.cid-rUNyx7dRpn .nav-link,
.cid-rUNyx7dRpn .navbar-caption {
  font-weight: normal;
}
.cid-rUNyx7dRpn .nav-item:focus,
.cid-rUNyx7dRpn .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUNyx7dRpn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUNyx7dRpn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #b1a374;
  background: none;
}
.cid-rUNyx7dRpn .navbar.opened {
  transition: all .3s;
  background: #b1a374 !important;
}
.cid-rUNyx7dRpn .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rUNyx7dRpn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rUNyx7dRpn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUNyx7dRpn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUNyx7dRpn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUNyx7dRpn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rUNyx7dRpn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUNyx7dRpn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUNyx7dRpn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rUNyx7dRpn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUNyx7dRpn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUNyx7dRpn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUNyx7dRpn .navbar.navbar-short {
  background: #b1a374 !important;
  min-height: 60px;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rUNyx7dRpn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUNyx7dRpn .dropdown-item.active,
.cid-rUNyx7dRpn .dropdown-item:active {
  background-color: transparent;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b1a374;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUNyx7dRpn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUNyx7dRpn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUNyx7dRpn .navbar-buttons {
  text-align: center;
}
.cid-rUNyx7dRpn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rUNyx7dRpn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rUNyx7dRpn .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rUNyx7dRpn .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rUNyx7dRpn .soc-item {
  margin: .5rem .3rem;
}
.cid-rUNyx7dRpn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUNyx7dRpn .navbar {
    height: 77px;
  }
  .cid-rUNyx7dRpn .navbar.opened {
    height: auto;
  }
  .cid-rUNyx7dRpn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rUU6gc8Zs5 {
  background-image: url("../../../assets/images/-dsc0246-1737x1150.jpg");
}
.cid-rUU6gc8Zs5 .mbr-text,
.cid-rUU6gc8Zs5 .typed-text,
.cid-rUU6gc8Zs5 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rUU6gc8Zs5 .btn {
  margin-left: 4px !important;
}
.cid-rUU6gc8Zs5 .animated-element {
  color: #ffbc00;
}
.cid-rUU6gc8Zs5 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rUU6qJ8kHF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUU6qJ8kHF .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-rUU6qJ8kHF .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-rUU6qJ8kHF .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rUU6qJ8kHF h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rUU6qJ8kHF h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUU6qJ8kHF h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUU6qJ8kHF .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-rUU6qJ8kHF .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-rUU6qJ8kHF .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-rUU6qJ8kHF .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-rUU6qJ8kHF .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-rUU6qJ8kHF .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-rUU6qJ8kHF .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rUU6qJ8kHF .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rUU6qJ8kHF .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rUU6qJ8kHF .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rUU6qJ8kHF .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-rUU6qJ8kHF .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-rUU6qJ8kHF .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-rUU6qJ8kHF .card-title,
  .cid-rUU6qJ8kHF .underline,
  .cid-rUU6qJ8kHF .mbr-text,
  .cid-rUU6qJ8kHF .mbr-section-btn,
  .cid-rUU6qJ8kHF .mbr-section-subtitle,
  .cid-rUU6qJ8kHF .mbr-section-title {
    text-align: center !important;
  }
  .cid-rUU6qJ8kHF .wrapper {
    background-color: #000000;
  }
}
.cid-rUU6qJ8kHF .mbr-section-title {
  text-align: left;
}
.cid-rUU6qJ8kHF .mbr-section-title,
.cid-rUU6qJ8kHF .underline {
  text-align: center;
}
.cid-rUU6qJ8kHF H4 {
  color: #e1201d;
}
.cid-rUU6rTDF4a {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rUU6rTDF4a .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-rUU6rTDF4a .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-rUU6rTDF4a .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rUU6rTDF4a h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rUU6rTDF4a h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUU6rTDF4a h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUU6rTDF4a .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-rUU6rTDF4a .card-overlay {
  display: none;
  background: #073b4c;
}
@media (min-width: 768px) {
  .cid-rUU6rTDF4a .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-rUU6rTDF4a .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-rUU6rTDF4a .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-rUU6rTDF4a .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-rUU6rTDF4a .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rUU6rTDF4a .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rUU6rTDF4a .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rUU6rTDF4a .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rUU6rTDF4a .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-rUU6rTDF4a .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-rUU6rTDF4a .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-rUU6rTDF4a .card-title,
  .cid-rUU6rTDF4a .underline,
  .cid-rUU6rTDF4a .mbr-text,
  .cid-rUU6rTDF4a .mbr-section-btn,
  .cid-rUU6rTDF4a .mbr-section-subtitle,
  .cid-rUU6rTDF4a .mbr-section-title {
    text-align: center !important;
  }
  .cid-rUU6rTDF4a .wrapper {
    background-color: #073b4c;
  }
}
.cid-rUU6rTDF4a .mbr-section-title {
  text-align: left;
}
.cid-rUU6rTDF4a .mbr-section-title,
.cid-rUU6rTDF4a .underline {
  text-align: center;
}
.cid-rUU6rTDF4a H4 {
  color: #e1201d;
}
.cid-rVENDk3jPk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVENDk3jPk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rVENDk3jPk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVENDk3jPk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVENDk3jPk .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rVENDk3jPk .container {
  padding: 0;
}
.cid-rVENDk3jPk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rVENDk3jPk .icon-focus {
  display: none;
}
.cid-rVENDk3jPk .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-rVENDk3jPk .btn[class*=-outline]:hover,
.cid-rVENDk3jPk .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-rVENDk3jPk li:hover .btn-primary-outline,
.cid-rVENDk3jPk li:active .btn-primary-outline,
.cid-rVENDk3jPk li.active .btn-primary-outline {
  color: #ffbc00 !important;
}
.cid-rVENDk3jPk li:hover .btn-secondary-outline,
.cid-rVENDk3jPk li:active .btn-secondary-outline,
.cid-rVENDk3jPk li.active .btn-secondary-outline {
  color: #635a51 !important;
}
.cid-rVENDk3jPk li:hover .btn-info-outline,
.cid-rVENDk3jPk li:active .btn-info-outline,
.cid-rVENDk3jPk li.active .btn-info-outline {
  color: #efefef !important;
}
.cid-rVENDk3jPk li:hover .btn-warning-outline,
.cid-rVENDk3jPk li:active .btn-warning-outline,
.cid-rVENDk3jPk li.active .btn-warning-outline {
  color: #0f7699 !important;
}
.cid-rVENDk3jPk li:hover .btn-white-outline,
.cid-rVENDk3jPk li:active .btn-white-outline,
.cid-rVENDk3jPk li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-rVENDk3jPk li:hover .btn-black-outline,
.cid-rVENDk3jPk li:active .btn-black-outline,
.cid-rVENDk3jPk li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-rVENDk3jPk li:hover .btn-success-outline,
.cid-rVENDk3jPk li:active .btn-success-outline,
.cid-rVENDk3jPk li.active .btn-success-outline {
  color: #c4bc3b !important;
}
.cid-rVENDk3jPk li:hover .btn-danger-outline,
.cid-rVENDk3jPk li:active .btn-danger-outline,
.cid-rVENDk3jPk li.active .btn-danger-outline {
  color: #073b4c !important;
}
.cid-rVENDk3jPk li {
  position: relative;
}
.cid-rVENDk3jPk li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-rVENDk3jPk .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-rVENDk3jPk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rVENDk3jPk .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rVENDk3jPk .btn {
  font-family: DM Sans !important;
}
.cid-rVENDk3jPk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rVENDk3jPk .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-rVENDk3jPk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-rVENDk3jPk .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-rUU6EFRF8U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-rUU6EFRF8U .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-rUU6EFRF8U .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-rUU6EFRF8U .card-img {
  margin-bottom: 1rem;
}
.cid-rUU6EFRF8U .card-img span {
  font-size: 60px;
}
.cid-rUU7uP4BCY {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rUU7uP4BCY .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-rUU7uP4BCY .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rUU7uP4BCY .image-block:hover:before {
  opacity: 0.5;
}
.cid-rUU7uP4BCY .image-block:hover .wrap {
  opacity: 1;
}
.cid-rUU7uP4BCY .image-block:hover img {
  transform: scale(1.05);
}
.cid-rUU7uP4BCY h4 {
  letter-spacing: 2px;
}
.cid-rUU7uP4BCY figcaption {
  position: relative;
}
.cid-rUU7uP4BCY figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rUU7uP4BCY img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rUU7uP4BCY .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rUU7uP4BCY .wrap {
    opacity: 1!important;
  }
  .cid-rUU7uP4BCY .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rUNxEm9Iq5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b1a374;
}
.cid-rUNxEm9Iq5 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-rUNxEm9Iq5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rUNxEm9Iq5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rUNxEm9Iq5 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-rUNxEm9Iq5 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffbc00;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rUNxEm9Iq5 .icon-transition span:hover {
  background-color: #c4bc3b;
}
.cid-rUNxEm9Iq5 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rUNxEm9Iq5 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-rUNxEm9Iq5 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-rUNxEm9Iq5 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-rUNyx7dRpn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .nav-item,
.cid-rUNyx7dRpn .nav-link,
.cid-rUNyx7dRpn .navbar-caption {
  font-weight: normal;
}
.cid-rUNyx7dRpn .nav-item:focus,
.cid-rUNyx7dRpn .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUNyx7dRpn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUNyx7dRpn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #b1a374;
  background: none;
}
.cid-rUNyx7dRpn .navbar.opened {
  transition: all .3s;
  background: #b1a374 !important;
}
.cid-rUNyx7dRpn .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rUNyx7dRpn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rUNyx7dRpn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUNyx7dRpn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUNyx7dRpn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUNyx7dRpn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rUNyx7dRpn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUNyx7dRpn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUNyx7dRpn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rUNyx7dRpn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUNyx7dRpn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUNyx7dRpn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUNyx7dRpn .navbar.navbar-short {
  background: #b1a374 !important;
  min-height: 60px;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rUNyx7dRpn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUNyx7dRpn .dropdown-item.active,
.cid-rUNyx7dRpn .dropdown-item:active {
  background-color: transparent;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b1a374;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUNyx7dRpn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUNyx7dRpn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUNyx7dRpn .navbar-buttons {
  text-align: center;
}
.cid-rUNyx7dRpn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rUNyx7dRpn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rUNyx7dRpn .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rUNyx7dRpn .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rUNyx7dRpn .soc-item {
  margin: .5rem .3rem;
}
.cid-rUNyx7dRpn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUNyx7dRpn .navbar {
    height: 77px;
  }
  .cid-rUNyx7dRpn .navbar.opened {
    height: auto;
  }
  .cid-rUNyx7dRpn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rUTVahw33E {
  background-image: url("../../../assets/images/-dsc0253-1737x1150.jpg");
}
.cid-rUTVahw33E .mbr-text,
.cid-rUTVahw33E .typed-text,
.cid-rUTVahw33E .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rUTVahw33E .btn {
  margin-left: 4px !important;
}
.cid-rUTVahw33E .animated-element {
  color: #ffbc00;
}
.cid-rUTVahw33E .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rUTVhLO3F7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUTVhLO3F7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rUTVhLO3F7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUTVhLO3F7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUTVhLO3F7 .mbr-text,
.cid-rUTVhLO3F7 .mbr-section-btn {
  color: #767676;
}
.cid-rUU0Mdsu3Q {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-rUU0Mdsu3Q .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-rUU0Mdsu3Q .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rUU0Mdsu3Q p {
  line-height: 1.6;
}
.cid-rUU0Mdsu3Q .rev,
.cid-rUU0Mdsu3Q .mbr-iconfont {
  display: inline-block;
}
.cid-rUU0Mdsu3Q .card-title {
  color: #787324;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rUU0Mdsu3Q .card-box {
  padding: 1.5rem;
}
.cid-rUU0Mdsu3Q .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rUU0Mdsu3Q .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-rUU0Mdsu3Q .mbr-section-title,
.cid-rUU0Mdsu3Q .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rUU0Mdsu3Q .rev {
  color: #0a1c44;
}
.cid-rUU0Mdsu3Q .card-text,
.cid-rUU0Mdsu3Q .mbr-section-btn,
.cid-rUU0Mdsu3Q .ico-line {
  color: #767676;
}
.cid-rUU3gNqbjo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUU3gNqbjo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUU3gNqbjo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUU3gNqbjo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUU3gNqbjo .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rUU3gNqbjo .container {
  padding: 0;
}
.cid-rUU3gNqbjo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUU3gNqbjo .icon-focus {
  display: none;
}
.cid-rUU3gNqbjo .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-rUU3gNqbjo .btn[class*=-outline]:hover,
.cid-rUU3gNqbjo .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-rUU3gNqbjo li:hover .btn-primary-outline,
.cid-rUU3gNqbjo li:active .btn-primary-outline,
.cid-rUU3gNqbjo li.active .btn-primary-outline {
  color: #ffbc00 !important;
}
.cid-rUU3gNqbjo li:hover .btn-secondary-outline,
.cid-rUU3gNqbjo li:active .btn-secondary-outline,
.cid-rUU3gNqbjo li.active .btn-secondary-outline {
  color: #635a51 !important;
}
.cid-rUU3gNqbjo li:hover .btn-info-outline,
.cid-rUU3gNqbjo li:active .btn-info-outline,
.cid-rUU3gNqbjo li.active .btn-info-outline {
  color: #efefef !important;
}
.cid-rUU3gNqbjo li:hover .btn-warning-outline,
.cid-rUU3gNqbjo li:active .btn-warning-outline,
.cid-rUU3gNqbjo li.active .btn-warning-outline {
  color: #0f7699 !important;
}
.cid-rUU3gNqbjo li:hover .btn-white-outline,
.cid-rUU3gNqbjo li:active .btn-white-outline,
.cid-rUU3gNqbjo li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-rUU3gNqbjo li:hover .btn-black-outline,
.cid-rUU3gNqbjo li:active .btn-black-outline,
.cid-rUU3gNqbjo li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-rUU3gNqbjo li:hover .btn-success-outline,
.cid-rUU3gNqbjo li:active .btn-success-outline,
.cid-rUU3gNqbjo li.active .btn-success-outline {
  color: #c4bc3b !important;
}
.cid-rUU3gNqbjo li:hover .btn-danger-outline,
.cid-rUU3gNqbjo li:active .btn-danger-outline,
.cid-rUU3gNqbjo li.active .btn-danger-outline {
  color: #073b4c !important;
}
.cid-rUU3gNqbjo li {
  position: relative;
}
.cid-rUU3gNqbjo li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-rUU3gNqbjo .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-rUU3gNqbjo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUU3gNqbjo .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rUU3gNqbjo .btn {
  font-family: DM Sans !important;
}
.cid-rUU3gNqbjo .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rUU3gNqbjo .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-rUU3gNqbjo .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-rUU3gNqbjo .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-rUU4IeCutM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-rUU4IeCutM .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-rUU4IeCutM .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-rUU4IeCutM .card-img {
  margin-bottom: 1rem;
}
.cid-rUU4IeCutM .card-img span {
  font-size: 60px;
}
.cid-rUU55c773v {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rUU55c773v .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-rUU55c773v .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rUU55c773v .image-block:hover:before {
  opacity: 0.5;
}
.cid-rUU55c773v .image-block:hover .wrap {
  opacity: 1;
}
.cid-rUU55c773v .image-block:hover img {
  transform: scale(1.05);
}
.cid-rUU55c773v h4 {
  letter-spacing: 2px;
}
.cid-rUU55c773v figcaption {
  position: relative;
}
.cid-rUU55c773v figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rUU55c773v img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rUU55c773v .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rUU55c773v .wrap {
    opacity: 1!important;
  }
  .cid-rUU55c773v .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rUNxEm9Iq5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b1a374;
}
.cid-rUNxEm9Iq5 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-rUNxEm9Iq5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rUNxEm9Iq5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rUNxEm9Iq5 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-rUNxEm9Iq5 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffbc00;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rUNxEm9Iq5 .icon-transition span:hover {
  background-color: #c4bc3b;
}
.cid-rUNxEm9Iq5 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rUNxEm9Iq5 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-rUNxEm9Iq5 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-rUNxEm9Iq5 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-rUNyx7dRpn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .nav-item,
.cid-rUNyx7dRpn .nav-link,
.cid-rUNyx7dRpn .navbar-caption {
  font-weight: normal;
}
.cid-rUNyx7dRpn .nav-item:focus,
.cid-rUNyx7dRpn .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUNyx7dRpn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUNyx7dRpn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #b1a374;
  background: none;
}
.cid-rUNyx7dRpn .navbar.opened {
  transition: all .3s;
  background: #b1a374 !important;
}
.cid-rUNyx7dRpn .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rUNyx7dRpn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rUNyx7dRpn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUNyx7dRpn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUNyx7dRpn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUNyx7dRpn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rUNyx7dRpn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUNyx7dRpn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUNyx7dRpn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rUNyx7dRpn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUNyx7dRpn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUNyx7dRpn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUNyx7dRpn .navbar.navbar-short {
  background: #b1a374 !important;
  min-height: 60px;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rUNyx7dRpn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUNyx7dRpn .dropdown-item.active,
.cid-rUNyx7dRpn .dropdown-item:active {
  background-color: transparent;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b1a374;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUNyx7dRpn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUNyx7dRpn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUNyx7dRpn .navbar-buttons {
  text-align: center;
}
.cid-rUNyx7dRpn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rUNyx7dRpn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rUNyx7dRpn .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rUNyx7dRpn .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rUNyx7dRpn .soc-item {
  margin: .5rem .3rem;
}
.cid-rUNyx7dRpn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUNyx7dRpn .navbar {
    height: 77px;
  }
  .cid-rUNyx7dRpn .navbar.opened {
    height: auto;
  }
  .cid-rUNyx7dRpn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rUTB0OBvoF {
  background-image: url("../../../assets/images/-dsc0452-1737x1150.jpg");
}
.cid-rUTB0OBvoF .mbr-text,
.cid-rUTB0OBvoF .typed-text,
.cid-rUTB0OBvoF .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rUTB0OBvoF .btn {
  margin-left: 4px !important;
}
.cid-rUTB0OBvoF .animated-element {
  color: #ffbc00;
}
.cid-rUTB0OBvoF .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rUTIQqPWK8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUTIQqPWK8 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rUTIQqPWK8 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUTIQqPWK8 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUTIQqPWK8 .mbr-text,
.cid-rUTIQqPWK8 .mbr-section-btn {
  color: #767676;
}
.cid-rUTCj2YWe1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-rUTCj2YWe1 .container {
    padding: 1rem;
  }
}
.cid-rUTCj2YWe1 .card-box {
  padding: 0 2rem;
}
.cid-rUTCj2YWe1 .card {
  padding: 0!important;
}
.cid-rUTCj2YWe1 .mbr-section-btn {
  padding-top: 2rem;
}
.cid-rUTCj2YWe1 .container-fluid {
  padding: 0;
}
.cid-rUTCj2YWe1 .card1 {
  background-image: url("../../../assets/images/shutterstock-366362411-1000x667.jpeg");
}
.cid-rUTCj2YWe1 .card2 {
  background-image: url("../../../assets/images/golf-course-pix-041-1162x1719.jpg");
}
.cid-rUTCj2YWe1 .card3 {
  background-image: url("../../../assets/images/shutterstock-1441935023-1000x723.jpeg");
}
.cid-rUTCj2YWe1 .card4 {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rUTCj2YWe1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rUTCj2YWe1 p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rUTCj2YWe1 .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-rUTCj2YWe1 .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-rUTCj2YWe1 .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-rUTIRFXZTM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUTIRFXZTM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rUTIRFXZTM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUTIRFXZTM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUTIRFXZTM .mbr-text,
.cid-rUTIRFXZTM .mbr-section-btn {
  color: #767676;
}
.cid-rUTLYOXMHd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUTLYOXMHd .mbr-text {
  color: #767676;
}
.cid-rUTLYOXMHd .card-subtitle {
  margin: 0;
}
.cid-rUTLYOXMHd .link {
  margin: 0;
}
.cid-rUTLYOXMHd .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rUTLYOXMHd .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rUTLYOXMHd img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-rUTLYOXMHd .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-rUTLYOXMHd .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rUTLYOXMHd .card-img:hover:before {
  opacity: 0.4;
}
.cid-rUTLYOXMHd .card-img:hover img {
  transform: scale(1.05);
}
.cid-rUTLYOXMHd .row {
  justify-content: center;
}
.cid-rUTLYOXMHd .card {
  margin-bottom: 4rem;
}
.cid-rUTCqK4lSt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rUTCqK4lSt .mbr-text {
  color: #767676;
}
.cid-rUTCqK4lSt .card-subtitle {
  margin: 0;
}
.cid-rUTCqK4lSt .link {
  margin: 0;
}
.cid-rUTCqK4lSt .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rUTCqK4lSt .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rUTCqK4lSt img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-rUTCqK4lSt .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-rUTCqK4lSt .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rUTCqK4lSt .card-img:hover:before {
  opacity: 0.4;
}
.cid-rUTCqK4lSt .card-img:hover img {
  transform: scale(1.05);
}
.cid-rUTCqK4lSt .row {
  justify-content: center;
}
.cid-rUTCqK4lSt .card {
  margin-bottom: 4rem;
}
.cid-rUTUhykXRI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUTUhykXRI .card-icon {
  font-size: 48px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-rUTUhykXRI .icon2 {
  color: #ffffff;
}
.cid-rUTUhykXRI .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-rUTUhykXRI p {
  font-weight: 400;
}
.cid-rUTUhykXRI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-rUTUhykXRI .line2 {
  background: #ffffff;
}
.cid-rUTUhykXRI .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #b1a374;
}
.cid-rUTUhykXRI .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-rUTUhykXRI .card2 {
  background: #e4d295;
}
.cid-rUTUhykXRI .card-title,
.cid-rUTUhykXRI .card-ico,
.cid-rUTUhykXRI .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rUTUhykXRI .mbr-text,
.cid-rUTUhykXRI .card-link {
  text-align: center;
  color: #000000;
}
.cid-rUTSqjGwun {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-rUTSqjGwun .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-rUTSqjGwun .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-rUTSqjGwun .card-img {
  margin-bottom: 1rem;
}
.cid-rUTSqjGwun .card-img span {
  font-size: 60px;
}
.cid-rUTB2IeDjI {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rUTB2IeDjI .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-rUTB2IeDjI .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rUTB2IeDjI .image-block:hover:before {
  opacity: 0.5;
}
.cid-rUTB2IeDjI .image-block:hover .wrap {
  opacity: 1;
}
.cid-rUTB2IeDjI .image-block:hover img {
  transform: scale(1.05);
}
.cid-rUTB2IeDjI h4 {
  letter-spacing: 2px;
}
.cid-rUTB2IeDjI figcaption {
  position: relative;
}
.cid-rUTB2IeDjI figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rUTB2IeDjI img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rUTB2IeDjI .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rUTB2IeDjI .wrap {
    opacity: 1!important;
  }
  .cid-rUTB2IeDjI .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rUNxEm9Iq5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b1a374;
}
.cid-rUNxEm9Iq5 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-rUNxEm9Iq5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rUNxEm9Iq5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rUNxEm9Iq5 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-rUNxEm9Iq5 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffbc00;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rUNxEm9Iq5 .icon-transition span:hover {
  background-color: #c4bc3b;
}
.cid-rUNxEm9Iq5 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rUNxEm9Iq5 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-rUNxEm9Iq5 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-rUNxEm9Iq5 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-rUNyx7dRpn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .nav-item,
.cid-rUNyx7dRpn .nav-link,
.cid-rUNyx7dRpn .navbar-caption {
  font-weight: normal;
}
.cid-rUNyx7dRpn .nav-item:focus,
.cid-rUNyx7dRpn .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUNyx7dRpn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUNyx7dRpn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #b1a374;
  background: none;
}
.cid-rUNyx7dRpn .navbar.opened {
  transition: all .3s;
  background: #b1a374 !important;
}
.cid-rUNyx7dRpn .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rUNyx7dRpn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rUNyx7dRpn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUNyx7dRpn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUNyx7dRpn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUNyx7dRpn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rUNyx7dRpn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUNyx7dRpn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUNyx7dRpn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rUNyx7dRpn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUNyx7dRpn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUNyx7dRpn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUNyx7dRpn .navbar.navbar-short {
  background: #b1a374 !important;
  min-height: 60px;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rUNyx7dRpn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUNyx7dRpn .dropdown-item.active,
.cid-rUNyx7dRpn .dropdown-item:active {
  background-color: transparent;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b1a374;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUNyx7dRpn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUNyx7dRpn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUNyx7dRpn .navbar-buttons {
  text-align: center;
}
.cid-rUNyx7dRpn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rUNyx7dRpn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rUNyx7dRpn .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rUNyx7dRpn .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rUNyx7dRpn .soc-item {
  margin: .5rem .3rem;
}
.cid-rUNyx7dRpn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUNyx7dRpn .navbar {
    height: 77px;
  }
  .cid-rUNyx7dRpn .navbar.opened {
    height: auto;
  }
  .cid-rUNyx7dRpn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rUOR3Axmhh {
  background-image: url("../../../assets/images/golf-course-pix-088-1720x1162.jpeg");
}
.cid-rUOR3Axmhh .mbr-text,
.cid-rUOR3Axmhh .typed-text,
.cid-rUOR3Axmhh .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rUOR3Axmhh .btn {
  margin-left: 4px !important;
}
.cid-rUOR3Axmhh .animated-element {
  color: #ffbc00;
}
.cid-rUOR3Axmhh .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rUOTp4Ek2H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUOTp4Ek2H .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rUOTp4Ek2H .text-block {
  position: relative;
  z-index: 0;
}
.cid-rUOTp4Ek2H .box {
  width: 25%;
  height: 40%;
  background: #b1a374;
  position: absolute;
  top: 4%;
}
.cid-rUOTp4Ek2H .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rUOTp4Ek2H .box {
  right: 20%;
}
.cid-rUOTp4Ek2H .text-box {
  right: 0;
}
.cid-rUOTp4Ek2H .mbr-section-title,
.cid-rUOTp4Ek2H .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-rUOTp4Ek2H .text-box {
    display: none;
  }
  .cid-rUOTp4Ek2H .mbr-section-title,
  .cid-rUOTp4Ek2H .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rUOTp4Ek2H .box {
    display: none;
  }
  .cid-rUOTp4Ek2H .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rUOTp4Ek2H .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUOTp4Ek2H .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rUOTp4Ek2H .mbr-section-text {
  color: #767676;
  text-align: left;
}
.cid-rUOUXaoFcM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUOUXaoFcM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rUOUXaoFcM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUOUXaoFcM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rUOUXaoFcM .mbr-text,
.cid-rUOUXaoFcM .mbr-section-btn {
  color: #767676;
}
.cid-rUOUvf3yiC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUOUvf3yiC .mbr-text {
  color: #767676;
}
.cid-rUOUvf3yiC .card-subtitle {
  margin: 0;
}
.cid-rUOUvf3yiC .link {
  margin: 0;
}
.cid-rUOUvf3yiC .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rUOUvf3yiC .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rUOUvf3yiC img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-rUOUvf3yiC .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-rUOUvf3yiC .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rUOUvf3yiC .card-img:hover:before {
  opacity: 0.4;
}
.cid-rUOUvf3yiC .card-img:hover img {
  transform: scale(1.05);
}
.cid-rUOUvf3yiC .row {
  justify-content: center;
}
.cid-rUOUvf3yiC .card {
  margin-bottom: 4rem;
}
.cid-rUOV6SwNA2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUOV6SwNA2 .mbr-text {
  color: #767676;
}
.cid-rUOV6SwNA2 .card-subtitle {
  margin: 0;
}
.cid-rUOV6SwNA2 .link {
  margin: 0;
}
.cid-rUOV6SwNA2 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rUOV6SwNA2 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rUOV6SwNA2 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-rUOV6SwNA2 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-rUOV6SwNA2 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rUOV6SwNA2 .card-img:hover:before {
  opacity: 0.4;
}
.cid-rUOV6SwNA2 .card-img:hover img {
  transform: scale(1.05);
}
.cid-rUOV6SwNA2 .row {
  justify-content: center;
}
.cid-rUOV6SwNA2 .card {
  margin-bottom: 4rem;
}
.cid-rV4CFzOguE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rV4CFzOguE .mbr-text {
  color: #767676;
}
.cid-rV4CFzOguE .card-subtitle {
  margin: 0;
}
.cid-rV4CFzOguE .link {
  margin: 0;
}
.cid-rV4CFzOguE .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rV4CFzOguE .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rV4CFzOguE img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-rV4CFzOguE .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-rV4CFzOguE .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rV4CFzOguE .card-img:hover:before {
  opacity: 0.4;
}
.cid-rV4CFzOguE .card-img:hover img {
  transform: scale(1.05);
}
.cid-rV4CFzOguE .row {
  justify-content: center;
}
.cid-rV4CFzOguE .card {
  margin-bottom: 4rem;
}
.cid-rUP2oGlQAO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUP2oGlQAO h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rUP2oGlQAO .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-rUP2oGlQAO .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-rUP2oGlQAO .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-rUP2oGlQAO .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rUP2oGlQAO .panel-group {
  width: 100%;
}
.cid-rUP2oGlQAO .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rUP2oGlQAO .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-rUP2oGlQAO .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #b1a374;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUP2oGlQAO .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rUP2oGlQAO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUP2oGlQAO .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-rUP2oGlQAO .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rUP2oGlQAO .card .panel-body {
  background: #ffffff;
}
.cid-rUP2oGlQAO .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUP2oGlQAO .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rUP2oGlQAO .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rUP2oGlQAO .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rV4EGfwNpN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rV4EGfwNpN .google-map {
  height: 25rem;
  position: relative;
}
.cid-rV4EGfwNpN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rV4EGfwNpN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rV4EGfwNpN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rV4EGfwNpN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rV4EGfwNpN .container-fluid {
  padding: 0;
}
.cid-rV4EGfwNpN .relative {
  position: relative;
  width: 100%;
}
.cid-rV4EGfwNpN .mbr-section-title {
  color: #656565;
}
.cid-rV4EGfwNpN .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-rV4EGfwNpN .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-rV4EGfwNpN .title {
  text-align: center;
  color: #ffffff;
}
.cid-rV4EGfwNpN .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-rV4EGfwNpN .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-rUP4Q91bpF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-rUP4Q91bpF .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-rUP4Q91bpF .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-rUP4Q91bpF .card-img {
  margin-bottom: 1rem;
}
.cid-rUP4Q91bpF .card-img span {
  font-size: 60px;
}
.cid-rUP4QIReDe {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rUP4QIReDe .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-rUP4QIReDe .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rUP4QIReDe .image-block:hover:before {
  opacity: 0.5;
}
.cid-rUP4QIReDe .image-block:hover .wrap {
  opacity: 1;
}
.cid-rUP4QIReDe .image-block:hover img {
  transform: scale(1.05);
}
.cid-rUP4QIReDe h4 {
  letter-spacing: 2px;
}
.cid-rUP4QIReDe figcaption {
  position: relative;
}
.cid-rUP4QIReDe figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rUP4QIReDe img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rUP4QIReDe .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rUP4QIReDe .wrap {
    opacity: 1!important;
  }
  .cid-rUP4QIReDe .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rUNxEm9Iq5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b1a374;
}
.cid-rUNxEm9Iq5 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-rUNxEm9Iq5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rUNxEm9Iq5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rUNxEm9Iq5 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-rUNxEm9Iq5 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffbc00;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rUNxEm9Iq5 .icon-transition span:hover {
  background-color: #c4bc3b;
}
.cid-rUNxEm9Iq5 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rUNxEm9Iq5 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-rUNxEm9Iq5 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-rUNxEm9Iq5 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-rUNyx7dRpn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .nav-item,
.cid-rUNyx7dRpn .nav-link,
.cid-rUNyx7dRpn .navbar-caption {
  font-weight: normal;
}
.cid-rUNyx7dRpn .nav-item:focus,
.cid-rUNyx7dRpn .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUNyx7dRpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUNyx7dRpn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUNyx7dRpn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUNyx7dRpn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #b1a374;
  background: none;
}
.cid-rUNyx7dRpn .navbar.opened {
  transition: all .3s;
  background: #b1a374 !important;
}
.cid-rUNyx7dRpn .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rUNyx7dRpn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rUNyx7dRpn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rUNyx7dRpn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUNyx7dRpn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUNyx7dRpn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUNyx7dRpn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUNyx7dRpn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rUNyx7dRpn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUNyx7dRpn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUNyx7dRpn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUNyx7dRpn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rUNyx7dRpn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUNyx7dRpn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUNyx7dRpn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUNyx7dRpn .navbar.navbar-short {
  background: #b1a374 !important;
  min-height: 60px;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rUNyx7dRpn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rUNyx7dRpn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUNyx7dRpn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUNyx7dRpn .dropdown-item.active,
.cid-rUNyx7dRpn .dropdown-item:active {
  background-color: transparent;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rUNyx7dRpn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b1a374;
}
.cid-rUNyx7dRpn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUNyx7dRpn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUNyx7dRpn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUNyx7dRpn .navbar-buttons {
  text-align: center;
}
.cid-rUNyx7dRpn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUNyx7dRpn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUNyx7dRpn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUNyx7dRpn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rUNyx7dRpn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rUNyx7dRpn .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rUNyx7dRpn .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rUNyx7dRpn .soc-item {
  margin: .5rem .3rem;
}
.cid-rUNyx7dRpn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUNyx7dRpn .navbar {
    height: 77px;
  }
  .cid-rUNyx7dRpn .navbar.opened {
    height: auto;
  }
  .cid-rUNyx7dRpn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rUOotJIo3o {
  background-image: url("../../../assets/images/golf-course-pix-013-1579x1265.jpeg");
}
.cid-rUOotJIo3o .mbr-text,
.cid-rUOotJIo3o .typed-text,
.cid-rUOotJIo3o .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rUOotJIo3o .btn {
  margin-left: 4px !important;
}
.cid-rUOotJIo3o .animated-element {
  color: #ffbc00;
}
.cid-rUOotJIo3o .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rUOL6bfW7m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUOL6bfW7m .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-rUOL6bfW7m .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/golf-course-pix-041-1162x1719.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rUOL6bfW7m .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #b1a374;
  z-index: 2;
  opacity: 1;
}
.cid-rUOL6bfW7m .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rUOL6bfW7m .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rUOL6bfW7m .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rUOL6bfW7m .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rUOL6bfW7m .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rUOL6bfW7m .col:hover .box-title2,
.cid-rUOL6bfW7m .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-rUOL6bfW7m .box-title2,
.cid-rUOL6bfW7m .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rUOL6bfW7m .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #b1a374;
}
.cid-rUOL6bfW7m .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-rUOL6bfW7m .img-content {
    opacity: 1;
  }
  .cid-rUOL6bfW7m .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rUOL6bfW7m .box-content {
    width: 100%;
  }
  .cid-rUOL6bfW7m .box-title2,
  .cid-rUOL6bfW7m .box-text2 {
    color: #ffffff !important;
  }
  .cid-rUOL6bfW7m .content-block,
  .cid-rUOL6bfW7m .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rUOL6bfW7m .box-text1 {
  color: #333333;
}
.cid-rUOL6bfW7m .box-title2 {
  color: #ffffff;
}
.cid-rUOL6bfW7m .box-text2 {
  text-align: right;
}
.cid-rUOoEDIijt {
  padding-top: 120px;
  background-image: url("../../../assets/images/golf-course-pix-008-1720x1162.jpg");
}
.cid-rUOoEDIijt .container {
  margin-bottom: 15%;
}
.cid-rUOoEDIijt .content-container .btn-bgr {
  z-index: 0;
}
.cid-rUOoEDIijt .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rUOoEDIijt .icon-block-top span {
  background-color: #ffbc00;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rUOoEDIijt .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-rUOoEDIijt .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rUOoEDIijt .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rUOoEDIijt .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rUOoEDIijt .box-item-text,
.cid-rUOoEDIijt .mbr-section-btn {
  color: #8d97ad;
}
.cid-rUOoEDIijt .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rUOoEDIijt .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rUOoEDIijt .box-list li:last-child {
  border-bottom: none;
}
.cid-rUOoEDIijt .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rUOoEDIijt .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rUOoEDIijt .mbr-section-btn {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-rUOoEDIijt .mbr-section-btn > .btn-underline {
  padding: .5rem;
}
@media (min-width: 992px) {
  .cid-rUOoEDIijt .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rUOoEDIijt .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rUOoEDIijt .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rUOoEDIijt .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rUOoEDIijt .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rUOoEDIijt .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rUOoEDIijt .mbr-text {
  color: #efefef;
}
.cid-rUOoEDIijt H1 {
  color: #ffffff;
}
.cid-rWMOCypGRV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rWMOCypGRV .mbr-text {
    text-align: center;
  }
}
.cid-rWMOCypGRV .container-fluid {
  padding: 0;
}
.cid-rWMOCypGRV .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rWMOCypGRV img {
  height: 100%;
  object-fit: cover;
}
.cid-rWMOCypGRV .mbr-figure {
  height: 100%;
}
.cid-rWMOCypGRV .col-lg-6 {
  padding: 0;
}
.cid-rWMOCypGRV .row {
  margin: 0;
}
.cid-rUOpg5G0gR {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/golf-course-pix-039-1720x1162.jpg");
}
.cid-rUOpg5G0gR .btn {
  margin: 0.2rem!important;
}
.cid-rUOpg5G0gR .row {
  justify-content: flex-end;
}
.cid-rUOpg5G0gR .mbr-text,
.cid-rUOpg5G0gR .mbr-section-btn {
  color: #cccccc;
}
.cid-rUOpg5G0gR H3 {
  color: #cccccc;
}
.cid-rUOqhwqqsJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background60.jpg");
}
.cid-rUOqhwqqsJ .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-rUOqhwqqsJ .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-rUOqhwqqsJ .card-img {
  margin-bottom: 1rem;
}
.cid-rUOqhwqqsJ .card-img span {
  font-size: 60px;
}
.cid-rUOoOLuDKZ {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rUOoOLuDKZ .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-rUOoOLuDKZ .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rUOoOLuDKZ .image-block:hover:before {
  opacity: 0.5;
}
.cid-rUOoOLuDKZ .image-block:hover .wrap {
  opacity: 1;
}
.cid-rUOoOLuDKZ .image-block:hover img {
  transform: scale(1.05);
}
.cid-rUOoOLuDKZ h4 {
  letter-spacing: 2px;
}
.cid-rUOoOLuDKZ figcaption {
  position: relative;
}
.cid-rUOoOLuDKZ figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rUOoOLuDKZ img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rUOoOLuDKZ .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rUOoOLuDKZ .wrap {
    opacity: 1!important;
  }
  .cid-rUOoOLuDKZ .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rUNxEm9Iq5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b1a374;
}
.cid-rUNxEm9Iq5 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-rUNxEm9Iq5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rUNxEm9Iq5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rUNxEm9Iq5 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-rUNxEm9Iq5 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffbc00;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rUNxEm9Iq5 .icon-transition span:hover {
  background-color: #c4bc3b;
}
.cid-rUNxEm9Iq5 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rUNxEm9Iq5 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-rUNxEm9Iq5 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-rUNxEm9Iq5 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
