body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.2rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 2.56rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #003763 !important;
}
.bg-success {
  background-color: #fff000 !important;
}
.bg-info {
  background-color: #61728a !important;
}
.bg-warning {
  background-color: #d52b27 !important;
}
.bg-danger {
  background-color: #ffc52b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003763 !important;
  border-color: #003763 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000c17 !important;
  border-color: #000c17 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000c17 !important;
  border-color: #000c17 !important;
}
.btn-primary:hover {
  background-color: #003763 !important;
  border-color: #003763 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffc52b !important;
  border-color: #ffc52b !important;
  color: #2b1f00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #2b1f00 !important;
  background-color: #dea100 !important;
  border-color: #dea100 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #2b1f00 !important;
  background-color: #dea100 !important;
  border-color: #dea100 !important;
}
.btn-secondary:hover {
  background-color: #003763 !important;
  border-color: #003763 !important;
}
.btn-info,
.btn-info:active {
  background-color: #61728a !important;
  border-color: #61728a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info:hover {
  background-color: #003763 !important;
  border-color: #003763 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff000 !important;
  border-color: #fff000 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success:hover {
  background-color: #003763 !important;
  border-color: #003763 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning:hover {
  background-color: #003763 !important;
  border-color: #003763 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc52b !important;
  border-color: #ffc52b !important;
  color: #2b1f00 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #2b1f00 !important;
  background-color: #dea100 !important;
  border-color: #dea100 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2b1f00 !important;
  background-color: #dea100 !important;
  border-color: #dea100 !important;
}
.btn-danger:hover {
  background-color: #003763 !important;
  border-color: #003763 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #003763 !important;
  border-color: #003763 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #003763 !important;
  border-color: #003763 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #003763;
  color: #003763;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #003763;
  border-color: #003763;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003763 !important;
  border-color: #003763 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ffc52b;
  color: #ffc52b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2b1f00;
  background-color: #ffc52b;
  border-color: #ffc52b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #2b1f00 !important;
  background-color: #ffc52b !important;
  border-color: #ffc52b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #61728a;
  color: #61728a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #61728a;
  border-color: #61728a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #61728a !important;
  border-color: #61728a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fff000;
  color: #fff000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #fff000;
  border-color: #fff000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #fff000 !important;
  border-color: #fff000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d52b27;
  color: #d52b27;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d52b27;
  border-color: #d52b27;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffc52b;
  color: #ffc52b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2b1f00;
  background-color: #ffc52b;
  border-color: #ffc52b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2b1f00 !important;
  background-color: #ffc52b !important;
  border-color: #ffc52b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #003763 !important;
}
.text-secondary {
  color: #ffc52b !important;
}
.text-success {
  color: #fff000 !important;
}
.text-info {
  color: #61728a !important;
}
.text-warning {
  color: #d52b27 !important;
}
.text-danger {
  color: #ffc52b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0070c9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffe191 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fff666 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #99a6b8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e77e7b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffe191 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #61728a;
}
.alert-warning {
  background-color: #d52b27;
}
.alert-danger {
  background-color: #ffc52b;
}
.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: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #003763;
  border-color: #003763;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #003763;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #007ee3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8b3c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7d2d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdf7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #003763;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #003763;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #003763;
  border-bottom-color: #003763;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #003763 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffc52b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23003763' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-twQAjcae43 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-twQAjcae43 .container,
  .cid-twQAjcae43 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-twQAjcae43 .container .navbar-collapse,
  .cid-twQAjcae43 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
