body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.65rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.84rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'roboto-condensed.light';
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Brother1816-Thin';
  font-size: 1.7rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Brother1816-Thin';
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 2.92rem;
    font-size: calc( 1.9275rem + (3.65 - 1.9275) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.9275rem + (3.65 - 1.9275) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #a2784f !important;
}
.bg-success {
  background-color: #67a27e !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #9f2b19 !important;
}
.bg-danger {
  background-color: #a2784f !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #a2784f !important;
  border-color: #a2784f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #6f5236 !important;
  border-color: #6f5236 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6f5236 !important;
  border-color: #6f5236 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #67a27e !important;
  border-color: #67a27e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #487559 !important;
  border-color: #487559 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #487559 !important;
  border-color: #487559 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #5d190f !important;
  border-color: #5d190f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5d190f !important;
  border-color: #5d190f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #a2784f !important;
  border-color: #a2784f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #6f5236 !important;
  border-color: #6f5236 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6f5236 !important;
  border-color: #6f5236 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #5d452e !important;
  color: #5d452e !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #a2784f !important;
  border-color: #a2784f !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a2784f !important;
  border-color: #a2784f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #3e654d !important;
  color: #3e654d !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #67a27e !important;
  border-color: #67a27e !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #67a27e !important;
  border-color: #67a27e !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #47130b !important;
  color: #47130b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #5d452e !important;
  color: #5d452e !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #a2784f !important;
  border-color: #a2784f !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a2784f !important;
  border-color: #a2784f !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.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: #a2784f !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #67a27e !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #9f2b19 !important;
}
.text-danger {
  color: #a2784f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5d452e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3e654d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #47130b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #5d452e !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: #709faf;
}
.alert-warning {
  background-color: #9f2b19;
}
.alert-danger {
  background-color: #a2784f;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a2784f;
  border-color: #a2784f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a2784f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d1b8a0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b6d2c1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e46753;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d1b8a0;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Brother1816-Thin';
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #a2784f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #a2784f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #a2784f;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a2784f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a2784f;
  border-bottom-color: #a2784f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #a2784f !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: #333333 !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%;
}
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='%23a2784f' %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-rR9X1Lzy3W .nav-item:focus,
.cid-rR9X1Lzy3W .nav-link:focus {
  outline: none;
}
.cid-rR9X1Lzy3W .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-rR9X1Lzy3W .dropdown .dropdown-menu .dropdown-item {
  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-rR9X1Lzy3W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rR9X1Lzy3W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rR9X1Lzy3W .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-rR9X1Lzy3W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rR9X1Lzy3W .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rR9X1Lzy3W .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rR9X1Lzy3W .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rR9X1Lzy3W .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-rR9X1Lzy3W .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-rR9X1Lzy3W .navbar .navbar-collapse.show,
.cid-rR9X1Lzy3W .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-rR9X1Lzy3W .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-rR9X1Lzy3W .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-rR9X1Lzy3W .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-rR9X1Lzy3W .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.4rem);
}
.cid-rR9X1Lzy3W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rR9X1Lzy3W .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-rR9X1Lzy3W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rR9X1Lzy3W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rR9X1Lzy3W .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-rR9X1Lzy3W .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-rR9X1Lzy3W .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-rR9X1Lzy3W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rR9X1Lzy3W .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rR9X1Lzy3W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rR9X1Lzy3W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rR9X1Lzy3W .navbar-brand {
  min-height: 61px;
  -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-rR9X1Lzy3W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rR9X1Lzy3W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rR9X1Lzy3W .dropdown-item.active,
.cid-rR9X1Lzy3W .dropdown-item:active {
  background-color: transparent;
}
.cid-rR9X1Lzy3W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rR9X1Lzy3W .nav-dropdown .link {
  margin: .2em 0em;
}
.cid-rR9X1Lzy3W .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-rR9X1Lzy3W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-rR9X1Lzy3W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rR9X1Lzy3W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rR9X1Lzy3W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rR9X1Lzy3W ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rR9X1Lzy3W .navbar-buttons {
  text-align: inherit;
}
.cid-rR9X1Lzy3W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rR9X1Lzy3W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c19b76;
}
.cid-rR9X1Lzy3W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rR9X1Lzy3W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rR9X1Lzy3W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rR9X1Lzy3W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rR9X1Lzy3W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rR9X1Lzy3W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rR9X1Lzy3W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rR9X1Lzy3W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rR9X1Lzy3W .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rR9X1Lzy3W .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rR9X1Lzy3W .icons-menu {
  text-align: inherit;
}
.cid-rR9X1Lzy3W .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rR9X1Lzy3W .nav-link:hover,
.cid-rR9X1Lzy3W .dropdown-item:hover,
.cid-rR9X1Lzy3W .icons-menu .mbr-iconfont:hover {
  color: #e6c8ab !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rR9X1Lzy3W .navbar {
    height: 77px;
  }
  .cid-rR9X1Lzy3W .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rR9X1Lzy3W .navbar-collapse .img-column {
    display: none;
  }
  .cid-rR9X1Lzy3W .icons-menu,
  .cid-rR9X1Lzy3W .navbar-buttons,
  .cid-rR9X1Lzy3W .contact-block,
  .cid-rR9X1Lzy3W .text-column {
    text-align: center !important;
  }
}
.cid-rR9X1Lzy3W .icons-menu,
.cid-rR9X1Lzy3W .navbar-buttons,
.cid-rR9X1Lzy3W .contact-block,
.cid-rR9X1Lzy3W .text-column {
  color: #a2784f;
}
.cid-rZkIWfI5MG {
  background-color: #ffffff;
}
.cid-rZkIWfI5MG img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rZkIWfI5MG img:hover {
  transform: scale(1.1);
}
.cid-rZkIWfI5MG .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rZkIWfI5MG h2 {
  padding: 0;
  margin: 0;
}
.cid-rZkIWfI5MG .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rZkIWfI5MG .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rZkIWfI5MG .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rZkIWfI5MG .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rZkIWfI5MG .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rZkIWfI5MG .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rZkIWfI5MG .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rZkIWfI5MG .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rZkIWfI5MG H2 {
  color: #333333;
}
.cid-rZkIWfI5MG .mbr-text {
  color: #767676;
}
.cid-rZkIWfI5MG H1 {
  color: #84582e;
}
.cid-rzMjemu9Q2 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzMjemu9Q2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMjemu9Q2 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rzMjemu9Q2 .title {
    width: 100% !important;
  }
}
.cid-rzMjemu9Q2 .mbr-section-title {
  color: #444444;
}
.cid-rzMjemu9Q2 .mbr-text,
.cid-rzMjemu9Q2 .mbr-section-btn {
  color: #84582e;
}
.cid-rYRi9Xp2KN {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/lobby-view-1-2000x1665.webp");
}
.cid-rYRi9Xp2KN h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rYRi9Xp2KN h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rYRi9Xp2KN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rYRi9Xp2KN-1 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/goa-landing.webp");
}
.cid-rYRi9Xp2KN-1 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rYRi9Xp2KN-1 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rYRi9Xp2KN-1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rRdJm7VDdl {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rRdJm7VDdl .line {
  background-color: #e6c8ab;
  color: #e6c8ab;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rRdJm7VDdl .mbr-text {
  margin: 0;
  padding: 2rem 0;
  color: #333333;
}
@media (max-width: 768px) {
  .cid-rRdJm7VDdl .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-rRaaGriSaA {
  background-image: url("../../../assets/images/block-2-bedroom-a-2000x1362.jpg");
}
.cid-rRaaGriSaA h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rRaaGriSaA h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rRaaGriSaA h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rRaaGriSaA .mbr-text,
.cid-rRaaGriSaA .mbr-section-btn {
  text-align: center;
}
.cid-tlxNh1s4pV {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tlxNh1s4pV .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-tlxNh1s4pV .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tlxNh1s4pV .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tlxNh1s4pV .btn-primary {
  border: 1px solid #a2784f !important;
}
.cid-tlxNh1s4pV .btn-primary:hover {
  border: 1px solid #a2784f !important;
}
.cid-tlxNh1s4pV .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tlxNh1s4pV .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tlxNh1s4pV .input-group-btn {
  padding-left: 0;
}
.cid-tlxNh1s4pV .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tlxNh1s4pV .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-tlxNh1s4pV .mbr-text {
  color: #444;
}
.cid-tlxNh1s4pV h5 {
  margin-bottom: 0;
}
.cid-tlxNh1s4pV .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tlxNh1s4pV .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tlxNh1s4pV .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tlxNh1s4pV .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tlxNh1s4pV .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tlxNh1s4pV .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tlxNh1s4pV .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tlxNh1s4pV .social-list a:hover {
  opacity: 0.4;
}
.cid-tlxNh1s4pV .media-container-row > div {
  padding: 0px;
}
.cid-tlxNh1s4pV .text2 {
  color: #000000;
  text-align: left;
}
.cid-tlxNh1s4pV .group-title {
  text-align: left;
  color: #635a51;
  padding-bottom: 0.2rem;
}
.cid-tlxNh1s4pV .links {
  color: #82786e;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tlxNh1s4pV .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tlxNh1s4pV .social-list,
  .cid-tlxNh1s4pV .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tlxNh1s4pV h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tlxNh1s4pV .form-group {
    max-width: 180px;
  }
}
.cid-tlxNh1s4pV .links span {
  color: #9e9e9e;
}
.cid-tlxNh1s4pV .logo-sub-title {
  text-align: center;
}
.cid-tlxNh1s4pV .logo-title {
  text-align: center;
}
.cid-tlxNh1s4pV .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rR9X1Lzy3W .nav-item:focus,
.cid-rR9X1Lzy3W .nav-link:focus {
  outline: none;
}
.cid-rR9X1Lzy3W .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-rR9X1Lzy3W .dropdown .dropdown-menu .dropdown-item {
  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-rR9X1Lzy3W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rR9X1Lzy3W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rR9X1Lzy3W .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-rR9X1Lzy3W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rR9X1Lzy3W .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rR9X1Lzy3W .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rR9X1Lzy3W .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rR9X1Lzy3W .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-rR9X1Lzy3W .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-rR9X1Lzy3W .navbar .navbar-collapse.show,
.cid-rR9X1Lzy3W .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-rR9X1Lzy3W .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-rR9X1Lzy3W .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-rR9X1Lzy3W .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-rR9X1Lzy3W .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.4rem);
}
.cid-rR9X1Lzy3W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rR9X1Lzy3W .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-rR9X1Lzy3W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rR9X1Lzy3W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rR9X1Lzy3W .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-rR9X1Lzy3W .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-rR9X1Lzy3W .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-rR9X1Lzy3W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rR9X1Lzy3W .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rR9X1Lzy3W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rR9X1Lzy3W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rR9X1Lzy3W .navbar-brand {
  min-height: 61px;
  -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-rR9X1Lzy3W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rR9X1Lzy3W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rR9X1Lzy3W .dropdown-item.active,
.cid-rR9X1Lzy3W .dropdown-item:active {
  background-color: transparent;
}
.cid-rR9X1Lzy3W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rR9X1Lzy3W .nav-dropdown .link {
  margin: .2em 0em;
}
.cid-rR9X1Lzy3W .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-rR9X1Lzy3W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-rR9X1Lzy3W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rR9X1Lzy3W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rR9X1Lzy3W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rR9X1Lzy3W ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rR9X1Lzy3W .navbar-buttons {
  text-align: inherit;
}
.cid-rR9X1Lzy3W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rR9X1Lzy3W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c19b76;
}
.cid-rR9X1Lzy3W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rR9X1Lzy3W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rR9X1Lzy3W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rR9X1Lzy3W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rR9X1Lzy3W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rR9X1Lzy3W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rR9X1Lzy3W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rR9X1Lzy3W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rR9X1Lzy3W .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rR9X1Lzy3W .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rR9X1Lzy3W .icons-menu {
  text-align: inherit;
}
.cid-rR9X1Lzy3W .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rR9X1Lzy3W .nav-link:hover,
.cid-rR9X1Lzy3W .dropdown-item:hover,
.cid-rR9X1Lzy3W .icons-menu .mbr-iconfont:hover {
  color: #e6c8ab !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rR9X1Lzy3W .navbar {
    height: 77px;
  }
  .cid-rR9X1Lzy3W .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rR9X1Lzy3W .navbar-collapse .img-column {
    display: none;
  }
  .cid-rR9X1Lzy3W .icons-menu,
  .cid-rR9X1Lzy3W .navbar-buttons,
  .cid-rR9X1Lzy3W .contact-block,
  .cid-rR9X1Lzy3W .text-column {
    text-align: center !important;
  }
}
.cid-rR9X1Lzy3W .icons-menu,
.cid-rR9X1Lzy3W .navbar-buttons,
.cid-rR9X1Lzy3W .contact-block,
.cid-rR9X1Lzy3W .text-column {
  color: #a2784f;
}
.cid-rRakytOcxb {
  overflow: hidden !important;
  background-image: url("../../../assets/images/story.webp");
}
.cid-rRakytOcxb .container-fluid {
  padding: 0 3rem;
}
.cid-rRakytOcxb .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rRakytOcxb .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rRakytOcxb h1 {
  margin-bottom: 1rem;
}
.cid-rRakytOcxb .mbr-section-title {
  font-weight: 300;
}
.cid-rRakytOcxb .btn-line {
  margin-top: 3rem;
}
.cid-rRakytOcxb p {
  margin-bottom: 0;
}
.cid-rReHtPdOrZ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rReHtPdOrZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rReHtPdOrZ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rReHtPdOrZ .title {
    width: 100% !important;
  }
}
.cid-rReHtPdOrZ .mbr-section-subtitle,
.cid-rReHtPdOrZ .underline {
  color: #232323;
}
.cid-rReHtPdOrZ .mbr-section-title {
  color: #84582e;
}
.cid-rRam4umVvB {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRam4umVvB .mbr-text {
  text-align: center;
}
.cid-rReJst9EGd {
  padding-top: 225px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/block-2-bedroom-a-2000x1362.jpg");
}
.cid-rReJst9EGd h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rReJst9EGd h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rReJst9EGd h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rReJst9EGd .mbr-text,
.cid-rReJst9EGd .mbr-section-btn {
  text-align: center;
}
.cid-rReKC6nf31 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rReKC6nf31 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-rReKC6nf31 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rReKC6nf31 .mbr-text,
.cid-rReKC6nf31 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-rReKC6nf31 H3 {
  color: #ffffff;
}
.cid-rReKC6nf31 H1 {
  color: #333333;
  text-align: center;
}
.cid-rReKDwv3YT {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rReKDwv3YT .nav-tabs .nav-item.open .nav-link:focus,
.cid-rReKDwv3YT .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rReKDwv3YT p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rReKDwv3YT .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-rReKDwv3YT .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #fff;
}
.cid-rReKDwv3YT .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-rReKDwv3YT .nav-link.active {
  border-color: transparent;
}
.cid-rReKDwv3YT .nav-tabs .nav-link {
  color: #1c1c1c;
  border-radius: 0px!important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-rReKDwv3YT .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #ffffff;
  border-bottom: 1px solid #1c1c1c;
}
.cid-rReKDwv3YT .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 1px solid #1c1c1c;
  font-style: normal;
  background-color: #ffffff;
}
.cid-rReKDwv3YT .nav-tabs .nav-link.active:hover {
  background-color: #ffffff;
}
.cid-rReKDwv3YT .mbr-text {
  text-align: center;
}
.cid-rReKDwv3YT P {
  color: #232323;
  text-align: right;
}
.cid-rReKDwv3YT H2 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-rReKDwv3YT .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-rReKDwv3YT .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem!important;
  }
  .cid-rReKDwv3YT .pt-5 {
    padding-top: 2rem!important;
  }
  .cid-rReKDwv3YT .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-rYRk2XRuQ0 {
  padding-top: 225px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/manyara-banner-2-1920x1080.jpg");
}
.cid-rYRk2XRuQ0 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rYRk2XRuQ0 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rYRk2XRuQ0 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tlxNlZmksc {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tlxNlZmksc .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-tlxNlZmksc .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tlxNlZmksc .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tlxNlZmksc .btn-primary {
  border: 1px solid #a2784f !important;
}
.cid-tlxNlZmksc .btn-primary:hover {
  border: 1px solid #a2784f !important;
}
.cid-tlxNlZmksc .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tlxNlZmksc .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tlxNlZmksc .input-group-btn {
  padding-left: 0;
}
.cid-tlxNlZmksc .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tlxNlZmksc .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffffff;
  width: 85%;
}
.cid-tlxNlZmksc .mbr-text {
  color: #444;
}
.cid-tlxNlZmksc h5 {
  margin-bottom: 0;
}
.cid-tlxNlZmksc .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tlxNlZmksc .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tlxNlZmksc .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tlxNlZmksc .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tlxNlZmksc .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tlxNlZmksc .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tlxNlZmksc .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tlxNlZmksc .social-list a:hover {
  opacity: 0.4;
}
.cid-tlxNlZmksc .media-container-row > div {
  padding: 0px;
}
.cid-tlxNlZmksc .text2 {
  color: #000000;
  text-align: left;
}
.cid-tlxNlZmksc .group-title {
  text-align: left;
  color: #635a51;
  padding-bottom: 0.2rem;
}
.cid-tlxNlZmksc .links {
  color: #82786e;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tlxNlZmksc .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tlxNlZmksc .social-list,
  .cid-tlxNlZmksc .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tlxNlZmksc h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tlxNlZmksc .form-group {
    max-width: 180px;
  }
}
.cid-tlxNlZmksc .links span {
  color: #9e9e9e;
}
.cid-tlxNlZmksc .logo-sub-title {
  text-align: center;
}
.cid-tlxNlZmksc .logo-title {
  text-align: center;
}
.cid-tlxNlZmksc .logo-sub-title i {
  color: #9e9e9e;
}
