body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Gilda Display', serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Gilda Display', serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.7rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #c19b76 !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #9f2b19 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #5d190f !important;
  border-color: #5d190f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5d190f !important;
  border-color: #5d190f !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #906841 !important;
  color: #906841 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #47130b !important;
  color: #47130b !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c19b76 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #9f2b19 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #906841 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #47130b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #709faf;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #9f2b19;
}
.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 {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  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: #c19b76;
  border-color: #c19b76;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c19b76;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9dbce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e46753;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #c19b76;
}
/* 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;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
@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: #c19b76;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c19b76;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c19b76;
  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: #c19b76;
  border-bottom-color: #c19b76;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c19b76 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #333333 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c19b76' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rzMj9prxNq .nav-item:focus,
.cid-rzMj9prxNq .nav-link:focus {
  outline: none;
}
.cid-rzMj9prxNq a.nav-link:focus {
  color: #fcfcfc !important;
}
.cid-rzMj9prxNq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rzMj9prxNq .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rzMj9prxNq .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-rzMj9prxNq .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rzMj9prxNq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMj9prxNq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rzMj9prxNq .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rzMj9prxNq .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzMj9prxNq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-rzMj9prxNq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzMj9prxNq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMj9prxNq .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-rzMj9prxNq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzMj9prxNq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMj9prxNq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMj9prxNq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzMj9prxNq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMj9prxNq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMj9prxNq .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-rzMj9prxNq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rzMj9prxNq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzMj9prxNq .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rzMj9prxNq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMj9prxNq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMj9prxNq .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzMj9prxNq .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-rzMj9prxNq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-rzMj9prxNq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMj9prxNq .dropdown-item.active,
.cid-rzMj9prxNq .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMj9prxNq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMj9prxNq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMj9prxNq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMj9prxNq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-rzMj9prxNq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-rzMj9prxNq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMj9prxNq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzMj9prxNq .navbar-buttons {
  text-align: center;
}
.cid-rzMj9prxNq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMj9prxNq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rzMj9prxNq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMj9prxNq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMj9prxNq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMj9prxNq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMj9prxNq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMj9prxNq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMj9prxNq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMj9prxNq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMj9prxNq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMj9prxNq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-rzMj9prxNq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMj9prxNq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rzMj9prxNq .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-rzMj9prxNq .nav-link:hover,
.cid-rzMj9prxNq .icons-menu .mbr-iconfont:hover {
  color: #fcfcfc !important;
}
.cid-rzMj9prxNq .dropdown-item:hover {
  color: #b4970f !important;
}
.cid-rzMj9prxNq .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fcfcfc;
  transition: width 0.3s ease-in;
}
.cid-rzMj9prxNq .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-rzMj9prxNq .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-rzMj9prxNq .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-rzMj9prxNq .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-rzMj9prxNq .dropdown-menu {
    top: 100%;
  }
  .cid-rzMj9prxNq .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #000000;
    background: #000000 !important;
  }
  .cid-rzMj9prxNq .dropdown-item:hover {
    background: #000000 !important;
  }
  .cid-rzMj9prxNq .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-rzMj9prxNq .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uhwuTEsCkW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uhwuTEsCkW .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uhwuTEsCkW .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uhwuTEsCkW .title {
    width: 100% !important;
  }
}
.cid-uhwuJgcaAF {
  background: #ffffff;
}
.cid-uhwuJgcaAF .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uhwuJgcaAF .video-block {
    width: 100% !important;
  }
}
.cid-rzMj5gUn1z {
  background-image: url("../../../assets/images/img-boat-400cc-interior-black-810x610.webp");
}
.cid-rzMj5gUn1z .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-rzMj5gUn1z .mbr-arrow i {
  color: #ffffff !important;
}
.cid-rzMj5gUn1z .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rzMjemu9Q2 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rzMjemu9Q2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMjemu9Q2 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rzMjemu9Q2 .title {
    width: 100% !important;
  }
}
.cid-rzMje2wxrY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzMjugMQ3z {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rzMjugMQ3z .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rzMjugMQ3z .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rzMjugMQ3z .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-rzMjugMQ3z .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rzMjugMQ3z .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMjugMQ3z .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzMjugMQ3z .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rzMjugMQ3z .image-element {
    padding: 0 15px;
  }
  .cid-rzMjugMQ3z .text-element {
    padding: 2rem 1rem;
  }
  .cid-rzMjugMQ3z .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-rzMjugMQ3z .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-rzMjugMQ3z .mbr-text,
.cid-rzMjugMQ3z .mbr-section-btn {
  color: #000000;
}
.cid-rzMjtRGlz2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rzMjtRGlz2 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rzMjtRGlz2 .row {
  background-color: #ffffff;
}
.cid-rzMjtRGlz2 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-rzMjtRGlz2 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rzMjtRGlz2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMjtRGlz2 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzMjtRGlz2 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rzMjtRGlz2 .image-element {
    padding: 0 15px;
  }
  .cid-rzMjtRGlz2 .text-element {
    padding: 2rem 1rem;
  }
  .cid-rzMjtRGlz2 .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ty0c7UW2aN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ty0c7UW2aN .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty0c7UW2aN .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty0c7UW2aN .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-ty0c7UW2aN .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-ty0c7UW2aN .image-element {
    padding-right: 0;
  }
}
.cid-ty0c7UW2aN .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty0c7UW2aN .mbr-section-subtitle,
.cid-ty0c7UW2aN .mbr-text {
  color: #878787;
}
.cid-ty0c7UW2aN .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ty0c7UW2aN .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ty0c7UW2aN .text-element {
    padding-top: 0;
  }
}
.cid-ty0c7UW2aN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0c7UW2aN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0c7UW2aN .mbr-text,
.cid-ty0c7UW2aN .mbr-section-btn {
  color: #000000;
}
.cid-ty0cHIWvIY {
  background-image: url("../../../assets/images/img-boat-340cc-811x613.webp");
}
.cid-ty0cHIWvIY .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-ty0cHIWvIY .mbr-arrow i {
  color: #ffffff !important;
}
.cid-ty0cHIWvIY .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ty0cHIWvIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0cHIWvIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0dc1oL34 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ty0dc1oL34 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty0dc1oL34 .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-ty0dc1oL34 .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty0dc1oL34 .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ty0dc1oL34 .link {
  letter-spacing: 2px;
}
.cid-ty0dc1oL34 .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-ty0dc1oL34 .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ty0dc1oL34 .card {
    padding-bottom: 2rem;
  }
}
.cid-ty0dc1oL34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0dc1oL34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2cb9TCmF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ty2cb9TCmF .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2cb9TCmF .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-ty2cb9TCmF .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2cb9TCmF .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ty2cb9TCmF .link {
  letter-spacing: 2px;
}
.cid-ty2cb9TCmF .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-ty2cb9TCmF .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ty2cb9TCmF .card {
    padding-bottom: 2rem;
  }
}
.cid-ty2cb9TCmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2cb9TCmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0e38GIYY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ty0e38GIYY .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty0e38GIYY .row {
  background-color: #ffffff;
}
.cid-ty0e38GIYY .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty0e38GIYY .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty0e38GIYY .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty0e38GIYY .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty0e38GIYY .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty0e38GIYY .image-element {
    padding: 0 15px;
  }
  .cid-ty0e38GIYY .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty0e38GIYY .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ty0e38GIYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0e38GIYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0e38GIYY .mbr-text,
.cid-ty0e38GIYY .mbr-section-btn {
  color: #000000;
}
.cid-ty0fh8Pw3R {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ty0fh8Pw3R .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ty0fh8Pw3R .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-ty0fh8Pw3R .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ty22hwoH2z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-ty22hwoH2z .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty22hwoH2z .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty22hwoH2z .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ty22hwoH2z .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ty22hwoH2z .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ty22hwoH2z .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ty22hwoH2z .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ty22hwoH2z .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty22hwoH2z .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ty22hwoH2z .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ty22hwoH2z .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ty22hwoH2z .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ty22hwoH2z .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ty22hwoH2z .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ty22hwoH2z .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ty241Gi5KH .nav-item:focus,
.cid-ty241Gi5KH .nav-link:focus {
  outline: none;
}
.cid-ty241Gi5KH a.nav-link:focus {
  color: #fcfcfc !important;
}
.cid-ty241Gi5KH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ty241Gi5KH .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ty241Gi5KH .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-ty241Gi5KH .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ty241Gi5KH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty241Gi5KH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ty241Gi5KH .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ty241Gi5KH .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ty241Gi5KH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ty241Gi5KH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty241Gi5KH .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ty241Gi5KH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty241Gi5KH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ty241Gi5KH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty241Gi5KH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-ty241Gi5KH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ty241Gi5KH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty241Gi5KH .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ty241Gi5KH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ty241Gi5KH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty241Gi5KH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty241Gi5KH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ty241Gi5KH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ty241Gi5KH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty241Gi5KH .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-ty241Gi5KH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ty241Gi5KH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ty241Gi5KH .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ty241Gi5KH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ty241Gi5KH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ty241Gi5KH .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty241Gi5KH .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ty241Gi5KH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ty241Gi5KH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty241Gi5KH .dropdown-item.active,
.cid-ty241Gi5KH .dropdown-item:active {
  background-color: transparent;
}
.cid-ty241Gi5KH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty241Gi5KH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty241Gi5KH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty241Gi5KH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ty241Gi5KH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ty241Gi5KH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty241Gi5KH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ty241Gi5KH .navbar-buttons {
  text-align: center;
}
.cid-ty241Gi5KH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ty241Gi5KH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ty241Gi5KH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ty241Gi5KH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ty241Gi5KH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ty241Gi5KH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ty241Gi5KH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ty241Gi5KH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ty241Gi5KH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ty241Gi5KH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ty241Gi5KH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ty241Gi5KH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ty241Gi5KH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ty241Gi5KH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ty241Gi5KH .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-ty241Gi5KH .nav-link:hover,
.cid-ty241Gi5KH .icons-menu .mbr-iconfont:hover {
  color: #fcfcfc !important;
}
.cid-ty241Gi5KH .dropdown-item:hover {
  color: #b4970f !important;
}
.cid-ty241Gi5KH .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fcfcfc;
  transition: width 0.3s ease-in;
}
.cid-ty241Gi5KH .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-ty241Gi5KH .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ty241Gi5KH .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ty241Gi5KH .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ty241Gi5KH .dropdown-menu {
    top: 100%;
  }
  .cid-ty241Gi5KH .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #000000;
    background: #000000 !important;
  }
  .cid-ty241Gi5KH .dropdown-item:hover {
    background: #000000 !important;
  }
  .cid-ty241Gi5KH .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ty241Gi5KH .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ty25dOQKnl {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-ty25dOQKnl .form-control,
.cid-ty25dOQKnl .form-control:focus {
  background: #efefef;
  border: 1px solid #465052;
}
.cid-ty25dOQKnl .form-container {
  transition: all .2s;
  border: 1px solid #465052;
  padding: 1rem;
  background: linear-gradient(#c1c1c1, #232323);
  border: none;
}
.cid-ty25dOQKnl textarea.form-control {
  min-height: 188px;
}
.cid-ty25dOQKnl .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-ty25dOQKnl .content-container {
    padding-right: 5rem;
  }
}
.cid-ty25dOQKnl H1 {
  color: #011121;
}
.cid-ty25dOQKnl .mbr-text,
.cid-ty25dOQKnl .mbr-section-btn {
  color: #ffffff;
}
.cid-ty25dOQKnl LABEL {
  color: #ffffff;
}
.cid-ty241IHvVc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ty241IHvVc .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ty241IHvVc .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-ty241IHvVc .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ty241IPhO6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-ty241IPhO6 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty241IPhO6 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty241IPhO6 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ty241IPhO6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ty241IPhO6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ty241IPhO6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ty241IPhO6 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ty241IPhO6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty241IPhO6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ty241IPhO6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ty241IPhO6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ty241IPhO6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ty241IPhO6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ty241IPhO6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ty241IPhO6 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ty2eKVXWf4 .nav-item:focus,
.cid-ty2eKVXWf4 .nav-link:focus {
  outline: none;
}
.cid-ty2eKVXWf4 a.nav-link:focus {
  color: #fcfcfc !important;
}
.cid-ty2eKVXWf4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ty2eKVXWf4 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ty2eKVXWf4 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-ty2eKVXWf4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ty2eKVXWf4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty2eKVXWf4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ty2eKVXWf4 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ty2eKVXWf4 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ty2eKVXWf4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ty2eKVXWf4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty2eKVXWf4 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ty2eKVXWf4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty2eKVXWf4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ty2eKVXWf4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty2eKVXWf4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-ty2eKVXWf4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ty2eKVXWf4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty2eKVXWf4 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ty2eKVXWf4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ty2eKVXWf4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty2eKVXWf4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty2eKVXWf4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ty2eKVXWf4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ty2eKVXWf4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty2eKVXWf4 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-ty2eKVXWf4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ty2eKVXWf4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ty2eKVXWf4 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ty2eKVXWf4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ty2eKVXWf4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ty2eKVXWf4 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty2eKVXWf4 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ty2eKVXWf4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ty2eKVXWf4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty2eKVXWf4 .dropdown-item.active,
.cid-ty2eKVXWf4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ty2eKVXWf4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty2eKVXWf4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty2eKVXWf4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty2eKVXWf4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ty2eKVXWf4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ty2eKVXWf4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty2eKVXWf4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ty2eKVXWf4 .navbar-buttons {
  text-align: center;
}
.cid-ty2eKVXWf4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ty2eKVXWf4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ty2eKVXWf4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ty2eKVXWf4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ty2eKVXWf4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ty2eKVXWf4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ty2eKVXWf4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ty2eKVXWf4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ty2eKVXWf4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ty2eKVXWf4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ty2eKVXWf4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ty2eKVXWf4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ty2eKVXWf4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ty2eKVXWf4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ty2eKVXWf4 .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-ty2eKVXWf4 .nav-link:hover,
.cid-ty2eKVXWf4 .icons-menu .mbr-iconfont:hover {
  color: #fcfcfc !important;
}
.cid-ty2eKVXWf4 .dropdown-item:hover {
  color: #b4970f !important;
}
.cid-ty2eKVXWf4 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fcfcfc;
  transition: width 0.3s ease-in;
}
.cid-ty2eKVXWf4 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-ty2eKVXWf4 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ty2eKVXWf4 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ty2eKVXWf4 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ty2eKVXWf4 .dropdown-menu {
    top: 100%;
  }
  .cid-ty2eKVXWf4 .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #000000;
    background: #000000 !important;
  }
  .cid-ty2eKVXWf4 .dropdown-item:hover {
    background: #000000 !important;
  }
  .cid-ty2eKVXWf4 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ty2eKVXWf4 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ty2eKWrxpM {
  background-image: url("../../../assets/images/img280-2-800x594.webp");
}
.cid-ty2eKWrxpM .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-ty2eKWrxpM .mbr-arrow i {
  color: #ffffff !important;
}
.cid-ty2eKWrxpM .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ty2eKWEmuS {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ty2eKWEmuS .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2eKWEmuS .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2eKWEmuS .title {
    width: 100% !important;
  }
}
.cid-ty2eKWN8K0 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ty2xWHHYcS {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-ty2xWHHYcS .image-block {
  position: relative;
  margin: auto;
}
.cid-ty2xWHHYcS .image-block img {
  width: 100%;
}
.cid-ty2xWHHYcS .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-ty2xWHHYcS .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-tyb7rvop77 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyb7rvop77 .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tyb7rvop77 .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-tyb7rvop77 .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ty2eKWWm1d {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ty2eKWWm1d .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2eKWWm1d .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty2eKWWm1d .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2eKWWm1d .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2eKWWm1d .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2eKWWm1d .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2eKWWm1d .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2eKWWm1d .image-element {
    padding: 0 15px;
  }
  .cid-ty2eKWWm1d .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2eKWWm1d .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-ty2eKWWm1d .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-ty2eKWWm1d .mbr-text,
.cid-ty2eKWWm1d .mbr-section-btn {
  color: #000000;
}
.cid-ty2eKX7tvm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-ty2eKX7tvm .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2eKX7tvm .row {
  background-color: #ffffff;
}
.cid-ty2eKX7tvm .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2eKX7tvm .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2eKX7tvm .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2eKX7tvm .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2eKX7tvm .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2eKX7tvm .image-element {
    padding: 0 15px;
  }
  .cid-ty2eKX7tvm .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2eKX7tvm .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ty2eKXjgIo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ty2eKXjgIo .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty2eKXjgIo .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2eKXjgIo .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-ty2eKXjgIo .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-ty2eKXjgIo .image-element {
    padding-right: 0;
  }
}
.cid-ty2eKXjgIo .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2eKXjgIo .mbr-section-subtitle,
.cid-ty2eKXjgIo .mbr-text {
  color: #878787;
}
.cid-ty2eKXjgIo .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ty2eKXjgIo .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ty2eKXjgIo .text-element {
    padding-top: 0;
  }
}
.cid-ty2eKXjgIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2eKXjgIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2eKXjgIo .mbr-text,
.cid-ty2eKXjgIo .mbr-section-btn {
  color: #000000;
}
.cid-ty2eKXvdSF {
  background-image: url("../../../assets/images/img-boat-280cc-ready-to-ship-600x287.webp");
}
.cid-ty2eKXvdSF .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-ty2eKXvdSF .mbr-arrow i {
  color: #ffffff !important;
}
.cid-ty2eKXvdSF .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ty2eKXvdSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2eKXvdSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2eKYGVvt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ty2eKYGVvt .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2eKYGVvt .row {
  background-color: #ffffff;
}
.cid-ty2eKYGVvt .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2eKYGVvt .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2eKYGVvt .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2eKYGVvt .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2eKYGVvt .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2eKYGVvt .image-element {
    padding: 0 15px;
  }
  .cid-ty2eKYGVvt .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2eKYGVvt .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ty2eKYGVvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2eKYGVvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2eKYGVvt .mbr-text,
.cid-ty2eKYGVvt .mbr-section-btn {
  color: #000000;
}
.cid-ty2eKYT2sa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ty2eKYT2sa .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ty2eKYT2sa .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-ty2eKYT2sa .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ty3XETh5PG {
  background: #ffffff;
}
.cid-ty3XETh5PG .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-ty3XETh5PG .video-block {
    width: 100% !important;
  }
}
.cid-ty2eKZ1L9j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-ty2eKZ1L9j .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2eKZ1L9j .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2eKZ1L9j .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ty2eKZ1L9j .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ty2eKZ1L9j .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ty2eKZ1L9j .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ty2eKZ1L9j .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ty2eKZ1L9j .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty2eKZ1L9j .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ty2eKZ1L9j .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ty2eKZ1L9j .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ty2eKZ1L9j .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ty2eKZ1L9j .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ty2eKZ1L9j .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ty2eKZ1L9j .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tyb1vL2aOR .nav-item:focus,
.cid-tyb1vL2aOR .nav-link:focus {
  outline: none;
}
.cid-tyb1vL2aOR a.nav-link:focus {
  color: #fcfcfc !important;
}
.cid-tyb1vL2aOR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tyb1vL2aOR .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tyb1vL2aOR .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-tyb1vL2aOR .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tyb1vL2aOR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyb1vL2aOR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tyb1vL2aOR .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tyb1vL2aOR .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tyb1vL2aOR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyb1vL2aOR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyb1vL2aOR .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tyb1vL2aOR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyb1vL2aOR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyb1vL2aOR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyb1vL2aOR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-tyb1vL2aOR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyb1vL2aOR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyb1vL2aOR .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tyb1vL2aOR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyb1vL2aOR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyb1vL2aOR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyb1vL2aOR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyb1vL2aOR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyb1vL2aOR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyb1vL2aOR .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-tyb1vL2aOR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tyb1vL2aOR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyb1vL2aOR .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tyb1vL2aOR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyb1vL2aOR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyb1vL2aOR .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyb1vL2aOR .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tyb1vL2aOR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tyb1vL2aOR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyb1vL2aOR .dropdown-item.active,
.cid-tyb1vL2aOR .dropdown-item:active {
  background-color: transparent;
}
.cid-tyb1vL2aOR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyb1vL2aOR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyb1vL2aOR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyb1vL2aOR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tyb1vL2aOR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tyb1vL2aOR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyb1vL2aOR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyb1vL2aOR .navbar-buttons {
  text-align: center;
}
.cid-tyb1vL2aOR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyb1vL2aOR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tyb1vL2aOR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyb1vL2aOR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyb1vL2aOR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyb1vL2aOR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyb1vL2aOR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyb1vL2aOR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyb1vL2aOR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyb1vL2aOR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyb1vL2aOR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyb1vL2aOR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tyb1vL2aOR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyb1vL2aOR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyb1vL2aOR .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-tyb1vL2aOR .nav-link:hover,
.cid-tyb1vL2aOR .icons-menu .mbr-iconfont:hover {
  color: #fcfcfc !important;
}
.cid-tyb1vL2aOR .dropdown-item:hover {
  color: #b4970f !important;
}
.cid-tyb1vL2aOR .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fcfcfc;
  transition: width 0.3s ease-in;
}
.cid-tyb1vL2aOR .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-tyb1vL2aOR .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tyb1vL2aOR .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-tyb1vL2aOR .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tyb1vL2aOR .dropdown-menu {
    top: 100%;
  }
  .cid-tyb1vL2aOR .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #000000;
    background: #000000 !important;
  }
  .cid-tyb1vL2aOR .dropdown-item:hover {
    background: #000000 !important;
  }
  .cid-tyb1vL2aOR .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tyb1vL2aOR .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tyb1vLmRFw {
  background-image: url("../../../assets/images/img540-cabin-4-800x594.webp");
}
.cid-tyb1vLmRFw .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-tyb1vLmRFw .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tyb1vLmRFw .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tyb1vLywEZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyb1vLywEZ .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tyb1vLywEZ .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-tyb1vLywEZ .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-tyb1vLG34Z {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tyb1vLG34Z .image-block {
  position: relative;
  margin: auto;
}
.cid-tyb1vLG34Z .image-block img {
  width: 100%;
}
.cid-tyb1vLG34Z .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-tyb1vLG34Z .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-tyb1vLPmYB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tyb1vLPmYB .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tyb1vLPmYB .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tyb1vLPmYB .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tyb1vLPmYB .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tyb1vLPmYB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tyb1vLPmYB .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tyb1vLPmYB .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tyb1vLPmYB .image-element {
    padding: 0 15px;
  }
  .cid-tyb1vLPmYB .text-element {
    padding: 2rem 1rem;
  }
  .cid-tyb1vLPmYB .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-tyb1vLPmYB .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-tyb1vLPmYB .mbr-text,
.cid-tyb1vLPmYB .mbr-section-btn {
  color: #000000;
}
.cid-tyb8Gq1GdD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyb8Gq1GdD .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tyb8Gq1GdD .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-tyb8Gq1GdD .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-tyb1vM3R9G {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tyb1vM3R9G .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tyb1vM3R9G .row {
  background-color: #ffffff;
}
.cid-tyb1vM3R9G .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tyb1vM3R9G .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tyb1vM3R9G .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tyb1vM3R9G .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tyb1vM3R9G .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tyb1vM3R9G .image-element {
    padding: 0 15px;
  }
  .cid-tyb1vM3R9G .text-element {
    padding: 2rem 1rem;
  }
  .cid-tyb1vM3R9G .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-tyb1vMflC2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tyb1vMflC2 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tyb1vMflC2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tyb1vMflC2 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-tyb1vMflC2 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-tyb1vMflC2 .image-element {
    padding-right: 0;
  }
}
.cid-tyb1vMflC2 .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tyb1vMflC2 .mbr-section-subtitle,
.cid-tyb1vMflC2 .mbr-text {
  color: #878787;
}
.cid-tyb1vMflC2 .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tyb1vMflC2 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tyb1vMflC2 .text-element {
    padding-top: 0;
  }
}
.cid-tyb1vMflC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyb1vMflC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyb1vMflC2 .mbr-text,
.cid-tyb1vMflC2 .mbr-section-btn {
  color: #000000;
}
.cid-tyb1vMrfuZ {
  background-image: url("../../../assets/images/img540-cabin-5-800x594.webp");
}
.cid-tyb1vMrfuZ .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tyb1vMrfuZ .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tyb1vMrfuZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tyb1vMrfuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyb1vMrfuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyb1vMBXvZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tyb1vMBXvZ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tyb1vMBXvZ .row {
  background-color: #ffffff;
}
.cid-tyb1vMBXvZ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tyb1vMBXvZ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tyb1vMBXvZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tyb1vMBXvZ .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tyb1vMBXvZ .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tyb1vMBXvZ .image-element {
    padding: 0 15px;
  }
  .cid-tyb1vMBXvZ .text-element {
    padding: 2rem 1rem;
  }
  .cid-tyb1vMBXvZ .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-tyb1vMBXvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyb1vMBXvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyb1vMBXvZ .mbr-text,
.cid-tyb1vMBXvZ .mbr-section-btn {
  color: #000000;
}
.cid-tyb1vMM2Ym {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyb1vMM2Ym .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tyb1vMM2Ym .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-tyb1vMM2Ym .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-tyb1vN1ezL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tyb1vN1ezL .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tyb1vN1ezL .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tyb1vN1ezL .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyb1vN1ezL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tyb1vN1ezL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tyb1vN1ezL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tyb1vN1ezL .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tyb1vN1ezL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tyb1vN1ezL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tyb1vN1ezL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tyb1vN1ezL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyb1vN1ezL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyb1vN1ezL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tyb1vN1ezL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tyb1vN1ezL .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ty2k920O9O .nav-item:focus,
.cid-ty2k920O9O .nav-link:focus {
  outline: none;
}
.cid-ty2k920O9O a.nav-link:focus {
  color: #fcfcfc !important;
}
.cid-ty2k920O9O .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ty2k920O9O .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ty2k920O9O .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-ty2k920O9O .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ty2k920O9O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty2k920O9O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ty2k920O9O .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ty2k920O9O .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ty2k920O9O .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ty2k920O9O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty2k920O9O .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ty2k920O9O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty2k920O9O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ty2k920O9O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty2k920O9O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-ty2k920O9O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ty2k920O9O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty2k920O9O .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ty2k920O9O .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ty2k920O9O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty2k920O9O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty2k920O9O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ty2k920O9O .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ty2k920O9O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty2k920O9O .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-ty2k920O9O .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ty2k920O9O .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ty2k920O9O .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ty2k920O9O .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ty2k920O9O .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ty2k920O9O .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty2k920O9O .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ty2k920O9O .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ty2k920O9O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty2k920O9O .dropdown-item.active,
.cid-ty2k920O9O .dropdown-item:active {
  background-color: transparent;
}
.cid-ty2k920O9O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty2k920O9O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty2k920O9O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty2k920O9O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ty2k920O9O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ty2k920O9O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty2k920O9O ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ty2k920O9O .navbar-buttons {
  text-align: center;
}
.cid-ty2k920O9O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ty2k920O9O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ty2k920O9O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ty2k920O9O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ty2k920O9O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ty2k920O9O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ty2k920O9O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ty2k920O9O nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ty2k920O9O nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ty2k920O9O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ty2k920O9O .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ty2k920O9O a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ty2k920O9O .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ty2k920O9O .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ty2k920O9O .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-ty2k920O9O .nav-link:hover,
.cid-ty2k920O9O .icons-menu .mbr-iconfont:hover {
  color: #fcfcfc !important;
}
.cid-ty2k920O9O .dropdown-item:hover {
  color: #b4970f !important;
}
.cid-ty2k920O9O .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fcfcfc;
  transition: width 0.3s ease-in;
}
.cid-ty2k920O9O .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-ty2k920O9O .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ty2k920O9O .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ty2k920O9O .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ty2k920O9O .dropdown-menu {
    top: 100%;
  }
  .cid-ty2k920O9O .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #000000;
    background: #000000 !important;
  }
  .cid-ty2k920O9O .dropdown-item:hover {
    background: #000000 !important;
  }
  .cid-ty2k920O9O .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ty2k920O9O .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ty2k92x77m {
  background-image: url("../../../assets/images/img340-1-800x594.webp");
}
.cid-ty2k92x77m .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-ty2k92x77m .mbr-arrow i {
  color: #ffffff !important;
}
.cid-ty2k92x77m .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ty2lLagXVW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ty2lLagXVW .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ty2lLagXVW .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-ty2lLagXVW .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ty2ydHgtMO {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-ty2ydHgtMO .image-block {
  position: relative;
  margin: auto;
}
.cid-ty2ydHgtMO .image-block img {
  width: 100%;
}
.cid-ty2ydHgtMO .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-ty2ydHgtMO .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-ty2k936lIP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ty2k936lIP .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2k936lIP .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty2k936lIP .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2k936lIP .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2k936lIP .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2k936lIP .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2k936lIP .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2k936lIP .image-element {
    padding: 0 15px;
  }
  .cid-ty2k936lIP .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2k936lIP .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-ty2k936lIP .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-ty2k936lIP .mbr-text,
.cid-ty2k936lIP .mbr-section-btn {
  color: #000000;
}
.cid-tyb86cYA6t {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fcfcfc;
}
.cid-tyb86cYA6t .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tyb86cYA6t .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-tyb86cYA6t .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ty2k93jK5o {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ty2k93jK5o .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2k93jK5o .row {
  background-color: #ffffff;
}
.cid-ty2k93jK5o .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2k93jK5o .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2k93jK5o .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2k93jK5o .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2k93jK5o .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2k93jK5o .image-element {
    padding: 0 15px;
  }
  .cid-ty2k93jK5o .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2k93jK5o .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ty2k93wmKW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ty2k93wmKW .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty2k93wmKW .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2k93wmKW .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-ty2k93wmKW .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-ty2k93wmKW .image-element {
    padding-right: 0;
  }
}
.cid-ty2k93wmKW .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2k93wmKW .mbr-section-subtitle,
.cid-ty2k93wmKW .mbr-text {
  color: #878787;
}
.cid-ty2k93wmKW .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ty2k93wmKW .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ty2k93wmKW .text-element {
    padding-top: 0;
  }
}
.cid-ty2k93wmKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2k93wmKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2k93wmKW .mbr-text,
.cid-ty2k93wmKW .mbr-section-btn {
  color: #000000;
}
.cid-ty2k93H1CQ {
  background-image: url("../../../assets/images/img-boat-340-cc-fishing-816x698.webp");
}
.cid-ty2k93H1CQ .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-ty2k93H1CQ .mbr-arrow i {
  color: #ffffff !important;
}
.cid-ty2k93H1CQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ty2k93H1CQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2k93H1CQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2k93T4F1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ty2k93T4F1 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2k93T4F1 .row {
  background-color: #ffffff;
}
.cid-ty2k93T4F1 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2k93T4F1 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2k93T4F1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2k93T4F1 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2k93T4F1 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2k93T4F1 .image-element {
    padding: 0 15px;
  }
  .cid-ty2k93T4F1 .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2k93T4F1 .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ty2k93T4F1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2k93T4F1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2k93T4F1 .mbr-text,
.cid-ty2k93T4F1 .mbr-section-btn {
  color: #000000;
}
.cid-ty2k9487w0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ty2k9487w0 .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ty2k9487w0 .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-ty2k9487w0 .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ty3Z4qhYhR {
  background: #ffffff;
}
.cid-ty3Z4qhYhR .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-ty3Z4qhYhR .video-block {
    width: 100% !important;
  }
}
.cid-ty2k94hWKr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-ty2k94hWKr .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2k94hWKr .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2k94hWKr .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ty2k94hWKr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ty2k94hWKr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ty2k94hWKr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ty2k94hWKr .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ty2k94hWKr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty2k94hWKr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ty2k94hWKr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ty2k94hWKr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ty2k94hWKr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ty2k94hWKr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ty2k94hWKr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ty2k94hWKr .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ty2nZRqpvv .nav-item:focus,
.cid-ty2nZRqpvv .nav-link:focus {
  outline: none;
}
.cid-ty2nZRqpvv a.nav-link:focus {
  color: #fcfcfc !important;
}
.cid-ty2nZRqpvv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ty2nZRqpvv .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ty2nZRqpvv .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-ty2nZRqpvv .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ty2nZRqpvv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty2nZRqpvv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ty2nZRqpvv .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ty2nZRqpvv .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ty2nZRqpvv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ty2nZRqpvv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty2nZRqpvv .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ty2nZRqpvv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty2nZRqpvv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ty2nZRqpvv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty2nZRqpvv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-ty2nZRqpvv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ty2nZRqpvv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty2nZRqpvv .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ty2nZRqpvv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ty2nZRqpvv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty2nZRqpvv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty2nZRqpvv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ty2nZRqpvv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ty2nZRqpvv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty2nZRqpvv .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-ty2nZRqpvv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ty2nZRqpvv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ty2nZRqpvv .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ty2nZRqpvv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ty2nZRqpvv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ty2nZRqpvv .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty2nZRqpvv .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ty2nZRqpvv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ty2nZRqpvv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty2nZRqpvv .dropdown-item.active,
.cid-ty2nZRqpvv .dropdown-item:active {
  background-color: transparent;
}
.cid-ty2nZRqpvv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty2nZRqpvv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty2nZRqpvv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty2nZRqpvv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ty2nZRqpvv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ty2nZRqpvv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty2nZRqpvv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ty2nZRqpvv .navbar-buttons {
  text-align: center;
}
.cid-ty2nZRqpvv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ty2nZRqpvv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ty2nZRqpvv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ty2nZRqpvv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ty2nZRqpvv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ty2nZRqpvv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ty2nZRqpvv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ty2nZRqpvv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ty2nZRqpvv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ty2nZRqpvv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ty2nZRqpvv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ty2nZRqpvv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ty2nZRqpvv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ty2nZRqpvv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ty2nZRqpvv .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-ty2nZRqpvv .nav-link:hover,
.cid-ty2nZRqpvv .icons-menu .mbr-iconfont:hover {
  color: #fcfcfc !important;
}
.cid-ty2nZRqpvv .dropdown-item:hover {
  color: #b4970f !important;
}
.cid-ty2nZRqpvv .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fcfcfc;
  transition: width 0.3s ease-in;
}
.cid-ty2nZRqpvv .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-ty2nZRqpvv .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ty2nZRqpvv .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ty2nZRqpvv .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ty2nZRqpvv .dropdown-menu {
    top: 100%;
  }
  .cid-ty2nZRqpvv .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #000000;
    background: #000000 !important;
  }
  .cid-ty2nZRqpvv .dropdown-item:hover {
    background: #000000 !important;
  }
  .cid-ty2nZRqpvv .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ty2nZRqpvv .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ty2nZRWKFJ {
  background-image: url("../../../assets/images/img-360-big-2000x1500.webp");
}
.cid-ty2nZRWKFJ .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-ty2nZRWKFJ .mbr-arrow i {
  color: #ffffff !important;
}
.cid-ty2nZRWKFJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ty2nZSiZYC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ty2nZSiZYC .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ty2nZSiZYC .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-ty2nZSiZYC .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ty2yyV7SUh {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-ty2yyV7SUh .image-block {
  position: relative;
  margin: auto;
}
.cid-ty2yyV7SUh .image-block img {
  width: 100%;
}
.cid-ty2yyV7SUh .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-ty2yyV7SUh .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-ty2nZSqQiM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ty2nZSqQiM .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2nZSqQiM .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty2nZSqQiM .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2nZSqQiM .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2nZSqQiM .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2nZSqQiM .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2nZSqQiM .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2nZSqQiM .image-element {
    padding: 0 15px;
  }
  .cid-ty2nZSqQiM .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2nZSqQiM .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-ty2nZSqQiM .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-ty2nZSqQiM .mbr-text,
.cid-ty2nZSqQiM .mbr-section-btn {
  color: #000000;
}
.cid-tyb8m4DmE9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyb8m4DmE9 .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tyb8m4DmE9 .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-tyb8m4DmE9 .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ty2nZSFoVk {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-ty2nZSFoVk .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2nZSFoVk .row {
  background-color: #ffffff;
}
.cid-ty2nZSFoVk .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2nZSFoVk .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2nZSFoVk .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2nZSFoVk .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2nZSFoVk .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2nZSFoVk .image-element {
    padding: 0 15px;
  }
  .cid-ty2nZSFoVk .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2nZSFoVk .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ty2nZSTbH8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ty2nZSTbH8 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty2nZSTbH8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2nZSTbH8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-ty2nZSTbH8 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-ty2nZSTbH8 .image-element {
    padding-right: 0;
  }
}
.cid-ty2nZSTbH8 .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2nZSTbH8 .mbr-section-subtitle,
.cid-ty2nZSTbH8 .mbr-text {
  color: #878787;
}
.cid-ty2nZSTbH8 .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ty2nZSTbH8 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ty2nZSTbH8 .text-element {
    padding-top: 0;
  }
}
.cid-ty2nZSTbH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2nZSTbH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2nZSTbH8 .mbr-text,
.cid-ty2nZSTbH8 .mbr-section-btn {
  color: #000000;
}
.cid-ty2nZTba1A {
  background-image: url("../../../assets/images/img360-6-800x594.webp");
}
.cid-ty2nZTba1A .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-ty2nZTba1A .mbr-arrow i {
  color: #ffffff !important;
}
.cid-ty2nZTba1A .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ty2nZTba1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2nZTba1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2nZTuOga {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ty2nZTuOga .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2nZTuOga .row {
  background-color: #ffffff;
}
.cid-ty2nZTuOga .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2nZTuOga .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2nZTuOga .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2nZTuOga .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2nZTuOga .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2nZTuOga .image-element {
    padding: 0 15px;
  }
  .cid-ty2nZTuOga .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2nZTuOga .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ty2nZTuOga .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2nZTuOga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2nZTuOga .mbr-text,
.cid-ty2nZTuOga .mbr-section-btn {
  color: #000000;
}
.cid-ty2nZTP77X {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ty2nZTP77X .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ty2nZTP77X .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-ty2nZTP77X .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ty2nZU7mAC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-ty2nZU7mAC .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2nZU7mAC .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2nZU7mAC .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ty2nZU7mAC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ty2nZU7mAC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ty2nZU7mAC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ty2nZU7mAC .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ty2nZU7mAC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty2nZU7mAC .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ty2nZU7mAC .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ty2nZU7mAC .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ty2nZU7mAC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ty2nZU7mAC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ty2nZU7mAC .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ty2nZU7mAC .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ty2qvfCrLh .nav-item:focus,
.cid-ty2qvfCrLh .nav-link:focus {
  outline: none;
}
.cid-ty2qvfCrLh a.nav-link:focus {
  color: #fcfcfc !important;
}
.cid-ty2qvfCrLh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ty2qvfCrLh .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ty2qvfCrLh .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-ty2qvfCrLh .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ty2qvfCrLh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty2qvfCrLh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ty2qvfCrLh .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ty2qvfCrLh .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ty2qvfCrLh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ty2qvfCrLh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty2qvfCrLh .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ty2qvfCrLh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty2qvfCrLh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ty2qvfCrLh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty2qvfCrLh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-ty2qvfCrLh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ty2qvfCrLh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty2qvfCrLh .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ty2qvfCrLh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ty2qvfCrLh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty2qvfCrLh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty2qvfCrLh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ty2qvfCrLh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ty2qvfCrLh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty2qvfCrLh .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-ty2qvfCrLh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ty2qvfCrLh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ty2qvfCrLh .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ty2qvfCrLh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ty2qvfCrLh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ty2qvfCrLh .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty2qvfCrLh .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ty2qvfCrLh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ty2qvfCrLh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty2qvfCrLh .dropdown-item.active,
.cid-ty2qvfCrLh .dropdown-item:active {
  background-color: transparent;
}
.cid-ty2qvfCrLh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty2qvfCrLh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty2qvfCrLh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty2qvfCrLh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ty2qvfCrLh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ty2qvfCrLh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty2qvfCrLh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ty2qvfCrLh .navbar-buttons {
  text-align: center;
}
.cid-ty2qvfCrLh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ty2qvfCrLh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ty2qvfCrLh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ty2qvfCrLh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ty2qvfCrLh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ty2qvfCrLh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ty2qvfCrLh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ty2qvfCrLh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ty2qvfCrLh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ty2qvfCrLh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ty2qvfCrLh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ty2qvfCrLh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ty2qvfCrLh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ty2qvfCrLh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ty2qvfCrLh .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-ty2qvfCrLh .nav-link:hover,
.cid-ty2qvfCrLh .icons-menu .mbr-iconfont:hover {
  color: #fcfcfc !important;
}
.cid-ty2qvfCrLh .dropdown-item:hover {
  color: #b4970f !important;
}
.cid-ty2qvfCrLh .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fcfcfc;
  transition: width 0.3s ease-in;
}
.cid-ty2qvfCrLh .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-ty2qvfCrLh .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ty2qvfCrLh .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ty2qvfCrLh .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ty2qvfCrLh .dropdown-menu {
    top: 100%;
  }
  .cid-ty2qvfCrLh .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #000000;
    background: #000000 !important;
  }
  .cid-ty2qvfCrLh .dropdown-item:hover {
    background: #000000 !important;
  }
  .cid-ty2qvfCrLh .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ty2qvfCrLh .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ty2qvg73Ys {
  background-image: url("../../../assets/images/img-boat-400cc-interior-black-810x610.webp");
}
.cid-ty2qvg73Ys .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-ty2qvg73Ys .mbr-arrow i {
  color: #ffffff !important;
}
.cid-ty2qvg73Ys .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ty2qvgrY8s {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ty2qvgrY8s .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ty2qvgrY8s .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-ty2qvgrY8s .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ty2yJJBE6u {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-ty2yJJBE6u .image-block {
  position: relative;
  margin: auto;
}
.cid-ty2yJJBE6u .image-block img {
  width: 100%;
}
.cid-ty2yJJBE6u .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-ty2yJJBE6u .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-ty2qvgyQz8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ty2qvgyQz8 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2qvgyQz8 .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty2qvgyQz8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2qvgyQz8 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2qvgyQz8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2qvgyQz8 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2qvgyQz8 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2qvgyQz8 .image-element {
    padding: 0 15px;
  }
  .cid-ty2qvgyQz8 .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2qvgyQz8 .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-ty2qvgyQz8 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-ty2qvgyQz8 .mbr-text,
.cid-ty2qvgyQz8 .mbr-section-btn {
  color: #000000;
}
.cid-tyb8qbqzcj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyb8qbqzcj .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tyb8qbqzcj .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-tyb8qbqzcj .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ty2qvgMoEf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-ty2qvgMoEf .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2qvgMoEf .row {
  background-color: #ffffff;
}
.cid-ty2qvgMoEf .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2qvgMoEf .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2qvgMoEf .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2qvgMoEf .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2qvgMoEf .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2qvgMoEf .image-element {
    padding: 0 15px;
  }
  .cid-ty2qvgMoEf .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2qvgMoEf .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ty2qvgYYLj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ty2qvgYYLj .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty2qvgYYLj .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2qvgYYLj .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-ty2qvgYYLj .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-ty2qvgYYLj .image-element {
    padding-right: 0;
  }
}
.cid-ty2qvgYYLj .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2qvgYYLj .mbr-section-subtitle,
.cid-ty2qvgYYLj .mbr-text {
  color: #878787;
}
.cid-ty2qvgYYLj .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ty2qvgYYLj .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ty2qvgYYLj .text-element {
    padding-top: 0;
  }
}
.cid-ty2qvgYYLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2qvgYYLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2qvgYYLj .mbr-text,
.cid-ty2qvgYYLj .mbr-section-btn {
  color: #000000;
}
.cid-ty2qvhb8WL {
  background-image: url("../../../assets/images/img400-1-800x594.webp");
}
.cid-ty2qvhb8WL .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-ty2qvhb8WL .mbr-arrow i {
  color: #ffffff !important;
}
.cid-ty2qvhb8WL .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ty2qvhb8WL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2qvhb8WL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2qvhmmeb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ty2qvhmmeb .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2qvhmmeb .row {
  background-color: #ffffff;
}
.cid-ty2qvhmmeb .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2qvhmmeb .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2qvhmmeb .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2qvhmmeb .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2qvhmmeb .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2qvhmmeb .image-element {
    padding: 0 15px;
  }
  .cid-ty2qvhmmeb .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2qvhmmeb .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ty2qvhmmeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2qvhmmeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2qvhmmeb .mbr-text,
.cid-ty2qvhmmeb .mbr-section-btn {
  color: #000000;
}
.cid-ty2sJBpHf2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ty2sJBpHf2 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2sJBpHf2 .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty2sJBpHf2 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2sJBpHf2 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2sJBpHf2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2sJBpHf2 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2sJBpHf2 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2sJBpHf2 .image-element {
    padding: 0 15px;
  }
  .cid-ty2sJBpHf2 .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2sJBpHf2 .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-ty2sJBpHf2 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-ty2sJBpHf2 .mbr-text,
.cid-ty2sJBpHf2 .mbr-section-btn {
  color: #000000;
}
.cid-ty2tenQnv9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-ty2tenQnv9 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2tenQnv9 .row {
  background-color: #ffffff;
}
.cid-ty2tenQnv9 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2tenQnv9 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2tenQnv9 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2tenQnv9 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2tenQnv9 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2tenQnv9 .image-element {
    padding: 0 15px;
  }
  .cid-ty2tenQnv9 .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2tenQnv9 .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ty2sFO3VEq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ty2sFO3VEq .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ty2sFO3VEq .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-ty2sFO3VEq .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-tGfXX3bzSc {
  background: #ffffff;
}
.cid-tGfXX3bzSc .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-tGfXX3bzSc .image-block img {
  width: 100%;
}
.cid-tGfXX3bzSc .image-block .img-caption {
  background: #ffffff;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-tGfXX3bzSc .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-tGfXX3bzSc P {
  color: #000000;
  text-align: right;
}
.cid-ty2qvhLSxN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-ty2qvhLSxN .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2qvhLSxN .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2qvhLSxN .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ty2qvhLSxN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ty2qvhLSxN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ty2qvhLSxN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ty2qvhLSxN .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ty2qvhLSxN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty2qvhLSxN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ty2qvhLSxN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ty2qvhLSxN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ty2qvhLSxN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ty2qvhLSxN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ty2qvhLSxN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ty2qvhLSxN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ty2umK9aU1 .nav-item:focus,
.cid-ty2umK9aU1 .nav-link:focus {
  outline: none;
}
.cid-ty2umK9aU1 a.nav-link:focus {
  color: #fcfcfc !important;
}
.cid-ty2umK9aU1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ty2umK9aU1 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ty2umK9aU1 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-ty2umK9aU1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ty2umK9aU1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty2umK9aU1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ty2umK9aU1 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ty2umK9aU1 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ty2umK9aU1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ty2umK9aU1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty2umK9aU1 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ty2umK9aU1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty2umK9aU1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ty2umK9aU1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty2umK9aU1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-ty2umK9aU1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ty2umK9aU1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty2umK9aU1 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ty2umK9aU1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ty2umK9aU1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty2umK9aU1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty2umK9aU1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ty2umK9aU1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ty2umK9aU1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty2umK9aU1 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-ty2umK9aU1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ty2umK9aU1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ty2umK9aU1 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ty2umK9aU1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ty2umK9aU1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ty2umK9aU1 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty2umK9aU1 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ty2umK9aU1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ty2umK9aU1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty2umK9aU1 .dropdown-item.active,
.cid-ty2umK9aU1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ty2umK9aU1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty2umK9aU1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty2umK9aU1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty2umK9aU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ty2umK9aU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ty2umK9aU1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty2umK9aU1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ty2umK9aU1 .navbar-buttons {
  text-align: center;
}
.cid-ty2umK9aU1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ty2umK9aU1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ty2umK9aU1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ty2umK9aU1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ty2umK9aU1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ty2umK9aU1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ty2umK9aU1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ty2umK9aU1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ty2umK9aU1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ty2umK9aU1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ty2umK9aU1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ty2umK9aU1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ty2umK9aU1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ty2umK9aU1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ty2umK9aU1 .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-ty2umK9aU1 .nav-link:hover,
.cid-ty2umK9aU1 .icons-menu .mbr-iconfont:hover {
  color: #fcfcfc !important;
}
.cid-ty2umK9aU1 .dropdown-item:hover {
  color: #b4970f !important;
}
.cid-ty2umK9aU1 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fcfcfc;
  transition: width 0.3s ease-in;
}
.cid-ty2umK9aU1 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-ty2umK9aU1 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ty2umK9aU1 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ty2umK9aU1 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ty2umK9aU1 .dropdown-menu {
    top: 100%;
  }
  .cid-ty2umK9aU1 .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #000000;
    background: #000000 !important;
  }
  .cid-ty2umK9aU1 .dropdown-item:hover {
    background: #000000 !important;
  }
  .cid-ty2umK9aU1 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ty2umK9aU1 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ty2umKDepu {
  background-image: url("../../../assets/images/img-boat-540cc-mercury-757x759.webp");
}
.cid-ty2umKDepu .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-ty2umKDepu .mbr-arrow i {
  color: #ffffff !important;
}
.cid-ty2umKDepu .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ty2umKQoqi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ty2umKQoqi .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ty2umKQoqi .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-ty2umKQoqi .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ty2yUZp7n9 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-ty2yUZp7n9 .image-block {
  position: relative;
  margin: auto;
}
.cid-ty2yUZp7n9 .image-block img {
  width: 100%;
}
.cid-ty2yUZp7n9 .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-ty2yUZp7n9 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-ty2umKZ7nW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ty2umKZ7nW .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2umKZ7nW .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty2umKZ7nW .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2umKZ7nW .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2umKZ7nW .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2umKZ7nW .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2umKZ7nW .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2umKZ7nW .image-element {
    padding: 0 15px;
  }
  .cid-ty2umKZ7nW .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2umKZ7nW .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-ty2umKZ7nW .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-ty2umKZ7nW .mbr-text,
.cid-ty2umKZ7nW .mbr-section-btn {
  color: #000000;
}
.cid-ty2umLbbyZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-ty2umLbbyZ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2umLbbyZ .row {
  background-color: #ffffff;
}
.cid-ty2umLbbyZ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2umLbbyZ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2umLbbyZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2umLbbyZ .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2umLbbyZ .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2umLbbyZ .image-element {
    padding: 0 15px;
  }
  .cid-ty2umLbbyZ .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2umLbbyZ .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-tyb8ujkpVg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyb8ujkpVg .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tyb8ujkpVg .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-tyb8ujkpVg .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ty2umLnPzF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ty2umLnPzF .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ty2umLnPzF .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2umLnPzF .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-ty2umLnPzF .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-ty2umLnPzF .image-element {
    padding-right: 0;
  }
}
.cid-ty2umLnPzF .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2umLnPzF .mbr-section-subtitle,
.cid-ty2umLnPzF .mbr-text {
  color: #878787;
}
.cid-ty2umLnPzF .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ty2umLnPzF .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ty2umLnPzF .text-element {
    padding-top: 0;
  }
}
.cid-ty2umLnPzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2umLnPzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2umLnPzF .mbr-text,
.cid-ty2umLnPzF .mbr-section-btn {
  color: #000000;
}
.cid-ty2umLB56c {
  background-image: url("../../../assets/images/product-1-800x594.webp");
}
.cid-ty2umLB56c .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-ty2umLB56c .mbr-arrow i {
  color: #ffffff !important;
}
.cid-ty2umLB56c .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ty2umLB56c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2umLB56c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2umLOi1R {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ty2umLOi1R .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ty2umLOi1R .row {
  background-color: #ffffff;
}
.cid-ty2umLOi1R .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-ty2umLOi1R .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ty2umLOi1R .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2umLOi1R .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2umLOi1R .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2umLOi1R .image-element {
    padding: 0 15px;
  }
  .cid-ty2umLOi1R .text-element {
    padding: 2rem 1rem;
  }
  .cid-ty2umLOi1R .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-ty2umLOi1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2umLOi1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2umLOi1R .mbr-text,
.cid-ty2umLOi1R .mbr-section-btn {
  color: #000000;
}
.cid-tFU2ewPp5r {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tFU2ewPp5r .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tFU2ewPp5r .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tFU2ewPp5r .title {
    width: 100% !important;
  }
}
.cid-tFU1XiwiNq {
  background: #efefef;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tFU1XiwiNq .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tFU1XiwiNq .video-block {
    width: 100% !important;
  }
}
.cid-ty2umMvsPC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ty2umMvsPC .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ty2umMvsPC .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-ty2umMvsPC .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ty41vkA1BD {
  background: #ffffff;
}
.cid-ty41vkA1BD .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-ty41vkA1BD .video-block {
    width: 100% !important;
  }
}
.cid-ty2umMGga3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-ty2umMGga3 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2umMGga3 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ty2umMGga3 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ty2umMGga3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ty2umMGga3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ty2umMGga3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ty2umMGga3 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ty2umMGga3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ty2umMGga3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ty2umMGga3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ty2umMGga3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ty2umMGga3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ty2umMGga3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ty2umMGga3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ty2umMGga3 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tz06HJbXFj .nav-item:focus,
.cid-tz06HJbXFj .nav-link:focus {
  outline: none;
}
.cid-tz06HJbXFj a.nav-link:focus {
  color: #fcfcfc !important;
}
.cid-tz06HJbXFj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tz06HJbXFj .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tz06HJbXFj .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-tz06HJbXFj .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tz06HJbXFj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz06HJbXFj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tz06HJbXFj .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tz06HJbXFj .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tz06HJbXFj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tz06HJbXFj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz06HJbXFj .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tz06HJbXFj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz06HJbXFj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tz06HJbXFj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz06HJbXFj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-tz06HJbXFj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tz06HJbXFj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz06HJbXFj .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tz06HJbXFj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tz06HJbXFj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz06HJbXFj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz06HJbXFj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tz06HJbXFj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tz06HJbXFj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz06HJbXFj .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-tz06HJbXFj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tz06HJbXFj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tz06HJbXFj .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tz06HJbXFj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tz06HJbXFj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tz06HJbXFj .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz06HJbXFj .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tz06HJbXFj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tz06HJbXFj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz06HJbXFj .dropdown-item.active,
.cid-tz06HJbXFj .dropdown-item:active {
  background-color: transparent;
}
.cid-tz06HJbXFj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz06HJbXFj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz06HJbXFj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz06HJbXFj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tz06HJbXFj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tz06HJbXFj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz06HJbXFj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tz06HJbXFj .navbar-buttons {
  text-align: center;
}
.cid-tz06HJbXFj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz06HJbXFj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tz06HJbXFj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tz06HJbXFj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tz06HJbXFj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tz06HJbXFj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tz06HJbXFj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tz06HJbXFj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tz06HJbXFj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tz06HJbXFj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tz06HJbXFj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tz06HJbXFj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tz06HJbXFj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tz06HJbXFj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tz06HJbXFj .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-tz06HJbXFj .nav-link:hover,
.cid-tz06HJbXFj .icons-menu .mbr-iconfont:hover {
  color: #fcfcfc !important;
}
.cid-tz06HJbXFj .dropdown-item:hover {
  color: #b4970f !important;
}
.cid-tz06HJbXFj .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fcfcfc;
  transition: width 0.3s ease-in;
}
.cid-tz06HJbXFj .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-tz06HJbXFj .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tz06HJbXFj .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-tz06HJbXFj .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tz06HJbXFj .dropdown-menu {
    top: 100%;
  }
  .cid-tz06HJbXFj .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #000000;
    background: #000000 !important;
  }
  .cid-tz06HJbXFj .dropdown-item:hover {
    background: #000000 !important;
  }
  .cid-tz06HJbXFj .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tz06HJbXFj .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tz06HJt6hF {
  background-image: url("../../../assets/images/img-boat-400cc-interior-black-810x610.webp");
}
.cid-tz06HJt6hF .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-tz06HJt6hF .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tz06HJt6hF .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tz06HJD4rz {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tz06HJD4rz .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tz06HJD4rz .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tz06HJD4rz .title {
    width: 100% !important;
  }
}
.cid-tz06HJL51l {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tz06HJRqya {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tz06HJRqya .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tz06HJRqya .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tz06HJRqya .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tz06HJRqya .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tz06HJRqya .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tz06HJRqya .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz06HJRqya .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tz06HJRqya .image-element {
    padding: 0 15px;
  }
  .cid-tz06HJRqya .text-element {
    padding: 2rem 1rem;
  }
  .cid-tz06HJRqya .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-tz06HJRqya .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-tz06HJRqya .mbr-text,
.cid-tz06HJRqya .mbr-section-btn {
  color: #000000;
}
.cid-tz06HK5YrD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tz06HK5YrD .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tz06HK5YrD .row {
  background-color: #ffffff;
}
.cid-tz06HK5YrD .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tz06HK5YrD .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tz06HK5YrD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tz06HK5YrD .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz06HK5YrD .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tz06HK5YrD .image-element {
    padding: 0 15px;
  }
  .cid-tz06HK5YrD .text-element {
    padding: 2rem 1rem;
  }
  .cid-tz06HK5YrD .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-tz06HKf78i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tz06HKf78i .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tz06HKf78i .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tz06HKf78i .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-tz06HKf78i .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-tz06HKf78i .image-element {
    padding-right: 0;
  }
}
.cid-tz06HKf78i .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz06HKf78i .mbr-section-subtitle,
.cid-tz06HKf78i .mbr-text {
  color: #878787;
}
.cid-tz06HKf78i .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tz06HKf78i .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tz06HKf78i .text-element {
    padding-top: 0;
  }
}
.cid-tz06HKf78i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz06HKf78i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz06HKf78i .mbr-text,
.cid-tz06HKf78i .mbr-section-btn {
  color: #000000;
}
.cid-tz06HKvYDg {
  background-image: url("../../../assets/images/img-boat-340cc-811x613.webp");
}
.cid-tz06HKvYDg .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tz06HKvYDg .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tz06HKvYDg .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tz06HKvYDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz06HKvYDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz06HLyr0d {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tz06HLyr0d .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz06HLyr0d .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-tz06HLyr0d .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-tz06HLIB81 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tz06HLIB81 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz06HLIB81 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz06HLIB81 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tz06HLIB81 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tz06HLIB81 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tz06HLIB81 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tz06HLIB81 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tz06HLIB81 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tz06HLIB81 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tz06HLIB81 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tz06HLIB81 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tz06HLIB81 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tz06HLIB81 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tz06HLIB81 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tz06HLIB81 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tz08pPqQJU .nav-item:focus,
.cid-tz08pPqQJU .nav-link:focus {
  outline: none;
}
.cid-tz08pPqQJU a.nav-link:focus {
  color: #fcfcfc !important;
}
.cid-tz08pPqQJU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tz08pPqQJU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tz08pPqQJU .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-tz08pPqQJU .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tz08pPqQJU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz08pPqQJU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tz08pPqQJU .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tz08pPqQJU .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tz08pPqQJU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tz08pPqQJU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz08pPqQJU .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tz08pPqQJU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz08pPqQJU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tz08pPqQJU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz08pPqQJU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-tz08pPqQJU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tz08pPqQJU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz08pPqQJU .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tz08pPqQJU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tz08pPqQJU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz08pPqQJU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz08pPqQJU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tz08pPqQJU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tz08pPqQJU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz08pPqQJU .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-tz08pPqQJU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tz08pPqQJU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tz08pPqQJU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tz08pPqQJU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tz08pPqQJU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tz08pPqQJU .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz08pPqQJU .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tz08pPqQJU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tz08pPqQJU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz08pPqQJU .dropdown-item.active,
.cid-tz08pPqQJU .dropdown-item:active {
  background-color: transparent;
}
.cid-tz08pPqQJU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz08pPqQJU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz08pPqQJU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz08pPqQJU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tz08pPqQJU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tz08pPqQJU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz08pPqQJU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tz08pPqQJU .navbar-buttons {
  text-align: center;
}
.cid-tz08pPqQJU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz08pPqQJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tz08pPqQJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tz08pPqQJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tz08pPqQJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tz08pPqQJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tz08pPqQJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tz08pPqQJU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tz08pPqQJU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tz08pPqQJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tz08pPqQJU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tz08pPqQJU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tz08pPqQJU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tz08pPqQJU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tz08pPqQJU .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-tz08pPqQJU .nav-link:hover,
.cid-tz08pPqQJU .icons-menu .mbr-iconfont:hover {
  color: #fcfcfc !important;
}
.cid-tz08pPqQJU .dropdown-item:hover {
  color: #b4970f !important;
}
.cid-tz08pPqQJU .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fcfcfc;
  transition: width 0.3s ease-in;
}
.cid-tz08pPqQJU .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-tz08pPqQJU .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tz08pPqQJU .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-tz08pPqQJU .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tz08pPqQJU .dropdown-menu {
    top: 100%;
  }
  .cid-tz08pPqQJU .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #000000;
    background: #000000 !important;
  }
  .cid-tz08pPqQJU .dropdown-item:hover {
    background: #000000 !important;
  }
  .cid-tz08pPqQJU .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tz08pPqQJU .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tz08pPT8Nu {
  background-image: url("../../../assets/images/img-boat-400cc-interior-black-810x610.webp");
}
.cid-tz08pPT8Nu .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-tz08pPT8Nu .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tz08pPT8Nu .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tz08pQ8jUH {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tz08pQ8jUH .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tz08pQ8jUH .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tz08pQ8jUH .title {
    width: 100% !important;
  }
}
.cid-tz08pQiJTW {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tz08pQolJD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tz08pQolJD .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tz08pQolJD .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tz08pQolJD .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tz08pQolJD .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tz08pQolJD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tz08pQolJD .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz08pQolJD .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tz08pQolJD .image-element {
    padding: 0 15px;
  }
  .cid-tz08pQolJD .text-element {
    padding: 2rem 1rem;
  }
  .cid-tz08pQolJD .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-tz08pQolJD .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-tz08pQolJD .mbr-text,
.cid-tz08pQolJD .mbr-section-btn {
  color: #000000;
}
.cid-tz08pQBEJD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tz08pQBEJD .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tz08pQBEJD .row {
  background-color: #ffffff;
}
.cid-tz08pQBEJD .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tz08pQBEJD .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tz08pQBEJD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tz08pQBEJD .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz08pQBEJD .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tz08pQBEJD .image-element {
    padding: 0 15px;
  }
  .cid-tz08pQBEJD .text-element {
    padding: 2rem 1rem;
  }
  .cid-tz08pQBEJD .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-tz08pQN07i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tz08pQN07i .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tz08pQN07i .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tz08pQN07i .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-tz08pQN07i .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-tz08pQN07i .image-element {
    padding-right: 0;
  }
}
.cid-tz08pQN07i .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz08pQN07i .mbr-section-subtitle,
.cid-tz08pQN07i .mbr-text {
  color: #878787;
}
.cid-tz08pQN07i .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tz08pQN07i .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tz08pQN07i .text-element {
    padding-top: 0;
  }
}
.cid-tz08pQN07i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz08pQN07i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz08pQN07i .mbr-text,
.cid-tz08pQN07i .mbr-section-btn {
  color: #000000;
}
.cid-tz0auxbya6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tz0auxbya6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tz0auxbya6 .mbr-section-subtitle,
.cid-tz0auxbya6 .mbr-text {
  color: #878787;
}
.cid-tz0auxbya6 .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-tz0auxbya6 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tz0auxbya6 .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-tz0auxbya6 .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-tz0auxbya6 .wrapper .content-block .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tz0auxbya6 .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tz0auxbya6 .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tz0auxbya6 .wrapper {
    padding: 1rem;
  }
  .cid-tz0auxbya6 .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-tz0auxbya6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz0auxbya6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz0auxbya6 .main-subtitle,
.cid-tz0auxbya6 .underline {
  color: #000000;
}
.cid-tz08pQZD4R {
  background-image: url("../../../assets/images/img-boat-340cc-811x613.webp");
}
.cid-tz08pQZD4R .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tz08pQZD4R .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tz08pQZD4R .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tz08pQZD4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz08pQZD4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz0h9yOMaI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tz0h9yOMaI .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tz0h9yOMaI .mbr-section-subtitle,
.cid-tz0h9yOMaI .mbr-text {
  color: #878787;
}
.cid-tz0h9yOMaI .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-tz0h9yOMaI .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tz0h9yOMaI .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-tz0h9yOMaI .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-tz0h9yOMaI .wrapper .content-block .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tz0h9yOMaI .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tz0h9yOMaI .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tz0h9yOMaI .wrapper {
    padding: 1rem;
  }
  .cid-tz0h9yOMaI .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-tz0h9yOMaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz0h9yOMaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz0h9yOMaI .main-subtitle,
.cid-tz0h9yOMaI .underline {
  color: #000000;
}
.cid-tz08pRbVBx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tz08pRbVBx .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz08pRbVBx .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-tz08pRbVBx .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-tz08pRjVbX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tz08pRjVbX .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz08pRjVbX .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz08pRjVbX .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tz08pRjVbX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tz08pRjVbX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tz08pRjVbX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tz08pRjVbX .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tz08pRjVbX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tz08pRjVbX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tz08pRjVbX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tz08pRjVbX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tz08pRjVbX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tz08pRjVbX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tz08pRjVbX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tz08pRjVbX .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tz0cOxF18A .nav-item:focus,
.cid-tz0cOxF18A .nav-link:focus {
  outline: none;
}
.cid-tz0cOxF18A a.nav-link:focus {
  color: #fcfcfc !important;
}
.cid-tz0cOxF18A .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tz0cOxF18A .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tz0cOxF18A .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-tz0cOxF18A .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tz0cOxF18A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz0cOxF18A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tz0cOxF18A .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tz0cOxF18A .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tz0cOxF18A .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tz0cOxF18A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz0cOxF18A .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tz0cOxF18A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz0cOxF18A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tz0cOxF18A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz0cOxF18A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-tz0cOxF18A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tz0cOxF18A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz0cOxF18A .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tz0cOxF18A .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tz0cOxF18A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz0cOxF18A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz0cOxF18A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tz0cOxF18A .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tz0cOxF18A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz0cOxF18A .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-tz0cOxF18A .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tz0cOxF18A .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tz0cOxF18A .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tz0cOxF18A .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tz0cOxF18A .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tz0cOxF18A .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz0cOxF18A .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tz0cOxF18A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tz0cOxF18A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz0cOxF18A .dropdown-item.active,
.cid-tz0cOxF18A .dropdown-item:active {
  background-color: transparent;
}
.cid-tz0cOxF18A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz0cOxF18A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz0cOxF18A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz0cOxF18A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tz0cOxF18A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tz0cOxF18A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz0cOxF18A ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tz0cOxF18A .navbar-buttons {
  text-align: center;
}
.cid-tz0cOxF18A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz0cOxF18A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tz0cOxF18A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tz0cOxF18A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tz0cOxF18A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tz0cOxF18A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tz0cOxF18A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tz0cOxF18A nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tz0cOxF18A nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tz0cOxF18A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tz0cOxF18A .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tz0cOxF18A a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tz0cOxF18A .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tz0cOxF18A .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tz0cOxF18A .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-tz0cOxF18A .nav-link:hover,
.cid-tz0cOxF18A .icons-menu .mbr-iconfont:hover {
  color: #fcfcfc !important;
}
.cid-tz0cOxF18A .dropdown-item:hover {
  color: #b4970f !important;
}
.cid-tz0cOxF18A .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fcfcfc;
  transition: width 0.3s ease-in;
}
.cid-tz0cOxF18A .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-tz0cOxF18A .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tz0cOxF18A .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-tz0cOxF18A .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tz0cOxF18A .dropdown-menu {
    top: 100%;
  }
  .cid-tz0cOxF18A .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #000000;
    background: #000000 !important;
  }
  .cid-tz0cOxF18A .dropdown-item:hover {
    background: #000000 !important;
  }
  .cid-tz0cOxF18A .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tz0cOxF18A .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tz0cOybXsa {
  background-image: url("../../../assets/images/img-boat-400cc-interior-black-810x610.webp");
}
.cid-tz0cOybXsa .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-tz0cOybXsa .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tz0cOybXsa .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tz0cOytysh {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tz0cOytysh .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tz0cOytysh .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tz0cOytysh .title {
    width: 100% !important;
  }
}
.cid-tz0cOyDcp3 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tz0cOyKx4d {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tz0cOyKx4d .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tz0cOyKx4d .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tz0cOyKx4d .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tz0cOyKx4d .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tz0cOyKx4d .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tz0cOyKx4d .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz0cOyKx4d .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tz0cOyKx4d .image-element {
    padding: 0 15px;
  }
  .cid-tz0cOyKx4d .text-element {
    padding: 2rem 1rem;
  }
  .cid-tz0cOyKx4d .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-tz0cOyKx4d .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-tz0cOyKx4d .mbr-text,
.cid-tz0cOyKx4d .mbr-section-btn {
  color: #000000;
}
.cid-tz0cOyX2Bi {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tz0cOyX2Bi .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tz0cOyX2Bi .row {
  background-color: #ffffff;
}
.cid-tz0cOyX2Bi .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tz0cOyX2Bi .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tz0cOyX2Bi .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tz0cOyX2Bi .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz0cOyX2Bi .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tz0cOyX2Bi .image-element {
    padding: 0 15px;
  }
  .cid-tz0cOyX2Bi .text-element {
    padding: 2rem 1rem;
  }
  .cid-tz0cOyX2Bi .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-tz0cOzbh2Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tz0cOzbh2Q .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tz0cOzbh2Q .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tz0cOzbh2Q .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-tz0cOzbh2Q .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-tz0cOzbh2Q .image-element {
    padding-right: 0;
  }
}
.cid-tz0cOzbh2Q .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz0cOzbh2Q .mbr-section-subtitle,
.cid-tz0cOzbh2Q .mbr-text {
  color: #878787;
}
.cid-tz0cOzbh2Q .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tz0cOzbh2Q .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tz0cOzbh2Q .text-element {
    padding-top: 0;
  }
}
.cid-tz0cOzbh2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz0cOzbh2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz0cOzbh2Q .mbr-text,
.cid-tz0cOzbh2Q .mbr-section-btn {
  color: #000000;
}
.cid-tz0cOzIH9J {
  background-image: url("../../../assets/images/img-boat-340cc-811x613.webp");
}
.cid-tz0cOzIH9J .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tz0cOzIH9J .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tz0cOzIH9J .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tz0cOzIH9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz0cOzIH9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz0cOzWvyB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tz0cOzWvyB .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz0cOzWvyB .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-tz0cOzWvyB .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-tz0cOA5CZT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tz0cOA5CZT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz0cOA5CZT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz0cOA5CZT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tz0cOA5CZT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tz0cOA5CZT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tz0cOA5CZT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tz0cOA5CZT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tz0cOA5CZT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tz0cOA5CZT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tz0cOA5CZT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tz0cOA5CZT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tz0cOA5CZT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tz0cOA5CZT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tz0cOA5CZT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tz0cOA5CZT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tHZl0deagT .nav-item:focus,
.cid-tHZl0deagT .nav-link:focus {
  outline: none;
}
.cid-tHZl0deagT a.nav-link:focus {
  color: #fcfcfc !important;
}
.cid-tHZl0deagT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tHZl0deagT .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tHZl0deagT .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-tHZl0deagT .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tHZl0deagT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHZl0deagT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tHZl0deagT .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tHZl0deagT .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tHZl0deagT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tHZl0deagT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHZl0deagT .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tHZl0deagT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHZl0deagT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tHZl0deagT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHZl0deagT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-tHZl0deagT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tHZl0deagT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHZl0deagT .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tHZl0deagT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHZl0deagT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHZl0deagT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHZl0deagT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tHZl0deagT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHZl0deagT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHZl0deagT .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-tHZl0deagT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tHZl0deagT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHZl0deagT .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tHZl0deagT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHZl0deagT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHZl0deagT .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHZl0deagT .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tHZl0deagT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tHZl0deagT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHZl0deagT .dropdown-item.active,
.cid-tHZl0deagT .dropdown-item:active {
  background-color: transparent;
}
.cid-tHZl0deagT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHZl0deagT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHZl0deagT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHZl0deagT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tHZl0deagT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tHZl0deagT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHZl0deagT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tHZl0deagT .navbar-buttons {
  text-align: center;
}
.cid-tHZl0deagT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHZl0deagT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tHZl0deagT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHZl0deagT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHZl0deagT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHZl0deagT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHZl0deagT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHZl0deagT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHZl0deagT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHZl0deagT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHZl0deagT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHZl0deagT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tHZl0deagT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tHZl0deagT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tHZl0deagT .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-tHZl0deagT .nav-link:hover,
.cid-tHZl0deagT .icons-menu .mbr-iconfont:hover {
  color: #fcfcfc !important;
}
.cid-tHZl0deagT .dropdown-item:hover {
  color: #b4970f !important;
}
.cid-tHZl0deagT .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fcfcfc;
  transition: width 0.3s ease-in;
}
.cid-tHZl0deagT .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-tHZl0deagT .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tHZl0deagT .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-tHZl0deagT .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tHZl0deagT .dropdown-menu {
    top: 100%;
  }
  .cid-tHZl0deagT .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #000000;
    background: #000000 !important;
  }
  .cid-tHZl0deagT .dropdown-item:hover {
    background: #000000 !important;
  }
  .cid-tHZl0deagT .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tHZl0deagT .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tHZl0dxjY8 {
  background-image: url("../../../assets/images/sydney-international-boat-show-2024-1024x853.webp");
}
.cid-tHZl0dxjY8 .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-tHZl0dxjY8 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tHZl0dxjY8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tHZl0dIsbi {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHZl0dIsbi .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tHZl0dIsbi .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tHZl0dIsbi .title {
    width: 100% !important;
  }
}
.cid-tHZl0dRUEm {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tHZl0e0gCg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tHZl0e0gCg .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tHZl0e0gCg .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tHZl0e0gCg .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tHZl0e0gCg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tHZl0e0gCg .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tHZl0e0gCg .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHZl0e0gCg .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tHZl0e0gCg .image-element {
    padding: 0 15px;
  }
  .cid-tHZl0e0gCg .text-element {
    padding: 2rem 1rem;
  }
  .cid-tHZl0e0gCg .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-tHZl0e0gCg .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-tHZl0e0gCg .mbr-text,
.cid-tHZl0e0gCg .mbr-section-btn {
  color: #000000;
}
.cid-tHZl0ecVld {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tHZl0ecVld .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tHZl0ecVld .row {
  background-color: #ffffff;
}
.cid-tHZl0ecVld .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tHZl0ecVld .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tHZl0ecVld .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tHZl0ecVld .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHZl0ecVld .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tHZl0ecVld .image-element {
    padding: 0 15px;
  }
  .cid-tHZl0ecVld .text-element {
    padding: 2rem 1rem;
  }
  .cid-tHZl0ecVld .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-tHZox7XpR2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tHZox7XpR2 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tHZox7XpR2 .row {
  background-color: #ffffff;
}
.cid-tHZox7XpR2 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tHZox7XpR2 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tHZox7XpR2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tHZox7XpR2 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHZox7XpR2 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tHZox7XpR2 .image-element {
    padding: 0 15px;
  }
  .cid-tHZox7XpR2 .text-element {
    padding: 2rem 1rem;
  }
  .cid-tHZox7XpR2 .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-tHZox7XpR2 .mbr-text,
.cid-tHZox7XpR2 .mbr-section-btn {
  color: #000000;
}
.cid-tHZl0eo5iM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tHZl0eo5iM .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tHZl0eo5iM .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tHZl0eo5iM .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-tHZl0eo5iM .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-tHZl0eo5iM .image-element {
    padding-right: 0;
  }
}
.cid-tHZl0eo5iM .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHZl0eo5iM .mbr-section-subtitle,
.cid-tHZl0eo5iM .mbr-text {
  color: #878787;
}
.cid-tHZl0eo5iM .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tHZl0eo5iM .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tHZl0eo5iM .text-element {
    padding-top: 0;
  }
}
.cid-tHZl0eo5iM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZl0eo5iM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZl0eo5iM .mbr-text,
.cid-tHZl0eo5iM .mbr-section-btn {
  color: #000000;
}
.cid-tHZl0eAasz {
  background-image: url("../../../assets/images/img-boat-400cc-interior-black-810x610.webp");
}
.cid-tHZl0eAasz .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tHZl0eAasz .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tHZl0eAasz .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tHZl0eAasz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZl0eAasz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZl0eAasz .mbr-section-subtitle,
.cid-tHZl0eAasz .underline {
  color: #ffffff;
}
.cid-tHZl0eLc5E {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tHZl0eLc5E .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tHZl0eLc5E .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-tHZl0eLc5E .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-tHZpn4LLx1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tHZpn4LLx1 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tHZpn4LLx1 .row {
  background-color: #ffffff;
}
.cid-tHZpn4LLx1 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tHZpn4LLx1 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tHZpn4LLx1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tHZpn4LLx1 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHZpn4LLx1 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tHZpn4LLx1 .image-element {
    padding: 0 15px;
  }
  .cid-tHZpn4LLx1 .text-element {
    padding: 2rem 1rem;
  }
  .cid-tHZpn4LLx1 .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-tHZpn4LLx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZpn4LLx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZl0eSt2v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tHZl0eSt2v .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHZl0eSt2v .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHZl0eSt2v .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHZl0eSt2v .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tHZl0eSt2v .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tHZl0eSt2v .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tHZl0eSt2v .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tHZl0eSt2v .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tHZl0eSt2v .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHZl0eSt2v .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tHZl0eSt2v .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHZl0eSt2v .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHZl0eSt2v .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tHZl0eSt2v .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHZl0eSt2v .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tI8EfRuNBH .nav-item:focus,
.cid-tI8EfRuNBH .nav-link:focus {
  outline: none;
}
.cid-tI8EfRuNBH a.nav-link:focus {
  color: #fcfcfc !important;
}
.cid-tI8EfRuNBH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tI8EfRuNBH .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tI8EfRuNBH .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-tI8EfRuNBH .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tI8EfRuNBH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tI8EfRuNBH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tI8EfRuNBH .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tI8EfRuNBH .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tI8EfRuNBH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tI8EfRuNBH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tI8EfRuNBH .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tI8EfRuNBH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tI8EfRuNBH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tI8EfRuNBH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tI8EfRuNBH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-tI8EfRuNBH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tI8EfRuNBH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tI8EfRuNBH .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tI8EfRuNBH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tI8EfRuNBH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tI8EfRuNBH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tI8EfRuNBH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tI8EfRuNBH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tI8EfRuNBH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tI8EfRuNBH .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-tI8EfRuNBH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tI8EfRuNBH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tI8EfRuNBH .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tI8EfRuNBH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tI8EfRuNBH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tI8EfRuNBH .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tI8EfRuNBH .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tI8EfRuNBH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tI8EfRuNBH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tI8EfRuNBH .dropdown-item.active,
.cid-tI8EfRuNBH .dropdown-item:active {
  background-color: transparent;
}
.cid-tI8EfRuNBH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tI8EfRuNBH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tI8EfRuNBH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tI8EfRuNBH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tI8EfRuNBH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tI8EfRuNBH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tI8EfRuNBH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tI8EfRuNBH .navbar-buttons {
  text-align: center;
}
.cid-tI8EfRuNBH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tI8EfRuNBH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tI8EfRuNBH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tI8EfRuNBH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tI8EfRuNBH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tI8EfRuNBH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tI8EfRuNBH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tI8EfRuNBH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tI8EfRuNBH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tI8EfRuNBH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tI8EfRuNBH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tI8EfRuNBH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tI8EfRuNBH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tI8EfRuNBH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tI8EfRuNBH .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-tI8EfRuNBH .nav-link:hover,
.cid-tI8EfRuNBH .icons-menu .mbr-iconfont:hover {
  color: #fcfcfc !important;
}
.cid-tI8EfRuNBH .dropdown-item:hover {
  color: #b4970f !important;
}
.cid-tI8EfRuNBH .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fcfcfc;
  transition: width 0.3s ease-in;
}
.cid-tI8EfRuNBH .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-tI8EfRuNBH .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tI8EfRuNBH .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-tI8EfRuNBH .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tI8EfRuNBH .dropdown-menu {
    top: 100%;
  }
  .cid-tI8EfRuNBH .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #000000;
    background: #000000 !important;
  }
  .cid-tI8EfRuNBH .dropdown-item:hover {
    background: #000000 !important;
  }
  .cid-tI8EfRuNBH .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tI8EfRuNBH .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tI8EfRUSR6 {
  background-image: url("../../../assets/images/flibs2024-900x650.webp");
}
.cid-tI8EfRUSR6 .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-tI8EfRUSR6 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tI8EfRUSR6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tI8FA3jYeK {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/show-1600x1067.webp");
}
.cid-tI8FA3jYeK .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-tI8FA3jYeK .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-tI8FA3jYeK .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-tI8FA3jYeK .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-tI8FA3jYeK .mbr-section-subtitle,
.cid-tI8FA3jYeK .mbr-section-btn {
  color: #767676;
}
.cid-tI8EfSdH29 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tI8EfSdH29 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tI8EfSdH29 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tI8EfSdH29 .title {
    width: 100% !important;
  }
}
.cid-tI8EfSmrVV {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tI8IKnz38I {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tI8IKnz38I .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tI8IKnz38I .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-tI8IKnz38I .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-tI8EfStKXW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tI8EfStKXW .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tI8EfStKXW .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tI8EfStKXW .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tI8EfStKXW .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tI8EfStKXW .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tI8EfStKXW .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tI8EfStKXW .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tI8EfStKXW .image-element {
    padding: 0 15px;
  }
  .cid-tI8EfStKXW .text-element {
    padding: 2rem 1rem;
  }
  .cid-tI8EfStKXW .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-tI8EfStKXW .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-tI8EfStKXW .mbr-text,
.cid-tI8EfStKXW .mbr-section-btn {
  color: #000000;
}
.cid-tI8EfSFUiv {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tI8EfSFUiv .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tI8EfSFUiv .row {
  background-color: #ffffff;
}
.cid-tI8EfSFUiv .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tI8EfSFUiv .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tI8EfSFUiv .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tI8EfSFUiv .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tI8EfSFUiv .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tI8EfSFUiv .image-element {
    padding: 0 15px;
  }
  .cid-tI8EfSFUiv .text-element {
    padding: 2rem 1rem;
  }
  .cid-tI8EfSFUiv .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-tI8EfSRE2m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tI8EfSRE2m .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tI8EfSRE2m .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tI8EfSRE2m .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-tI8EfSRE2m .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-tI8EfSRE2m .image-element {
    padding-right: 0;
  }
}
.cid-tI8EfSRE2m .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tI8EfSRE2m .mbr-section-subtitle,
.cid-tI8EfSRE2m .mbr-text {
  color: #878787;
}
.cid-tI8EfSRE2m .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tI8EfSRE2m .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tI8EfSRE2m .text-element {
    padding-top: 0;
  }
}
.cid-tI8EfSRE2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI8EfSRE2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI8EfSRE2m .mbr-text,
.cid-tI8EfSRE2m .mbr-section-btn {
  color: #000000;
}
.cid-tI8EfTocFf {
  background-image: url("../../../assets/images/flibs-3-2024-1309x873.webp");
}
.cid-tI8EfTocFf .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tI8EfTocFf .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tI8EfTocFf .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tI8EfTocFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI8EfTocFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI8EfTR3MB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tI8EfTR3MB .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tI8EfTR3MB .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-tI8EfTR3MB .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-tI8EfU0pEx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-tI8EfU0pEx .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tI8EfU0pEx .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tI8EfU0pEx .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tI8EfU0pEx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI8EfU0pEx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI8EfU0pEx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI8EfU0pEx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tI8EfU0pEx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI8EfU0pEx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI8EfU0pEx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tI8EfU0pEx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI8EfU0pEx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI8EfU0pEx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI8EfU0pEx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tI8EfU0pEx .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uI1JqWwZlb .nav-item:focus,
.cid-uI1JqWwZlb .nav-link:focus {
  outline: none;
}
.cid-uI1JqWwZlb a.nav-link:focus {
  color: #fcfcfc !important;
}
.cid-uI1JqWwZlb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-uI1JqWwZlb .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uI1JqWwZlb .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uI1JqWwZlb .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uI1JqWwZlb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI1JqWwZlb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uI1JqWwZlb .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uI1JqWwZlb .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uI1JqWwZlb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uI1JqWwZlb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI1JqWwZlb .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uI1JqWwZlb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI1JqWwZlb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uI1JqWwZlb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI1JqWwZlb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uI1JqWwZlb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uI1JqWwZlb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI1JqWwZlb .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uI1JqWwZlb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uI1JqWwZlb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI1JqWwZlb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI1JqWwZlb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uI1JqWwZlb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uI1JqWwZlb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI1JqWwZlb .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uI1JqWwZlb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uI1JqWwZlb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uI1JqWwZlb .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uI1JqWwZlb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uI1JqWwZlb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uI1JqWwZlb .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI1JqWwZlb .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uI1JqWwZlb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uI1JqWwZlb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI1JqWwZlb .dropdown-item.active,
.cid-uI1JqWwZlb .dropdown-item:active {
  background-color: transparent;
}
.cid-uI1JqWwZlb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI1JqWwZlb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI1JqWwZlb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI1JqWwZlb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uI1JqWwZlb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uI1JqWwZlb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI1JqWwZlb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uI1JqWwZlb .navbar-buttons {
  text-align: center;
}
.cid-uI1JqWwZlb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uI1JqWwZlb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uI1JqWwZlb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uI1JqWwZlb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uI1JqWwZlb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uI1JqWwZlb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uI1JqWwZlb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uI1JqWwZlb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uI1JqWwZlb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uI1JqWwZlb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uI1JqWwZlb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uI1JqWwZlb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uI1JqWwZlb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uI1JqWwZlb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uI1JqWwZlb .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uI1JqWwZlb .nav-link:hover,
.cid-uI1JqWwZlb .icons-menu .mbr-iconfont:hover {
  color: #fcfcfc !important;
}
.cid-uI1JqWwZlb .dropdown-item:hover {
  color: #b4970f !important;
}
.cid-uI1JqWwZlb .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fcfcfc;
  transition: width 0.3s ease-in;
}
.cid-uI1JqWwZlb .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uI1JqWwZlb .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uI1JqWwZlb .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uI1JqWwZlb .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uI1JqWwZlb .dropdown-menu {
    top: 100%;
  }
  .cid-uI1JqWwZlb .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #000000;
    background: #000000 !important;
  }
  .cid-uI1JqWwZlb .dropdown-item:hover {
    background: #000000 !important;
  }
  .cid-uI1JqWwZlb .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uI1JqWwZlb .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uI1JWREStZ {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uI1JWREStZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uI1JWREStZ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uI1JWREStZ .title {
    width: 100% !important;
  }
}
.cid-uI1JMs0jox {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uI1JqX9P7A {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uI1JqX9P7A .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uI1JqX9P7A .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-uI1JqX9P7A .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uI1JqXj9W5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
}
.cid-uI1JqXj9W5 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uI1JqXj9W5 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uI1JqXj9W5 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uI1JqXj9W5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uI1JqXj9W5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uI1JqXj9W5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uI1JqXj9W5 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uI1JqXj9W5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uI1JqXj9W5 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uI1JqXj9W5 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uI1JqXj9W5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uI1JqXj9W5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uI1JqXj9W5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uI1JqXj9W5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uI1JqXj9W5 .media-container-row .mbr-text {
  color: #ffffff;
}