.cid-twQAjcae43 .container,
.cid-twQAjcae43 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.cid-twQAjcae43 .container .navbar-collapse,
.cid-twQAjcae43 .container-fluid .navbar-collapse {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-twQAjcae43 {
    flex-wrap: wrap;
  }
  .cid-twQAjcae43 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-twQAjcae43 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-twQAjcae43 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-twQAjcae43 .btn {
  padding: 0.8rem 2rem;
}
.cid-twQAjcae43 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-twQAjcae43 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ffc52b;
}
.cid-twQAjcae43 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-twQAjcae43 nav.navbar {
  position: fixed;
}
.cid-twQAjcae43 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twQAjcae43 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twQAjcae43 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twQAjcae43 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twQAjcae43 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twQAjcae43 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-twQAjcae43 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twQAjcae43 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twQAjcae43 .dropdown-menu,
.cid-twQAjcae43 .navbar.opened {
  background: #000000 !important;
}
.cid-twQAjcae43 .nav-item:focus,
.cid-twQAjcae43 .nav-link:focus {
  outline: none;
}
.cid-twQAjcae43 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twQAjcae43 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twQAjcae43 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twQAjcae43 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twQAjcae43 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twQAjcae43 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twQAjcae43 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-twQAjcae43 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-twQAjcae43 .navbar.opened {
  transition: all 0.3s;
}
.cid-twQAjcae43 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twQAjcae43 .navbar .navbar-logo img {
  width: auto;
}
.cid-twQAjcae43 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-twQAjcae43 .navbar.collapsed {
  justify-content: center;
}
.cid-twQAjcae43 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twQAjcae43 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twQAjcae43 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-twQAjcae43 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twQAjcae43 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twQAjcae43 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-twQAjcae43 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twQAjcae43 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twQAjcae43 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twQAjcae43 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twQAjcae43 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twQAjcae43 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twQAjcae43 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twQAjcae43 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-twQAjcae43 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twQAjcae43 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twQAjcae43 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twQAjcae43 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twQAjcae43 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twQAjcae43 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-twQAjcae43 .navbar.navbar-short {
  min-height: 60px;
}
.cid-twQAjcae43 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twQAjcae43 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twQAjcae43 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twQAjcae43 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twQAjcae43 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twQAjcae43 .dropdown-item.active,
.cid-twQAjcae43 .dropdown-item:active {
  background-color: transparent;
}
.cid-twQAjcae43 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twQAjcae43 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twQAjcae43 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twQAjcae43 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-twQAjcae43 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twQAjcae43 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twQAjcae43 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twQAjcae43 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twQAjcae43 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twQAjcae43 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-twQAjcae43 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twQAjcae43 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twQAjcae43 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twQAjcae43 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twQAjcae43 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twQAjcae43 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twQAjcae43 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twQAjcae43 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twQAjcae43 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twQAjcae43 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twQAjcae43 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twQAjcae43 .navbar {
    height: 70px;
  }
  .cid-twQAjcae43 .navbar.opened {
    height: auto;
  }
  .cid-twQAjcae43 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukJNjC2iMW {
  background: #ffffff;
}
.cid-ukJNjC2iMW .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-ukJNjC2iMW .video-block {
    width: 100% !important;
  }
}
.cid-tKr2dXoYoY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tKr2dXoYoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKr2dXoYoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKr2dXoYoY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKr2dXoYoY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tKr2dXoYoY .container {
    padding: 0;
  }
}
.cid-tKr2dXoYoY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKr2dXoYoY .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tKr2dXoYoY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tKr2dXoYoY .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tKr2dXoYoY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tKr2dXoYoY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ukJNE4klYw {
  background: #ffffff;
}
.cid-ukJNE4klYw .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-ukJNE4klYw .video-block {
    width: 100% !important;
  }
}
.cid-rZqcSlrInk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rZqcSlrInk .mbr-section-subtitle {
  color: #b6b6b6;
  text-align: center;
}
.cid-rZqcSlrInk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-rZqcSlrInk .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #ffffff;
  padding: 0;
}
.cid-rZqcSlrInk .card .card-wrapper .card-img {
  position: relative;
}
.cid-rZqcSlrInk .card .card-wrapper .card-img .price-label {
  padding: 8px;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-rZqcSlrInk .card .card-wrapper .card-img .price-label .price-text {
  padding: 0;
  margin: 0;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box .container-nested {
  display: flex;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box .container-nested .item {
  text-align: center;
  margin-right: 24px;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box .container-nested .item .mbr-iconfont {
  font-size: 2.5rem;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box .link .mbr-iconfont {
  align-self: center;
  color: #ffc52b;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-rZqcSlrInk .mbr-text {
    text-align: left;
  }
}
.cid-rZqcV6Qo1h {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-rZqcV6Qo1h .img-wrap {
  position: relative;
}
.cid-rZqcV6Qo1h .img-wrap img {
  width: 100%;
}
.cid-rZqcV6Qo1h .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #ffc52b;
  z-index: 100;
  position: absolute;
}
.cid-rZqcV6Qo1h .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-rZqcV6Qo1h .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-rZqcV6Qo1h .mbr-section-title {
  color: #ffffff;
}
.cid-rZqcV6Qo1h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZqcV6Qo1h .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqcV6Qo1h .mbr-section-text {
  color: #ffffff;
}
.cid-rZqcV6Qo1h .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #333333;
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rZqcV6Qo1h .form-control:focus,
.cid-rZqcV6Qo1h .form-control:hover {
  border: 0px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #333333;
}
.cid-rZqcV6Qo1h .form-control.textarea {
  padding-top: 40px;
}
.cid-rZqcV6Qo1h .form-group {
  margin-bottom: 1.5rem;
}
.cid-rZqcV6Qo1h input::-webkit-input-placeholder,
.cid-rZqcV6Qo1h textarea::-webkit-input-placeholder {
  color: #ffc52b;
}
.cid-rZqcV6Qo1h input:-moz-placeholder,
.cid-rZqcV6Qo1h textarea:-moz-placeholder {
  color: #ffc52b;
}
.cid-rZqcV6Qo1h .jq-selectbox li,
.cid-rZqcV6Qo1h .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rZqcV6Qo1h .jq-selectbox li:hover,
.cid-rZqcV6Qo1h .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-rZqcV6Qo1h .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rZqcV6Qo1h .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rZqcV6Qo1h .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-rZqcV6Qo1h a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rZqcV6Qo1h .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rZqcV6Qo1h .input-group-btn {
  display: block;
  text-align: left;
}
.cid-rZqcV6Qo1h .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-rZqcV6Qo1h textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-rZqcV6Qo1h h2 {
    padding-top: 2rem;
  }
  .cid-rZqcV6Qo1h .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-rZqcV6Qo1h .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rZqcV6Qo1h .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-ukJu2xl3vZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ukJu2xl3vZ img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-ukJu2xl3vZ .card {
  margin-bottom: 130px !important;
}
.cid-ukJu2xl3vZ .card .img-wrapper {
  overflow: hidden;
}
.cid-ukJu2xl3vZ .card:hover {
  cursor: pointer;
}
.cid-ukJu2xl3vZ .card:hover img {
  transform: scale(1.05);
}
.cid-ukJu2xl3vZ .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-ukJu2xl3vZ .card {
    margin-bottom: 50px !important;
  }
}
.cid-ukJu2xl3vZ .card .card-wrapper {
  text-align: left;
}
.cid-ukJu2xl3vZ .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-ukJu2xl3vZ .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-ukJu2xl3vZ .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-ukJu2xl3vZ .card .card-wrapper .card-box .card-text {
  color: #61728a;
}
.cid-ukJu2xl3vZ .mbr-section-title {
  color: #06182d;
}
.cid-ukJu2xl3vZ .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-ukJu2xl3vZ .mbr-section-subtitle {
  color: #06182d;
}
.cid-ukJu2xl3vZ .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-ukJu2xl3vZ .mbr-section-text {
  color: #999999;
}
.cid-ukJu2xl3vZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJu2xl3vZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzMp1O4xOs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #003263;
}
.cid-tzMp1O4xOs .mbr-media {
  position: relative;
}
.cid-tzMp1O4xOs .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tzMp1O4xOs .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tzMp1O4xOs .icon-wrap:hover {
  transform: scale(1.1), translate(-50%, -50%);
}
.cid-tzMp1O4xOs .mbr-media span {
  font-size: 4rem;
  color: #ffc52b;
}
.cid-tzMp1O4xOs .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tzMp1O4xOs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tzMp1O4xOs .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tzMp1O4xOs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tzMp1O4xOs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tzMp1O4xOs .mbr-section-title {
  color: #ffc52b;
}
.cid-tzMp1O4xOs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzMB264OBv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tzMB264OBv .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-tzMB264OBv .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tzMB264OBv .card .wrapper {
  overflow: hidden;
}
.cid-tzMB264OBv .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-tzMB264OBv .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tzMB264OBv .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-tzMB264OBv .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tzMB264OBv .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-tzMB264OBv .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-tzMB264OBv .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffc52b;
}
.cid-tzMB264OBv .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffc52b;
}
.cid-tzMB264OBv .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-tzMB264OBv .card .wrapper .mbr-text {
  color: #ffffff;
}
.cid-tzMB264OBv .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzMB264OBv .card .wrapper .mbr-section-title {
  color: #ffffff;
}
.cid-ukJLSdbtF3 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-ukJLSdbtF3 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-ukJLSdbtF3 .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-ukJLSdbtF3 .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-ukJLSdbtF3 .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukJLSdbtF3 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-ukJLSdbtF3 .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-ukJLSdbtF3 .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-ukJLSdbtF3 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-ukJLSdbtF3 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-ukJLSdbtF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJLSdbtF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzMAwJTAns {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tzMAwJTAns .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzMAwJTAns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzMAwJTAns .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-tzMAwJTAns .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tzMAwJTAns .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-tzMAwJTAns .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tzMAwJTAns P {
  color: #ffffff;
}
.cid-ukJM8PdceP {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-ukJM8PdceP .mbr-section-title {
  color: #ffffff;
}
.cid-ukJM8PdceP .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-ukJM8PdceP .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #003763;
  margin-bottom: 2rem;
}
.cid-ukJM8PdceP .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-ukJM8PdceP .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-ukJM8PdceP .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-ukJM8PdceP .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #ff513c;
}
.cid-ukJM8PdceP .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-ukJM8PdceP .items .list-item:last-child .listico {
  display: none;
}
.cid-ukJM8PdceP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJM8PdceP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJM8PdceP .mbr-text,
.cid-ukJM8PdceP .mbr-section-btn {
  text-align: left;
}
.cid-rZqcWGkQpN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rZqcWGkQpN .logo-footer {
  line-height: normal;
}
.cid-rZqcWGkQpN .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-rZqcWGkQpN .copyright {
  display: flex;
  align-items: center;
}
.cid-rZqcWGkQpN .copyright .mbr-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-rZqcWGkQpN .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rZqcWGkQpN .social-btns a:focus {
  text-decoration: none;
}
.cid-rZqcWGkQpN .social-btns .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-rZqcWGkQpN .copyrightPart {
  display: flex;
}
.cid-rZqcWGkQpN .copyrightPart .wrap {
  justify-content: space-between;
  color: #61728a;
}
.cid-rZqcWGkQpN .mbr-text {
  color: #ffffff;
}
.cid-rZqcWGkQpN .list-inline-item,
.cid-rZqcWGkQpN .mbr-list,
.cid-rZqcWGkQpN .first-column {
  color: #ffffff;
}
.cid-tzPWsjgnye {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tzPWsjgnye .container,
  .cid-tzPWsjgnye .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tzPWsjgnye .container .navbar-collapse,
  .cid-tzPWsjgnye .container-fluid .navbar-collapse {
    width: 100%;
  }
}
.cid-tzPWsjgnye .container,
.cid-tzPWsjgnye .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.cid-tzPWsjgnye .container .navbar-collapse,
.cid-tzPWsjgnye .container-fluid .navbar-collapse {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzPWsjgnye {
    flex-wrap: wrap;
  }
  .cid-tzPWsjgnye .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tzPWsjgnye .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tzPWsjgnye .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tzPWsjgnye .btn {
  padding: 0.8rem 2rem;
}
.cid-tzPWsjgnye .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tzPWsjgnye .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ffc52b;
}
.cid-tzPWsjgnye .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tzPWsjgnye nav.navbar {
  position: fixed;
}
.cid-tzPWsjgnye .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzPWsjgnye .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzPWsjgnye .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzPWsjgnye .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzPWsjgnye .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzPWsjgnye .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tzPWsjgnye .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzPWsjgnye .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzPWsjgnye .dropdown-menu,
.cid-tzPWsjgnye .navbar.opened {
  background: #000000 !important;
}
.cid-tzPWsjgnye .nav-item:focus,
.cid-tzPWsjgnye .nav-link:focus {
  outline: none;
}
.cid-tzPWsjgnye .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzPWsjgnye .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzPWsjgnye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzPWsjgnye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzPWsjgnye .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzPWsjgnye .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzPWsjgnye .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-tzPWsjgnye .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-tzPWsjgnye .navbar.opened {
  transition: all 0.3s;
}
.cid-tzPWsjgnye .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzPWsjgnye .navbar .navbar-logo img {
  width: auto;
}
.cid-tzPWsjgnye .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tzPWsjgnye .navbar.collapsed {
  justify-content: center;
}
.cid-tzPWsjgnye .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzPWsjgnye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzPWsjgnye .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-tzPWsjgnye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzPWsjgnye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzPWsjgnye .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tzPWsjgnye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzPWsjgnye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzPWsjgnye .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzPWsjgnye .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzPWsjgnye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzPWsjgnye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzPWsjgnye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzPWsjgnye .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tzPWsjgnye .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzPWsjgnye .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzPWsjgnye .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzPWsjgnye .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzPWsjgnye .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzPWsjgnye .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzPWsjgnye .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzPWsjgnye .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzPWsjgnye .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzPWsjgnye .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzPWsjgnye .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzPWsjgnye .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzPWsjgnye .dropdown-item.active,
.cid-tzPWsjgnye .dropdown-item:active {
  background-color: transparent;
}
.cid-tzPWsjgnye .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzPWsjgnye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzPWsjgnye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzPWsjgnye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tzPWsjgnye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzPWsjgnye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzPWsjgnye ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzPWsjgnye .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzPWsjgnye button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzPWsjgnye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tzPWsjgnye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzPWsjgnye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzPWsjgnye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzPWsjgnye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzPWsjgnye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzPWsjgnye nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzPWsjgnye nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzPWsjgnye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzPWsjgnye .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzPWsjgnye a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzPWsjgnye .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzPWsjgnye .navbar {
    height: 70px;
  }
  .cid-tzPWsjgnye .navbar.opened {
    height: auto;
  }
  .cid-tzPWsjgnye .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKpw5CcV7A {
  background-image: url("../../../assets/images/everglades-455cc-fast-1909x717.webp");
}
.cid-tKpw5CcV7A .link-align {
  width: 100%;
}
.cid-tKpw5CcV7A .link-wrap {
  display: inline-block;
}
.cid-tKpw5CcV7A .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tKpw5CcV7A .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-tKpw5CcV7A .wrap .mask {
  background: none;
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-tKpw5CcV7A .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-tKpw5CcV7A .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-tKpw5CcV7A .wrap .price {
  color: #fff000;
}
@media (min-width: 992px) {
  .cid-tKpw5CcV7A .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-tKpw5CcV7A .mbr-text {
    text-align: right;
  }
}
.cid-tKpw5CcV7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpw5CcV7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpw5CcV7A H2 {
  color: #ffffff;
}
.cid-tzZAyTU8Gv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tzZAyTU8Gv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tzZAyTU8Gv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzZAyTU8Gv .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-tzZAyTU8Gv .mbr-text {
  color: #ffffff;
}
.cid-tzZAyTU8Gv .mbr-section-title {
  color: #ffffff;
}
.cid-tzZAyTU8Gv .mbr-description {
  color: #ffffff;
}
.cid-tzZvCsKp7E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tzZvCsKp7E img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-tzZvCsKp7E .card {
  margin-bottom: 130px !important;
}
.cid-tzZvCsKp7E .card .img-wrapper {
  overflow: hidden;
}
.cid-tzZvCsKp7E .card:hover {
  cursor: pointer;
}
.cid-tzZvCsKp7E .card:hover img {
  transform: scale(1.05);
}
.cid-tzZvCsKp7E .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-tzZvCsKp7E .card {
    margin-bottom: 50px !important;
  }
}
.cid-tzZvCsKp7E .card .card-wrapper {
  text-align: left;
}
.cid-tzZvCsKp7E .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ffc52b;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-tzZvCsKp7E .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-tzZvCsKp7E .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-tzZvCsKp7E .card .card-wrapper .card-box .card-text {
  color: #61728a;
}
@media (min-width: 1400px) {
  .cid-tzZvCsKp7E .card.left-box {
    right: 105px !important;
  }
  .cid-tzZvCsKp7E .card.right-box {
    left: 97px !important;
  }
}
.cid-tzZvCsKp7E .mbr-section-title {
  color: #06182d;
}
.cid-tzZvCsKp7E .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ffc52b;
  background: linear-gradient(#ffc52b 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tzZvCsKp7E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzZvCsKp7E .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tzZvCsKp7E .mbr-section-text {
  color: #999999;
}
.cid-tzZvCsKp7E .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-tzZvCsKp7E .mbr-section-title,
.cid-tzZvCsKp7E .col {
  color: #ffffff;
}
.cid-tzPWsjZpwY {
  background-color: #000000;
}
@-webkit-keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tzPWsjZpwY .mbr-text {
  color: #a1a1a1;
}
.cid-tzPWsjZpwY .box {
  background-image: url("../../../assets/images/everglades-455cc-fast-1909x717.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzPWsjZpwY .box .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #ffc52b;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffc52b !important;
}
.cid-tzPWsjZpwY .box .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tzPWsjZpwY .box .icon-wrap span {
  padding-left: 4px;
  background-color: #ffffff;
}
.cid-tzPWsjZpwY .box .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-tzPWsjZpwY .box .icon-wrap .video-img {
  width: 100%;
}
.cid-tzPWsjZpwY .box .icon-wrap:hover {
  -webkit-animation: 0.6s hover;
  animation: 0.6s hover;
}
.cid-tzPWsjZpwY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tzPWsjZpwY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tzPWsjZpwY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tzPWsjZpwY a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tzPWsjZpwY a.close:hover {
  color: #ffffff;
}
.cid-tzPWsjZpwY .buttons-wrap {
  text-align: center;
}
.cid-tzPWsjZpwY .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-tzPWsjZpwY .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
@media (max-width: 767px) {
  .cid-tzPWsjZpwY {
    text-align: center;
  }
}
.cid-tzPWsjZpwY H1 {
  text-align: right;
}
.cid-tzZwOePN49 {
  background-image: url("../../../assets/images/455cc-2022-side-view-r01-2000-2000x910.webp");
}
.cid-tzZwOePN49 .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-tzZwOePN49 .block {
    height: 352px;
  }
}
.cid-tzZxh1xaA5 {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #000000;
}
.cid-tzZxh1xaA5 .mbr-section-title {
  color: #06182d;
}
.cid-tzZxh1xaA5 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ffc52b;
  background: linear-gradient(#ffc52b 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tzZxh1xaA5 .mbr-section-subtitle {
  color: #06182d;
}
.cid-tzZxh1xaA5 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tzZxh1xaA5 .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-tzZxh1xaA5 .title-text {
  margin-bottom: 70px;
}
.cid-tzZxh1xaA5 .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-tzZxh1xaA5 .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-tzZxh1xaA5 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tzZxh1xaA5 .title-text .mbr-section-title {
  color: #ffc52b;
}
.cid-tzZxh1xaA5 .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-tzZxh1xaA5 .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-tzZxh1xaA5 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tzZxh1xaA5 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ffc52b;
}
.cid-tzZxh1xaA5 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tzZxh1xaA5 .p-4 {
  padding: 1rem 0 !important;
}
.cid-tzZxh1xaA5 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tzZxh1xaA5 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-tzZxh1xaA5 .mbri-arrow-up:before {
  content: "\e960";
}
.cid-tzZxh1xaA5 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tzZxh1xaA5 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tzZxh1xaA5 .card {
  border-radius: 0px;
  background-color: #000000;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-tzZxh1xaA5 .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-tzZxh1xaA5 .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tzZxh1xaA5 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tzZxh1xaA5 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-tzZxh1xaA5 .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-tzZxh1xaA5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tzZxh1xaA5 .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-tzZxh1xaA5 .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-tzZxh1xaA5 .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-tzZxh1xaA5 .card .card-header a.panel-title .toggle-icon:before,
.cid-tzZxh1xaA5 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tzZxh1xaA5 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-tzZxh1xaA5 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tzZxh1xaA5 .card .panel-body {
  padding: 14px 20px;
}
.cid-tzZxh1xaA5 .card .panel-body p {
  color: #61728a;
  line-height: 1.5;
}
.cid-tzZxh1xaA5 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tzZxh1xaA5 .card .card-header a.panel-title h4 {
  color: #ffffff;
}
.cid-tzZxh1xaA5 .card .panel-body p {
  color: #ffffff;
}
.cid-tzZxh1xaA5 .title-text .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzZAPiuUV8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzZAPiuUV8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tzZAPiuUV8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzZAPiuUV8 .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tzZAPiuUV8 .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzZAPiuUV8 .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tzZAPiuUV8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzZAPiuUV8 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tzZAPiuUV8 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tzZAPiuUV8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzZAPiuUV8 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tzZAPiuUV8 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tzZAPiuUV8 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tzZAPiuUV8 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tzZAPiuUV8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzZAPiuUV8 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzZAPiuUV8 .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tzZAPiuUV8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tzZAPiuUV8 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tzZAPiuUV8 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tzZBAsDtqJ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/everglades-395cc-aerial-footer-2000-2000x764.webp");
}
.cid-tzZBAsDtqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzZBAsDtqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzPWsmpzXf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tzPWsmpzXf .logo-footer {
  line-height: normal;
}
.cid-tzPWsmpzXf .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tzPWsmpzXf .copyright {
  display: flex;
  align-items: center;
}
.cid-tzPWsmpzXf .copyright .mbr-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-tzPWsmpzXf .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzPWsmpzXf .social-btns a:focus {
  text-decoration: none;
}
.cid-tzPWsmpzXf .social-btns .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tzPWsmpzXf .copyrightPart {
  display: flex;
}
.cid-tzPWsmpzXf .copyrightPart .wrap {
  justify-content: space-between;
  color: #61728a;
}
.cid-tzPWsmpzXf .mbr-text {
  color: #ffffff;
}
.cid-tzPWsmpzXf .list-inline-item,
.cid-tzPWsmpzXf .mbr-list,
.cid-tzPWsmpzXf .first-column {
  color: #ffffff;
}
.cid-tA182MrOLv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tA182MrOLv .container,
  .cid-tA182MrOLv .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tA182MrOLv .container .navbar-collapse,
  .cid-tA182MrOLv .container-fluid .navbar-collapse {
    width: 100%;
  }
}
.cid-tA182MrOLv .container,
.cid-tA182MrOLv .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.cid-tA182MrOLv .container .navbar-collapse,
.cid-tA182MrOLv .container-fluid .navbar-collapse {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tA182MrOLv {
    flex-wrap: wrap;
  }
  .cid-tA182MrOLv .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tA182MrOLv .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tA182MrOLv .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tA182MrOLv .btn {
  padding: 0.8rem 2rem;
}
.cid-tA182MrOLv .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tA182MrOLv .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ffc52b;
}
.cid-tA182MrOLv .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tA182MrOLv nav.navbar {
  position: fixed;
}
.cid-tA182MrOLv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tA182MrOLv .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tA182MrOLv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tA182MrOLv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tA182MrOLv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tA182MrOLv .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tA182MrOLv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tA182MrOLv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tA182MrOLv .dropdown-menu,
.cid-tA182MrOLv .navbar.opened {
  background: #000000 !important;
}
.cid-tA182MrOLv .nav-item:focus,
.cid-tA182MrOLv .nav-link:focus {
  outline: none;
}
.cid-tA182MrOLv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tA182MrOLv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tA182MrOLv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tA182MrOLv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tA182MrOLv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tA182MrOLv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tA182MrOLv .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-tA182MrOLv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-tA182MrOLv .navbar.opened {
  transition: all 0.3s;
}
.cid-tA182MrOLv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tA182MrOLv .navbar .navbar-logo img {
  width: auto;
}
.cid-tA182MrOLv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tA182MrOLv .navbar.collapsed {
  justify-content: center;
}
.cid-tA182MrOLv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tA182MrOLv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tA182MrOLv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-tA182MrOLv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tA182MrOLv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tA182MrOLv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tA182MrOLv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tA182MrOLv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tA182MrOLv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tA182MrOLv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tA182MrOLv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tA182MrOLv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tA182MrOLv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tA182MrOLv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tA182MrOLv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tA182MrOLv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tA182MrOLv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tA182MrOLv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tA182MrOLv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tA182MrOLv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tA182MrOLv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tA182MrOLv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tA182MrOLv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tA182MrOLv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tA182MrOLv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tA182MrOLv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tA182MrOLv .dropdown-item.active,
.cid-tA182MrOLv .dropdown-item:active {
  background-color: transparent;
}
.cid-tA182MrOLv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tA182MrOLv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tA182MrOLv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tA182MrOLv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tA182MrOLv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tA182MrOLv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tA182MrOLv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tA182MrOLv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tA182MrOLv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tA182MrOLv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tA182MrOLv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tA182MrOLv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA182MrOLv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA182MrOLv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tA182MrOLv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA182MrOLv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tA182MrOLv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tA182MrOLv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA182MrOLv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tA182MrOLv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tA182MrOLv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tA182MrOLv .navbar {
    height: 70px;
  }
  .cid-tA182MrOLv .navbar.opened {
    height: auto;
  }
  .cid-tA182MrOLv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tA182Pe7bd {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tA182Pe7bd .img-wrap {
  position: relative;
}
.cid-tA182Pe7bd .img-wrap img {
  width: 100%;
}
.cid-tA182Pe7bd .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #ffc52b;
  z-index: 100;
  position: absolute;
}
.cid-tA182Pe7bd .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-tA182Pe7bd .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-tA182Pe7bd .mbr-section-title {
  color: #ffffff;
}
.cid-tA182Pe7bd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tA182Pe7bd .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tA182Pe7bd .mbr-section-text {
  color: #ffffff;
}
.cid-tA182Pe7bd .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #333333;
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-tA182Pe7bd .form-control:focus,
.cid-tA182Pe7bd .form-control:hover {
  border: 0px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #333333;
}
.cid-tA182Pe7bd .form-control.textarea {
  padding-top: 40px;
}
.cid-tA182Pe7bd .form-group {
  margin-bottom: 1.5rem;
}
.cid-tA182Pe7bd input::-webkit-input-placeholder,
.cid-tA182Pe7bd textarea::-webkit-input-placeholder {
  color: #ffc52b;
}
.cid-tA182Pe7bd input:-moz-placeholder,
.cid-tA182Pe7bd textarea:-moz-placeholder {
  color: #ffc52b;
}
.cid-tA182Pe7bd .jq-selectbox li,
.cid-tA182Pe7bd .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tA182Pe7bd .jq-selectbox li:hover,
.cid-tA182Pe7bd .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tA182Pe7bd .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tA182Pe7bd .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tA182Pe7bd .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-tA182Pe7bd a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tA182Pe7bd .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tA182Pe7bd .input-group-btn {
  display: block;
  text-align: left;
}
.cid-tA182Pe7bd .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-tA182Pe7bd textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tA182Pe7bd h2 {
    padding-top: 2rem;
  }
  .cid-tA182Pe7bd .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-tA182Pe7bd .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tA182Pe7bd .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-tA182Pe7bd .mbr-text.preFormText,
