body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((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: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #5b686b !important;
}
.bg-success {
  background-color: #5e5745 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #9bdccb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffc52d !important;
  border-color: #ffc52d !important;
  color: #2d2100 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #2d2100 !important;
  background-color: #e0a200 !important;
  border-color: #e0a200 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #2d2100 !important;
  background-color: #e0a200 !important;
  border-color: #e0a200 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #5e5745 !important;
  border-color: #5e5745 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #322e25 !important;
  border-color: #322e25 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #322e25 !important;
  border-color: #322e25 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9bdccb !important;
  border-color: #9bdccb !important;
  color: #1f594a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #1f594a !important;
  background-color: #62c8ae !important;
  border-color: #62c8ae !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #1f594a !important;
  background-color: #62c8ae !important;
  border-color: #62c8ae !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: #2c3234;
  color: #2c3234;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c68f00;
  color: #c68f00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2d2100;
  background-color: #ffc52d;
  border-color: #ffc52d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #2d2100 !important;
  background-color: #ffc52d !important;
  border-color: #ffc52d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #23211a;
  color: #23211a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5e5745;
  border-color: #5e5745;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5e5745 !important;
  border-color: #5e5745 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #4fc2a4;
  color: #4fc2a4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1f594a;
  background-color: #9bdccb;
  border-color: #9bdccb;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #1f594a !important;
  background-color: #9bdccb !important;
  border-color: #9bdccb !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: #5b686b !important;
}
.text-secondary {
  color: #ffc52d !important;
}
.text-success {
  color: #5e5745 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #9bdccb !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2c3234 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c68f00 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #23211a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #4fc2a4 !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: #82786e;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #9bdccb;
}
.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: #5b686b;
  border-color: #5b686b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5b686b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a29980;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #5b686b;
}
/* 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);
}
@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: #5b686b;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #5b686b;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5b686b;
  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: #5b686b;
  border-bottom-color: #5b686b;
}
.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: #5b686b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffc52d !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: 100px;
  height: 100px;
  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='%235b686b' %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.3;
}
.cid-uiVF02T2aW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uiVF02T2aW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uiVF02T2aW a {
  font-style: normal;
}
.cid-uiVF02T2aW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uiVF02T2aW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uiVF02T2aW .nav-item:focus,
.cid-uiVF02T2aW .nav-link:focus {
  outline: none;
}
.cid-uiVF02T2aW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uiVF02T2aW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uiVF02T2aW .menu-logo {
  margin-right: auto;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiVF02T2aW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uiVF02T2aW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uiVF02T2aW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uiVF02T2aW button.navbar-toggler:focus {
  outline: none;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e26812;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .btn {
  display: -webkit-flex;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uiVF02T2aW .collapsed button.navbar-toggler {
  display: block;
}
.cid-uiVF02T2aW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uiVF02T2aW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uiVF02T2aW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uiVF02T2aW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW img {
    height: 3.8rem !important;
  }
  .cid-uiVF02T2aW .btn {
    display: -webkit-flex;
  }
  .cid-uiVF02T2aW button.navbar-toggler {
    display: block;
  }
  .cid-uiVF02T2aW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uiVF02T2aW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing,
  .cid-uiVF02T2aW .navbar-collapse.show {
    display: block !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uiVF02T2aW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uiVF02T2aW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uiVF02T2aW .nav-link:hover,
.cid-uiVF02T2aW .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rnY4pp72ZE {
  background-image: url("../../../assets/images/cottage2-result.webp");
}
.cid-rnY4pp72ZE .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rnY4pp72ZE .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rnY4pp72ZE .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rnY4pp72ZE .mbr-text {
  color: #ffffff;
}
.cid-rnY4pp72ZE .card {
  padding-bottom: 1.5rem;
}
.cid-rnY4pp72ZE H5 {
  color: #ffffff;
}
.cid-rnY4pp72ZE .mbr-text,
.cid-rnY4pp72ZE .mbr-section-btn {
  color: #ffffff;
}
.cid-rnY4pp72ZE H1 {
  color: #ffffff;
}
.cid-ro2unT0sjS {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ro2unT0sjS .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-ro2unT0sjS .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-ro2unT0sjS .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ro2unT0sjS .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ro2unT0sjS .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-ro2unT0sjS .cards-block {
    border-top: 2px solid #ffffff;
  }
}
.cid-ro2unT0sjS .cards-block .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-ro2unT0sjS .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ro2unT0sjS .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-ro2unT0sjS .media-block {
    padding-left: 2rem;
  }
}
.cid-ro2unT0sjS .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-ro2unT0sjS .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ro2unT0sjS .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ro2unT0sjS .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-umjFsQsoZp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-umjFsQsoZp .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-umjFsQsoZp .section-text {
  padding: 2rem 0;
}
.cid-umjFsQsoZp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-umjFsQsoZp .inner-container {
    width: 100% !important;
  }
}
.cid-ropVOReHfj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #879a9f;
}
.cid-ropVOReHfj h2 {
  text-align: left;
}
.cid-ropVOReHfj h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ropVOReHfj p {
  color: #767676;
  text-align: left;
}
.cid-ropVOReHfj .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ropVOReHfj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ropVOReHfj .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ropVOReHfj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ropVOReHfj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ropVOReHfj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ropVOReHfj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ropVOReHfj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ropVOReHfj .card-img span {
    font-size: 40px !important;
  }
}
.cid-ropVOReHfj .mbr-text {
  color: #ffffff;
}
.cid-ropVOReHfj P {
  color: #ffffff;
}
.cid-ropVOReHfj H4 {
  color: #ffffff;
}
.cid-roYRmuhEF6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-roYRmuhEF6 .mbr-section-subtitle {
  color: #000000;
}
.cid-rnYP6RC7k5 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rnYP6RC7k5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rnYP6RC7k5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rnYP6RC7k5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rnYP6RC7k5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rnYP6RC7k5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rnYP6RC7k5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rnYP6RC7k5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rnYP6RC7k5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rnYP6RC7k5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rnYP6RC7k5 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-sbb0JNUNT8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/markets-sunshine-coast-1120x747.webp");
}
.cid-sJNfXtV6y8 {
  background: #b2ccd2;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #b2ccd2, #ffffff);
}
.cid-sJNfXtV6y8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sJNfXtV6y8 .video-block {
    width: 100% !important;
  }
}
.cid-rorfIHsLI1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cottage2-result.webp");
}
.cid-rorfIHsLI1 h2 {
  text-align: center;
}
.cid-rorfIHsLI1 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rorfIHsLI1 p {
  color: #767676;
}
.cid-rorfIHsLI1 img {
  object-fit: cover;
}
.cid-rorfIHsLI1 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rorfIHsLI1 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rorfIHsLI1 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rorfIHsLI1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rorfIHsLI1 .card-title {
  font-weight: 500;
}
.cid-rorfIHsLI1 .card-img {
  text-align: inherit;
}
.cid-rorfIHsLI1 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rorfIHsLI1 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rorfIHsLI1 .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rorfIHsLI1 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-rorfIHsLI1 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-rorfIHsLI1 .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-rorfIHsLI1 .mbr-section-text {
  color: #ffffff;
}
.cid-rorfIHsLI1 .mbr-section-subtitle DIV {
  color: #ffffff;
}
.cid-rorfIHsLI1 .mbr-section-title {
  color: #ffffff;
}
.cid-rorfIHsLI1 .mbr-crt-title B {
  color: #ffffff;
}
.cid-rorfIHsLI1 .mbr-crt-title {
  color: #ffffff;
}
.cid-rordQWS7mi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rordQWS7mi h3 {
  font-weight: 300;
}
.cid-rordQWS7mi .card-img {
  width: initial;
}
.cid-rordQWS7mi .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rordQWS7mi .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-rordQWS7mi .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rordQWS7mi .mbr-section-subtitle {
  color: #23190a;
}
.cid-rordQWS7mi .mbr-text {
  color: #23190a;
}
.cid-rordQWS7mi .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rordQWS7mi .mbr-section-title {
  color: #ffffff;
}
.cid-rordQWS7mi .card-title {
  color: #ffffff;
}
.cid-sur2cKf6Uj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bar2-2000x1500.webp");
}
.cid-ro3h8AQNJZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/koala-with-baby-lake-weyba-result.webp");
}
.cid-ro3h8AQNJZ .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro3h8AQNJZ .mbr-author-desc {
  display: block;
}
.cid-ro3h8AQNJZ .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-ro3h8AQNJZ .mbr-testimonial .panel-item {
  background-color: #b2ccd2;
  background: linear-gradient(#b2ccd2, transparent);
}
.cid-ro3h8AQNJZ .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-ro3h8AQNJZ .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-ro3h8AQNJZ .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ro3h8AQNJZ .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-ro3h8AQNJZ .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-ro3h8AQNJZ .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-ro3h8AQNJZ H2 {
  color: #ffffff;
}
.cid-ro3h8AQNJZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ro3h8AQNJZ .mbr-text {
  color: #ffffff;
}
.cid-ro3h8AQNJZ H3 {
  color: #ffffff;
}
.cid-tsoEsTT1UP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/noosa-beach-836x565.webp");
}
.cid-tsoEsTT1UP .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsoEsTT1UP .mbr-author-desc {
  display: block;
}
.cid-tsoEsTT1UP .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-tsoEsTT1UP .mbr-testimonial .panel-item {
  background-color: #ffffff;
  background: linear-gradient(#ffffff, transparent);
}
.cid-tsoEsTT1UP .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-tsoEsTT1UP .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tsoEsTT1UP .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tsoEsTT1UP .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-tsoEsTT1UP .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-tsoEsTT1UP .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tsoEsTT1UP .mbr-text {
  color: #000000;
}
.cid-tsoEsTT1UP .mbr-author-name {
  color: #000000;
}
.cid-sBjrLWy3mK {
  background: #ffffff;
}
.cid-sBjrLWy3mK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBjrLWy3mK figcaption {
  position: relative;
}
.cid-sBjrLWy3mK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBjrLWy3mK .image-block {
    width: 100% !important;
  }
}
.cid-rA92wyf7Zl {
  background-image: url("../../../assets/images/relax-lake-weyba-cottages-result.webp");
}
.cid-sXQ0h8oLos {
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sXQ0h8oLos .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-sXQ0h8oLos .social-list a:focus {
  text-decoration: none;
}
.cid-rnYPA4VJfr {
  background: #ffffff;
}
.cid-rnYPA4VJfr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rnYPA4VJfr .mbr-figure {
  margin: 0 auto;
}
.cid-rnYPA4VJfr figcaption {
  position: relative;
}
.cid-rnYPA4VJfr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rnYPA4VJfr .image-block {
    width: 100% !important;
  }
}
.cid-rnYPA4VJfr .mbr-figure-caption div {
  color: #ffffff;
}
.cid-uiVF3VH6od {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uiVF3VH6od .media-container-row .mbr-text {
  color: #879a9f;
}
.cid-uiVF02T2aW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uiVF02T2aW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uiVF02T2aW a {
  font-style: normal;
}
.cid-uiVF02T2aW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uiVF02T2aW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uiVF02T2aW .nav-item:focus,
.cid-uiVF02T2aW .nav-link:focus {
  outline: none;
}
.cid-uiVF02T2aW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uiVF02T2aW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uiVF02T2aW .menu-logo {
  margin-right: auto;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiVF02T2aW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uiVF02T2aW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uiVF02T2aW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uiVF02T2aW button.navbar-toggler:focus {
  outline: none;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e26812;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .btn {
  display: -webkit-flex;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uiVF02T2aW .collapsed button.navbar-toggler {
  display: block;
}
.cid-uiVF02T2aW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uiVF02T2aW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uiVF02T2aW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uiVF02T2aW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW img {
    height: 3.8rem !important;
  }
  .cid-uiVF02T2aW .btn {
    display: -webkit-flex;
  }
  .cid-uiVF02T2aW button.navbar-toggler {
    display: block;
  }
  .cid-uiVF02T2aW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uiVF02T2aW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing,
  .cid-uiVF02T2aW .navbar-collapse.show {
    display: block !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uiVF02T2aW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uiVF02T2aW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uiVF02T2aW .nav-link:hover,
.cid-uiVF02T2aW .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-roru7WULJN {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-roru7WULJN .mbr-section-subtitle {
  color: #767676;
}
.cid-rortSj7Anw {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rortSj7Anw h2 {
  text-align: left;
}
.cid-rortSj7Anw h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rortSj7Anw p {
  color: #767676;
  text-align: left;
}
.cid-rortSj7Anw .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rortSj7Anw .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rortSj7Anw .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rortSj7Anw .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rortSj7Anw .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rortSj7Anw .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rortSj7Anw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rortSj7Anw .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rortSj7Anw .card-img span {
    font-size: 40px !important;
  }
}
.cid-t3dTBpv05K {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/markets-sunshine-coast-1-1120x747.webp");
}
.cid-svDUpag65t {
  background: #ffffff;
}
.cid-svDUpag65t .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-svDUpag65t .mbr-figure {
  margin: 0 auto;
}
.cid-svDUpag65t figcaption {
  position: relative;
}
.cid-svDUpag65t figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-svDUpag65t .image-block {
    width: 100% !important;
  }
}
.cid-roNl9XwKvb {
  background-image: url("../../../assets/images/img-20180719-155904886-burst000-cover-top-2000x1125.webp");
}
.cid-roNl9XwKvb h1 {
  color: #616161;
}
.cid-roNl9XwKvb h2,
.cid-roNl9XwKvb h3,
.cid-roNl9XwKvb p {
  color: #767676;
}
.cid-roNl9XwKvb .mbr-section-subtitle {
  font-style: italic;
}
.cid-roNl9XwKvb H1 {
  color: #ffffff;
}
.cid-roNl9XwKvb H3 {
  color: #ffffff;
}
.cid-roNl9XwKvb .mbr-text,
.cid-roNl9XwKvb .mbr-section-btn {
  color: #ffffff;
}
.cid-sXQ1Br35yn {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #b2ccd2, #6670a9);
}
.cid-sXQ1Br35yn .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sXQ1Br35yn .social-list a:focus {
  text-decoration: none;
}
.cid-uiVF3VH6od {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uiVF3VH6od .media-container-row .mbr-text {
  color: #879a9f;
}
.cid-uiVF02T2aW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uiVF02T2aW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uiVF02T2aW a {
  font-style: normal;
}
.cid-uiVF02T2aW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uiVF02T2aW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uiVF02T2aW .nav-item:focus,
.cid-uiVF02T2aW .nav-link:focus {
  outline: none;
}
.cid-uiVF02T2aW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uiVF02T2aW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uiVF02T2aW .menu-logo {
  margin-right: auto;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiVF02T2aW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uiVF02T2aW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uiVF02T2aW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uiVF02T2aW button.navbar-toggler:focus {
  outline: none;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e26812;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .btn {
  display: -webkit-flex;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uiVF02T2aW .collapsed button.navbar-toggler {
  display: block;
}
.cid-uiVF02T2aW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uiVF02T2aW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uiVF02T2aW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uiVF02T2aW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW img {
    height: 3.8rem !important;
  }
  .cid-uiVF02T2aW .btn {
    display: -webkit-flex;
  }
  .cid-uiVF02T2aW button.navbar-toggler {
    display: block;
  }
  .cid-uiVF02T2aW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uiVF02T2aW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing,
  .cid-uiVF02T2aW .navbar-collapse.show {
    display: block !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uiVF02T2aW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uiVF02T2aW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uiVF02T2aW .nav-link:hover,
.cid-uiVF02T2aW .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ros1wzgNHG {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ros1wzgNHG .mbr-section-subtitle {
  color: #23190a;
  font-weight: 300;
}
.cid-ros1wzgNHG .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-ros1wzgNHG .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-ros1wzgNHG .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-ros1wzgNHG .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-ros1wzgNHG .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-ros1wzgNHG .card {
  min-height: 300px;
}
.cid-ros1wzgNHG .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-ros1wzgNHG .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-ros1wzgNHG .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-ros1wzgNHG .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rosgEIUcnx {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rosgEIUcnx .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rosgEIUcnx .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rosgEIUcnx .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rosgEIUcnx .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rosgEIUcnx .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rosgEIUcnx .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-rosgEIUcnx .card {
  min-height: 300px;
}
.cid-rosgEIUcnx .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-rosgEIUcnx .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-rosgEIUcnx .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rosgEIUcnx .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rpGLWQzHfk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rpGLWQzHfk .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rpGLWQzHfk .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rpGLWQzHfk .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rpGLWQzHfk .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rpGLWQzHfk .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rpGLWQzHfk .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-rpGLWQzHfk .card {
  min-height: 300px;
}
.cid-rpGLWQzHfk .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-rpGLWQzHfk .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-rpGLWQzHfk .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rpGLWQzHfk .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rpGLWQzHfk P {
  color: #ffffff;
}
.cid-uiVv9Xd0LC {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uiVv9Xd0LC P {
  color: #767676;
}
.cid-sIqfT5aWTP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #879a9f;
}
.cid-sIqfT5aWTP .mbr-section-subtitle {
  color: #767676;
}
.cid-sIqfT5aWTP H2 {
  color: #ffffff;
}
.cid-rtvs9KGWx9 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rtvs9KGWx9 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rtvs9KGWx9 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rtvs9KGWx9 .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rtvs9KGWx9 .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rtvs9KGWx9 .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rtvs9KGWx9 .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-rtvs9KGWx9 .card {
  min-height: 300px;
}
.cid-rtvs9KGWx9 .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-rtvs9KGWx9 .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-rtvs9KGWx9 .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rtvs9KGWx9 .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rxS2O9OOkL {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rxS2O9OOkL .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rxS2O9OOkL .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rxS2O9OOkL .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rxS2O9OOkL .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rxS2O9OOkL .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rxS2O9OOkL .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-rxS2O9OOkL .card {
  min-height: 300px;
}
.cid-rxS2O9OOkL .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-rxS2O9OOkL .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-rxS2O9OOkL .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rxS2O9OOkL .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-ssmKiAEhOL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #b2ccd2;
}
.cid-ssmKiAEhOL .mbr-section-subtitle {
  color: #767676;
}
.cid-ssmKiAEhOL H1 {
  color: #ffffff;
}
.cid-t3dRzrT8xU {
  background: #ffffff;
}
.cid-t3dRzrT8xU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t3dRzrT8xU .mbr-figure {
  margin: 0 auto;
}
.cid-t3dRzrT8xU figcaption {
  position: relative;
}
.cid-t3dRzrT8xU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t3dRzrT8xU .image-block {
    width: 100% !important;
  }
}
.cid-t3dRzrT8xU .mbr-figure-caption div {
  color: #ff3366;
}
.cid-sbaWUVkP5f {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/markets-sunshine-coast-1120x747.webp");
}
.cid-sseAPAAdmC {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sseAPAAdmC .image-block {
  margin: auto;
}
.cid-sseAPAAdmC .mbr-figure {
  margin: 0 auto;
}
.cid-sseAPAAdmC figcaption {
  position: relative;
}
.cid-sseAPAAdmC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sseAPAAdmC .image-block {
    width: 100% !important;
  }
}
.cid-sur2EviGPe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bar2-result.webp");
}
.cid-svAuJGg4RR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svAuJGg4RR .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-svAuJGg4RR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-svAuJGg4RR .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-svAuJGg4RR .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-svAuJGg4RR .mbr-text {
  color: #000000;
}
.cid-rtvqoLSkTs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
  background: linear-gradient(45deg, #b2ccd2, #232323);
}
.cid-rtvqoLSkTs .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rtvqoLSkTs .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rtvqoLSkTs .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rtvqoLSkTs .mbr-text {
    text-align: center;
  }
}
.cid-tgHdD5L8kh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
@media (min-width: 992px) {
  .cid-tgHdD5L8kh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tgHdD5L8kh .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tgHdD5L8kh .mbr-text {
  color: #767676;
}
.cid-sZyEvJ7fH2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sZyEvJ7fH2 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sZyEvJ7fH2 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sZyEvJ7fH2 .mbr-text {
  color: #767676;
}
.cid-ssUG0PTIHP {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ssUG0PTIHP H1 {
  color: #232323;
}
.cid-ssUG0PTIHP .mbr-text,
.cid-ssUG0PTIHP .mbr-section-btn {
  color: #767676;
}
.cid-ssUG0PTIHP .img1 {
  box-shadow: 0 10px 55px 5px rgba(255, 211, 96, 0.35);
  border-radius: 10px;
}
.cid-ssUG0PTIHP .relative {
  position: relative;
}
.cid-ssUG0PTIHP .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-ssUG0PTIHP .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-ssUG0PTIHP .card-img2 .img2 {
  width: 120%;
}
.cid-ssUG0PTIHP .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-ssUG0PTIHP .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-ssUG0PTIHP .img2 {
  box-shadow: 0 10px 55px 5px rgba(255, 211, 96, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-sRwCQWPncn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
@media (min-width: 992px) {
  .cid-sRwCQWPncn .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sRwCQWPncn .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sRwCQWPncn .mbr-text {
  color: #ffffff;
}
.cid-s2Y4qMfJdc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s2Y4qMfJdc h2 {
  text-align: left;
}
.cid-s2Y4qMfJdc h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s2Y4qMfJdc p {
  color: #767676;
  text-align: left;
}
.cid-s2Y4qMfJdc .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s2Y4qMfJdc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s2Y4qMfJdc .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2Y4qMfJdc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s2Y4qMfJdc .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s2Y4qMfJdc .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s2Y4qMfJdc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2Y4qMfJdc .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s2Y4qMfJdc .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZEHMll7ru {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-20200522.webp");
}
.cid-rZEHMll7ru .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rZEHMll7ru .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZEHMll7ru .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rZEHMll7ru .mbr-text {
    text-align: center;
  }
}
.cid-rZEHMll7ru .mbr-text,
.cid-rZEHMll7ru .mbr-section-btn {
  color: #000000;
}
.cid-rZEHMll7ru H4 {
  color: #000000;
}
#custom-html-7o {
  /* Type valid CSS here */
}
#custom-html-7o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7o p {
  font-size: 60px;
  color: #777;
}
.cid-s1u4i9uXJJ {
  background: #ffffff;
}
.cid-s1u4i9uXJJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s1u4i9uXJJ .mbr-figure {
  margin: 0 auto;
}
.cid-s1u4i9uXJJ figcaption {
  position: relative;
}
.cid-s1u4i9uXJJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1u4i9uXJJ .image-block {
    width: 100% !important;
  }
}
.cid-s6Qlbxm5wi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-s6Qlbxm5wi .mbr-section-subtitle {
  color: #767676;
}
.cid-s6Qlbxm5wi H2 {
  color: #ffffff;
}
.cid-ruYcQmp4x8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
@media (min-width: 992px) {
  .cid-ruYcQmp4x8 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ruYcQmp4x8 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-ruYcQmp4x8 .mbr-text {
  color: #ffffff;
}
.cid-sdJAtdiYl3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #879a9f;
}
.cid-sdJAtdiYl3 .images-container.container-fluid {
  padding: 0;
}
.cid-sdJAtdiYl3 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sdJAtdiYl3 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sdJAtdiYl3 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sdJAtdiYl3 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sdJAtdiYl3 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sdJAtdiYl3 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sdJAtdiYl3 .img-item {
    width: 100% !important;
  }
  .cid-sdJAtdiYl3 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