.cid-tA182Pe7bd .col {
  color: #ffc52b;
}
.cid-tA182PFwwB {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tA182PFwwB .logo-footer {
  line-height: normal;
}
.cid-tA182PFwwB .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tA182PFwwB .copyright {
  display: flex;
  align-items: center;
}
.cid-tA182PFwwB .copyright .mbr-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-tA182PFwwB .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tA182PFwwB .social-btns a:focus {
  text-decoration: none;
}
.cid-tA182PFwwB .social-btns .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tA182PFwwB .copyrightPart {
  display: flex;
}
.cid-tA182PFwwB .copyrightPart .wrap {
  justify-content: space-between;
  color: #61728a;
}
.cid-tA182PFwwB .mbr-text {
  color: #ffffff;
}
.cid-tA182PFwwB .list-inline-item,
.cid-tA182PFwwB .mbr-list,
.cid-tA182PFwwB .first-column {
  color: #ffffff;
}
.cid-tKpLMAH510 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tKpLMAH510 .container,
  .cid-tKpLMAH510 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tKpLMAH510 .container .navbar-collapse,
  .cid-tKpLMAH510 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
.cid-tKpLMAH510 .container,
.cid-tKpLMAH510 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.cid-tKpLMAH510 .container .navbar-collapse,
.cid-tKpLMAH510 .container-fluid .navbar-collapse {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tKpLMAH510 {
    flex-wrap: wrap;
  }
  .cid-tKpLMAH510 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tKpLMAH510 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tKpLMAH510 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tKpLMAH510 .btn {
  padding: 0.8rem 2rem;
}
.cid-tKpLMAH510 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tKpLMAH510 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ffc52b;
}
.cid-tKpLMAH510 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tKpLMAH510 nav.navbar {
  position: fixed;
}
.cid-tKpLMAH510 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKpLMAH510 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKpLMAH510 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKpLMAH510 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKpLMAH510 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKpLMAH510 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tKpLMAH510 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKpLMAH510 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKpLMAH510 .dropdown-menu,
.cid-tKpLMAH510 .navbar.opened {
  background: #000000 !important;
}
.cid-tKpLMAH510 .nav-item:focus,
.cid-tKpLMAH510 .nav-link:focus {
  outline: none;
}
.cid-tKpLMAH510 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKpLMAH510 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKpLMAH510 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKpLMAH510 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKpLMAH510 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKpLMAH510 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKpLMAH510 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-tKpLMAH510 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-tKpLMAH510 .navbar.opened {
  transition: all 0.3s;
}
.cid-tKpLMAH510 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKpLMAH510 .navbar .navbar-logo img {
  width: auto;
}
.cid-tKpLMAH510 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tKpLMAH510 .navbar.collapsed {
  justify-content: center;
}
.cid-tKpLMAH510 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKpLMAH510 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKpLMAH510 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-tKpLMAH510 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKpLMAH510 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKpLMAH510 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKpLMAH510 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKpLMAH510 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKpLMAH510 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKpLMAH510 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKpLMAH510 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKpLMAH510 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKpLMAH510 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKpLMAH510 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKpLMAH510 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKpLMAH510 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKpLMAH510 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKpLMAH510 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKpLMAH510 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKpLMAH510 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tKpLMAH510 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKpLMAH510 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKpLMAH510 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKpLMAH510 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKpLMAH510 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKpLMAH510 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKpLMAH510 .dropdown-item.active,
.cid-tKpLMAH510 .dropdown-item:active {
  background-color: transparent;
}
.cid-tKpLMAH510 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKpLMAH510 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKpLMAH510 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKpLMAH510 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tKpLMAH510 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKpLMAH510 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKpLMAH510 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKpLMAH510 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKpLMAH510 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKpLMAH510 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tKpLMAH510 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKpLMAH510 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKpLMAH510 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKpLMAH510 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKpLMAH510 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKpLMAH510 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKpLMAH510 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKpLMAH510 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKpLMAH510 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKpLMAH510 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKpLMAH510 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKpLMAH510 .navbar {
    height: 70px;
  }
  .cid-tKpLMAH510 .navbar.opened {
    height: auto;
  }
  .cid-tKpLMAH510 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKpLMBbe3e {
  background-image: url("../../../assets/images/395cc-gallery36-1000x663.webp");
}
.cid-tKpLMBbe3e .link-align {
  width: 100%;
}
.cid-tKpLMBbe3e .link-wrap {
  display: inline-block;
}
.cid-tKpLMBbe3e .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tKpLMBbe3e .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-tKpLMBbe3e .wrap .mask {
  background: none;
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-tKpLMBbe3e .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-tKpLMBbe3e .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-tKpLMBbe3e .wrap .price {
  color: #fff000;
}
@media (min-width: 992px) {
  .cid-tKpLMBbe3e .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-tKpLMBbe3e .mbr-text {
    text-align: right;
  }
}
.cid-tKpLMBbe3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpLMBbe3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpLMBbe3e .wrap .mask .wrap-text .mbr-section-title {
  color: #ffc52b;
  text-align: right;
}
.cid-tKpQfIgzI5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@-webkit-keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tKpQfIgzI5 .mbr-text {
  color: #a1a1a1;
}
.cid-tKpQfIgzI5 .box {
  background-image: url("../../../assets/images/395cc-gallery30-1000x663.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKpQfIgzI5 .box .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #1352ff;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #1352ff !important;
}
.cid-tKpQfIgzI5 .box .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tKpQfIgzI5 .box .icon-wrap span {
  padding-left: 4px;
  background-color: #ffffff;
}
.cid-tKpQfIgzI5 .box .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-tKpQfIgzI5 .box .icon-wrap .video-img {
  width: 100%;
}
.cid-tKpQfIgzI5 .box .icon-wrap:hover {
  -webkit-animation: 0.6s hover;
  animation: 0.6s hover;
}
.cid-tKpQfIgzI5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tKpQfIgzI5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tKpQfIgzI5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tKpQfIgzI5 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tKpQfIgzI5 a.close:hover {
  color: #ffffff;
}
.cid-tKpQfIgzI5 .buttons-wrap {
  text-align: center;
}
.cid-tKpQfIgzI5 .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-tKpQfIgzI5 .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
@media (max-width: 767px) {
  .cid-tKpQfIgzI5 {
    text-align: center;
  }
}
.cid-tKpQfIgzI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpQfIgzI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpLMBr8Sk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tKpLMBr8Sk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKpLMBr8Sk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tKpLMBr8Sk .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-tKpLMBr8Sk .mbr-text {
  color: #ffffff;
}
.cid-tKpLMBr8Sk .mbr-section-title {
  color: #ffffff;
}
.cid-tKpLMBr8Sk .mbr-description {
  color: #ffffff;
}
.cid-tKpLMBDtRG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tKpLMBDtRG img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-tKpLMBDtRG .card {
  margin-bottom: 130px !important;
}
.cid-tKpLMBDtRG .card .img-wrapper {
  overflow: hidden;
}
.cid-tKpLMBDtRG .card:hover {
  cursor: pointer;
}
.cid-tKpLMBDtRG .card:hover img {
  transform: scale(1.05);
}
.cid-tKpLMBDtRG .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-tKpLMBDtRG .card {
    margin-bottom: 50px !important;
  }
}
.cid-tKpLMBDtRG .card .card-wrapper {
  text-align: left;
}
.cid-tKpLMBDtRG .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ffc52b;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-tKpLMBDtRG .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-tKpLMBDtRG .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-tKpLMBDtRG .card .card-wrapper .card-box .card-text {
  color: #61728a;
}
.cid-tKpLMBDtRG .mbr-section-title {
  color: #06182d;
}
.cid-tKpLMBDtRG .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ffc52b;
  background: linear-gradient(#ffc52b 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tKpLMBDtRG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKpLMBDtRG .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tKpLMBDtRG .mbr-section-text {
  color: #999999;
}
.cid-tKpLMBDtRG .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-tKpLMBDtRG .mbr-section-title,
.cid-tKpLMBDtRG .col {
  color: #ffffff;
}
.cid-tKpLMCgHhn {
  background-image: url("../../../assets/images/everglades-395cc-profile-r01-2000-2000x779.webp");
}
.cid-tKpLMCgHhn .block {
  height: 608px;
}
@media (max-width: 992px) {
  .cid-tKpLMCgHhn .block {
    height: 304px;
  }
}
.cid-tKpLMCq2hl {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #000000;
}
.cid-tKpLMCq2hl .mbr-section-title {
  color: #06182d;
}
.cid-tKpLMCq2hl .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ffc52b;
  background: linear-gradient(#ffc52b 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tKpLMCq2hl .mbr-section-subtitle {
  color: #06182d;
}
.cid-tKpLMCq2hl .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tKpLMCq2hl .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-tKpLMCq2hl .title-text {
  margin-bottom: 70px;
}
.cid-tKpLMCq2hl .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-tKpLMCq2hl .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-tKpLMCq2hl .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tKpLMCq2hl .title-text .mbr-section-title {
  color: #ffc52b;
}
.cid-tKpLMCq2hl .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-tKpLMCq2hl .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-tKpLMCq2hl .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tKpLMCq2hl .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ffc52b;
}
.cid-tKpLMCq2hl .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tKpLMCq2hl .p-4 {
  padding: 1rem 0 !important;
}
.cid-tKpLMCq2hl .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tKpLMCq2hl .mbri-arrow-down:before {
  content: "\e960";
}
.cid-tKpLMCq2hl .mbri-arrow-up:before {
  content: "\e960";
}
.cid-tKpLMCq2hl .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tKpLMCq2hl .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tKpLMCq2hl .card {
  border-radius: 0px;
  background-color: #000000;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-tKpLMCq2hl .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-tKpLMCq2hl .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tKpLMCq2hl .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tKpLMCq2hl .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-tKpLMCq2hl .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-tKpLMCq2hl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tKpLMCq2hl .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-tKpLMCq2hl .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-tKpLMCq2hl .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-tKpLMCq2hl .card .card-header a.panel-title .toggle-icon:before,
.cid-tKpLMCq2hl .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tKpLMCq2hl .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-tKpLMCq2hl .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tKpLMCq2hl .card .panel-body {
  padding: 14px 20px;
}
.cid-tKpLMCq2hl .card .panel-body p {
  color: #61728a;
  line-height: 1.5;
}
.cid-tKpLMCq2hl .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tKpLMCq2hl .card .card-header a.panel-title h4 {
  color: #ffffff;
}
.cid-tKpLMCq2hl .card .panel-body p {
  color: #ffffff;
}
.cid-tKpLMCq2hl .title-text .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKpLMCQqsh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tKpLMCQqsh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tKpLMCQqsh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKpLMCQqsh .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tKpLMCQqsh .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKpLMCQqsh .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tKpLMCQqsh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKpLMCQqsh .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tKpLMCQqsh .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tKpLMCQqsh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tKpLMCQqsh .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tKpLMCQqsh .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tKpLMCQqsh .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tKpLMCQqsh .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tKpLMCQqsh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tKpLMCQqsh .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tKpLMCQqsh .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tKpLMCQqsh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tKpLMCQqsh .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tKpLMCQqsh .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tKpLMDsJjq {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/everglades-395cc-aerial-footer-2000-2000x764.webp");
}
.cid-tKpLMDsJjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpLMDsJjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpLMDHmJq {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tKpLMDHmJq .logo-footer {
  line-height: normal;
}
.cid-tKpLMDHmJq .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tKpLMDHmJq .copyright {
  display: flex;
  align-items: center;
}
.cid-tKpLMDHmJq .copyright .mbr-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-tKpLMDHmJq .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKpLMDHmJq .social-btns a:focus {
  text-decoration: none;
}
.cid-tKpLMDHmJq .social-btns .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tKpLMDHmJq .copyrightPart {
  display: flex;
}
.cid-tKpLMDHmJq .copyrightPart .wrap {
  justify-content: space-between;
  color: #61728a;
}
.cid-tKpLMDHmJq .mbr-text {
  color: #ffffff;
}
.cid-tKpLMDHmJq .list-inline-item,
.cid-tKpLMDHmJq .mbr-list,
.cid-tKpLMDHmJq .first-column {
  color: #ffffff;
}
.cid-tL6JYaGDu7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tL6JYaGDu7 .container,
  .cid-tL6JYaGDu7 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tL6JYaGDu7 .container .navbar-collapse,
  .cid-tL6JYaGDu7 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
.cid-tL6JYaGDu7 .container,
.cid-tL6JYaGDu7 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.cid-tL6JYaGDu7 .container .navbar-collapse,
.cid-tL6JYaGDu7 .container-fluid .navbar-collapse {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tL6JYaGDu7 {
    flex-wrap: wrap;
  }
  .cid-tL6JYaGDu7 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tL6JYaGDu7 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tL6JYaGDu7 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tL6JYaGDu7 .btn {
  padding: 0.8rem 2rem;
}
.cid-tL6JYaGDu7 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tL6JYaGDu7 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ffc52b;
}
.cid-tL6JYaGDu7 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tL6JYaGDu7 nav.navbar {
  position: fixed;
}
.cid-tL6JYaGDu7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL6JYaGDu7 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL6JYaGDu7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL6JYaGDu7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tL6JYaGDu7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tL6JYaGDu7 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tL6JYaGDu7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL6JYaGDu7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tL6JYaGDu7 .dropdown-menu,
.cid-tL6JYaGDu7 .navbar.opened {
  background: #000000 !important;
}
.cid-tL6JYaGDu7 .nav-item:focus,
.cid-tL6JYaGDu7 .nav-link:focus {
  outline: none;
}
.cid-tL6JYaGDu7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL6JYaGDu7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL6JYaGDu7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tL6JYaGDu7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL6JYaGDu7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL6JYaGDu7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL6JYaGDu7 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-tL6JYaGDu7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-tL6JYaGDu7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tL6JYaGDu7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tL6JYaGDu7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tL6JYaGDu7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tL6JYaGDu7 .navbar.collapsed {
  justify-content: center;
}
.cid-tL6JYaGDu7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL6JYaGDu7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL6JYaGDu7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-tL6JYaGDu7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL6JYaGDu7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL6JYaGDu7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tL6JYaGDu7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL6JYaGDu7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tL6JYaGDu7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tL6JYaGDu7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL6JYaGDu7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL6JYaGDu7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL6JYaGDu7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL6JYaGDu7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tL6JYaGDu7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL6JYaGDu7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL6JYaGDu7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL6JYaGDu7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL6JYaGDu7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL6JYaGDu7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tL6JYaGDu7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL6JYaGDu7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tL6JYaGDu7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tL6JYaGDu7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tL6JYaGDu7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL6JYaGDu7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL6JYaGDu7 .dropdown-item.active,
.cid-tL6JYaGDu7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tL6JYaGDu7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL6JYaGDu7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL6JYaGDu7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL6JYaGDu7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tL6JYaGDu7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL6JYaGDu7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL6JYaGDu7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL6JYaGDu7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL6JYaGDu7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tL6JYaGDu7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tL6JYaGDu7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL6JYaGDu7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL6JYaGDu7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL6JYaGDu7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL6JYaGDu7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL6JYaGDu7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL6JYaGDu7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL6JYaGDu7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL6JYaGDu7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tL6JYaGDu7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL6JYaGDu7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL6JYaGDu7 .navbar {
    height: 70px;
  }
  .cid-tL6JYaGDu7 .navbar.opened {
    height: auto;
  }
  .cid-tL6JYaGDu7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL6JYaXlLx {
  background-image: url("../../../assets/images/365cc-gallery19-1000x663.webp");
}
.cid-tL6JYaXlLx .link-align {
  width: 100%;
}
.cid-tL6JYaXlLx .link-wrap {
  display: inline-block;
}
.cid-tL6JYaXlLx .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tL6JYaXlLx .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-tL6JYaXlLx .wrap .mask {
  background: none;
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-tL6JYaXlLx .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-tL6JYaXlLx .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-tL6JYaXlLx .wrap .price {
  color: #fff000;
}
@media (min-width: 992px) {
  .cid-tL6JYaXlLx .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-tL6JYaXlLx .mbr-text {
    text-align: right;
  }
}
.cid-tL6JYaXlLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6JYaXlLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL6JYaXlLx .wrap .mask .wrap-text .mbr-section-title {
  color: #ffc52b;
  text-align: right;
}
.cid-tL6JYb62qp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@-webkit-keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tL6JYb62qp .mbr-text {
  color: #a1a1a1;
}
.cid-tL6JYb62qp .box {
  background-image: url("../../../assets/images/365cc-gallery18-1000x663.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL6JYb62qp .box .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #1352ff;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #1352ff !important;
}
.cid-tL6JYb62qp .box .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tL6JYb62qp .box .icon-wrap span {
  padding-left: 4px;
  background-color: #ffffff;
}
.cid-tL6JYb62qp .box .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-tL6JYb62qp .box .icon-wrap .video-img {
  width: 100%;
}
.cid-tL6JYb62qp .box .icon-wrap:hover {
  -webkit-animation: 0.6s hover;
  animation: 0.6s hover;
}
.cid-tL6JYb62qp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tL6JYb62qp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tL6JYb62qp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tL6JYb62qp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tL6JYb62qp a.close:hover {
  color: #ffffff;
}
.cid-tL6JYb62qp .buttons-wrap {
  text-align: center;
}
.cid-tL6JYb62qp .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-tL6JYb62qp .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
@media (max-width: 767px) {
  .cid-tL6JYb62qp {
    text-align: center;
  }
}
.cid-tL6JYb62qp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6JYb62qp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL6JYbkMvG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tL6JYbkMvG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tL6JYbkMvG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tL6JYbkMvG .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-tL6JYbkMvG .mbr-text {
  color: #ffffff;
}
.cid-tL6JYbkMvG .mbr-section-title {
  color: #ffffff;
}
.cid-tL6JYbkMvG .mbr-description {
  color: #ffffff;
}
.cid-tL6JYbLOBc {
  background-image: url("../../../assets/images/everglades-365cc-profile-r01-2000-2000x779.webp");
}
.cid-tL6JYbLOBc .block {
  height: 608px;
}
@media (max-width: 992px) {
  .cid-tL6JYbLOBc .block {
    height: 304px;
  }
}
.cid-tL6JYbTiwQ {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #000000;
}
.cid-tL6JYbTiwQ .mbr-section-title {
  color: #06182d;
}
.cid-tL6JYbTiwQ .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ffc52b;
  background: linear-gradient(#ffc52b 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tL6JYbTiwQ .mbr-section-subtitle {
  color: #06182d;
}
.cid-tL6JYbTiwQ .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tL6JYbTiwQ .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-tL6JYbTiwQ .title-text {
  margin-bottom: 70px;
}
.cid-tL6JYbTiwQ .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-tL6JYbTiwQ .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-tL6JYbTiwQ .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tL6JYbTiwQ .title-text .mbr-section-title {
  color: #ffc52b;
}
.cid-tL6JYbTiwQ .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-tL6JYbTiwQ .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-tL6JYbTiwQ .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tL6JYbTiwQ .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ffc52b;
}
.cid-tL6JYbTiwQ .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tL6JYbTiwQ .p-4 {
  padding: 1rem 0 !important;
}
.cid-tL6JYbTiwQ .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tL6JYbTiwQ .mbri-arrow-down:before {
  content: "\e960";
}
.cid-tL6JYbTiwQ .mbri-arrow-up:before {
  content: "\e960";
}
.cid-tL6JYbTiwQ .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tL6JYbTiwQ .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tL6JYbTiwQ .card {
  border-radius: 0px;
  background-color: #000000;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-tL6JYbTiwQ .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-tL6JYbTiwQ .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tL6JYbTiwQ .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tL6JYbTiwQ .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-tL6JYbTiwQ .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-tL6JYbTiwQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tL6JYbTiwQ .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-tL6JYbTiwQ .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-tL6JYbTiwQ .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-tL6JYbTiwQ .card .card-header a.panel-title .toggle-icon:before,
.cid-tL6JYbTiwQ .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tL6JYbTiwQ .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-tL6JYbTiwQ .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tL6JYbTiwQ .card .panel-body {
  padding: 14px 20px;
}
.cid-tL6JYbTiwQ .card .panel-body p {
  color: #61728a;
  line-height: 1.5;
}
.cid-tL6JYbTiwQ .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tL6JYbTiwQ .card .card-header a.panel-title h4 {
  color: #ffffff;
}
.cid-tL6JYbTiwQ .card .panel-body p {
  color: #ffffff;
}
.cid-tL6JYbTiwQ .title-text .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tL6JYchh7z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tL6JYchh7z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tL6JYchh7z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tL6JYchh7z .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tL6JYchh7z .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tL6JYchh7z .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tL6JYchh7z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tL6JYchh7z .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tL6JYchh7z .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tL6JYchh7z .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tL6JYchh7z .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tL6JYchh7z .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tL6JYchh7z .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tL6JYchh7z .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tL6JYchh7z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tL6JYchh7z .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tL6JYchh7z .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tL6JYchh7z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tL6JYchh7z .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tL6JYchh7z .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u5rG2bFMkX {
  background-image: url("../../../assets/images/365cc-gallery15-1000x663.webp");
}
.cid-u5rG2bFMkX .mbr-text {
  color: #e5e5e5;
}
.cid-u5rG2bFMkX .icon-wrap {
  margin: auto;
  transition: all 0.3s;
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  color: #ffffff;
}
.cid-u5rG2bFMkX .icon-wrap:hover {
  border-color: #ff513c;
  transition: all 0.3s;
}
.cid-u5rG2bFMkX .icon-wrap:hover .mbr-iconfont {
  color: #ff513c;
  transition: all 0.3s;
}
.cid-u5rG2bFMkX .icon-wrap.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u5rG2bFMkX .icon-wrap span {
  padding-left: 6px;
}
.cid-u5rG2bFMkX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u5rG2bFMkX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u5rG2bFMkX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u5rG2bFMkX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u5rG2bFMkX a.close:hover {
  color: #ffffff;
}
.cid-u5rG2bFMkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5rG2bFMkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL6JYcLFeQ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/everglades-395cc-aerial-footer-2000-2000x764.webp");
}
.cid-tL6JYcLFeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6JYcLFeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL6JYcXEms {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tL6JYcXEms .logo-footer {
  line-height: normal;
}
.cid-tL6JYcXEms .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tL6JYcXEms .copyright {
  display: flex;
  align-items: center;
}
.cid-tL6JYcXEms .copyright .mbr-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-tL6JYcXEms .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL6JYcXEms .social-btns a:focus {
  text-decoration: none;
}
.cid-tL6JYcXEms .social-btns .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tL6JYcXEms .copyrightPart {
  display: flex;
}
.cid-tL6JYcXEms .copyrightPart .wrap {
  justify-content: space-between;
  color: #61728a;
}
.cid-tL6JYcXEms .mbr-text {
  color: #ffffff;
}
.cid-tL6JYcXEms .list-inline-item,
.cid-tL6JYcXEms .mbr-list,
.cid-tL6JYcXEms .first-column {
  color: #ffffff;
}
.cid-u6zG5wG1FU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-u6zG5wG1FU .container,
  .cid-u6zG5wG1FU .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u6zG5wG1FU .container .navbar-collapse,
  .cid-u6zG5wG1FU .container-fluid .navbar-collapse {
    width: 100%;
  }
}
.cid-u6zG5wG1FU .container,
.cid-u6zG5wG1FU .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.cid-u6zG5wG1FU .container .navbar-collapse,
.cid-u6zG5wG1FU .container-fluid .navbar-collapse {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6zG5wG1FU {
    flex-wrap: wrap;
  }
  .cid-u6zG5wG1FU .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u6zG5wG1FU .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u6zG5wG1FU .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u6zG5wG1FU .btn {
  padding: 0.8rem 2rem;
}
.cid-u6zG5wG1FU .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u6zG5wG1FU .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ffc52b;
}
.cid-u6zG5wG1FU .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u6zG5wG1FU nav.navbar {
  position: fixed;
}
.cid-u6zG5wG1FU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6zG5wG1FU .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6zG5wG1FU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6zG5wG1FU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6zG5wG1FU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6zG5wG1FU .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u6zG5wG1FU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6zG5wG1FU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6zG5wG1FU .dropdown-menu,
.cid-u6zG5wG1FU .navbar.opened {
  background: #000000 !important;
}
.cid-u6zG5wG1FU .nav-item:focus,
.cid-u6zG5wG1FU .nav-link:focus {
  outline: none;
}
.cid-u6zG5wG1FU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6zG5wG1FU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6zG5wG1FU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6zG5wG1FU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6zG5wG1FU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6zG5wG1FU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6zG5wG1FU .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-u6zG5wG1FU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-u6zG5wG1FU .navbar.opened {
  transition: all 0.3s;
}
.cid-u6zG5wG1FU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6zG5wG1FU .navbar .navbar-logo img {
  width: auto;
}
.cid-u6zG5wG1FU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u6zG5wG1FU .navbar.collapsed {
  justify-content: center;
}
.cid-u6zG5wG1FU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6zG5wG1FU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6zG5wG1FU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-u6zG5wG1FU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6zG5wG1FU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6zG5wG1FU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6zG5wG1FU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6zG5wG1FU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6zG5wG1FU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6zG5wG1FU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6zG5wG1FU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6zG5wG1FU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6zG5wG1FU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6zG5wG1FU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6zG5wG1FU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6zG5wG1FU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6zG5wG1FU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6zG5wG1FU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6zG5wG1FU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6zG5wG1FU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u6zG5wG1FU .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6zG5wG1FU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6zG5wG1FU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6zG5wG1FU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6zG5wG1FU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6zG5wG1FU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6zG5wG1FU .dropdown-item.active,
.cid-u6zG5wG1FU .dropdown-item:active {
  background-color: transparent;
}
.cid-u6zG5wG1FU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6zG5wG1FU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6zG5wG1FU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6zG5wG1FU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6zG5wG1FU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6zG5wG1FU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6zG5wG1FU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6zG5wG1FU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6zG5wG1FU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6zG5wG1FU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6zG5wG1FU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6zG5wG1FU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6zG5wG1FU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6zG5wG1FU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6zG5wG1FU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6zG5wG1FU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6zG5wG1FU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6zG5wG1FU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6zG5wG1FU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6zG5wG1FU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6zG5wG1FU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6zG5wG1FU .navbar {
    height: 70px;
  }
  .cid-u6zG5wG1FU .navbar.opened {
    height: auto;
  }
  .cid-u6zG5wG1FU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6zGOGKUEq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@-webkit-keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u6zGOGKUEq .mbr-text {
  color: #ffc52b;
}
.cid-u6zGOGKUEq .box {
  background-image: url("../../../assets/images/everglades-335cc-new-1971x919.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6zGOGKUEq .box .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #ffc52b;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffc52b !important;
}
.cid-u6zGOGKUEq .box .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-u6zGOGKUEq .box .icon-wrap span {
  padding-left: 4px;
  background-color: #ffffff;
}
.cid-u6zGOGKUEq .box .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-u6zGOGKUEq .box .icon-wrap .video-img {
  width: 100%;
}
.cid-u6zGOGKUEq .box .icon-wrap:hover {
  -webkit-animation: 0.6s hover;
  animation: 0.6s hover;
}
.cid-u6zGOGKUEq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u6zGOGKUEq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u6zGOGKUEq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u6zGOGKUEq a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u6zGOGKUEq a.close:hover {
  color: #ffffff;
}
.cid-u6zGOGKUEq .buttons-wrap {
  text-align: center;
}
.cid-u6zGOGKUEq .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-u6zGOGKUEq .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
@media (max-width: 767px) {
  .cid-u6zGOGKUEq {
    text-align: center;
  }
}
.cid-u6zGOGKUEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6zGOGKUEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6zGWbx5V3 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/everglades-335cc-new-1971x919.webp");
}
.cid-u6zGWbx5V3 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-u6zGWbx5V3 .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-u6zGWbx5V3 .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ffc52b;
  background: linear-gradient(#ffc52b 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-u6zGWbx5V3 .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6zGWbx5V3 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-u6zGWbx5V3 .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-u6zGWbx5V3 .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-u6zGWbx5V3 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-u6zGWbx5V3 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-u6zGWbx5V3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6zGWbx5V3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6zG5xoFZh {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6zG5xoFZh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6zG5xoFZh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6zG5xoFZh .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-u6zG5xoFZh .mbr-text {
  color: #000000;
}
.cid-u6zG5xoFZh .mbr-section-title {
  color: #000000;
}
.cid-u6zG5xoFZh .mbr-description {
  color: #ffffff;
}
.cid-u6zJGgllto {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6zJGgllto .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6zJGgllto img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6zJGgllto .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-u6zJGgllto .mbr-text {
  color: #000000;
}
.cid-u6zJGgllto .mbr-section-title {
  color: #000000;
}
.cid-u6zJGgllto .mbr-description {
  color: #ffffff;
}
.cid-u6zK6GhlaZ {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6zK6GhlaZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6zK6GhlaZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6zK6GhlaZ .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-u6zK6GhlaZ .mbr-text {
  color: #000000;
}
.cid-u6zK6GhlaZ .mbr-section-title {
  color: #000000;
}
.cid-u6zK6GhlaZ .mbr-description {
  color: #ffffff;
}
.cid-u6zKpkrogx {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6zKpkrogx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6zKpkrogx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6zKpkrogx .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-u6zKpkrogx .mbr-text {
  color: #000000;
}
.cid-u6zKpkrogx .mbr-section-title {
  color: #000000;
}
.cid-u6zKpkrogx .mbr-description {
  color: #ffffff;
}
.cid-u6zKMaragU {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6zKMaragU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6zKMaragU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6zKMaragU .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-u6zKMaragU .mbr-text {
  color: #000000;
}
.cid-u6zKMaragU .mbr-section-title {
  color: #000000;
}
.cid-u6zKMaragU .mbr-description {
  color: #ffffff;
}
.cid-u6zL1UqB44 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6zL1UqB44 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6zL1UqB44 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6zL1UqB44 .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-u6zL1UqB44 .mbr-text {
  color: #000000;
}
.cid-u6zL1UqB44 .mbr-section-title {
  color: #000000;
}
.cid-u6zL1UqB44 .mbr-description {
  color: #ffffff;
}
.cid-u6zLoWpfmO {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6zLoWpfmO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6zLoWpfmO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6zLoWpfmO .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-u6zLoWpfmO .mbr-text {
  color: #000000;
}
.cid-u6zLoWpfmO .mbr-section-title {
  color: #000000;
}
.cid-u6zLoWpfmO .mbr-description {
  color: #ffffff;
}
.cid-u6zLCr929b {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6zLCr929b .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6zLCr929b img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6zLCr929b .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-u6zLCr929b .mbr-text {
  color: #000000;
}
.cid-u6zLCr929b .mbr-section-title {
  color: #000000;
}
.cid-u6zLCr929b .mbr-description {
  color: #ffffff;
}
.cid-u6zLRgWOxX {
  background-color: #ffffff;
}
.cid-u6zLRgWOxX .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-u6zLRgWOxX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6zLRgWOxX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6zLRgWOxX .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-u6zLRgWOxX .mbr-text {
  color: #000000;
}
.cid-u6zLRgWOxX .mbr-section-title {
  color: #000000;
}
.cid-u6zLRgWOxX .mbr-description {
  color: #ffffff;
}
.cid-u6zG5yPJHJ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/everglades-395cc-aerial-footer-2000-2000x764.webp");
}
.cid-u6zG5yPJHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6zG5yPJHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6zG5yZBXj {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-u6zG5yZBXj .logo-footer {
  line-height: normal;
}
.cid-u6zG5yZBXj .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-u6zG5yZBXj .copyright {
  display: flex;
  align-items: center;
}
.cid-u6zG5yZBXj .copyright .mbr-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-u6zG5yZBXj .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6zG5yZBXj .social-btns a:focus {
  text-decoration: none;
}
.cid-u6zG5yZBXj .social-btns .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-u6zG5yZBXj .copyrightPart {
  display: flex;
}
.cid-u6zG5yZBXj .copyrightPart .wrap {
  justify-content: space-between;
  color: #61728a;
}
.cid-u6zG5yZBXj .mbr-text {
  color: #ffffff;
}
.cid-u6zG5yZBXj .list-inline-item,
.cid-u6zG5yZBXj .mbr-list,
.cid-u6zG5yZBXj .first-column {
  color: #ffffff;
}
.cid-uI1xupoMD5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-uI1xupoMD5 .container,
  .cid-uI1xupoMD5 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uI1xupoMD5 .container .navbar-collapse,
  .cid-uI1xupoMD5 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
.cid-uI1xupoMD5 .container,
.cid-uI1xupoMD5 .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.cid-uI1xupoMD5 .container .navbar-collapse,
.cid-uI1xupoMD5 .container-fluid .navbar-collapse {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uI1xupoMD5 {
    flex-wrap: wrap;
  }
  .cid-uI1xupoMD5 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uI1xupoMD5 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uI1xupoMD5 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uI1xupoMD5 .btn {
  padding: 0.8rem 2rem;
}
.cid-uI1xupoMD5 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uI1xupoMD5 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ffc52b;
}
.cid-uI1xupoMD5 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uI1xupoMD5 nav.navbar {
  position: fixed;
}
.cid-uI1xupoMD5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI1xupoMD5 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI1xupoMD5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI1xupoMD5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI1xupoMD5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI1xupoMD5 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uI1xupoMD5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI1xupoMD5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uI1xupoMD5 .dropdown-menu,
.cid-uI1xupoMD5 .navbar.opened {
  background: #000000 !important;
}
.cid-uI1xupoMD5 .nav-item:focus,
.cid-uI1xupoMD5 .nav-link:focus {
  outline: none;
}
.cid-uI1xupoMD5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI1xupoMD5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI1xupoMD5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI1xupoMD5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI1xupoMD5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI1xupoMD5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI1xupoMD5 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uI1xupoMD5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uI1xupoMD5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI1xupoMD5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI1xupoMD5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI1xupoMD5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uI1xupoMD5 .navbar.collapsed {
  justify-content: center;
}
.cid-uI1xupoMD5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI1xupoMD5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI1xupoMD5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uI1xupoMD5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI1xupoMD5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI1xupoMD5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uI1xupoMD5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI1xupoMD5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI1xupoMD5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI1xupoMD5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI1xupoMD5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI1xupoMD5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI1xupoMD5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI1xupoMD5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uI1xupoMD5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI1xupoMD5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI1xupoMD5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI1xupoMD5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI1xupoMD5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI1xupoMD5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uI1xupoMD5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI1xupoMD5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI1xupoMD5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI1xupoMD5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI1xupoMD5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI1xupoMD5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI1xupoMD5 .dropdown-item.active,
.cid-uI1xupoMD5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI1xupoMD5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI1xupoMD5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI1xupoMD5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI1xupoMD5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uI1xupoMD5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI1xupoMD5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI1xupoMD5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI1xupoMD5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI1xupoMD5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI1xupoMD5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uI1xupoMD5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI1xupoMD5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI1xupoMD5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI1xupoMD5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI1xupoMD5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI1xupoMD5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI1xupoMD5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI1xupoMD5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI1xupoMD5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI1xupoMD5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI1xupoMD5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI1xupoMD5 .navbar {
    height: 70px;
  }
  .cid-uI1xupoMD5 .navbar.opened {
    height: auto;
  }
  .cid-uI1xupoMD5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI1xL5EaEB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uI1xL5EaEB .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uI1xL5EaEB .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-uI1xL5EaEB .card .wrapper {
  overflow: hidden;
}
.cid-uI1xL5EaEB .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-uI1xL5EaEB .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uI1xL5EaEB .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-uI1xL5EaEB .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uI1xL5EaEB .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-uI1xL5EaEB .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-uI1xL5EaEB .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-uI1xL5EaEB .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-uI1xL5EaEB .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-uI1xL5EaEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI1xL5EaEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI1xuq0L28 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-uI1xuq0L28 .logo-footer {
  line-height: normal;
}
.cid-uI1xuq0L28 .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uI1xuq0L28 .copyright {
  display: flex;
  align-items: center;
}
.cid-uI1xuq0L28 .copyright .mbr-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-uI1xuq0L28 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI1xuq0L28 .social-btns a:focus {
  text-decoration: none;
}
.cid-uI1xuq0L28 .social-btns .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-uI1xuq0L28 .copyrightPart {
  display: flex;
}
.cid-uI1xuq0L28 .copyrightPart .wrap {
  justify-content: space-between;
  color: #61728a;
}
.cid-uI1xuq0L28 .mbr-text {
  color: #ffffff;
}
.cid-uI1xuq0L28 .list-inline-item,
.cid-uI1xuq0L28 .mbr-list,
.cid-uI1xuq0L28 .first-column {
  color: #ffffff;
}