#custom-html-7q {
  /* Type valid CSS here */
}
#custom-html-7q div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7q p {
  font-size: 60px;
  color: #777;
}
.cid-sdLkoWpQCp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sdLkoWpQCp .mbr-overlay {
  z-index: 1;
}
.cid-sdLkoWpQCp .carousel-caption {
  bottom: 40px;
}
.cid-sdLkoWpQCp .carousel-control .icon-next,
.cid-sdLkoWpQCp .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sdLkoWpQCp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdLkoWpQCp .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sdLkoWpQCp .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sdLkoWpQCp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sdLkoWpQCp .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sdLkoWpQCp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdLkoWpQCp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdLkoWpQCp .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sdLkoWpQCp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sdLkoWpQCp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sdLkoWpQCp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sdLkoWpQCp .carousel-indicators li.active,
.cid-sdLkoWpQCp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sdLkoWpQCp .carousel-indicators li::after,
.cid-sdLkoWpQCp .carousel-indicators li::before {
  content: none;
}
.cid-sdLkoWpQCp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sdLkoWpQCp .carousel-indicators {
    display: none !important;
  }
}
.cid-sdLkoWpQCp H5 {
  color: #ffffff;
}
.cid-rV4eUdE2TN {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-rV4eUdE2TN .mbr-section-subtitle {
  color: #23190a;
}
.cid-rV4ejyerj9 {
  background: #ffffff;
}
.cid-rV4ejyerj9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rV4ejyerj9 .mbr-figure {
  margin: 0 auto;
}
.cid-rV4ejyerj9 figcaption {
  position: relative;
}
.cid-rV4ejyerj9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rV4ejyerj9 .image-block {
    width: 100% !important;
  }
}
.cid-rV4ejyerj9 .mbr-figure-caption div {
  color: #000000;
}
.cid-ruaCpfQL71 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #23190a, #ede3d2);
}
.cid-ruaCpfQL71 .btn {
  margin: 0 0 .5rem 0;
}
.cid-ruaCpfQL71 H2 {
  color: #ffc52d;
}
.cid-rt3mOGIRn4 {
  background: #ffffff;
}
.cid-rt3mOGIRn4 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rt3mOGIRn4 .video-block {
    width: 100% !important;
  }
}
.cid-ros2Ps4h42 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-ros2Ps4h42 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ros2Ps4h42 H2 {
  color: #ffffff;
}
.cid-ros2PV9Y0W {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #879a9f;
}
.cid-ros2PV9Y0W .google-map {
  height: 25rem;
  position: relative;
}
.cid-ros2PV9Y0W .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ros2PV9Y0W .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-ros2PV9Y0W .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ros2PV9Y0W .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svK8LGa5MA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-svK8LGa5MA .line {
  background-color: #ffc52d;
  color: #ffc52d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-svK8LGa5MA .section-text {
  padding: 2rem 0;
  color: #232323;
  text-align: center;
}
.cid-svK8LGa5MA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-svK8LGa5MA .inner-container {
    width: 100% !important;
  }
}
.cid-rxivnRAl8d {
  background-image: url("../../../assets/images/noosa-north-shore-950x635.webp");
}
.cid-rxivnRAl8d h1 {
  color: #616161;
}
.cid-rxivnRAl8d h2,
.cid-rxivnRAl8d h3,
.cid-rxivnRAl8d p {
  color: #767676;
}
.cid-rxivnRAl8d .mbr-section-subtitle {
  font-style: italic;
}
.cid-rxivnRAl8d .mbr-text,
.cid-rxivnRAl8d .mbr-section-btn {
  color: #232323;
}
.cid-rxivnRAl8d H3 {
  color: #232323;
}
.cid-rxivnRAl8d H5 {
  color: #000000;
}
.cid-rxta4Za6zA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rxta4Za6zA .mbr-section-subtitle {
  color: #767676;
}
.cid-svK9ls6laT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-svK9ls6laT .line {
  background-color: #ffc52d;
  color: #ffc52d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-svK9ls6laT .section-text {
  padding: 2rem 0;
  color: #232323;
  text-align: center;
}
.cid-svK9ls6laT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-svK9ls6laT .inner-container {
    width: 100% !important;
  }
}
.cid-rxt7uEkP7w {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
  background: linear-gradient(45deg, #b2ccd2, #232323);
}
@media (min-width: 992px) {
  .cid-rxt7uEkP7w .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rxt7uEkP7w .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rxt7uEkP7w .mbr-text {
    text-align: center;
  }
}
.cid-sIqg5Zs9ug {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIqg5Zs9ug .mbr-section-subtitle {
  color: #767676;
}
.cid-sIqg5Zs9ug H2 {
  color: #000000;
}
.cid-rAxcLoMi7M {
  background: #ffffff;
}
.cid-rAxcLoMi7M .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rAxcLoMi7M .mbr-figure {
  margin: 0 auto;
}
.cid-rAxcLoMi7M figcaption {
  position: relative;
}
.cid-rAxcLoMi7M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rAxcLoMi7M .image-block {
    width: 100% !important;
  }
}
.cid-tDlQ9vg1ag {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tDlQ9vg1ag .image-block {
  margin: auto;
}
.cid-tDlQ9vg1ag .mbr-figure {
  margin: 0 auto;
}
.cid-tDlQ9vg1ag figcaption {
  position: relative;
}
.cid-tDlQ9vg1ag figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tDlQ9vg1ag .image-block {
    width: 100% !important;
  }
}
.cid-s6Qlfu2scQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-s6Qlfu2scQ .mbr-section-subtitle {
  color: #767676;
}
.cid-s6Qlfu2scQ H2 {
  color: #ffffff;
}
.cid-uiVF3VH6od {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uiVF3VH6od .media-container-row .mbr-text {
  color: #879a9f;
}
.cid-uiVF02T2aW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uiVF02T2aW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uiVF02T2aW a {
  font-style: normal;
}
.cid-uiVF02T2aW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uiVF02T2aW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uiVF02T2aW .nav-item:focus,
.cid-uiVF02T2aW .nav-link:focus {
  outline: none;
}
.cid-uiVF02T2aW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uiVF02T2aW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uiVF02T2aW .menu-logo {
  margin-right: auto;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiVF02T2aW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uiVF02T2aW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uiVF02T2aW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uiVF02T2aW button.navbar-toggler:focus {
  outline: none;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e26812;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .btn {
  display: -webkit-flex;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uiVF02T2aW .collapsed button.navbar-toggler {
  display: block;
}
.cid-uiVF02T2aW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uiVF02T2aW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uiVF02T2aW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uiVF02T2aW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW img {
    height: 3.8rem !important;
  }
  .cid-uiVF02T2aW .btn {
    display: -webkit-flex;
  }
  .cid-uiVF02T2aW button.navbar-toggler {
    display: block;
  }
  .cid-uiVF02T2aW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uiVF02T2aW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing,
  .cid-uiVF02T2aW .navbar-collapse.show {
    display: block !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uiVF02T2aW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uiVF02T2aW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uiVF02T2aW .nav-link:hover,
.cid-uiVF02T2aW .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rzQxecJJc9 {
  background-image: url("../../../assets/images/lake-weyba-result.webp");
}
.cid-rzSCTckrww {
  background-image: url("../../../assets/images/sunset-lake-weyba-result.webp");
}
.cid-rzSCTckrww .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-rzSCTckrww .media-container-column {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rzSCTckrww .media-container-column {
    padding: 1rem !important;
  }
}
.cid-rzSCTckrww H2 {
  color: #23190a;
}
.cid-rzSCTckrww .mbr-text,
.cid-rzSCTckrww .mbr-section-btn {
  color: #000000;
}
.cid-sEQhcdptHX {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sEQhcdptHX .image-block {
  margin: auto;
}
.cid-sEQhcdptHX .mbr-figure {
  margin: 0 auto;
}
.cid-sEQhcdptHX figcaption {
  position: relative;
}
.cid-sEQhcdptHX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sEQhcdptHX .image-block {
    width: 100% !important;
  }
}
.cid-sXARi30I3q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-20210525-85313257-2000x1500.webp");
}
.cid-sXARi30I3q h3 {
  font-weight: 300;
}
.cid-sXARi30I3q .card-img {
  width: initial;
}
.cid-sXARi30I3q .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sXARi30I3q .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-sXARi30I3q .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sXARi30I3q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sXARi30I3q .mbr-text {
  color: #ffffff;
}
.cid-sXARi30I3q .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sXARi30I3q .mbr-al-i-c {
  align-items: center;
}
.cid-sXARi30I3q .mbr-section-title {
  color: #ffffff;
}
.cid-sXARi30I3q .card-title {
  color: #ffffff;
}
.cid-rzSE5SODrU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-6775-result.webp");
}
.cid-rzSE5SODrU .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rzSE5SODrU .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rzSE5SODrU .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rzSE5SODrU .mbr-text {
    text-align: center;
  }
}
.cid-ssxAc8h9UM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/lake-weyba-2-result.webp");
}
.cid-ssxAc8h9UM .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ssxAc8h9UM .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ssxAc8h9UM .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ssxAc8h9UM .mbr-text {
    text-align: center;
  }
}
.cid-sur2JbXTEo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sur2JbXTEo H3 {
  color: #23190a;
}
.cid-rzSH8yj6tK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-rzSH8yj6tK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rzSH8yj6tK .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rzSH8yj6tK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rzSH8yj6tK .mbr-text {
    text-align: center;
  }
}
.cid-rzSH8yj6tK .mbr-text,
.cid-rzSH8yj6tK .mbr-section-btn {
  color: #000000;
}
.cid-rzSH8yj6tK H2 {
  color: #000000;
}
.cid-sJNgh1J7HK {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sJNgh1J7HK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sJNgh1J7HK .video-block {
    width: 100% !important;
  }
}
.cid-svKj9Ckky3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-svKj9Ckky3 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-svKj9Ckky3 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-svKj9Ckky3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-svKj9Ckky3 .mbr-text {
    text-align: center;
  }
}
.cid-svKj9Ckky3 .mbr-text,
.cid-svKj9Ckky3 .mbr-section-btn {
  color: #000000;
}
.cid-svKj9Ckky3 H2 {
  color: #000000;
}
.cid-smdm5efrw8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/markets-sunshine-coast-result-result.webp");
}
.cid-rCSDYFkPmT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCSDYFkPmT .mbr-section-subtitle {
  color: #767676;
}
.cid-rCSESB9Wxn {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rCSESB9Wxn .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rCSESB9Wxn .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rCSESB9Wxn .mbr-text {
  color: #232323;
}
.cid-rzSHnfEDb0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-rzSHnfEDb0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rzSHnfEDb0 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rzSHnfEDb0 .mbr-text {
    text-align: center;
  }
}
.cid-rzSHnfEDb0 .mbr-text,
.cid-rzSHnfEDb0 .mbr-section-btn {
  color: #000000;
}
.cid-rzSHnfEDb0 H2 {
  color: #000000;
}
.cid-rzSHnfEDb0 H3 {
  color: #23190a;
}
.cid-suHEu3AIlf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-suHEu3AIlf .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-suHEu3AIlf .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-suHEu3AIlf .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-suHEu3AIlf .mbr-text {
    text-align: center;
  }
}
.cid-suHEu3AIlf H3 {
  color: #000000;
}
.cid-suHEu3AIlf .mbr-text,
.cid-suHEu3AIlf .mbr-section-btn {
  color: #000000;
}
.cid-suHEu3AIlf H2 {
  color: #000000;
}
.cid-ssVz9UNu1j {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-ssVz9UNu1j .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ssVz9UNu1j .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ssVz9UNu1j .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ssVz9UNu1j .mbr-text {
    text-align: center;
  }
}
.cid-ssVz9UNu1j .mbr-text,
.cid-ssVz9UNu1j .mbr-section-btn {
  color: #000000;
}
.cid-ssVz9UNu1j H2 {
  color: #000000;
}
.cid-rzSN4Tz88K {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-rzSN4Tz88K .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rzSN4Tz88K .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rzSN4Tz88K .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rzSN4Tz88K .mbr-text {
    text-align: center;
  }
}
.cid-rzSN4Tz88K .mbr-text,
.cid-rzSN4Tz88K .mbr-section-btn {
  color: #23190a;
}
.cid-rzSN4Tz88K H2 {
  color: #23190a;
}
.cid-rzSJ6jQWCh .main_wrapper {
  position: relative;
  height: 45rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-rzSJ6jQWCh .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-rzSJ6jQWCh .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #ffffff;
  pointer-events: fill;
}
.cid-rzSJ6jQWCh .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-rzSJ6jQWCh .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-rzSJ6jQWCh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rzSJ6jQWCh .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-rzSJ6jQWCh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzSJ6jQWCh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rzSJ6jQWCh .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-rzSJ6jQWCh .google-map {
    position: relative;
  }
  .cid-rzSJ6jQWCh .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-syXDH3aiez {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syXDH3aiez .card-box {
  padding: 0rem;
}
.cid-syXDH3aiez .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-syXDH3aiez .card {
  padding: 0;
  margin: auto;
}
.cid-syXDH3aiez .card-img {
  height: 400px;
}
.cid-syXDH3aiez .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-syXDH3aiez .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-syXDH3aiez .card-wrapper {
    padding: 4rem;
  }
}
.cid-syXDH3aiez .card-title {
  color: #465052;
}
.cid-smGRxssnlK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #879a9f;
}
.cid-smGRxssnlK .mbr-section-subtitle {
  color: #767676;
}
.cid-smGRxssnlK H2 {
  color: #ffffff;
}
.cid-svDTmC6yLh {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-svDTmC6yLh .image-block {
  margin: auto;
}
.cid-svDTmC6yLh .mbr-figure {
  margin: 0 auto;
}
.cid-svDTmC6yLh figcaption {
  position: relative;
}
.cid-svDTmC6yLh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-svDTmC6yLh .image-block {
    width: 100% !important;
  }
}
.cid-uiVF3VH6od {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uiVF3VH6od .media-container-row .mbr-text {
  color: #879a9f;
}
.cid-uiVF02T2aW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uiVF02T2aW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uiVF02T2aW a {
  font-style: normal;
}
.cid-uiVF02T2aW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uiVF02T2aW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uiVF02T2aW .nav-item:focus,
.cid-uiVF02T2aW .nav-link:focus {
  outline: none;
}
.cid-uiVF02T2aW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uiVF02T2aW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uiVF02T2aW .menu-logo {
  margin-right: auto;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiVF02T2aW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uiVF02T2aW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uiVF02T2aW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uiVF02T2aW button.navbar-toggler:focus {
  outline: none;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e26812;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .btn {
  display: -webkit-flex;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uiVF02T2aW .collapsed button.navbar-toggler {
  display: block;
}
.cid-uiVF02T2aW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uiVF02T2aW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uiVF02T2aW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uiVF02T2aW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW img {
    height: 3.8rem !important;
  }
  .cid-uiVF02T2aW .btn {
    display: -webkit-flex;
  }
  .cid-uiVF02T2aW button.navbar-toggler {
    display: block;
  }
  .cid-uiVF02T2aW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uiVF02T2aW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing,
  .cid-uiVF02T2aW .navbar-collapse.show {
    display: block !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uiVF02T2aW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uiVF02T2aW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uiVF02T2aW .nav-link:hover,
.cid-uiVF02T2aW .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rYWpK6GKzD {
  background-image: url("../../../assets/images/img-20180319.webp");
}
.cid-rYWpK8VQO3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYWpK8VQO3 .mbr-section-subtitle {
  color: #767676;
}
.cid-rYWpK9zDlZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rYWpK9zDlZ .images-container.container-fluid {
  padding: 0;
}
.cid-rYWpK9zDlZ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rYWpK9zDlZ .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rYWpK9zDlZ .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rYWpK9zDlZ .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rYWpK9zDlZ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rYWpK9zDlZ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rYWpK9zDlZ .img-item {
    width: 100% !important;
  }
  .cid-rYWpK9zDlZ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rYWpKacMgr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #149dcc;
  background: linear-gradient(45deg, #149dcc, #232323);
}
.cid-rYWpKacMgr .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rYWpKacMgr .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rYWpKacMgr .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rYWpKacMgr .mbr-text {
    text-align: center;
  }
}
.cid-umYIFnYEvP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-umYIFnYEvP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-umYIFnYEvP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umYIFnYEvP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umYIFnYEvP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-umYIFnYEvP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-umYIFnYEvP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-umYIFnYEvP .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-umYIFnYEvP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-umYIFnYEvP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uiVF3VH6od {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uiVF3VH6od .media-container-row .mbr-text {
  color: #879a9f;
}
.cid-uiVF02T2aW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uiVF02T2aW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uiVF02T2aW a {
  font-style: normal;
}
.cid-uiVF02T2aW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uiVF02T2aW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uiVF02T2aW .nav-item:focus,
.cid-uiVF02T2aW .nav-link:focus {
  outline: none;
}
.cid-uiVF02T2aW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uiVF02T2aW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uiVF02T2aW .menu-logo {
  margin-right: auto;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiVF02T2aW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uiVF02T2aW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uiVF02T2aW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uiVF02T2aW button.navbar-toggler:focus {
  outline: none;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e26812;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .btn {
  display: -webkit-flex;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uiVF02T2aW .collapsed button.navbar-toggler {
  display: block;
}
.cid-uiVF02T2aW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uiVF02T2aW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uiVF02T2aW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uiVF02T2aW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW img {
    height: 3.8rem !important;
  }
  .cid-uiVF02T2aW .btn {
    display: -webkit-flex;
  }
  .cid-uiVF02T2aW button.navbar-toggler {
    display: block;
  }
  .cid-uiVF02T2aW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uiVF02T2aW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing,
  .cid-uiVF02T2aW .navbar-collapse.show {
    display: block !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uiVF02T2aW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uiVF02T2aW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uiVF02T2aW .nav-link:hover,
.cid-uiVF02T2aW .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-stQRaValhU {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-stQRaValhU h2 {
  text-align: left;
}
.cid-stQRaValhU h4 {
  text-align: left;
  font-weight: 500;
}
.cid-stQRaValhU p {
  color: #767676;
  text-align: left;
}
.cid-stQRaValhU .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-stQRaValhU .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-stQRaValhU .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-stQRaValhU .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-stQRaValhU .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-stQRaValhU .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-stQRaValhU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-stQRaValhU .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-stQRaValhU .card-img span {
    font-size: 40px !important;
  }
}
.cid-stQRaValhU P {
  text-align: left;
}
.cid-t3dTFk91u0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/markets-sunshine-coast-1-1120x747.webp");
}
.cid-svDUsv8Xx2 {
  background: #ffffff;
}
.cid-svDUsv8Xx2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-svDUsv8Xx2 .mbr-figure {
  margin: 0 auto;
}
.cid-svDUsv8Xx2 figcaption {
  position: relative;
}
.cid-svDUsv8Xx2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-svDUsv8Xx2 .image-block {
    width: 100% !important;
  }
}
.cid-stQRaWhdk6 {
  background-image: url("../../../assets/images/img-20180719-155904886-burst000-cover-top-2000x1125.webp");
}
.cid-stQRaWhdk6 h1 {
  color: #616161;
}
.cid-stQRaWhdk6 h2,
.cid-stQRaWhdk6 h3,
.cid-stQRaWhdk6 p {
  color: #767676;
}
.cid-stQRaWhdk6 .mbr-section-subtitle {
  font-style: italic;
}
.cid-stQRaWhdk6 H1 {
  color: #ffffff;
}
.cid-stQRaWhdk6 H3 {
  color: #ffffff;
}
.cid-stQRaWhdk6 .mbr-text,
.cid-stQRaWhdk6 .mbr-section-btn {
  color: #ffffff;
}
.cid-sXQ1ET0WOK {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #b2ccd2, #6670a9);
}
.cid-sXQ1ET0WOK .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sXQ1ET0WOK .social-list a:focus {
  text-decoration: none;
}
.cid-uiVF3VH6od {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uiVF3VH6od .media-container-row .mbr-text {
  color: #879a9f;
}
.cid-uiVF02T2aW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uiVF02T2aW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uiVF02T2aW a {
  font-style: normal;
}
.cid-uiVF02T2aW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uiVF02T2aW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uiVF02T2aW .nav-item:focus,
.cid-uiVF02T2aW .nav-link:focus {
  outline: none;
}
.cid-uiVF02T2aW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uiVF02T2aW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uiVF02T2aW .menu-logo {
  margin-right: auto;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiVF02T2aW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uiVF02T2aW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uiVF02T2aW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uiVF02T2aW button.navbar-toggler:focus {
  outline: none;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e26812;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .btn {
  display: -webkit-flex;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uiVF02T2aW .collapsed button.navbar-toggler {
  display: block;
}
.cid-uiVF02T2aW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uiVF02T2aW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uiVF02T2aW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uiVF02T2aW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW img {
    height: 3.8rem !important;
  }
  .cid-uiVF02T2aW .btn {
    display: -webkit-flex;
  }
  .cid-uiVF02T2aW button.navbar-toggler {
    display: block;
  }
  .cid-uiVF02T2aW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uiVF02T2aW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing,
  .cid-uiVF02T2aW .navbar-collapse.show {
    display: block !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uiVF02T2aW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uiVF02T2aW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uiVF02T2aW .nav-link:hover,
.cid-uiVF02T2aW .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-stQV5qtim5 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ede3d2;
}
.cid-stQV5qtim5 .mbr-section-subtitle {
  color: #767676;
}
.cid-stQV5rmdVU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-stQV5rmdVU h2 {
  text-align: center;
}
.cid-stQV5rmdVU h3 {
  text-align: center;
  font-weight: 300;
}
.cid-stQV5rmdVU p {
  color: #767676;
}
.cid-stQV5rmdVU img {
  object-fit: cover;
}
.cid-stQV5rmdVU .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-stQV5rmdVU .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-stQV5rmdVU .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-stQV5rmdVU .mbr-section-subtitle {
  color: #767676;
}
.cid-stQV5rmdVU .card-title {
  font-weight: 500;
}
.cid-stQV5rmdVU .card-img {
  text-align: inherit;
}
.cid-stQV5rmdVU .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-stQV5rmdVU .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-stQV5rmdVU .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-stQV5rmdVU .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-stQV5rmdVU .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-stQV5rmdVU .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-stQV5rmdVU .mbr-section-text {
  color: #000000;
}
.cid-tXIsDQA7dV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ede3d2;
}
@media (min-width: 992px) {
  .cid-tXIsDQA7dV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tXIsDQA7dV .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tXIsDQA7dV .mbr-text {
  color: #767676;
}
.cid-ttJ1ylw5DB {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chefs-hat-689x635.webp");
}
.cid-ttJ1ylw5DB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-ttJ1ylw5DB .step {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
.cid-ttJ1ylw5DB .separline {
  position: relative;
}
.cid-ttJ1ylw5DB .separline:after {
  top: 24px;
  left: 8px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (10px + 4px) * 2);
  background-color: #efefef;
}
.cid-ttJ1ylw5DB .mbr-step-text {
  color: #ffffff;
}
.cid-ttJ1ylw5DB .mbr-section-title {
  color: #ffffff;
}
.cid-sXDQs62fuh {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #ffffff, #767676);
}
.cid-sXDQs62fuh .image-block {
  margin: auto;
}
.cid-sXDQs62fuh .mbr-figure {
  margin: 0 auto;
}
.cid-sXDQs62fuh figcaption {
  position: relative;
}
.cid-sXDQs62fuh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sXDQs62fuh .image-block {
    width: 100% !important;
  }
}
.cid-sXDQs62fuh .mbr-figure-caption div {
  color: #232323;
}
.cid-stQWnDpBBs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-stQWnDpBBs .card-img {
  background-color: #fff;
}
.cid-stQWnDpBBs .card {
  align-self: stretch;
}
.cid-stQWnDpBBs .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-stQWnDpBBs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-stQWnDpBBs p {
  text-align: left;
}
.cid-stQWnDpBBs .mbr-text {
  color: #767676;
}
.cid-stQWnDpBBs .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-stQWnDpBBs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-stQWnDpBBs .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sXDQa2AFqW {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #ffffff, #b1a374);
}
.cid-sXDQa2AFqW .image-block {
  margin: auto;
}
.cid-sXDQa2AFqW .mbr-figure {
  margin: 0 auto;
}
.cid-sXDQa2AFqW figcaption {
  position: relative;
}
.cid-sXDQa2AFqW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sXDQa2AFqW .image-block {
    width: 100% !important;
  }
}
.cid-sXDQa2AFqW .mbr-figure-caption div {
  color: #000000;
}
.cid-sZORj6klqk {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-sZORj6klqk .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-sZORj6klqk .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-sZORj6klqk .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-sZORj6klqk .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-sZORj6klqk .mbr-section-subtitle,
.cid-sZORj6klqk .mbr-section-btn {
  color: #767676;
}
.cid-stQV5sEFIV {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-stQV5sEFIV .image-block {
  margin: auto;
}
.cid-stQV5sEFIV .mbr-figure {
  margin: 0 auto;
}
.cid-stQV5sEFIV figcaption {
  position: relative;
}
.cid-stQV5sEFIV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-stQV5sEFIV .image-block {
    width: 100% !important;
  }
}
.cid-t7y3RUndAX {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #ffffff, #b1a374);
}
.cid-t7y3RUndAX .image-block {
  margin: auto;
}
.cid-t7y3RUndAX .mbr-figure {
  margin: 0 auto;
}
.cid-t7y3RUndAX figcaption {
  position: relative;
}
.cid-t7y3RUndAX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t7y3RUndAX .image-block {
    width: 100% !important;
  }
}
.cid-t7y3RUndAX .mbr-figure-caption div {
  color: #000000;
}
.cid-sXQ1pcNYyA {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #7fdbfd, #6670a9);
}
.cid-sXQ1pcNYyA .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sXQ1pcNYyA .social-list a:focus {
  text-decoration: none;
}
.cid-uiVF3VH6od {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uiVF3VH6od .media-container-row .mbr-text {
  color: #879a9f;
}
.cid-uiVF02T2aW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uiVF02T2aW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uiVF02T2aW a {
  font-style: normal;
}
.cid-uiVF02T2aW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uiVF02T2aW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uiVF02T2aW .nav-item:focus,
.cid-uiVF02T2aW .nav-link:focus {
  outline: none;
}
.cid-uiVF02T2aW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uiVF02T2aW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uiVF02T2aW .menu-logo {
  margin-right: auto;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiVF02T2aW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uiVF02T2aW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uiVF02T2aW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uiVF02T2aW button.navbar-toggler:focus {
  outline: none;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e26812;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .btn {
  display: -webkit-flex;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uiVF02T2aW .collapsed button.navbar-toggler {
  display: block;
}
.cid-uiVF02T2aW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uiVF02T2aW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uiVF02T2aW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uiVF02T2aW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW img {
    height: 3.8rem !important;
  }
  .cid-uiVF02T2aW .btn {
    display: -webkit-flex;
  }
  .cid-uiVF02T2aW button.navbar-toggler {
    display: block;
  }
  .cid-uiVF02T2aW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uiVF02T2aW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing,
  .cid-uiVF02T2aW .navbar-collapse.show {
    display: block !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uiVF02T2aW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uiVF02T2aW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uiVF02T2aW .nav-link:hover,
.cid-uiVF02T2aW .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-svQXtwwPj9 {
  background-image: url("../../../assets/images/aaa-2000x1424.webp");
}
.cid-svQXtwwPj9 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-svQXtwwPj9 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-svQXtwwPj9 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-svQXtwwPj9 .mbr-text {
  color: #ffffff;
}
.cid-svQXtwwPj9 .card {
  padding-bottom: 1.5rem;
}
.cid-svQXtwwPj9 H5 {
  color: #ffffff;
}
.cid-svQXtwwPj9 .mbr-text,
.cid-svQXtwwPj9 .mbr-section-btn {
  color: #ffffff;
}
.cid-svQXtwwPj9 H1 {
  color: #ffffff;
}
.cid-svQXtxTSUB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-svQXtxTSUB .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-svQXtxTSUB .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-svQXtxTSUB .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-svQXtxTSUB .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-svQXtxTSUB .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-svQXtxTSUB .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-svQXtxTSUB .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-svQXtxTSUB .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-svQXtxTSUB .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-svQXtxTSUB .media-block {
    padding-left: 2rem;
  }
}
.cid-svQXtxTSUB .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-svQXtxTSUB .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-svQXtxTSUB .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-svQXtxTSUB .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-svQXtzlSqU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-svQXtzlSqU h2 {
  text-align: left;
}
.cid-svQXtzlSqU h4 {
  text-align: left;
  font-weight: 500;
}
.cid-svQXtzlSqU p {
  color: #767676;
  text-align: left;
}
.cid-svQXtzlSqU .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-svQXtzlSqU .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-svQXtzlSqU .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-svQXtzlSqU .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-svQXtzlSqU .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-svQXtzlSqU .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-svQXtzlSqU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-svQXtzlSqU .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-svQXtzlSqU .card-img span {
    font-size: 40px !important;
  }
}
.cid-svQXtzlSqU .mbr-text {
  color: #232323;
}
.cid-svQXtzlSqU P {
  color: #000000;
}
.cid-svQXtzlSqU H4 {
  color: #232323;
}
.cid-svQXtAzqVV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-svQXtAzqVV .mbr-section-subtitle {
  color: #767676;
}
.cid-svQXtBAUFE {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-svQXtBAUFE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-svQXtBAUFE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svQXtBAUFE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svQXtBAUFE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-svQXtBAUFE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-svQXtBAUFE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-svQXtBAUFE .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-svQXtBAUFE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-svQXtBAUFE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-svQXtDM8sd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/markets-sunshine-coast-1120x747.webp");
}
.cid-svQXtESWET {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cottage2-result.webp");
}
.cid-svQXtESWET h2 {
  text-align: center;
}
.cid-svQXtESWET h3 {
  text-align: center;
  font-weight: 300;
}
.cid-svQXtESWET p {
  color: #767676;
}
.cid-svQXtESWET img {
  object-fit: cover;
}
.cid-svQXtESWET .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-svQXtESWET .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-svQXtESWET .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-svQXtESWET .mbr-section-subtitle {
  color: #ffffff;
}
.cid-svQXtESWET .card-title {
  font-weight: 500;
}
.cid-svQXtESWET .card-img {
  text-align: inherit;
}
.cid-svQXtESWET .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-svQXtESWET .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-svQXtESWET .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-svQXtESWET .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-svQXtESWET .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-svQXtESWET .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-svQXtESWET .mbr-section-text {
  color: #ffffff;
}
.cid-svQXtESWET .mbr-section-subtitle DIV {
  color: #ffffff;
}
.cid-svQXtESWET .mbr-section-title {
  color: #ffffff;
}
.cid-svQXtESWET .mbr-crt-title B {
  color: #ffffff;
}
.cid-svQXtESWET .mbr-crt-title {
  color: #ffffff;
}
.cid-svQXtGcRRr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d8c7ab;
}
.cid-svQXtGcRRr .mbr-section-subtitle {
  color: #767676;
}
.cid-svQXtGcRRr H2 {
  color: #ffffff;
}
.cid-svQXtHeDTe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-svQXtHeDTe h3 {
  font-weight: 300;
}
.cid-svQXtHeDTe .card-img {
  width: initial;
}
.cid-svQXtHeDTe .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-svQXtHeDTe .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-svQXtHeDTe .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-svQXtHeDTe .mbr-section-subtitle {
  color: #23190a;
}
.cid-svQXtHeDTe .mbr-text {
  color: #23190a;
}
.cid-svQXtHeDTe .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-svQXtHeDTe .mbr-section-title {
  color: #ffffff;
}
.cid-svQXtHeDTe .card-title {
  color: #ffffff;
}
.cid-svQXtIOgas {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bar2-2000x1500.webp");
}
.cid-svQXtLPqXr {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-svQXtLPqXr .image-block {
  margin: auto;
}
.cid-svQXtLPqXr .mbr-figure {
  margin: 0 auto;
}
.cid-svQXtLPqXr figcaption {
  position: relative;
}
.cid-svQXtLPqXr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-svQXtLPqXr .image-block {
    width: 100% !important;
  }
}
.cid-svQXtOdVYk {
  background-image: url("../../../assets/images/relax-lake-weyba-cottages-result.webp");
}
.cid-svQXtPkDsF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d8c7ab;
}
.cid-svQXtPkDsF .mbr-section-subtitle {
  color: #767676;
}
.cid-svQXtPkDsF H2 {
  color: #ffffff;
}
.cid-uiVF3VH6od {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uiVF3VH6od .media-container-row .mbr-text {
  color: #879a9f;
}
.cid-uiVF02T2aW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uiVF02T2aW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uiVF02T2aW a {
  font-style: normal;
}
.cid-uiVF02T2aW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uiVF02T2aW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uiVF02T2aW .nav-item:focus,
.cid-uiVF02T2aW .nav-link:focus {
  outline: none;
}
.cid-uiVF02T2aW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uiVF02T2aW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uiVF02T2aW .menu-logo {
  margin-right: auto;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiVF02T2aW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uiVF02T2aW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uiVF02T2aW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uiVF02T2aW button.navbar-toggler:focus {
  outline: none;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e26812;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .btn {
  display: -webkit-flex;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uiVF02T2aW .collapsed button.navbar-toggler {
  display: block;
}
.cid-uiVF02T2aW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uiVF02T2aW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uiVF02T2aW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uiVF02T2aW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW img {
    height: 3.8rem !important;
  }
  .cid-uiVF02T2aW .btn {
    display: -webkit-flex;
  }
  .cid-uiVF02T2aW button.navbar-toggler {
    display: block;
  }
  .cid-uiVF02T2aW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uiVF02T2aW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing,
  .cid-uiVF02T2aW .navbar-collapse.show {
    display: block !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uiVF02T2aW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uiVF02T2aW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uiVF02T2aW .nav-link:hover,
.cid-uiVF02T2aW .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sw2ay8uQ4P {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ede3d2;
}
.cid-sw2ay8uQ4P .mbr-section-subtitle {
  color: #767676;
}
.cid-sw2ay9DUWv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sw2ay9DUWv .card-img {
  background-color: #fff;
}
.cid-sw2ay9DUWv .card {
  align-self: stretch;
}
.cid-sw2ay9DUWv .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sw2ay9DUWv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sw2ay9DUWv p {
  text-align: left;
}
.cid-sw2ay9DUWv .mbr-text {
  color: #767676;
}
.cid-sw2ay9DUWv .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sw2ay9DUWv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sw2ay9DUWv .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sw2ayapAM7 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sw2ayapAM7 .image-block {
  margin: auto;
}
.cid-sw2ayapAM7 .mbr-figure {
  margin: 0 auto;
}
.cid-sw2ayapAM7 figcaption {
  position: relative;
}
.cid-sw2ayapAM7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sw2ayapAM7 .image-block {
    width: 100% !important;
  }
}
.cid-sw2ayaNMw4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sw2ayaNMw4 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sw2ayaNMw4 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sw2ayaNMw4 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sw2ayaNMw4 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sw2ayaNMw4 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sw2ayaNMw4 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sw2ayaNMw4 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sw2ayaNMw4 .btn-social {
  border: none !important;
}
.cid-sw2ayaNMw4 [class^="socicon-"]:before,
.cid-sw2ayaNMw4 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sw2ayaNMw4 .btn {
    font-size: 20px !important;
  }
}
.cid-uiVF3VH6od {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uiVF3VH6od .media-container-row .mbr-text {
  color: #879a9f;
}
.cid-uiVF02T2aW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uiVF02T2aW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uiVF02T2aW a {
  font-style: normal;
}
.cid-uiVF02T2aW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uiVF02T2aW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uiVF02T2aW .nav-item:focus,
.cid-uiVF02T2aW .nav-link:focus {
  outline: none;
}
.cid-uiVF02T2aW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uiVF02T2aW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uiVF02T2aW .menu-logo {
  margin-right: auto;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiVF02T2aW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uiVF02T2aW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uiVF02T2aW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uiVF02T2aW button.navbar-toggler:focus {
  outline: none;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e26812;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .btn {
  display: -webkit-flex;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uiVF02T2aW .collapsed button.navbar-toggler {
  display: block;
}
.cid-uiVF02T2aW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uiVF02T2aW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uiVF02T2aW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uiVF02T2aW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW img {
    height: 3.8rem !important;
  }
  .cid-uiVF02T2aW .btn {
    display: -webkit-flex;
  }
  .cid-uiVF02T2aW button.navbar-toggler {
    display: block;
  }
  .cid-uiVF02T2aW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uiVF02T2aW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing,
  .cid-uiVF02T2aW .navbar-collapse.show {
    display: block !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uiVF02T2aW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uiVF02T2aW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uiVF02T2aW .nav-link:hover,
.cid-uiVF02T2aW .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sx9aGO6tdF {
  background: #ffffff;
}
.cid-sx9aGO6tdF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sx9aGO6tdF .mbr-figure {
  margin: 0 auto;
}
.cid-sx9aGO6tdF figcaption {
  position: relative;
}
.cid-sx9aGO6tdF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sx9aGO6tdF .image-block {
    width: 100% !important;
  }
}
.cid-sx8Z2S7LO4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sx8Z2S7LO4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sx9c49y6jC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sx9c49y6jC .mbr-text {
  margin: 0;
}
.cid-sx9c49y6jC .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sx9c49y6jC .row-element,
.cid-sx9c49y6jC .image-element {
  padding: 0;
}
.cid-sx9c49y6jC .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sx9c49y6jC .image-element .img-wrap {
  width: 100% !important;
}
.cid-sx9c49y6jC .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sx9c49y6jC .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sx9c49y6jC .carousel-item.active,
.cid-sx9c49y6jC .carousel-item-next,
.cid-sx9c49y6jC .carousel-item-prev {
  display: flex;
}
.cid-sx9c49y6jC .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-sx9c49y6jC .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #5b686b;
}
.cid-sx9c49y6jC .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sx9c49y6jC .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sx9c49y6jC .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sx9c49y6jC .carousel-controls {
    display: block;
  }
  .cid-sx9c49y6jC .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sx9c49y6jC .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sx9c49y6jC .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sx9c49y6jC .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sx9c49y6jC .text-element {
    padding: 1rem;
  }
  .cid-sx9c49y6jC .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sx9c49y6jC .image-element {
    min-width: 50%;
  }
  .cid-sx9c49y6jC .media-container-row {
    width: 100%;
  }
}
.cid-sx8Z34djxY {
  background: #ffffff;
}
.cid-sx8Z34djxY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sx8Z34djxY .mbr-figure {
  margin: 0 auto;
}
.cid-sx8Z34djxY figcaption {
  position: relative;
}
.cid-sx8Z34djxY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sx8Z34djxY .image-block {
    width: 100% !important;
  }
}
.cid-sx9dChwN0u {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sx9dChwN0u .mbr-text,
.cid-sx9dChwN0u .mbr-section-btn,
.cid-sx9dChwN0u H4 {
  color: #767676;
}
.cid-sx9dChwN0u .img-box {
  position: relative;
}
.cid-sx9dChwN0u .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-sx9dChwN0u .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-sx9dChwN0u img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 211, 96, 0.35);
}
@media (max-width: 576px) {
  .cid-sx9dChwN0u .author-box {
    justify-content: center;
  }
}
.cid-sx9dChwN0u .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sx9dChwN0u .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sx9dChwN0u .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sx9dChwN0u h3,
.cid-sx9dChwN0u h4 {
  margin: 0;
  padding: 0;
}
.cid-sx9dChwN0u H3 {
  color: #149dcc;
}
.cid-sx9k5X0EA4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sx9k5X0EA4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sx9k5X0EA4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sx9k5X0EA4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sx9k5X0EA4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sx9k5X0EA4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sx9k5X0EA4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sx9k5X0EA4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sx9k5X0EA4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sx9k5X0EA4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sx8Z2VqAIT {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sx8Z2VqAIT .image-block {
  margin: auto;
}
.cid-sx8Z2VqAIT .mbr-figure {
  margin: 0 auto;
}
.cid-sx8Z2VqAIT figcaption {
  position: relative;
}
.cid-sx8Z2VqAIT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sx8Z2VqAIT .image-block {
    width: 100% !important;
  }
}
.cid-sx8Z311pMZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/markets-sunshine-coast-1120x747.webp");
}
.cid-sx8Z33pZbh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-20200522.webp");
}
.cid-sx8Z33pZbh .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sx8Z33pZbh .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sx8Z33pZbh .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sx8Z33pZbh .mbr-text {
    text-align: center;
  }
}
.cid-sx8Z33pZbh .mbr-text,
.cid-sx8Z33pZbh .mbr-section-btn {
  color: #000000;
}
.cid-sx8Z33pZbh H4 {
  color: #000000;
}
.cid-sx8Z34W7eh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-sx8Z34W7eh .mbr-section-subtitle {
  color: #767676;
}
.cid-sx8Z34W7eh H2 {
  color: #ffffff;
}
.cid-sx8Z35MDYT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sx8Z35MDYT .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sx8Z35MDYT .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sx8Z35MDYT .mbr-text {
  color: #767676;
}
.cid-sx8Z36vZJv {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #d8c7ab;
}
.cid-sx8Z36vZJv .images-container.container-fluid {
  padding: 0;
}
.cid-sx8Z36vZJv .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sx8Z36vZJv .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sx8Z36vZJv .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sx8Z36vZJv .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sx8Z36vZJv .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sx8Z36vZJv .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sx8Z36vZJv .img-item {
    width: 100% !important;
  }
  .cid-sx8Z36vZJv .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sx8Z37gExu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sx8Z37gExu .mbr-overlay {
  z-index: 1;
}
.cid-sx8Z37gExu .carousel-caption {
  bottom: 40px;
}
.cid-sx8Z37gExu .carousel-control .icon-next,
.cid-sx8Z37gExu .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sx8Z37gExu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sx8Z37gExu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sx8Z37gExu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sx8Z37gExu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sx8Z37gExu .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sx8Z37gExu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sx8Z37gExu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sx8Z37gExu .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sx8Z37gExu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sx8Z37gExu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sx8Z37gExu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sx8Z37gExu .carousel-indicators li.active,
.cid-sx8Z37gExu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sx8Z37gExu .carousel-indicators li::after,
.cid-sx8Z37gExu .carousel-indicators li::before {
  content: none;
}
.cid-sx8Z37gExu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sx8Z37gExu .carousel-indicators {
    display: none !important;
  }
}
.cid-sx8Z37gExu H5 {
  color: #ffffff;
}
.cid-sx8Z3hhND1 {
  background: #ffffff;
}
.cid-sx8Z3hhND1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sx8Z3hhND1 .mbr-figure {
  margin: 0 auto;
}
.cid-sx8Z3hhND1 figcaption {
  position: relative;
}
.cid-sx8Z3hhND1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sx8Z3hhND1 .image-block {
    width: 100% !important;
  }
}
.cid-sx8Z3i0KxK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sx8Z3i0KxK .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sx8Z3i0KxK .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sx8Z3i0KxK .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sx8Z3i0KxK .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sx8Z3i0KxK .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sx8Z3i0KxK .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sx8Z3i0KxK .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sx8Z3i0KxK .btn-social {
  border: none !important;
}
.cid-sx8Z3i0KxK [class^="socicon-"]:before,
.cid-sx8Z3i0KxK [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sx8Z3i0KxK .btn {
    font-size: 20px !important;
  }
}
.cid-uiVF3VH6od {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uiVF3VH6od .media-container-row .mbr-text {
  color: #879a9f;
}
.cid-uiVF02T2aW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uiVF02T2aW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uiVF02T2aW a {
  font-style: normal;
}
.cid-uiVF02T2aW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uiVF02T2aW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uiVF02T2aW .nav-item:focus,
.cid-uiVF02T2aW .nav-link:focus {
  outline: none;
}
.cid-uiVF02T2aW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uiVF02T2aW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uiVF02T2aW .menu-logo {
  margin-right: auto;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiVF02T2aW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiVF02T2aW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiVF02T2aW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uiVF02T2aW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uiVF02T2aW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uiVF02T2aW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uiVF02T2aW button.navbar-toggler:focus {
  outline: none;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e26812;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiVF02T2aW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiVF02T2aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiVF02T2aW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .btn {
  display: -webkit-flex;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uiVF02T2aW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uiVF02T2aW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uiVF02T2aW .collapsed button.navbar-toggler {
  display: block;
}
.cid-uiVF02T2aW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uiVF02T2aW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uiVF02T2aW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uiVF02T2aW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uiVF02T2aW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW img {
    height: 3.8rem !important;
  }
  .cid-uiVF02T2aW .btn {
    display: -webkit-flex;
  }
  .cid-uiVF02T2aW button.navbar-toggler {
    display: block;
  }
  .cid-uiVF02T2aW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uiVF02T2aW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uiVF02T2aW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing,
  .cid-uiVF02T2aW .navbar-collapse.show {
    display: block !important;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uiVF02T2aW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uiVF02T2aW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uiVF02T2aW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uiVF02T2aW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uiVF02T2aW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uiVF02T2aW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uiVF02T2aW .nav-link:hover,
.cid-uiVF02T2aW .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sZCB7Ic3f7 {
  background-image: url("../../../assets/images/img-20210425-132530207-2000x1500.webp");
}
.cid-sZCORO1Bjh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sZCORO1Bjh h2 {
  text-align: center;
}
.cid-sZCORO1Bjh h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sZCORO1Bjh p {
  color: #767676;
}
.cid-sZCORO1Bjh img {
  object-fit: cover;
}
.cid-sZCORO1Bjh .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sZCORO1Bjh .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sZCORO1Bjh .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sZCORO1Bjh .mbr-section-subtitle {
  color: #232323;
}
.cid-sZCORO1Bjh .card-title {
  font-weight: 500;
}
.cid-sZCORO1Bjh .card-img {
  text-align: inherit;
}
.cid-sZCORO1Bjh .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sZCORO1Bjh .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sZCORO1Bjh .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sZCORO1Bjh .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-sZCORO1Bjh .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-sZCORO1Bjh .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-sZCORO1Bjh .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sZEGGPktEG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sZEGGPktEG .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sZEGGPktEG .modal-body .close {
  background: #1b1b1b;
}
.cid-sZEGGPktEG .modal-body .close span {
  font-style: normal;
}
.cid-sZEGGPktEG .carousel-inner > .active,
.cid-sZEGGPktEG .carousel-inner > .next,
.cid-sZEGGPktEG .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sZEGGPktEG .carousel-control .icon-next,
.cid-sZEGGPktEG .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sZEGGPktEG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sZEGGPktEG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sZEGGPktEG .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sZEGGPktEG .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sZEGGPktEG .boxed-slider > div {
  position: relative;
}
.cid-sZEGGPktEG .container img {
  width: 100%;
}
.cid-sZEGGPktEG .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sZEGGPktEG .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sZEGGPktEG .mbr-table-cell {
  padding: 0;
}
.cid-sZEGGPktEG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sZEGGPktEG .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sZEGGPktEG .mbr-overlay {
  z-index: 1;
}
.cid-sZEGGPktEG .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sZEGGPktEG .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sZEGGPktEG .carousel-item.active.right,
.cid-sZEGGPktEG .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sZEGGPktEG .carousel-item.active.left,
.cid-sZEGGPktEG .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sZEGGPktEG .carousel-item.active,
.cid-sZEGGPktEG .carousel-item.next.left,
.cid-sZEGGPktEG .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sZEGGPktEG .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sZEGGPktEG .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZEGGPktEG .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZEGGPktEG .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sZEGGPktEG .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZEGGPktEG .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sZEGGPktEG .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sZEGGPktEG .mbr-slider .carousel-indicators li.active,
.cid-sZEGGPktEG .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sZEGGPktEG .mbr-slider .carousel-indicators li::after,
.cid-sZEGGPktEG .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sZEGGPktEG .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sZEGGPktEG .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sZEGGPktEG .mbr-slider > .container img {
  width: 100%;
}
.cid-sZEGGPktEG .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sZEGGPktEG .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sZEGGPktEG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZEGGPktEG .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sZEGGPktEG .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sZEGGPktEG .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sZEGGPktEG .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sZEGGPktEG .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sZEGGPktEG .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sZEGGPktEG .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sZEGGPktEG .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sZEGGPktEG .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sZEGGPktEG .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sZEGGPktEG .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sZEGGPktEG .carousel-inner {
  height: 100%;
}
.cid-sZEGGPktEG .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sZEGGPktEG .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sZEGGPktEG .image_wrapper img {
  width: 100% !important;
  height: 100%;
}
.cid-sZEGGPktEG .carousel-item .container-slide {
  text-align: center;
}
.cid-sZEGGPktEG .content-slider-wrap {
  width: 60%;
}
.cid-sZIHLq0iKa {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-sZIHLq0iKa .mbr-overlay {
  background: linear-gradient(90deg, #b2ccd2, #d7e8f6);
}
.cid-sZIHLq0iKa .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-sZIHLq0iKa .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-sZIHLq0iKa .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-sZIHLq0iKa .mbr-section-subtitle,
.cid-sZIHLq0iKa .mbr-section-btn {
  color: #767676;
}
.cid-sZCB7IydVa {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sZCB7IydVa .image-block {
  margin: auto;
}
.cid-sZCB7IydVa .mbr-figure {
  margin: 0 auto;
}
.cid-sZCB7IydVa figcaption {
  position: relative;
}
.cid-sZCB7IydVa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sZCB7IydVa .image-block {
    width: 100% !important;
  }
}
.cid-t00NNP2bCS {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-t00NNP2bCS .mbr-overlay {
  background: linear-gradient(90deg, #b2ccd2, #d7e8f6);
}
.cid-t00NNP2bCS .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-t00NNP2bCS .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-t00NNP2bCS .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-t00NNP2bCS .mbr-section-subtitle,
.cid-t00NNP2bCS .mbr-section-btn {
  color: #767676;
}
.cid-sZEDt8oZcV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sZEDt8oZcV p {
  color: #767676;
}
.cid-sZEDt8oZcV .item:focus,
.cid-sZEDt8oZcV span:focus {
  outline: none;
}
.cid-sZEDt8oZcV .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-sZEDt8oZcV .item-wrapper {
  position: relative;
}
.cid-sZEDt8oZcV .item-btn,
.cid-sZEDt8oZcV h4,
.cid-sZEDt8oZcV h5 {
  margin: 0;
}
.cid-sZEDt8oZcV .item-content {
  padding-top: 2rem;
}
.cid-t00PsTAzVX {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-t00PsTAzVX .mbr-overlay {
  background: linear-gradient(90deg, #b2ccd2, #d7e8f6);
}
.cid-t00PsTAzVX .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-t00PsTAzVX .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-t00PsTAzVX .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-t00PsTAzVX .mbr-section-subtitle,
.cid-t00PsTAzVX .mbr-section-btn {
  color: #767676;
}
.cid-sZCB7KeejE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-sZCB7KeejE .mbr-section-subtitle {
  color: #767676;
}
.cid-sZCB7Kn7Qp {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
@media (min-width: 992px) {
  .cid-sZCB7Kn7Qp .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sZCB7Kn7Qp .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sZCB7Kn7Qp .mbr-text {
  color: #232323;
}
.cid-sZCB7MrHKq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-sZCB7MrHKq .card-box {
  padding: 0rem;
}
.cid-sZCB7MrHKq .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sZCB7MrHKq .card {
  padding: 0;
  margin: auto;
}
.cid-sZCB7MrHKq .card-img {
  height: 400px;
}
.cid-sZCB7MrHKq .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sZCB7MrHKq .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sZCB7MrHKq .card-wrapper {
    padding: 4rem;
  }
}
.cid-sZCB7MrHKq .card-title {
  color: #ffffff;
}
.cid-tDlQChijId {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tDlQChijId .image-block {
  margin: auto;
}
.cid-tDlQChijId .mbr-figure {
  margin: 0 auto;
}
.cid-tDlQChijId figcaption {
  position: relative;
}
.cid-tDlQChijId figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tDlQChijId .image-block {
    width: 100% !important;
  }
}
.cid-t3dScXjG30 {
  background: #ffffff;
}
.cid-t3dScXjG30 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t3dScXjG30 .mbr-figure {
  margin: 0 auto;
}
.cid-t3dScXjG30 figcaption {
  position: relative;
}
.cid-t3dScXjG30 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t3dScXjG30 .image-block {
    width: 100% !important;
  }
}
.cid-t3dScXjG30 .mbr-figure-caption div {
  color: #7f1933;
}
.cid-sZCB7NcQUw {
  background-image: url("../../../assets/images/lake-weyba-seats2-result.webp");
}
.cid-tAqDPP9Dr3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tAqDPP9Dr3 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAqDPP9Dr3 .section-text {
  padding: 2rem 0;
}
.cid-tAqDPP9Dr3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tAqDPP9Dr3 .inner-container {
    width: 100% !important;
  }
}
.cid-sZCB7NNnRC {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sZCB7NNnRC .image-block {
  margin: auto;
}
.cid-sZCB7NNnRC .mbr-figure {
  margin: 0 auto;
}
.cid-sZCB7NNnRC figcaption {
  position: relative;
}
.cid-sZCB7NNnRC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sZCB7NNnRC .image-block {
    width: 100% !important;
  }
}
.cid-sZCB7NYl6h {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #b2ccd2);
}
.cid-sZCB7NYl6h .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sZCB7NYl6h .social-list a:focus {
  text-decoration: none;
}
.cid-sZCB7NYl6h H2 {
  color: #879a9f;
}
.cid-uiVF3VH6od {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uiVF3VH6od .media-container-row .mbr-text {
  color: #879a9f;
}
.cid-ulbWOkevEe .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ulbWOkevEe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ulbWOkevEe a {
  font-style: normal;
}
.cid-ulbWOkevEe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ulbWOkevEe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ulbWOkevEe .nav-item:focus,
.cid-ulbWOkevEe .nav-link:focus {
  outline: none;
}
.cid-ulbWOkevEe .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ulbWOkevEe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ulbWOkevEe .menu-logo {
  margin-right: auto;
}
.cid-ulbWOkevEe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ulbWOkevEe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ulbWOkevEe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ulbWOkevEe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ulbWOkevEe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ulbWOkevEe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ulbWOkevEe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ulbWOkevEe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ulbWOkevEe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ulbWOkevEe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulbWOkevEe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ulbWOkevEe .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ulbWOkevEe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ulbWOkevEe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulbWOkevEe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ulbWOkevEe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulbWOkevEe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ulbWOkevEe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ulbWOkevEe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ulbWOkevEe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ulbWOkevEe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ulbWOkevEe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ulbWOkevEe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ulbWOkevEe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ulbWOkevEe button.navbar-toggler:focus {
  outline: none;
}
.cid-ulbWOkevEe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e26812;
}
.cid-ulbWOkevEe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulbWOkevEe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulbWOkevEe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulbWOkevEe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulbWOkevEe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulbWOkevEe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulbWOkevEe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulbWOkevEe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulbWOkevEe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ulbWOkevEe .collapsed .btn {
  display: -webkit-flex;
}
.cid-ulbWOkevEe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ulbWOkevEe .collapsed .navbar-collapse.collapsing,
.cid-ulbWOkevEe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ulbWOkevEe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ulbWOkevEe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ulbWOkevEe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ulbWOkevEe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ulbWOkevEe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ulbWOkevEe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ulbWOkevEe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ulbWOkevEe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ulbWOkevEe .collapsed button.navbar-toggler {
  display: block;
}
.cid-ulbWOkevEe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ulbWOkevEe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ulbWOkevEe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ulbWOkevEe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ulbWOkevEe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ulbWOkevEe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ulbWOkevEe.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ulbWOkevEe img {
    height: 3.8rem !important;
  }
  .cid-ulbWOkevEe .btn {
    display: -webkit-flex;
  }
  .cid-ulbWOkevEe button.navbar-toggler {
    display: block;
  }
  .cid-ulbWOkevEe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ulbWOkevEe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ulbWOkevEe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ulbWOkevEe .navbar-collapse.collapsing,
  .cid-ulbWOkevEe .navbar-collapse.show {
    display: block !important;
  }
  .cid-ulbWOkevEe .navbar-collapse.collapsing .navbar-nav,
  .cid-ulbWOkevEe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ulbWOkevEe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ulbWOkevEe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ulbWOkevEe .navbar-collapse.collapsing .navbar-buttons,
  .cid-ulbWOkevEe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ulbWOkevEe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ulbWOkevEe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ulbWOkevEe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ulbWOkevEe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ulbWOkevEe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ulbWOkevEe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ulbWOkevEe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ulbWOkevEe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ulbWOkevEe .nav-link:hover,
.cid-ulbWOkevEe .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ulbWOgdjwJ {
  background-image: url("../../../assets/images/aaa-2000x1424.webp");
}
.cid-ulbWOgdjwJ .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-ulbWOgdjwJ .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-ulbWOgdjwJ .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-ulbWOgdjwJ .mbr-text {
  color: #ffffff;
}
.cid-ulbWOgdjwJ .card {
  padding-bottom: 1.5rem;
}
.cid-ulbWOgdjwJ H5 {
  color: #ffffff;
}
.cid-ulbWOgdjwJ .mbr-text,
.cid-ulbWOgdjwJ .mbr-section-btn {
  color: #ffffff;
}
.cid-ulbWOgdjwJ H1 {
  color: #ffffff;
}
.cid-ulbXDdZKMp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ulbXDdZKMp P {
  color: #767676;
}
.cid-ulbXWzSxaL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ulbXWzSxaL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulbXWzSxaL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulbXWzSxaL .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-ulbXWzSxaL .mbr-text {
  color: #000000;
}
.cid-ulbXWzSxaL .mbr-section-title {
  color: #000000;
}
.cid-ulbXWzSxaL .mbr-description {
  color: #ffffff;
}
.cid-ulbWOgUEFg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ulbWOgUEFg h2 {
  text-align: left;
}
.cid-ulbWOgUEFg h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ulbWOgUEFg p {
  color: #767676;
  text-align: left;
}
.cid-ulbWOgUEFg .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ulbWOgUEFg .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ulbWOgUEFg .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ulbWOgUEFg .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ulbWOgUEFg .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ulbWOgUEFg .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ulbWOgUEFg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ulbWOgUEFg .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ulbWOgUEFg .card-img span {
    font-size: 40px !important;
  }
}
.cid-ulbWOgUEFg .mbr-text {
  color: #232323;
}
.cid-ulbWOgUEFg P {
  color: #000000;
}
.cid-ulbWOgUEFg H4 {
  color: #232323;
}
.cid-ulbWOh9c9b {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulbWOh9c9b .mbr-section-subtitle {
  color: #767676;
}
.cid-ulbWOhi3Ji {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ulbWOhi3Ji .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ulbWOhi3Ji .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulbWOhi3Ji .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulbWOhi3Ji .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ulbWOhi3Ji .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-ulbWOhi3Ji .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ulbWOhi3Ji .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ulbWOhi3Ji .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ulbWOhi3Ji .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-ulbWOhV6Aq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/markets-sunshine-coast-1120x747.webp");
}
.cid-ulbWOiqgol {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d8c7ab;
}
.cid-ulbWOiqgol .mbr-section-subtitle {
  color: #767676;
}
.cid-ulbWOiqgol H2 {
  color: #ffffff;
}
.cid-ulbWOje2x2 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ulbWOje2x2 .image-block {
  margin: auto;
}
.cid-ulbWOje2x2 .mbr-figure {
  margin: 0 auto;
}
.cid-ulbWOje2x2 figcaption {
  position: relative;
}
.cid-ulbWOje2x2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ulbWOje2x2 .image-block {
    width: 100% !important;
  }
}
.cid-ulbWOjR4OG {
  background-image: url("../../../assets/images/relax-lake-weyba-cottages-result.webp");
}
.cid-ulbWOk2zWX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d8c7ab;
}
.cid-ulbWOk2zWX .mbr-section-subtitle {
  color: #767676;
}
.cid-ulbWOk2zWX H2 {
  color: #ffffff;
}
.cid-ulbWOkw1GS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ulbWOkw1GS .media-container-row .mbr-text {
  color: #879a9f;
}
