body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #b1a374 !important;
}
.bg-warning {
  background-color: #282828 !important;
}
.bg-danger {
  background-color: #e4d295 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #282828 !important;
  border-color: #282828 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #020202 !important;
  border-color: #020202 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #020202 !important;
  border-color: #020202 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #282828;
  border-color: #282828;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #282828 !important;
  border-color: #282828 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #b1a374 !important;
}
.text-warning {
  color: #282828 !important;
}
.text-danger {
  color: #e4d295 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7a6e45 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cfaf44 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b1a374;
}
.alert-warning {
  background-color: #282828;
}
.alert-danger {
  background-color: #e4d295;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dfd9c6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dbdbdb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-ueCku0ofJI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ueCku0ofJI .mbr-text,
.cid-ueCku0ofJI blockquote {
  color: #767676;
}
.cid-uPFQm0BVTc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPFQm0BVTc .mbr-overlay {
  z-index: 1;
}
.cid-uPFQm0BVTc .carousel-caption {
  bottom: 40px;
}
.cid-uPFQm0BVTc .carousel-control .icon-next,
.cid-uPFQm0BVTc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPFQm0BVTc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQm0BVTc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uPFQm0BVTc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uPFQm0BVTc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPFQm0BVTc .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uPFQm0BVTc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPFQm0BVTc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPFQm0BVTc .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uPFQm0BVTc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPFQm0BVTc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPFQm0BVTc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uPFQm0BVTc .carousel-indicators li.active,
.cid-uPFQm0BVTc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uPFQm0BVTc .carousel-indicators li::after,
.cid-uPFQm0BVTc .carousel-indicators li::before {
  content: none;
}
.cid-uPFQm0BVTc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uPFQm0BVTc .carousel-indicators {
    display: none !important;
  }
}
.cid-uFn1TEMpCS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uFn1TEMpCS .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-uFn1TEMpCS .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uFn1TEMpCS .card_cont {
  -o-transition: all 4s;
  -ms-transition: all 4s;
  -moz-transition: all 4s;
  -webkit-transition: all 4s;
  transition: all 4s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-uFn1TEMpCS .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uFn1TEMpCS .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-uFn1TEMpCS .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #ffffff;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-uFn1TEMpCS .card {
  min-height: 300px;
}
.cid-uFn1TEMpCS .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-uFn1TEMpCS .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-uFn1TEMpCS .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-uFn1TEMpCS .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-uFn1TEMpCS P {
  color: #000000;
}
.cid-uFn1TEMpCS H4 {
  color: #000000;
}
.cid-uFn1TEMpCS .mbr-section-title {
  color: #ffffff;
}
.cid-uFn1V6zKpS {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uFn1V6zKpS .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uFn1V6zKpS .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uFn1V6zKpS .card_cont {
  -o-transition: all 4s;
  -ms-transition: all 4s;
  -moz-transition: all 4s;
  -webkit-transition: all 4s;
  transition: all 4s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-uFn1V6zKpS .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uFn1V6zKpS .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-uFn1V6zKpS .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #ffffff;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.cid-uFn1V6zKpS .card {
  min-height: 300px;
}
.cid-uFn1V6zKpS .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cid-uFn1V6zKpS .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.cid-uFn1V6zKpS .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-uFn1V6zKpS .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-uFn1V6zKpS H4 {
  color: #000000;
}
.cid-uFn1V6zKpS P {
  color: #000000;
}
.cid-ukaRnRmQF5 {
  background: #ffffff;
}
.cid-ukaRnRmQF5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ukaRnRmQF5 .mbr-figure {
  margin: 0 auto;
}
.cid-ukaRnRmQF5 figcaption {
  position: relative;
}
.cid-ukaRnRmQF5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ukaRnRmQF5 .image-block {
    width: 100% !important;
  }
}
.cid-uECSqEPe3x {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #000000;
}
.cid-uECSqEPe3x .images-container.container-fluid {
  padding: 0;
}
.cid-uECSqEPe3x .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uECSqEPe3x .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uECSqEPe3x .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uECSqEPe3x .media-container-row .img-item .img-caption {
  background: #000000;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uECSqEPe3x .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uECSqEPe3x .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uECSqEPe3x .img-item {
    width: 100% !important;
  }
  .cid-uECSqEPe3x .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uECSqEPe3x P {
  color: #ffffff;
}
.cid-ulXNwtTeip {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #000000, #ffffff);
}
.cid-ulXNwtTeip .image-block {
  margin: auto;
}
.cid-ulXNwtTeip .mbr-figure {
  margin: 0 auto;
}
.cid-ulXNwtTeip figcaption {
  position: relative;
}
.cid-ulXNwtTeip figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ulXNwtTeip .image-block {
    width: 100% !important;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-std1kwQ2BZ {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #0b2438;
}
.cid-std1kwQ2BZ .form-control,
.cid-std1kwQ2BZ .form-control:focus {
  background: #efefef;
  border: 1px solid #465052;
}
.cid-std1kwQ2BZ .form-container {
  transition: all .2s;
  border: 1px solid #465052;
  padding: 1rem;
  background: linear-gradient(#c1c1c1, #232323);
  border: none;
}
.cid-std1kwQ2BZ textarea.form-control {
  min-height: 188px;
}
.cid-std1kwQ2BZ .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-std1kwQ2BZ .content-container {
    padding-right: 5rem;
  }
}
.cid-std1kwQ2BZ H1 {
  color: #011121;
}
.cid-std1kwQ2BZ .mbr-text,
.cid-std1kwQ2BZ .mbr-section-btn {
  color: #ffffff;
}
.cid-std1kwQ2BZ LABEL {
  color: #ffffff;
}
.cid-std1kwQ2BZ H6 {
  color: #ffffff;
}
.cid-ukaRAYODAI {
  background: #ffffff;
}
.cid-ukaRAYODAI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ukaRAYODAI .mbr-figure {
  margin: 0 auto;
}
.cid-ukaRAYODAI figcaption {
  position: relative;
}
.cid-ukaRAYODAI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ukaRAYODAI .image-block {
    width: 100% !important;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-ufJZvJnayq {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufJZvJnayq .mbr-text,
.cid-ufJZvJnayq blockquote {
  color: #767676;
}
.cid-ufJZvJnayq .mbr-text {
  color: #ffffff;
}
.cid-ufCI5l0CJH {
  background: #000000;
}
.cid-ufCI5l0CJH .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-ufCI5l0CJH .video-block {
    width: 100% !important;
  }
}
.cid-ta7Ep4RmUW {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ta7Ep4RmUW .image-block {
  margin: auto;
}
.cid-ta7Ep4RmUW .mbr-figure {
  margin: 0 auto;
}
.cid-ta7Ep4RmUW figcaption {
  position: relative;
}
.cid-ta7Ep4RmUW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ta7Ep4RmUW .image-block {
    width: 100% !important;
  }
}
.cid-ta7Ep4RmUW .mbr-figure-caption div {
  text-align: right;
  color: #000000;
}
.cid-twochHfTYB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-twochHfTYB .mbr-section-subtitle {
  color: #0b2438;
}
.cid-twochHfTYB H2 {
  color: #232323;
}
.cid-ufyHZGavgm {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ufyHZGavgm .image-block {
  margin: auto;
}
.cid-ufyHZGavgm .mbr-figure {
  margin: 0 auto;
}
.cid-ufyHZGavgm figcaption {
  position: relative;
}
.cid-ufyHZGavgm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufyHZGavgm .image-block {
    width: 100% !important;
  }
}
.cid-ufyIHY6Adq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufyIHY6Adq .mbr-section-subtitle {
  color: #767676;
}
.cid-ufyK4MHq2w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-ufyK4MHq2w .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #efefef;
  color: #444444;
  padding: 0;
}
.cid-ufyK4MHq2w .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-ufyK4MHq2w p {
  line-height: 1.6;
}
.cid-ufyK4MHq2w .rev,
.cid-ufyK4MHq2w .mbr-iconfont {
  display: inline-block;
}
.cid-ufyK4MHq2w .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-ufyK4MHq2w .card-box {
  padding: 1.5rem;
}
.cid-ufyK4MHq2w .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-ufyK4MHq2w .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-ufyK4MHq2w .mbr-section-title,
.cid-ufyK4MHq2w .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-ufyK4MHq2w .rev {
  color: #0a1c44;
}
.cid-ufyK4MHq2w .card-text,
.cid-ufyK4MHq2w .mbr-section-btn,
.cid-ufyK4MHq2w .ico-line {
  color: #000000;
}
.cid-twstwBSyUU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-twstwBSyUU .main,
.cid-twstwBSyUU .main-reverse {
  margin: 0;
  background: #ffffff;
}
.cid-twstwBSyUU .text-element {
  background: #ffffff;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-twstwBSyUU .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-twstwBSyUU .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-twstwBSyUU .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-twstwBSyUU .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-twstwBSyUU .mbr-iconfont {
  font-size: 3rem;
  color: #b1a374;
}
@media (max-width: 991px) {
  .cid-twstwBSyUU .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-twstwBSyUU .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-twstwBSyUU .image-element,
  .cid-twstwBSyUU .text-element {
    margin-bottom: 0;
  }
  .cid-twstwBSyUU .main:first-child {
    padding-top: 0;
  }
}
.cid-twstwBSyUU .mbr-section-subtitle,
.cid-twstwBSyUU .card-text,
.cid-twstwBSyUU .mbr-section-btn {
  color: #8d97ad;
}
.cid-twstwBSyUU .mbr-section-title {
  text-align: center;
  color: #787324;
}
.cid-twstwBSyUU .mbr-title,
.cid-twstwBSyUU .card-img {
  color: #000000;
}
.cid-twstwBSyUU .card-text,
.cid-twstwBSyUU .mbr-section-btn {
  color: #232323;
}
.cid-ta7EwonPb9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ta7EwonPb9 .card-box {
  padding: 0 2rem;
}
.cid-ta7EwonPb9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ta7EwonPb9 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-ta7EwonPb9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-ta7EwonPb9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-ta7EwonPb9 .mbr-text {
  color: #000000;
}
.cid-ta7EwonPb9 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ta7EwonPb9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ufyKmFNt4l {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ufyKmFNt4l .image-block {
  margin: auto;
}
.cid-ufyKmFNt4l .mbr-figure {
  margin: 0 auto;
}
.cid-ufyKmFNt4l figcaption {
  position: relative;
}
.cid-ufyKmFNt4l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufyKmFNt4l .image-block {
    width: 100% !important;
  }
}
.cid-ufyKmFNt4l .mbr-figure-caption div {
  text-align: right;
  color: #000000;
}
.cid-ufyJ8jnBao {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufyJ8jnBao .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufyJ8jnBao .section-text {
  padding: 2rem 0;
}
.cid-ufyJ8jnBao .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufyJ8jnBao .inner-container {
    width: 100% !important;
  }
}
.cid-ta7EqGWL5k {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/edgewater-boats1-1988x1100-result.webp");
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-ucWelSQuWZ {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-ucWelSQuWZ .mbr-text,
.cid-ucWelSQuWZ blockquote {
  color: #767676;
}
.cid-ucW5xPnUFY {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-ucW5xPnUFY .mbr-section-subtitle {
  color: #767676;
}
.cid-ucW5xPnUFY .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tc09A2IMNW {
  background: #ffffff;
  background: linear-gradient(0deg, #000000, #ffffff);
}
.cid-tc09A2IMNW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tc09A2IMNW figcaption {
  position: relative;
}
.cid-tc09A2IMNW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tc09A2IMNW .image-block {
    width: 100% !important;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-ufJY0UOnKr {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufJY0UOnKr .mbr-text,
.cid-ufJY0UOnKr blockquote {
  color: #767676;
}
.cid-ufJY0UOnKr .mbr-text {
  color: #ffffff;
}
.cid-ueZMcQTAZV {
  background: #ffffff;
}
.cid-ueZMcQTAZV .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-ueZMcQTAZV .video-block {
    width: 100% !important;
  }
}
.cid-tAs9s7qsow {
  background-image: url("../../../assets/images/340cc-a-full-view-2000x1500.webp");
}
.cid-ufJWlpnjUG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufJWlpnjUG .mbr-section-subtitle {
  color: #232323;
}
.cid-tAs7ETv600 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAs7ETv600 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAs7ETv600 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAs7ETv600 .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tAs7ETv600 .container-fluid {
    padding: 0;
  }
}
.cid-tAs7ETv600 .container-fluid .row {
  padding: 0;
}
.cid-tAs7ETv600 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tAs7ETv600 .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-tAs7ETv600 .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-tAs7ETv600 .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-tAs7ETv600 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tAs7ETv600 .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-tAs7ETv600 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tAs7ETv600 .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tAs7ETv600 .image-wrapper img {
    height: 400px;
  }
}
.cid-tAs7ETv600 .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-tAs7ETv600 .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tAs7ETv600 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tAs7ETv600 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-rFNd5XVkku {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rFNd5XVkku p {
  color: #767676;
}
.cid-rFNd5XVkku .mbr-section-subtitle {
  color: #767676;
}
.cid-rFNd5XVkku .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rFNd5XVkku .panel-group {
  width: 100%;
}
.cid-rFNd5XVkku .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rFNd5XVkku .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rFNd5XVkku .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rFNd5XVkku .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rFNd5XVkku .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rFNd5XVkku .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rFNd5XVkku .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-rFNd5XVkku .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tAs8JMLU7C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/edgewater-262cx-transom-rod-holders-1680x1120.webp");
}
.cid-tAs8JMLU7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAs8JMLU7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAs8JMLU7C .mbr-section-btn {
  margin-top: 10rem;
}
.cid-tAs8JMLU7C .mbr-section-title {
  color: #000000;
}
.cid-tAs8JMLU7C .mbr-section-subtitle {
  color: #000000;
}
.cid-tAs8JMLU7C .btn {
  padding: 2rem 6rem;
  color: #ffffff;
}
.cid-tAs8JMLU7C .btn:hover,
.cid-tAs8JMLU7C .btn:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-rFNd5Z448v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-rFNd5Z448v p {
  color: #767676;
}
.cid-rFNd5Z448v .mbr-section-subtitle {
  color: #767676;
}
.cid-rFNd5Z448v .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rFNd5Z448v .panel-group {
  width: 100%;
}
.cid-rFNd5Z448v .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rFNd5Z448v .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rFNd5Z448v .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rFNd5Z448v .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rFNd5Z448v .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rFNd5Z448v .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rFNd5Z448v .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-rFNd5Z448v .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-rFNd5Z448v .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rFNd5Z448v .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-tAs8RK2n2I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tAs8RK2n2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAs8RK2n2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAs8RK2n2I .icon-wrapper .mbr-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .cid-tAs8RK2n2I .icon-wrapper .mbr-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tAs8RK2n2I .text-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tAs8RK2n2I .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tAs8RK2n2I .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tAs8RK2n2I .image-wrapper img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #ffffff;
  border-radius: 10px;
}
.cid-tAs8RK2n2I .mbr-section-title,
.cid-tAs8RK2n2I .mbr-iconfont {
  color: #101511;
}
.cid-tAs8RK2n2I .mbr-text {
  color: #6e716f;
}
#custom-html-xd {
  /* Type valid CSS here */
}
#custom-html-xd div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xd p {
  font-size: 60px;
  color: #777;
}
.cid-uh1VdRsOAk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uh1VdRsOAk .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uh1VdRsOAk .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uh1VdRsOAk .mbr-text {
  color: #767676;
}
.cid-rFYITPCLUi {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rFYITPCLUi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rFYITPCLUi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rFYITPCLUi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rFYITPCLUi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rFYITPCLUi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #021e3b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #021e3b, #45505b) !important;
}
.cid-rFYITPCLUi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rFYITPCLUi .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rFYITPCLUi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rFYITPCLUi .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #021e3b !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #021e3b, #45505b) !important;
}
.cid-ufJXfioXHL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ufJXfioXHL .mbr-text,
.cid-ufJXfioXHL blockquote {
  color: #465052;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-ufK0q0lF7s {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufK0q0lF7s .mbr-text,
.cid-ufK0q0lF7s blockquote {
  color: #767676;
}
.cid-ufK0q0lF7s .mbr-text {
  color: #ffffff;
}
.cid-ueZMDIcl8b {
  background: #ffffff;
}
.cid-ueZMDIcl8b .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-ueZMDIcl8b .video-block {
    width: 100% !important;
  }
}
.cid-tAr5v5VCQU {
  background-image: url("../../../assets/images/edgewater-boats1-1988x1100.webp");
}
.cid-tAr5v5VCQU H1 {
  text-align: right;
}
.cid-tAr5v5VCQU .mbr-text,
.cid-tAr5v5VCQU .mbr-section-btn {
  text-align: right;
}
.cid-srdnNnv8R2 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srdnNnv8R2 h2 {
  text-align: left;
}
.cid-srdnNnv8R2 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-srdnNnv8R2 p {
  color: #767676;
  text-align: left;
}
.cid-srdnNnv8R2 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-srdnNnv8R2 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-srdnNnv8R2 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srdnNnv8R2 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-srdnNnv8R2 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-srdnNnv8R2 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-srdnNnv8R2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-srdnNnv8R2 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-srdnNnv8R2 .card-img span {
    font-size: 40px !important;
  }
}
.cid-srdnNnv8R2 .mbr-text {
  color: #000000;
}
.cid-rmFDKnuDHD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rmFDKnuDHD p {
  color: #767676;
}
.cid-rmFDKnuDHD .mbr-section-subtitle {
  color: #767676;
}
.cid-rmFDKnuDHD .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rmFDKnuDHD .panel-group {
  width: 100%;
}
.cid-rmFDKnuDHD .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rmFDKnuDHD .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rmFDKnuDHD .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rmFDKnuDHD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rmFDKnuDHD .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rmFDKnuDHD .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rmFDKnuDHD .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-rmFDKnuDHD .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-rmFDKnuDHD .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rmFDKnuDHD .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-ufK1W4BE0p {
  background: #ffffff;
}
.cid-ufK1W4BE0p .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ufK1W4BE0p figcaption {
  position: relative;
}
.cid-ufK1W4BE0p figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufK1W4BE0p .image-block {
    width: 100% !important;
  }
}
.cid-ufK1OApDzh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ufK1OApDzh .card {
  align-self: stretch;
}
.cid-ufK1OApDzh .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-ufK1OApDzh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ufK1OApDzh p {
  color: #767676;
  text-align: left;
}
.cid-ufK1OApDzh .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ufK1OApDzh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ufK1OApDzh .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#custom-html-xe {
  /* Type valid CSS here */
}
#custom-html-xe div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xe p {
  font-size: 60px;
  color: #777;
}
.cid-uh1TpzaCKi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uh1TpzaCKi .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uh1TpzaCKi .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uh1TpzaCKi .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-ufK2VzkVLg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufK2VzkVLg .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufK2VzkVLg .section-text {
  padding: 2rem 0;
}
.cid-ufK2VzkVLg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufK2VzkVLg .inner-container {
    width: 100% !important;
  }
}
.cid-tidTBbxwXE {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tidTBbxwXE .image-block {
  margin: auto;
}
.cid-tidTBbxwXE .mbr-figure {
  margin: 0 auto;
}
.cid-tidTBbxwXE figcaption {
  position: relative;
}
.cid-tidTBbxwXE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tidTBbxwXE .image-block {
    width: 100% !important;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-twyCo9oRFK {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-twyCo9oRFK .mbr-section-subtitle {
  color: #491414;
}
.cid-twyCo9oRFK H2 {
  color: #1d5356;
}
.cid-twyAkBFwnG {
  background: #ffffff;
}
.cid-twyAkBFwnG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-twyAkBFwnG .mbr-figure {
  margin: 0 auto;
}
.cid-twyAkBFwnG figcaption {
  position: relative;
}
.cid-twyAkBFwnG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-twyAkBFwnG .image-block {
    width: 100% !important;
  }
}
.cid-twyAkBFwnG .mbr-figure-caption div {
  text-align: right;
}
.cid-twyJqdXXpY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twyJqdXXpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-twyJqdXXpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twyJqdXXpY .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-twyJqdXXpY .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-twyJqdXXpY .mbr-section-title {
  color: #1d5356;
  text-align: center;
}
.cid-twyJqdXXpY .mbr-text {
  color: #491414;
  text-align: center;
}
.cid-twK16DO8vV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-twK16DO8vV .mbr-fallback-image.disabled {
  display: none;
}
.cid-twK16DO8vV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-twK16DO8vV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twK16DO8vV img {
  border-radius: 3rem;
}
.cid-twK16DO8vV .row {
  align-items: center;
}
.cid-twK16DO8vV .mbr-section-title {
  color: #1d5356;
}
.cid-twK16DO8vV .mbr-text,
.cid-twK16DO8vV .mbr-section-btn {
  color: #491414;
}
.cid-twK16DO8vV .mbr-section-subtitle {
  color: #491414;
}
.cid-twyEopKot1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twyEopKot1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twyEopKot1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-twyEopKot1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twyEopKot1 img {
  border-radius: 3rem;
}
.cid-twyEopKot1 .row {
  align-items: center;
}
.cid-twyEopKot1 .mbr-section-title {
  color: #1d5356;
}
.cid-twyEopKot1 .mbr-text,
.cid-twyEopKot1 .mbr-section-btn {
  color: #491414;
}
.cid-twyEopKot1 .mbr-section-subtitle {
  color: #491414;
}
.cid-twyEpzRK9z {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc4502-455cc-web-1-1000x663.webp");
}
.cid-twyEpzRK9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-twyEpzRK9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twyEpzRK9z .row {
  position: relative;
  padding: 6rem 4rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-twyEpzRK9z .row {
    padding: 2rem 1rem;
  }
}
.cid-twyEpzRK9z .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  border-radius: 3rem;
  height: 100%;
  background: #ffffff;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-twyEpzRK9z .row:before {
    width: 100%;
  }
}
.cid-twyEpzRK9z .row .col-12 {
  position: relative;
}
.cid-twyEpzRK9z .mbr-section-title {
  color: #ffffff;
}
.cid-twyEpzRK9z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-twyEpzRK9z .mbr-text,
.cid-twyEpzRK9z .mbr-section-btn {
  color: #ffffff;
}
.cid-twyGhA5Ewx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twyGhA5Ewx .mbr-fallback-image.disabled {
  display: none;
}
.cid-twyGhA5Ewx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-twyGhA5Ewx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twyGhA5Ewx img {
  border-radius: 3rem;
}
.cid-twyGhA5Ewx .row {
  align-items: center;
}
.cid-twyGhA5Ewx .mbr-section-title {
  color: #1d5356;
}
.cid-twyGhA5Ewx .mbr-text,
.cid-twyGhA5Ewx .mbr-section-btn {
  color: #491414;
}
.cid-twyGhA5Ewx .mbr-section-subtitle {
  color: #491414;
}
.cid-twyHjeKSrQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-twyHjeKSrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-twyHjeKSrQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twyHjeKSrQ .row.card {
  padding: 0 90px;
  background-color: #101511;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .cid-twyHjeKSrQ .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.cid-twyHjeKSrQ .row.card .subtitle-wrapper {
  margin: -25px 0 0 0;
  transform: rotate(-5deg);
  background-color: #eafa72;
  border-radius: 17px;
  padding: 20px;
}
.cid-twyHjeKSrQ .row.card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-twyHjeKSrQ .row.card .mbr-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .cid-twyHjeKSrQ .row.card .mbr-section-title {
    margin: 32px 0 0 0;
  }
}
.cid-twyHjeKSrQ .row.card .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .cid-twyHjeKSrQ .row.card .image-wrapper {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-twyHjeKSrQ .row.card .image-wrapper {
    display: block;
  }
}
.cid-twyHjeKSrQ .row.card .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-twyHjeKSrQ .row.card .image-wrapper img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .cid-twyHjeKSrQ .row.card .image-wrapper img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.cid-twyHjeKSrQ .row.card .image-wrapper img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .cid-twyHjeKSrQ .row.card .image-wrapper img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.cid-twyHjeKSrQ .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-twyHjeKSrQ .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.cid-twyHjeKSrQ .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.cid-twyHjeKSrQ .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #eafa72;
  transition: all .3s ease;
}
.cid-twyHjeKSrQ .row.card .text-wrapper .mbr-text {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.cid-twyHjeKSrQ .row.card .text-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-twyHjeKSrQ .mbr-section-title {
  color: #ffffff;
}
.cid-twyHjeKSrQ .mbr-section-subtitle {
  color: #101511;
  text-align: center;
}
.cid-twyHjeKSrQ .mbr-text {
  color: #6e716f;
}
.cid-twyHjeKSrQ .mbr-text,
.cid-twyHjeKSrQ .mbr-section-btn {
  color: #ffffff;
}
.cid-twyAkCTn7s {
  background-image: url("../../../assets/images/edgewater-370cc-evening.webp");
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-tyWOCfB5ah {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyWOCfB5ah .mbr-section-subtitle {
  color: #767676;
}
.cid-tyWOCg5w0Q {
  background-image: url("../../../assets/images/passengers-underway-1000x663.webp");
}
.cid-tyWOCgmgov {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyWOCgmgov h2 {
  text-align: left;
}
.cid-tyWOCgmgov h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tyWOCgmgov p {
  color: #767676;
  text-align: left;
}
.cid-tyWOCgmgov .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tyWOCgmgov .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyWOCgmgov .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyWOCgmgov .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyWOCgmgov .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyWOCgmgov .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyWOCgmgov .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tyWOCgmgov .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tyWOCgmgov .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyWOCgmgov H2 {
  color: #787324;
}
.cid-tyWOCgmgov H1 {
  color: #232323;
}
.cid-tyWOCgSLjX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyWOCgSLjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyWOCgSLjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyWOCgSLjX .icon-wrapper .mbr-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .cid-tyWOCgSLjX .icon-wrapper .mbr-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tyWOCgSLjX .text-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tyWOCgSLjX .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tyWOCgSLjX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tyWOCgSLjX .image-wrapper img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #ffffff;
  border-radius: 10px;
}
.cid-tyWOCgSLjX .mbr-section-title,
.cid-tyWOCgSLjX .mbr-iconfont {
  color: #101511;
}
.cid-tyWOCgSLjX .mbr-text {
  color: #6e716f;
}
.cid-tyWOCh4oIN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tyWOCh4oIN .main,
.cid-tyWOCh4oIN .main-reverse {
  margin: 0;
  background: #ffffff;
}
.cid-tyWOCh4oIN .text-element {
  background: #ffffff;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-tyWOCh4oIN .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tyWOCh4oIN .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tyWOCh4oIN .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-tyWOCh4oIN .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-tyWOCh4oIN .mbr-iconfont {
  font-size: 3rem;
  color: #b1a374;
}
@media (max-width: 991px) {
  .cid-tyWOCh4oIN .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-tyWOCh4oIN .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-tyWOCh4oIN .image-element,
  .cid-tyWOCh4oIN .text-element {
    margin-bottom: 0;
  }
  .cid-tyWOCh4oIN .main:first-child {
    padding-top: 0;
  }
}
.cid-tyWOCh4oIN .mbr-section-subtitle,
.cid-tyWOCh4oIN .card-text,
.cid-tyWOCh4oIN .mbr-section-btn {
  color: #8d97ad;
}
.cid-tyWOCh4oIN .mbr-section-title {
  text-align: center;
  color: #787324;
}
.cid-tyWOCh4oIN .mbr-title,
.cid-tyWOCh4oIN .card-img {
  color: #000000;
}
.cid-tyWOCh4oIN .card-text,
.cid-tyWOCh4oIN .mbr-section-btn {
  color: #232323;
}
.cid-tyWOChCZ4s {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tyWOChCZ4s .mbr-section-subtitle {
  color: #767676;
}
.cid-tyWOChCZ4s H2 {
  color: #787324;
}
.cid-tyWOChNQQz {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tyWOChNQQz .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-tyWOChNQQz .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tyWOChNQQz .image-block:hover:before {
  opacity: 0;
}
.cid-tyWOChNQQz .image-block:hover .wrap {
  opacity: 1;
}
.cid-tyWOChNQQz .image-block:hover img {
  transform: scale(1.05);
}
.cid-tyWOChNQQz h4 {
  letter-spacing: 2px;
}
.cid-tyWOChNQQz figcaption {
  position: relative;
}
.cid-tyWOChNQQz figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tyWOChNQQz img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyWOChNQQz .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tyWOChNQQz .wrap {
    opacity: 1!important;
  }
  .cid-tyWOChNQQz .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tyWQYwJCH8 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-tyWQYwJCH8 p {
  color: #767676;
}
.cid-tyWQYwJCH8 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tyWQYwJCH8 .toggle-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tyWQYwJCH8 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tyWQYwJCH8 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tyWQYwJCH8 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
}
.cid-tyWQYwJCH8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tyWQYwJCH8 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tyWQYwJCH8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tyWQYwJCH8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
}
@media (max-width: 991px) {
  .cid-tyWQYwJCH8 .mbr-figure {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tyWQYwJCH8 .mbr-figure {
    padding-left: 4rem;
  }
}
.cid-tyWQYwJCH8 H2 {
  text-align: center;
}
.cid-tyWOCilZAy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tyWOCilZAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyWOCilZAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyWOCilZAy img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tyWOCilZAy img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tyWOCilZAy .row {
  flex-direction: row-reverse;
}
.cid-tyWOCilZAy .row {
  align-items: center;
}
.cid-tyWOCilZAy .mbr-section-title {
  color: #232323;
}
.cid-tyWOCilZAy .mbr-text,
.cid-tyWOCilZAy .mbr-section-btn {
  color: #232323;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-tyWUu7rcUI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyWUu7rcUI .mbr-section-subtitle {
  color: #767676;
}
.cid-tyWUu7Po94 {
  background-image: url("../../../assets/images/395cc-gallery34-1000x663.webp");
}
.cid-tyWUu80bCw {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyWUu80bCw h2 {
  text-align: left;
}
.cid-tyWUu80bCw h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tyWUu80bCw p {
  color: #767676;
  text-align: left;
}
.cid-tyWUu80bCw .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tyWUu80bCw .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyWUu80bCw .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyWUu80bCw .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyWUu80bCw .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyWUu80bCw .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyWUu80bCw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tyWUu80bCw .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tyWUu80bCw .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyWUu80bCw H2 {
  color: #787324;
}
.cid-tyWUu80bCw H1 {
  color: #0b2438;
}
.cid-tyWUu8hc7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyWUu8hc7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyWUu8hc7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyWUu8hc7U .icon-wrapper .mbr-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .cid-tyWUu8hc7U .icon-wrapper .mbr-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tyWUu8hc7U .text-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tyWUu8hc7U .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tyWUu8hc7U .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tyWUu8hc7U .image-wrapper img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #ffffff;
  border-radius: 10px;
}
.cid-tyWUu8hc7U .mbr-section-title,
.cid-tyWUu8hc7U .mbr-iconfont {
  color: #101511;
}
.cid-tyWUu8hc7U .mbr-text {
  color: #6e716f;
}
.cid-tyWUu8rPLe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tyWUu8rPLe .main,
.cid-tyWUu8rPLe .main-reverse {
  margin: 0;
  background: #ffffff;
}
.cid-tyWUu8rPLe .text-element {
  background: #ffffff;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-tyWUu8rPLe .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tyWUu8rPLe .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tyWUu8rPLe .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-tyWUu8rPLe .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-tyWUu8rPLe .mbr-iconfont {
  font-size: 3rem;
  color: #b1a374;
}
@media (max-width: 991px) {
  .cid-tyWUu8rPLe .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-tyWUu8rPLe .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-tyWUu8rPLe .image-element,
  .cid-tyWUu8rPLe .text-element {
    margin-bottom: 0;
  }
  .cid-tyWUu8rPLe .main:first-child {
    padding-top: 0;
  }
}
.cid-tyWUu8rPLe .mbr-section-subtitle,
.cid-tyWUu8rPLe .card-text,
.cid-tyWUu8rPLe .mbr-section-btn {
  color: #8d97ad;
}
.cid-tyWUu8rPLe .mbr-section-title {
  text-align: center;
  color: #787324;
}
.cid-tyWUu8rPLe .mbr-title,
.cid-tyWUu8rPLe .card-img {
  color: #000000;
}
.cid-tyWUu8rPLe .card-text,
.cid-tyWUu8rPLe .mbr-section-btn {
  color: #232323;
}
.cid-tyWUu8Ohy4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tyWUu8Ohy4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tyWUu8Ohy4 H2 {
  color: #787324;
}
.cid-tyWUu8Vjzl {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tyWUu8Vjzl .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-tyWUu8Vjzl .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tyWUu8Vjzl .image-block:hover:before {
  opacity: 0;
}
.cid-tyWUu8Vjzl .image-block:hover .wrap {
  opacity: 1;
}
.cid-tyWUu8Vjzl .image-block:hover img {
  transform: scale(1.05);
}
.cid-tyWUu8Vjzl h4 {
  letter-spacing: 2px;
}
.cid-tyWUu8Vjzl figcaption {
  position: relative;
}
.cid-tyWUu8Vjzl figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tyWUu8Vjzl img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyWUu8Vjzl .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tyWUu8Vjzl .wrap {
    opacity: 1!important;
  }
  .cid-tyWUu8Vjzl .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-ufUj81Sy2P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufUj81Sy2P .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufUj81Sy2P .section-text {
  padding: 2rem 0;
}
.cid-ufUj81Sy2P .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufUj81Sy2P .inner-container {
    width: 100% !important;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-tyWZQeJedx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyWZQeJedx .mbr-section-subtitle {
  color: #767676;
}
.cid-tyWZQf4wFL {
  background-image: url("../../../assets/images/295cc-gallery22-1000x663.webp");
}
.cid-tyWZQfflpg {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyWZQfflpg h2 {
  text-align: left;
}
.cid-tyWZQfflpg h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tyWZQfflpg p {
  color: #767676;
  text-align: left;
}
.cid-tyWZQfflpg .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tyWZQfflpg .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyWZQfflpg .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyWZQfflpg .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyWZQfflpg .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyWZQfflpg .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyWZQfflpg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tyWZQfflpg .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tyWZQfflpg .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyWZQfflpg H2 {
  color: #787324;
}
.cid-tyWZQfflpg H1 {
  color: #0b2438;
}
.cid-tyWZQfxdD8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyWZQfxdD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyWZQfxdD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyWZQfxdD8 .icon-wrapper .mbr-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .cid-tyWZQfxdD8 .icon-wrapper .mbr-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tyWZQfxdD8 .text-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tyWZQfxdD8 .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tyWZQfxdD8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tyWZQfxdD8 .image-wrapper img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #ffffff;
  border-radius: 10px;
}
.cid-tyWZQfxdD8 .mbr-section-title,
.cid-tyWZQfxdD8 .mbr-iconfont {
  color: #101511;
}
.cid-tyWZQfxdD8 .mbr-text {
  color: #6e716f;
}
.cid-tyWZQfHPfK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tyWZQfHPfK .main,
.cid-tyWZQfHPfK .main-reverse {
  margin: 0;
  background: #ffffff;
}
.cid-tyWZQfHPfK .text-element {
  background: #ffffff;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-tyWZQfHPfK .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tyWZQfHPfK .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tyWZQfHPfK .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-tyWZQfHPfK .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-tyWZQfHPfK .mbr-iconfont {
  font-size: 3rem;
  color: #b1a374;
}
@media (max-width: 991px) {
  .cid-tyWZQfHPfK .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-tyWZQfHPfK .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-tyWZQfHPfK .image-element,
  .cid-tyWZQfHPfK .text-element {
    margin-bottom: 0;
  }
  .cid-tyWZQfHPfK .main:first-child {
    padding-top: 0;
  }
}
.cid-tyWZQfHPfK .mbr-section-subtitle,
.cid-tyWZQfHPfK .card-text,
.cid-tyWZQfHPfK .mbr-section-btn {
  color: #8d97ad;
}
.cid-tyWZQfHPfK .mbr-section-title {
  text-align: center;
  color: #787324;
}
.cid-tyWZQfHPfK .mbr-title,
.cid-tyWZQfHPfK .card-img {
  color: #000000;
}
.cid-tyWZQfHPfK .card-text,
.cid-tyWZQfHPfK .mbr-section-btn {
  color: #232323;
}
.cid-tyWZQg3RtQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tyWZQg3RtQ .mbr-section-subtitle {
  color: #767676;
}
.cid-tyWZQg3RtQ H2 {
  color: #787324;
}
.cid-tyWZQgbsqy {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tyWZQgbsqy .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-tyWZQgbsqy .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tyWZQgbsqy .image-block:hover:before {
  opacity: 0;
}
.cid-tyWZQgbsqy .image-block:hover .wrap {
  opacity: 1;
}
.cid-tyWZQgbsqy .image-block:hover img {
  transform: scale(1.05);
}
.cid-tyWZQgbsqy h4 {
  letter-spacing: 2px;
}
.cid-tyWZQgbsqy figcaption {
  position: relative;
}
.cid-tyWZQgbsqy figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tyWZQgbsqy img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyWZQgbsqy .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tyWZQgbsqy .wrap {
    opacity: 1!important;
  }
  .cid-tyWZQgbsqy .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-ufUm71vxcW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ufUm71vxcW .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufUm71vxcW .section-text {
  padding: 2rem 0;
}
.cid-ufUm71vxcW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufUm71vxcW .inner-container {
    width: 100% !important;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-tz1nsnYi8O {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tz1nsnYi8O .mbr-section-subtitle {
  color: #491414;
}
.cid-tz1nsnYi8O H2 {
  color: #1d5356;
}
.cid-tz1nsoisn4 {
  background: #ffffff;
}
.cid-tz1nsoisn4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tz1nsoisn4 .mbr-figure {
  margin: 0 auto;
}
.cid-tz1nsoisn4 figcaption {
  position: relative;
}
.cid-tz1nsoisn4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tz1nsoisn4 .image-block {
    width: 100% !important;
  }
}
.cid-tz1nsoisn4 .mbr-figure-caption div {
  text-align: right;
}
.cid-tz1nsosNvt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tz1nsosNvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1nsosNvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz1nsosNvt .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tz1nsosNvt .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-tz1nsosNvt .mbr-section-title {
  color: #1d5356;
  text-align: center;
}
.cid-tz1nsosNvt .mbr-text {
  color: #491414;
  text-align: center;
}
.cid-tz1nsoFXgr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tz1nsoFXgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1nsoFXgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tz1nsoFXgr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tz1nsoFXgr img {
  border-radius: 3rem;
}
.cid-tz1nsoFXgr .row {
  align-items: center;
}
.cid-tz1nsoFXgr .mbr-section-title {
  color: #1d5356;
}
.cid-tz1nsoFXgr .mbr-text,
.cid-tz1nsoFXgr .mbr-section-btn {
  color: #491414;
}
.cid-tz1nsoFXgr .mbr-section-subtitle {
  color: #491414;
}
.cid-tz1nsoPAN7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tz1nsoPAN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1nsoPAN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tz1nsoPAN7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tz1nsoPAN7 img {
  border-radius: 3rem;
}
.cid-tz1nsoPAN7 .row {
  align-items: center;
}
.cid-tz1nsoPAN7 .mbr-section-title {
  color: #1d5356;
}
.cid-tz1nsoPAN7 .mbr-text,
.cid-tz1nsoPAN7 .mbr-section-btn {
  color: #491414;
}
.cid-tz1nsoPAN7 .mbr-section-subtitle {
  color: #491414;
}
.cid-tz1nsoZ8pM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/42-extra-fuel-port-stbd-1024x687-copy-1024x687.webp");
}
.cid-tz1nsoZ8pM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1nsoZ8pM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz1nsoZ8pM .row {
  position: relative;
  padding: 6rem 4rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tz1nsoZ8pM .row {
    padding: 2rem 1rem;
  }
}
.cid-tz1nsoZ8pM .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  border-radius: 3rem;
  height: 100%;
  background: #ffffff;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-tz1nsoZ8pM .row:before {
    width: 100%;
  }
}
.cid-tz1nsoZ8pM .row .col-12 {
  position: relative;
}
.cid-tz1nsoZ8pM .mbr-section-title {
  color: #ffffff;
}
.cid-tz1nsoZ8pM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tz1nsoZ8pM .mbr-text,
.cid-tz1nsoZ8pM .mbr-section-btn {
  color: #ffffff;
}
.cid-tz1nsp9lOC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tz1nsp9lOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1nsp9lOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tz1nsp9lOC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tz1nsp9lOC img {
  border-radius: 3rem;
}
.cid-tz1nsp9lOC .row {
  align-items: center;
}
.cid-tz1nsp9lOC .mbr-section-title {
  color: #1d5356;
}
.cid-tz1nsp9lOC .mbr-text,
.cid-tz1nsp9lOC .mbr-section-btn {
  color: #491414;
}
.cid-tz1nsp9lOC .mbr-section-subtitle {
  color: #491414;
}
.cid-tz1vThsjVF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tz1vThsjVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1vThsjVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tz1vThsjVF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tz1vThsjVF img {
  border-radius: 3rem;
}
.cid-tz1vThsjVF .row {
  align-items: center;
}
.cid-tz1vThsjVF .mbr-section-title {
  color: #1d5356;
}
.cid-tz1vThsjVF .mbr-text,
.cid-tz1vThsjVF .mbr-section-btn {
  color: #491414;
}
.cid-tz1vThsjVF .mbr-section-subtitle {
  color: #491414;
}
.cid-tz1vTMxCdx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tz1vTMxCdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1vTMxCdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tz1vTMxCdx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tz1vTMxCdx img {
  border-radius: 3rem;
}
.cid-tz1vTMxCdx .row {
  align-items: center;
}
.cid-tz1vTMxCdx .mbr-section-title {
  color: #1d5356;
}
.cid-tz1vTMxCdx .mbr-text,
.cid-tz1vTMxCdx .mbr-section-btn {
  color: #491414;
}
.cid-tz1vTMxCdx .mbr-section-subtitle {
  color: #491414;
}
.cid-tz1vUebJ5N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tz1vUebJ5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1vUebJ5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tz1vUebJ5N .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tz1vUebJ5N img {
  border-radius: 3rem;
}
.cid-tz1vUebJ5N .row {
  align-items: center;
}
.cid-tz1vUebJ5N .mbr-section-title {
  color: #1d5356;
}
.cid-tz1vUebJ5N .mbr-text,
.cid-tz1vUebJ5N .mbr-section-btn {
  color: #491414;
}
.cid-tz1vUebJ5N .mbr-section-subtitle {
  color: #491414;
}
.cid-tz1vUHKPD7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tz1vUHKPD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1vUHKPD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tz1vUHKPD7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tz1vUHKPD7 img {
  border-radius: 3rem;
}
.cid-tz1vUHKPD7 .row {
  align-items: center;
}
.cid-tz1vUHKPD7 .mbr-section-title {
  color: #1d5356;
}
.cid-tz1vUHKPD7 .mbr-text,
.cid-tz1vUHKPD7 .mbr-section-btn {
  color: #491414;
}
.cid-tz1vUHKPD7 .mbr-section-subtitle {
  color: #491414;
}
.cid-tz1IxzCEuq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tz1IxzCEuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1IxzCEuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tz1IxzCEuq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tz1IxzCEuq img {
  border-radius: 3rem;
}
.cid-tz1IxzCEuq .row {
  align-items: center;
}
.cid-tz1IxzCEuq .mbr-section-title {
  color: #1d5356;
}
.cid-tz1IxzCEuq .mbr-text,
.cid-tz1IxzCEuq .mbr-section-btn {
  color: #491414;
}
.cid-tz1IxzCEuq .mbr-section-subtitle {
  color: #491414;
}
.cid-tz1IyatNtR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tz1IyatNtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1IyatNtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tz1IyatNtR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tz1IyatNtR img {
  border-radius: 3rem;
}
.cid-tz1IyatNtR .row {
  align-items: center;
}
.cid-tz1IyatNtR .mbr-section-title {
  color: #1d5356;
}
.cid-tz1IyatNtR .mbr-text,
.cid-tz1IyatNtR .mbr-section-btn {
  color: #491414;
}
.cid-tz1IyatNtR .mbr-section-subtitle {
  color: #491414;
}
.cid-tz1nspitsW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tz1nspitsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1nspitsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz1nspitsW .row.card {
  padding: 0 90px;
  background-color: #101511;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .cid-tz1nspitsW .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.cid-tz1nspitsW .row.card .subtitle-wrapper {
  margin: -25px 0 0 0;
  transform: rotate(-5deg);
  background-color: #eafa72;
  border-radius: 17px;
  padding: 20px;
}
.cid-tz1nspitsW .row.card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-tz1nspitsW .row.card .mbr-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tz1nspitsW .row.card .mbr-section-title {
    margin: 32px 0 0 0;
  }
}
.cid-tz1nspitsW .row.card .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .cid-tz1nspitsW .row.card .image-wrapper {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tz1nspitsW .row.card .image-wrapper {
    display: block;
  }
}
.cid-tz1nspitsW .row.card .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-tz1nspitsW .row.card .image-wrapper img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .cid-tz1nspitsW .row.card .image-wrapper img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.cid-tz1nspitsW .row.card .image-wrapper img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .cid-tz1nspitsW .row.card .image-wrapper img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.cid-tz1nspitsW .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tz1nspitsW .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.cid-tz1nspitsW .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.cid-tz1nspitsW .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #eafa72;
  transition: all .3s ease;
}
.cid-tz1nspitsW .row.card .text-wrapper .mbr-text {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.cid-tz1nspitsW .row.card .text-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tz1nspitsW .mbr-section-title {
  color: #ffffff;
}
.cid-tz1nspitsW .mbr-section-subtitle {
  color: #101511;
  text-align: center;
}
.cid-tz1nspitsW .mbr-text {
  color: #6e716f;
}
.cid-tz1nspitsW .mbr-text,
.cid-tz1nspitsW .mbr-section-btn {
  color: #ffffff;
}
.cid-tz1nspvDD1 {
  background-image: url("../../../assets/images/edgewater-370cc-evening.webp");
}
.cid-tz1JyKinCM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tz1JyKinCM .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz1JyKinCM .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-tz1JyKinCM .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-u6A0pp5vX6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u6A0pp5vX6 .mbr-section-subtitle {
  color: #767676;
}
.cid-u6A31j8UxD {
  background: #ffffff;
}
.cid-u6A31j8UxD .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-u6A31j8UxD .video-block {
    width: 100% !important;
  }
}
.cid-u6Ac1unZcI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/everglades-335cc-new-1971x919.webp");
}
.cid-u6Ac1unZcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Ac1unZcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Ac1unZcI .row {
  position: relative;
  padding: 6rem 4rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u6Ac1unZcI .row {
    padding: 2rem 1rem;
  }
}
.cid-u6Ac1unZcI .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  border-radius: 3rem;
  height: 100%;
  background: #ffffff;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-u6Ac1unZcI .row:before {
    width: 100%;
  }
}
.cid-u6Ac1unZcI .row .col-12 {
  position: relative;
}
.cid-u6Ac1unZcI .mbr-section-title {
  color: #080808;
}
.cid-u6Ac1unZcI .mbr-section-subtitle {
  color: #080808;
}
.cid-u6Ac1unZcI .mbr-text,
.cid-u6Ac1unZcI .mbr-section-btn {
  color: #080808;
}
.cid-ufUnRMbfUP {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ufUnRMbfUP .image-block {
  margin: auto;
}
.cid-ufUnRMbfUP .mbr-figure {
  margin: 0 auto;
}
.cid-ufUnRMbfUP figcaption {
  position: relative;
}
.cid-ufUnRMbfUP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufUnRMbfUP .image-block {
    width: 100% !important;
  }
}
.cid-u6A6fVCtYR {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6A6fVCtYR .mbr-section-subtitle {
  color: #767676;
}
.cid-u6A0ppxTJd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6A0ppxTJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6A0ppxTJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6A0ppxTJd .icon-wrapper .mbr-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .cid-u6A0ppxTJd .icon-wrapper .mbr-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u6A0ppxTJd .text-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u6A0ppxTJd .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u6A0ppxTJd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6A0ppxTJd .image-wrapper img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #ffffff;
  border-radius: 10px;
}
.cid-u6A0ppxTJd .mbr-section-title,
.cid-u6A0ppxTJd .mbr-iconfont {
  color: #101511;
}
.cid-u6A0ppxTJd .mbr-text {
  color: #000000;
}
.cid-u6A6Mr9AbQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6A6Mr9AbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6A6Mr9AbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6A6Mr9AbQ .icon-wrapper .mbr-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .cid-u6A6Mr9AbQ .icon-wrapper .mbr-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u6A6Mr9AbQ .text-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u6A6Mr9AbQ .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u6A6Mr9AbQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6A6Mr9AbQ .image-wrapper img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #ffffff;
  border-radius: 10px;
}
.cid-u6A6Mr9AbQ .mbr-section-title,
.cid-u6A6Mr9AbQ .mbr-iconfont {
  color: #101511;
}
.cid-u6A6Mr9AbQ .mbr-text {
  color: #000000;
}
.cid-u6A6Mr9AbQ .mbr-section-title,
.cid-u6A6Mr9AbQ .mbr-iconfont,
.cid-u6A6Mr9AbQ .icon-wrapper {
  color: #000000;
}
.cid-u6A6N3MxCb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6A6N3MxCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6A6N3MxCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6A6N3MxCb .icon-wrapper .mbr-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .cid-u6A6N3MxCb .icon-wrapper .mbr-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u6A6N3MxCb .text-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u6A6N3MxCb .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u6A6N3MxCb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6A6N3MxCb .image-wrapper img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #ffffff;
  border-radius: 10px;
}
.cid-u6A6N3MxCb .mbr-section-title,
.cid-u6A6N3MxCb .mbr-iconfont {
  color: #101511;
}
.cid-u6A6N3MxCb .mbr-text {
  color: #000000;
}
.cid-u6A6N3MxCb .mbr-section-title,
.cid-u6A6N3MxCb .mbr-iconfont,
.cid-u6A6N3MxCb .icon-wrapper {
  color: #000000;
}
.cid-u6A6NFqdHT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6A6NFqdHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6A6NFqdHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6A6NFqdHT .icon-wrapper .mbr-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .cid-u6A6NFqdHT .icon-wrapper .mbr-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u6A6NFqdHT .text-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u6A6NFqdHT .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u6A6NFqdHT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6A6NFqdHT .image-wrapper img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #ffffff;
  border-radius: 10px;
}
.cid-u6A6NFqdHT .mbr-section-title,
.cid-u6A6NFqdHT .mbr-iconfont {
  color: #101511;
}
.cid-u6A6NFqdHT .mbr-text {
  color: #000000;
}
.cid-u6A6NFqdHT .mbr-section-title,
.cid-u6A6NFqdHT .mbr-iconfont,
.cid-u6A6NFqdHT .icon-wrapper {
  color: #000000;
}
.cid-u6A6Oeu4mo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6A6Oeu4mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6A6Oeu4mo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6A6Oeu4mo .icon-wrapper .mbr-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .cid-u6A6Oeu4mo .icon-wrapper .mbr-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u6A6Oeu4mo .text-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u6A6Oeu4mo .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u6A6Oeu4mo .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6A6Oeu4mo .image-wrapper img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #ffffff;
  border-radius: 10px;
}
.cid-u6A6Oeu4mo .mbr-section-title,
.cid-u6A6Oeu4mo .mbr-iconfont {
  color: #101511;
}
.cid-u6A6Oeu4mo .mbr-text {
  color: #000000;
}
.cid-u6A6Oeu4mo .mbr-section-title,
.cid-u6A6Oeu4mo .mbr-iconfont,
.cid-u6A6Oeu4mo .icon-wrapper {
  color: #000000;
}
.cid-u6A6OLX5BB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6A6OLX5BB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6A6OLX5BB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6A6OLX5BB .icon-wrapper .mbr-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .cid-u6A6OLX5BB .icon-wrapper .mbr-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u6A6OLX5BB .text-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u6A6OLX5BB .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u6A6OLX5BB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6A6OLX5BB .image-wrapper img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #ffffff;
  border-radius: 10px;
}
.cid-u6A6OLX5BB .mbr-section-title,
.cid-u6A6OLX5BB .mbr-iconfont {
  color: #101511;
}
.cid-u6A6OLX5BB .mbr-text {
  color: #000000;
}
.cid-u6A6OLX5BB .mbr-section-title,
.cid-u6A6OLX5BB .mbr-iconfont,
.cid-u6A6OLX5BB .icon-wrapper {
  color: #000000;
}
.cid-u6A6PmOJsd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6A6PmOJsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6A6PmOJsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6A6PmOJsd .icon-wrapper .mbr-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .cid-u6A6PmOJsd .icon-wrapper .mbr-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u6A6PmOJsd .text-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u6A6PmOJsd .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u6A6PmOJsd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6A6PmOJsd .image-wrapper img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #ffffff;
  border-radius: 10px;
}
.cid-u6A6PmOJsd .mbr-section-title,
.cid-u6A6PmOJsd .mbr-iconfont {
  color: #101511;
}
.cid-u6A6PmOJsd .mbr-text {
  color: #000000;
}
.cid-u6A6PmOJsd .mbr-section-title,
.cid-u6A6PmOJsd .mbr-iconfont,
.cid-u6A6PmOJsd .icon-wrapper {
  color: #000000;
}
.cid-u6A83oHqfJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6A83oHqfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6A83oHqfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6A83oHqfJ .icon-wrapper .mbr-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .cid-u6A83oHqfJ .icon-wrapper .mbr-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u6A83oHqfJ .text-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u6A83oHqfJ .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u6A83oHqfJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6A83oHqfJ .image-wrapper img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #ffffff;
  border-radius: 10px;
}
.cid-u6A83oHqfJ .mbr-section-title,
.cid-u6A83oHqfJ .mbr-iconfont {
  color: #101511;
}
.cid-u6A83oHqfJ .mbr-text {
  color: #000000;
}
.cid-u6A83oHqfJ .mbr-section-title,
.cid-u6A83oHqfJ .mbr-iconfont,
.cid-u6A83oHqfJ .icon-wrapper {
  color: #000000;
}
.cid-u6A83XIvAd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6A83XIvAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6A83XIvAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6A83XIvAd .icon-wrapper .mbr-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .cid-u6A83XIvAd .icon-wrapper .mbr-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u6A83XIvAd .text-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u6A83XIvAd .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u6A83XIvAd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6A83XIvAd .image-wrapper img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #ffffff;
  border-radius: 10px;
}
.cid-u6A83XIvAd .mbr-section-title,
.cid-u6A83XIvAd .mbr-iconfont {
  color: #101511;
}
.cid-u6A83XIvAd .mbr-text {
  color: #000000;
}
.cid-u6A83XIvAd .mbr-section-title,
.cid-u6A83XIvAd .mbr-iconfont,
.cid-u6A83XIvAd .icon-wrapper {
  color: #000000;
}
.cid-ufUpdSorY7 {
  background: #ffffff;
}
.cid-ufUpdSorY7 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-ufUpdSorY7 .video-block {
    width: 100% !important;
  }
}
.cid-ufUpIyLVd4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ufUpIyLVd4 .line {
  background-color: #0b2438;
  color: #0b2438;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufUpIyLVd4 .section-text {
  padding: 2rem 0;
}
.cid-ufUpIyLVd4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufUpIyLVd4 .inner-container {
    width: 100% !important;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-u7l3fWaUas {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u7l3fWaUas P {
  color: #767676;
}
.cid-u7l3fWnnD6 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-u7l3fWnnD6 .mbr-section-subtitle {
  color: #491414;
}
.cid-u7l3fWnnD6 H2 {
  color: #1d5356;
}
.cid-u7l3fWuBoG {
  background: #ffffff;
}
.cid-u7l3fWuBoG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7l3fWuBoG figcaption {
  position: relative;
}
.cid-u7l3fWuBoG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7l3fWuBoG .image-block {
    width: 100% !important;
  }
}
.cid-u7l3fWuBoG DIV {
  text-align: left;
}
.cid-u7l9BQF6KO {
  background: #ffffff;
}
.cid-u7l9BQF6KO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7l9BQF6KO figcaption {
  position: relative;
}
.cid-u7l9BQF6KO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7l9BQF6KO .image-block {
    width: 100% !important;
  }
}
.cid-u7l9BQF6KO DIV {
  text-align: left;
}
.cid-u7l9CAowQm {
  background: #ffffff;
}
.cid-u7l9CAowQm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7l9CAowQm figcaption {
  position: relative;
}
.cid-u7l9CAowQm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7l9CAowQm .image-block {
    width: 100% !important;
  }
}
.cid-u7l9CAowQm DIV {
  text-align: left;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-u7l9R5gc9f {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u7l9R5gc9f P {
  color: #767676;
}
.cid-u7l9R5ssl1 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-u7l9R5ssl1 .mbr-section-subtitle {
  color: #491414;
}
.cid-u7l9R5ssl1 H2 {
  color: #1d5356;
}
.cid-u7l9R5zIWJ {
  background: #ffffff;
}
.cid-u7l9R5zIWJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7l9R5zIWJ figcaption {
  position: relative;
}
.cid-u7l9R5zIWJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7l9R5zIWJ .image-block {
    width: 100% !important;
  }
}
.cid-u7l9R5zIWJ DIV {
  text-align: left;
}
.cid-u7l9R5F4lz {
  background: #ffffff;
}
.cid-u7l9R5F4lz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7l9R5F4lz figcaption {
  position: relative;
}
.cid-u7l9R5F4lz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7l9R5F4lz .image-block {
    width: 100% !important;
  }
}
.cid-u7l9R5F4lz DIV {
  text-align: left;
}
.cid-u7l9R5LMnM {
  background: #ffffff;
}
.cid-u7l9R5LMnM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7l9R5LMnM figcaption {
  position: relative;
}
.cid-u7l9R5LMnM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7l9R5LMnM .image-block {
    width: 100% !important;
  }
}
.cid-u7l9R5LMnM DIV {
  text-align: left;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-u7laQupips {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u7laQupips P {
  color: #767676;
}
.cid-u7laQuDlCo {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-u7laQuDlCo .mbr-section-subtitle {
  color: #491414;
}
.cid-u7laQuDlCo H2 {
  color: #1d5356;
}
.cid-u7laQuKzQs {
  background: #ffffff;
}
.cid-u7laQuKzQs .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7laQuKzQs figcaption {
  position: relative;
}
.cid-u7laQuKzQs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7laQuKzQs .image-block {
    width: 100% !important;
  }
}
.cid-u7laQuKzQs DIV {
  text-align: left;
}
.cid-u7laQuQa7G {
  background: #ffffff;
}
.cid-u7laQuQa7G .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7laQuQa7G figcaption {
  position: relative;
}
.cid-u7laQuQa7G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7laQuQa7G .image-block {
    width: 100% !important;
  }
}
.cid-u7laQuQa7G DIV {
  text-align: left;
}
.cid-u7laQuWWe1 {
  background: #ffffff;
}
.cid-u7laQuWWe1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7laQuWWe1 figcaption {
  position: relative;
}
.cid-u7laQuWWe1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7laQuWWe1 .image-block {
    width: 100% !important;
  }
}
.cid-u7laQuWWe1 DIV {
  text-align: left;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-u7lbyimmpv {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u7lbyimmpv P {
  color: #767676;
}
.cid-u7lbyizLJN {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-u7lbyizLJN .mbr-section-subtitle {
  color: #491414;
}
.cid-u7lbyizLJN H2 {
  color: #1d5356;
}
.cid-u7lbyiGNfr {
  background: #ffffff;
}
.cid-u7lbyiGNfr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7lbyiGNfr figcaption {
  position: relative;
}
.cid-u7lbyiGNfr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7lbyiGNfr .image-block {
    width: 100% !important;
  }
}
.cid-u7lbyiGNfr DIV {
  text-align: left;
}
.cid-u7lbyiMbIj {
  background: #ffffff;
}
.cid-u7lbyiMbIj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7lbyiMbIj figcaption {
  position: relative;
}
.cid-u7lbyiMbIj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7lbyiMbIj .image-block {
    width: 100% !important;
  }
}
.cid-u7lbyiMbIj DIV {
  text-align: left;
}
.cid-u7lbyiWwd9 {
  background: #ffffff;
}
.cid-u7lbyiWwd9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7lbyiWwd9 figcaption {
  position: relative;
}
.cid-u7lbyiWwd9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7lbyiWwd9 .image-block {
    width: 100% !important;
  }
}
.cid-u7lbyiWwd9 DIV {
  text-align: left;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-u7lci5BFxP {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u7lci5BFxP P {
  color: #767676;
}
.cid-u7lci5OmZj {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-u7lci5OmZj .mbr-section-subtitle {
  color: #491414;
}
.cid-u7lci5OmZj H2 {
  color: #1d5356;
}
.cid-u7lci5Wn8y {
  background: #ffffff;
}
.cid-u7lci5Wn8y .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7lci5Wn8y figcaption {
  position: relative;
}
.cid-u7lci5Wn8y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7lci5Wn8y .image-block {
    width: 100% !important;
  }
}
.cid-u7lci5Wn8y DIV {
  text-align: left;
}
.cid-u7lci64iUb {
  background: #ffffff;
}
.cid-u7lci64iUb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7lci64iUb figcaption {
  position: relative;
}
.cid-u7lci64iUb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7lci64iUb .image-block {
    width: 100% !important;
  }
}
.cid-u7lci64iUb DIV {
  text-align: left;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-u7ld4OiU5i {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u7ld4OiU5i P {
  color: #767676;
}
.cid-u7ld4Owup6 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-u7ld4Owup6 .mbr-section-subtitle {
  color: #491414;
}
.cid-u7ld4Owup6 H2 {
  color: #1d5356;
}
.cid-u7ld4OCcBI {
  background: #ffffff;
}
.cid-u7ld4OCcBI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7ld4OCcBI figcaption {
  position: relative;
}
.cid-u7ld4OCcBI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7ld4OCcBI .image-block {
    width: 100% !important;
  }
}
.cid-u7ld4OCcBI DIV {
  text-align: left;
}
.cid-u7ld4OIYbd {
  background: #ffffff;
}
.cid-u7ld4OIYbd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u7ld4OIYbd figcaption {
  position: relative;
}
.cid-u7ld4OIYbd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7ld4OIYbd .image-block {
    width: 100% !important;
  }
}
.cid-u7ld4OIYbd DIV {
  text-align: left;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-uftKoMk9nT {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 15px;
}
.cid-uftKoMk9nT .image-block {
  margin: auto;
}
.cid-uftKoMk9nT .mbr-figure {
  margin: 0 auto;
}
.cid-uftKoMk9nT figcaption {
  position: relative;
}
.cid-uftKoMk9nT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uftKoMk9nT .image-block {
    width: 100% !important;
  }
}
.cid-uftLiDhAkl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uftLiDhAkl .mbr-section-subtitle {
  color: #767676;
}
#custom-html-oy {
  /* Type valid CSS here */
}
#custom-html-oy div {
  padding: 1px 0;
  color: #777;
  text-align: center;
}
#custom-html-oy p {
  font-size: 60px;
  color: #777;
}
.cid-ufscqPfSwr {
  background: #ffffff;
}
.cid-ufscqPfSwr .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-ufscqPfSwr .video-block {
    width: 100% !important;
  }
}
.cid-uftvNkLfjd {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uftvNkLfjd h2 {
  text-align: left;
}
.cid-uftvNkLfjd h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uftvNkLfjd p {
  color: #767676;
  text-align: left;
}
.cid-uftvNkLfjd .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uftvNkLfjd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uftvNkLfjd .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uftvNkLfjd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uftvNkLfjd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uftvNkLfjd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uftvNkLfjd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uftvNkLfjd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uftvNkLfjd .card-img span {
    font-size: 40px !important;
  }
}
.cid-uftvNkLfjd H2 {
  color: #000000;
}
.cid-uftvNkLfjd .mbr-text {
  color: #232323;
}
.cid-uftvNkLfjd P {
  color: #000000;
}
.cid-uftxhkved0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uftxhkved0 h2 {
  text-align: left;
}
.cid-uftxhkved0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uftxhkved0 p {
  color: #767676;
  text-align: left;
}
.cid-uftxhkved0 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uftxhkved0 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uftxhkved0 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uftxhkved0 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uftxhkved0 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uftxhkved0 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uftxhkved0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uftxhkved0 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uftxhkved0 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uftxhkved0 H2 {
  color: #000000;
}
.cid-uftxhkved0 .mbr-text {
  color: #232323;
}
.cid-uftxhkved0 P {
  color: #000000;
}
.cid-ufty5llZZ3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufty5llZZ3 h2 {
  text-align: left;
}
.cid-ufty5llZZ3 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ufty5llZZ3 p {
  color: #767676;
  text-align: left;
}
.cid-ufty5llZZ3 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ufty5llZZ3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ufty5llZZ3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ufty5llZZ3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ufty5llZZ3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ufty5llZZ3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ufty5llZZ3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ufty5llZZ3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ufty5llZZ3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-ufty5llZZ3 H2 {
  color: #000000;
}
.cid-ufty5llZZ3 .mbr-text {
  color: #232323;
}
.cid-ufty5llZZ3 P {
  color: #000000;
}
.cid-uftz1kHvH9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uftz1kHvH9 h2 {
  text-align: left;
}
.cid-uftz1kHvH9 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uftz1kHvH9 p {
  color: #767676;
  text-align: left;
}
.cid-uftz1kHvH9 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uftz1kHvH9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uftz1kHvH9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uftz1kHvH9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uftz1kHvH9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uftz1kHvH9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uftz1kHvH9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uftz1kHvH9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uftz1kHvH9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uftz1kHvH9 H2 {
  color: #000000;
}
.cid-uftz1kHvH9 .mbr-text {
  color: #232323;
}
.cid-uftz1kHvH9 P {
  color: #000000;
}
.cid-uftzWPk2E0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uftzWPk2E0 h2 {
  text-align: left;
}
.cid-uftzWPk2E0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uftzWPk2E0 p {
  color: #767676;
  text-align: left;
}
.cid-uftzWPk2E0 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uftzWPk2E0 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uftzWPk2E0 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uftzWPk2E0 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uftzWPk2E0 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uftzWPk2E0 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uftzWPk2E0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uftzWPk2E0 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uftzWPk2E0 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uftzWPk2E0 H2 {
  color: #000000;
}
.cid-uftzWPk2E0 .mbr-text {
  color: #232323;
}
.cid-uftzWPk2E0 P {
  color: #000000;
}
.cid-uftAxYUAxX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uftAxYUAxX h2 {
  text-align: left;
}
.cid-uftAxYUAxX h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uftAxYUAxX p {
  color: #767676;
  text-align: left;
}
.cid-uftAxYUAxX .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uftAxYUAxX .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uftAxYUAxX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uftAxYUAxX .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uftAxYUAxX .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uftAxYUAxX .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uftAxYUAxX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uftAxYUAxX .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uftAxYUAxX .card-img span {
    font-size: 40px !important;
  }
}
.cid-uftAxYUAxX H2 {
  color: #000000;
}
.cid-uftAxYUAxX .mbr-text {
  color: #232323;
}
.cid-uftAxYUAxX P {
  color: #000000;
}
.cid-uftCmC4HUd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uftCmC4HUd h2 {
  text-align: left;
}
.cid-uftCmC4HUd h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uftCmC4HUd p {
  color: #767676;
  text-align: left;
}
.cid-uftCmC4HUd .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uftCmC4HUd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uftCmC4HUd .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uftCmC4HUd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uftCmC4HUd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uftCmC4HUd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uftCmC4HUd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uftCmC4HUd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uftCmC4HUd .card-img span {
    font-size: 40px !important;
  }
}
.cid-uftCmC4HUd H2 {
  color: #000000;
}
.cid-uftCmC4HUd .mbr-text {
  color: #232323;
}
.cid-uftCmC4HUd P {
  color: #000000;
}
.cid-ufL06snv5Z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ufL06snv5Z h2 {
  text-align: left;
}
.cid-ufL06snv5Z h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ufL06snv5Z p {
  color: #767676;
  text-align: left;
}
.cid-ufL06snv5Z .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ufL06snv5Z .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ufL06snv5Z .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ufL06snv5Z .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ufL06snv5Z .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ufL06snv5Z .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ufL06snv5Z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ufL06snv5Z .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ufL06snv5Z .card-img span {
    font-size: 40px !important;
  }
}
.cid-ukaPXJWVBw {
  background: #ffffff;
}
.cid-ukaPXJWVBw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ukaPXJWVBw .mbr-figure {
  margin: 0 auto;
}
.cid-ukaPXJWVBw figcaption {
  position: relative;
}
.cid-ukaPXJWVBw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ukaPXJWVBw .image-block {
    width: 100% !important;
  }
}
.cid-ueeyMMxIuc {
  background: #ffffff;
}
.cid-ueeyMMxIuc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ueeyMMxIuc .mbr-figure {
  margin: 0 auto;
}
.cid-ueeyMMxIuc figcaption {
  position: relative;
}
.cid-ueeyMMxIuc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ueeyMMxIuc .image-block {
    width: 100% !important;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-ueMDBVv3Li {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ueMDBVv3Li .mbr-text,
.cid-ueMDBVv3Li blockquote {
  color: #767676;
}
.cid-ueMWxUS7Zb {
  background-image: url("../../../assets/images/fast-contender-fishing-1600x837.webp");
}
.cid-ueMWxUS7Zb h1 {
  color: #616161;
}
.cid-ueMWxUS7Zb h2,
.cid-ueMWxUS7Zb h3,
.cid-ueMWxUS7Zb p {
  color: #767676;
}
.cid-ueMWxUS7Zb .mbr-section-subtitle {
  font-style: italic;
}
.cid-ueMWxUS7Zb H1 {
  color: #191919;
}
.cid-ueMWxUS7Zb .mbr-text,
.cid-ueMWxUS7Zb .mbr-section-btn {
  color: #191919;
}
.cid-ueMWxUS7Zb H3 {
  color: #191919;
}
.cid-ueN0SNjnZC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ueN0SNjnZC .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-ueN0SNjnZC .step {
  width: 38px;
  height: 38px;
  font-size: 19px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
.cid-ueN0SNjnZC .separline {
  position: relative;
}
.cid-ueN0SNjnZC .separline:after {
  top: 42px;
  left: 17px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (19px + 4px) * 2);
  background-color: #efefef;
}
.cid-ueN0SNjnZC .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-ueN0SNjnZC .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueN0SNjnZC .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-ueN2iNmPoM {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ueN2iNmPoM .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ueN2iNmPoM .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-ueN2iNmPoM .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ueN2iNmPoM .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ueN2iNmPoM .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-ueN2iNmPoM .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-ueN2iNmPoM .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-ueN2iNmPoM .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ueN2iNmPoM .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-ueN2iNmPoM .media-block {
    padding-left: 2rem;
  }
}
.cid-ueN2iNmPoM .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-ueN2iNmPoM .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ueN2iNmPoM .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uhjJxo5HVf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/x35st-contender-boats-divi-1080-1080x608.webp");
}
.cid-uhjIJWI5zG {
  background: #ffffff;
}
.cid-uhjIJWI5zG .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uhjIJWI5zG .video-block {
    width: 100% !important;
  }
}
.cid-ueN5aGKitl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ueN5aGKitl .line {
  background-color: #191919;
  color: #191919;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ueN5aGKitl .section-text {
  padding: 2rem 0;
}
.cid-ueN5aGKitl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ueN5aGKitl .inner-container {
    width: 100% !important;
  }
}
.cid-ueMDBXpjjA {
  background: #ffffff;
}
.cid-ueMDBXpjjA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ueMDBXpjjA .mbr-figure {
  margin: 0 auto;
}
.cid-ueMDBXpjjA figcaption {
  position: relative;
}
.cid-ueMDBXpjjA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ueMDBXpjjA .image-block {
    width: 100% !important;
  }
}
.cid-ueMDBXpjjA .mbr-figure-caption div {
  text-align: right;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-u1K8djuNnq {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u1K8djuNnq .mbr-section-subtitle {
  color: #767676;
}
.cid-ufCx8FJFNY {
  background: #000000;
}
.cid-ufCx8FJFNY .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-ufCx8FJFNY .video-block {
    width: 100% !important;
  }
}
.cid-uf3qnvNrZP {
  background-image: url("../../../assets/images/400dc-zoom-2000x1304.webp");
}
.cid-uf3qnvNrZP H1 {
  text-align: left;
}
.cid-uf3qnvNrZP H3 {
  text-align: left;
}
.cid-uf5UymDdOs {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uf5UymDdOs .image-block {
  margin: auto;
}
.cid-uf5UymDdOs .mbr-figure {
  margin: 0 auto;
}
.cid-uf5UymDdOs figcaption {
  position: relative;
}
.cid-uf5UymDdOs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5UymDdOs .image-block {
    width: 100% !important;
  }
}
.cid-ufCrZayVLN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufCrZayVLN .mbr-section-subtitle {
  color: #767676;
}
.cid-uf5UYZXAgd {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uf5UYZXAgd .image-block {
  margin: auto;
}
.cid-uf5UYZXAgd .mbr-figure {
  margin: 0 auto;
}
.cid-uf5UYZXAgd figcaption {
  position: relative;
}
.cid-uf5UYZXAgd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5UYZXAgd .image-block {
    width: 100% !important;
  }
}
.cid-u5rAXrWNx8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5rAXrWNx8 .mbr-section-subtitle {
  color: #405051;
}
.cid-u5rAXrWNx8 H2 {
  color: #405051;
}
.cid-uf5VoCm4dw {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uf5VoCm4dw .image-block {
  margin: auto;
}
.cid-uf5VoCm4dw .mbr-figure {
  margin: 0 auto;
}
.cid-uf5VoCm4dw figcaption {
  position: relative;
}
.cid-uf5VoCm4dw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5VoCm4dw .image-block {
    width: 100% !important;
  }
}
.cid-uf6bIXCh2h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uf6bIXCh2h .card-box {
  padding: 0 2rem;
}
.cid-uf6bIXCh2h .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uf6bIXCh2h .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uf6bIXCh2h h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uf6bIXCh2h p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uf6bIXCh2h .mbr-text {
  color: #767676;
}
.cid-uf6bIXCh2h .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uf6bIXCh2h .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uf6bIXCh2h .card-title {
  color: #008374;
}
.cid-uf3susqmcM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uf3susqmcM .mbr-section-subtitle {
  color: #405051;
}
.cid-uf3sornVGP {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uf3sornVGP .card {
  align-self: stretch;
}
.cid-uf3sornVGP .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-uf3sornVGP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uf3sornVGP p {
  color: #767676;
  text-align: left;
}
.cid-uf3sornVGP .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uf3sornVGP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uf3sornVGP .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uf3sornVGP .card-title {
  color: #405051;
}
.cid-uf6bKxGpD7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uf6bKxGpD7 .card-box {
  padding: 0 2rem;
}
.cid-uf6bKxGpD7 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uf6bKxGpD7 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uf6bKxGpD7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uf6bKxGpD7 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uf6bKxGpD7 .mbr-text {
  color: #767676;
}
.cid-uf6bKxGpD7 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uf6bKxGpD7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uf6bKxGpD7 .card-title {
  color: #008374;
}
.cid-uf5WURFkkK {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uf5WURFkkK .image-block {
  margin: auto;
}
.cid-uf5WURFkkK .mbr-figure {
  margin: 0 auto;
}
.cid-uf5WURFkkK figcaption {
  position: relative;
}
.cid-uf5WURFkkK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5WURFkkK .image-block {
    width: 100% !important;
  }
}
.cid-uf6bLGTZQv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uf6bLGTZQv .card-box {
  padding: 0 2rem;
}
.cid-uf6bLGTZQv .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uf6bLGTZQv .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uf6bLGTZQv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uf6bLGTZQv p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uf6bLGTZQv .mbr-text {
  color: #767676;
}
.cid-uf6bLGTZQv .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uf6bLGTZQv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uf6bLGTZQv .card-title {
  color: #008374;
}
.cid-ujXYdMYOC7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-ujXYdMYOC7 h2 {
  text-align: left;
}
.cid-ujXYdMYOC7 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ujXYdMYOC7 p {
  color: #767676;
  text-align: left;
}
.cid-ujXYdMYOC7 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ujXYdMYOC7 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ujXYdMYOC7 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ujXYdMYOC7 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ujXYdMYOC7 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ujXYdMYOC7 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ujXYdMYOC7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ujXYdMYOC7 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ujXYdMYOC7 .card-img span {
    font-size: 40px !important;
  }
}
.cid-ujXYdMYOC7 P {
  color: #465052;
}
.cid-uf6bNgvUlq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uf6bNgvUlq .card-box {
  padding: 0 2rem;
}
.cid-uf6bNgvUlq .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uf6bNgvUlq .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uf6bNgvUlq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uf6bNgvUlq p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uf6bNgvUlq .mbr-text {
  color: #767676;
}
.cid-uf6bNgvUlq .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uf6bNgvUlq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uf6bNgvUlq .card-title {
  color: #008374;
}
.cid-unrA2BEvfC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unrA2BEvfC .line {
  background-color: #1a6a35;
  color: #1a6a35;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-unrA2BEvfC .section-text {
  padding: 2rem 0;
}
.cid-unrA2BEvfC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-unrA2BEvfC .inner-container {
    width: 100% !important;
  }
}
.cid-trnmlPQ7jr {
  background: #ffffff;
}
.cid-trnmlPQ7jr .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-trnmlPQ7jr .video-block {
    width: 100% !important;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-ufDZQyhLPF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufDZQyhLPF .mbr-text,
.cid-ufDZQyhLPF blockquote {
  color: #767676;
}
.cid-ufO2tFBSK2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ufO2tFBSK2 P {
  color: #767676;
}
.cid-ufO2tFBSK2 H1 {
  text-align: right;
}
.cid-r4zlO2kFtO {
  background: #ffffff;
}
.cid-r4zlO2kFtO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r4zlO2kFtO figcaption {
  position: relative;
}
.cid-r4zlO2kFtO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r4zlO2kFtO .image-block {
    width: 100% !important;
  }
}
.cid-r4zlO2kFtO DIV {
  text-align: right;
  color: #ffffff;
}
.cid-tw5sOPSpgs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tw5sOPSpgs .mbr-section-subtitle {
  color: #5b5b5b;
}
.cid-tw5sOPSpgs H2 {
  color: #5b5b5b;
}
.cid-r4zlO3QKTc {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-r4zlO3QKTc .images-container.container-fluid {
  padding: 0;
}
.cid-r4zlO3QKTc .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-r4zlO3QKTc .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-r4zlO3QKTc .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-r4zlO3QKTc .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-r4zlO3QKTc .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-r4zlO3QKTc .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-r4zlO3QKTc .img-item {
    width: 100% !important;
  }
  .cid-r4zlO3QKTc .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-trmpBmhfjq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-trmpBmhfjq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-trmpBmhfjq .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-trmpBmhfjq .mbr-text {
  color: #767676;
}
.cid-r4zlO3h8Cl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-r4zlO3h8Cl p {
  color: #767676;
}
.cid-r4zlO3h8Cl .mbr-section-subtitle {
  color: #767676;
}
.cid-r4zlO3h8Cl .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-r4zlO3h8Cl .panel-group {
  width: 100%;
}
.cid-r4zlO3h8Cl .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-r4zlO3h8Cl .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-r4zlO3h8Cl .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-r4zlO3h8Cl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r4zlO3h8Cl .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-r4zlO3h8Cl .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-r4zlO3h8Cl .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-r4zlO3h8Cl .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-ufDZrFdiby {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ufDZrFdiby .card {
  align-self: stretch;
}
.cid-ufDZrFdiby .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-ufDZrFdiby h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ufDZrFdiby p {
  color: #767676;
  text-align: left;
}
.cid-ufDZrFdiby .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ufDZrFdiby .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ufDZrFdiby .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-trmr70MqPD {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-trmr70MqPD .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-trmr70MqPD .video-block {
    width: 100% !important;
  }
}
.cid-rmFycjHTgz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rmFycjHTgz p {
  color: #767676;
}
.cid-rmFycjHTgz .mbr-section-subtitle {
  color: #767676;
}
.cid-rmFycjHTgz .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rmFycjHTgz .panel-group {
  width: 100%;
}
.cid-rmFycjHTgz .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rmFycjHTgz .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rmFycjHTgz .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rmFycjHTgz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rmFycjHTgz .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rmFycjHTgz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rmFycjHTgz .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-rmFycjHTgz .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-rmFycjHTgz .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rmFycjHTgz .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
#custom-html-xb {
  /* Type valid CSS here */
}
#custom-html-xb div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xb p {
  font-size: 60px;
  color: #777;
}
.cid-r4zoUovQoL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r4zoUovQoL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r4zoUovQoL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r4zoUovQoL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r4zoUovQoL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r4zoUovQoL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(to left, #ffffff, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r4zoUovQoL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r4zoUovQoL .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-r4zoUovQoL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r4zoUovQoL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  background: linear-gradient(to left, #ffffff, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-ufJZiNSSHt {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufJZiNSSHt .mbr-text,
.cid-ufJZiNSSHt blockquote {
  color: #767676;
}
.cid-ufJZiNSSHt .mbr-text {
  color: #ffffff;
}
.cid-srRZCYq5uB {
  background: #ffffff;
}
.cid-srRZCYq5uB .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-srRZCYq5uB .video-block {
    width: 100% !important;
  }
}
.cid-tw5utywwfA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tw5utywwfA .mbr-section-subtitle {
  color: #232323;
}
.cid-tw5utywwfA H2 {
  color: #232323;
}
.cid-r4zqN2ICCf {
  padding-top: 120px;
  padding-bottom: 60px;
  background: #efefef;
}
.cid-r4zqN2ICCf .image-block {
  margin: auto;
}
.cid-r4zqN2ICCf figcaption {
  position: relative;
}
.cid-r4zqN2ICCf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r4zqN2ICCf .image-block {
    width: 100% !important;
  }
}
.cid-r4zqN2ICCf DIV {
  text-align: left;
}
.cid-ufJTWgN6wF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ufJTWgN6wF .mbr-section-subtitle {
  color: #767676;
}
.cid-ufElUe9ZAG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ufElUe9ZAG .card {
  align-self: stretch;
}
.cid-ufElUe9ZAG .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-ufElUe9ZAG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ufElUe9ZAG p {
  color: #767676;
  text-align: left;
}
.cid-ufElUe9ZAG .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ufElUe9ZAG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ufElUe9ZAG .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-r4zqN3F55Q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-r4zqN3F55Q p {
  color: #767676;
}
.cid-r4zqN3F55Q .mbr-section-subtitle {
  color: #767676;
}
.cid-r4zqN3F55Q .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-r4zqN3F55Q .panel-group {
  width: 100%;
}
.cid-r4zqN3F55Q .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-r4zqN3F55Q .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-r4zqN3F55Q .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-r4zqN3F55Q .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r4zqN3F55Q .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-r4zqN3F55Q .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-r4zqN3F55Q .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-r4zqN3F55Q .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tw5uwmMxaH {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tw5uwmMxaH .mbr-section-subtitle {
  color: #232323;
}
.cid-tw5uwmMxaH H2 {
  color: #232323;
}
.cid-ufEmxU3H1D {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-ufEmxU3H1D .image-block {
  margin: auto;
}
.cid-ufEmxU3H1D .mbr-figure {
  margin: 0 auto;
}
.cid-ufEmxU3H1D figcaption {
  position: relative;
}
.cid-ufEmxU3H1D figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufEmxU3H1D .image-block {
    width: 100% !important;
  }
}
.cid-ufEn0LkExd {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ufEn0LkExd .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufEn0LkExd .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-ufEn0LkExd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufEn0LkExd .inner-container {
    width: 100% !important;
  }
}
.cid-trmFgTzN2p {
  background: #011e3d;
  background: linear-gradient(0deg, #011e3d, #ffffff);
}
.cid-trmFgTzN2p .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-trmFgTzN2p .video-block {
    width: 100% !important;
  }
}
.cid-rmFAn3lxNQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rmFAn3lxNQ p {
  color: #767676;
}
.cid-rmFAn3lxNQ .mbr-section-subtitle {
  color: #767676;
}
.cid-rmFAn3lxNQ .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rmFAn3lxNQ .panel-group {
  width: 100%;
}
.cid-rmFAn3lxNQ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rmFAn3lxNQ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rmFAn3lxNQ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rmFAn3lxNQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rmFAn3lxNQ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rmFAn3lxNQ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rmFAn3lxNQ .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-rmFAn3lxNQ .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-rmFAn3lxNQ .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rmFAn3lxNQ .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
#custom-html-xc {
  /* Type valid CSS here */
}
#custom-html-xc div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xc p {
  font-size: 60px;
  color: #777;
}
.cid-r4zuatrZlt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r4zuatrZlt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r4zuatrZlt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r4zuatrZlt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r4zuatrZlt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r4zuatrZlt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r4zuatrZlt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r4zuatrZlt .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r4zuatrZlt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r4zuatrZlt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-ufKumEWI1X {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufKumEWI1X .mbr-section-subtitle {
  color: #491414;
}
.cid-ufKumEWI1X H2 {
  color: #1d5356;
}
.cid-ufKumFftJO {
  background: #ffffff;
}
.cid-ufKumFftJO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ufKumFftJO .mbr-figure {
  margin: 0 auto;
}
.cid-ufKumFftJO figcaption {
  position: relative;
}
.cid-ufKumFftJO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufKumFftJO .image-block {
    width: 100% !important;
  }
}
.cid-ufKumFftJO .mbr-figure-caption div {
  text-align: right;
}
.cid-ufKumFl3Qc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufKumFl3Qc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufKumFl3Qc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufKumFl3Qc .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ufKumFl3Qc .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-ufKumFl3Qc .mbr-section-title {
  color: #1d5356;
  text-align: center;
}
.cid-ufKumFl3Qc .mbr-text {
  color: #491414;
  text-align: center;
}
.cid-ufKumFCdCv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-ufKumFCdCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufKumFCdCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-ufKumFCdCv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufKumFCdCv img {
  border-radius: 3rem;
}
.cid-ufKumFCdCv .row {
  align-items: center;
}
.cid-ufKumFCdCv .mbr-section-title {
  color: #1d5356;
}
.cid-ufKumFCdCv .mbr-text,
.cid-ufKumFCdCv .mbr-section-btn {
  color: #491414;
}
.cid-ufKumFCdCv .mbr-section-subtitle {
  color: #491414;
}
.cid-ufKumFQMOv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ufKumFQMOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufKumFQMOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-ufKumFQMOv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufKumFQMOv img {
  border-radius: 3rem;
}
.cid-ufKumFQMOv .row {
  align-items: center;
}
.cid-ufKumFQMOv .mbr-section-title {
  color: #1d5356;
}
.cid-ufKumFQMOv .mbr-text,
.cid-ufKumFQMOv .mbr-section-btn {
  color: #491414;
}
.cid-ufKumFQMOv .mbr-section-subtitle {
  color: #491414;
}
.cid-ufKumG0RQ4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/gopr0500-455cc-web-.webp");
}
.cid-ufKumG0RQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufKumG0RQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufKumG0RQ4 .row {
  position: relative;
  padding: 6rem 4rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ufKumG0RQ4 .row {
    padding: 2rem 1rem;
  }
}
.cid-ufKumG0RQ4 .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  border-radius: 3rem;
  height: 100%;
  background: #ffffff;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-ufKumG0RQ4 .row:before {
    width: 100%;
  }
}
.cid-ufKumG0RQ4 .row .col-12 {
  position: relative;
}
.cid-ufKumG0RQ4 .mbr-section-title {
  color: #000000;
}
.cid-ufKumG0RQ4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ufKumG0RQ4 .mbr-text,
.cid-ufKumG0RQ4 .mbr-section-btn {
  color: #000000;
}
.cid-ufKumG76Mk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ufKumG76Mk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufKumG76Mk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-ufKumG76Mk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufKumG76Mk img {
  border-radius: 3rem;
}
.cid-ufKumG76Mk .row {
  align-items: center;
}
.cid-ufKumG76Mk .mbr-section-title {
  color: #1d5356;
}
.cid-ufKumG76Mk .mbr-text,
.cid-ufKumG76Mk .mbr-section-btn {
  color: #491414;
}
.cid-ufKumG76Mk .mbr-section-subtitle {
  color: #491414;
}
.cid-ufKumGk5Nt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-ufKumGk5Nt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufKumGk5Nt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-ufKumGk5Nt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufKumGk5Nt img {
  border-radius: 3rem;
}
.cid-ufKumGk5Nt .row {
  align-items: center;
}
.cid-ufKumGk5Nt .mbr-section-title {
  color: #1d5356;
}
.cid-ufKumGk5Nt .mbr-text,
.cid-ufKumGk5Nt .mbr-section-btn {
  color: #491414;
}
.cid-ufKumGk5Nt .mbr-section-subtitle {
  color: #491414;
}
.cid-ufKumGF5fb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-ufKumGF5fb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufKumGF5fb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufKumGF5fb .row.card {
  padding: 0 90px;
  background-color: #101511;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .cid-ufKumGF5fb .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.cid-ufKumGF5fb .row.card .subtitle-wrapper {
  margin: -25px 0 0 0;
  transform: rotate(-5deg);
  background-color: #eafa72;
  border-radius: 17px;
  padding: 20px;
}
.cid-ufKumGF5fb .row.card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ufKumGF5fb .row.card .mbr-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ufKumGF5fb .row.card .mbr-section-title {
    margin: 32px 0 0 0;
  }
}
.cid-ufKumGF5fb .row.card .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .cid-ufKumGF5fb .row.card .image-wrapper {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-ufKumGF5fb .row.card .image-wrapper {
    display: block;
  }
}
.cid-ufKumGF5fb .row.card .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-ufKumGF5fb .row.card .image-wrapper img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .cid-ufKumGF5fb .row.card .image-wrapper img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.cid-ufKumGF5fb .row.card .image-wrapper img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .cid-ufKumGF5fb .row.card .image-wrapper img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.cid-ufKumGF5fb .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-ufKumGF5fb .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.cid-ufKumGF5fb .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.cid-ufKumGF5fb .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #eafa72;
  transition: all .3s ease;
}
.cid-ufKumGF5fb .row.card .text-wrapper .mbr-text {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.cid-ufKumGF5fb .row.card .text-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-ufKumGF5fb .mbr-section-title {
  color: #ffffff;
}
.cid-ufKumGF5fb .mbr-section-subtitle {
  color: #101511;
  text-align: center;
}
.cid-ufKumGF5fb .mbr-text {
  color: #6e716f;
}
.cid-ufKumGF5fb .mbr-text,
.cid-ufKumGF5fb .mbr-section-btn {
  color: #ffffff;
}
.cid-ufKumGUAGF {
  background-image: url("../../../assets/images/edgewater-370cc-evening.webp");
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-sqGjWO02A2 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sqGjWO02A2 .image-block {
  margin: auto;
}
.cid-sqGjWO02A2 .mbr-figure {
  margin: 0 auto;
}
.cid-sqGjWO02A2 figcaption {
  position: relative;
}
.cid-sqGjWO02A2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqGjWO02A2 .image-block {
    width: 100% !important;
  }
}
.cid-sqGkrRlYwR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sqGkrRlYwR h2 {
  text-align: left;
}
.cid-sqGkrRlYwR h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sqGkrRlYwR p {
  color: #767676;
  text-align: left;
}
.cid-sqGkrRlYwR .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sqGkrRlYwR .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sqGkrRlYwR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqGkrRlYwR .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sqGkrRlYwR .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sqGkrRlYwR .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sqGkrRlYwR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sqGkrRlYwR .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sqGkrRlYwR .card-img span {
    font-size: 40px !important;
  }
}
.cid-ufgWwS1VvQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufgWwS1VvQ .mbr-section-subtitle {
  color: #767676;
}
.cid-spkcblv8IZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spkcblv8IZ .card-img {
  background-color: #fff;
}
.cid-spkcblv8IZ .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-spkcblv8IZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-spkcblv8IZ p {
  text-align: left;
}
.cid-spkcblv8IZ .mbr-text {
  color: #767676;
}
.cid-spkcblv8IZ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-spkcblv8IZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-spkcblv8IZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufgWHXqIJJ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufgWHXqIJJ .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufgWHXqIJJ .section-text {
  padding: 2rem 0;
}
.cid-ufgWHXqIJJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufgWHXqIJJ .inner-container {
    width: 100% !important;
  }
}
.cid-srd39BJCzm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-srd39BJCzm .card-box {
  padding: 0 2rem;
}
.cid-srd39BJCzm .mbr-section-btn {
  padding-top: 1rem;
}
.cid-srd39BJCzm .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-srd39BJCzm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-srd39BJCzm p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-srd39BJCzm .mbr-text {
  color: #000000;
}
.cid-srd39BJCzm .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-srd39BJCzm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ufgWYGKFSi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufgWYGKFSi .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufgWYGKFSi .section-text {
  padding: 2rem 0;
}
.cid-ufgWYGKFSi .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufgWYGKFSi .inner-container {
    width: 100% !important;
  }
}
.cid-sqGmqNMFmw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqGmqNMFmw .mbr-text {
  margin: 0;
}
.cid-sqGmqNMFmw .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sqGmqNMFmw .row-element,
.cid-sqGmqNMFmw .image-element {
  padding: 0;
}
.cid-sqGmqNMFmw .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqGmqNMFmw .image-element .img-wrap {
  width: 100% !important;
}
.cid-sqGmqNMFmw .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sqGmqNMFmw .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqGmqNMFmw .carousel-item.active,
.cid-sqGmqNMFmw .carousel-item-next,
.cid-sqGmqNMFmw .carousel-item-prev {
  display: flex;
}
.cid-sqGmqNMFmw .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-sqGmqNMFmw .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #000000;
}
.cid-sqGmqNMFmw .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sqGmqNMFmw .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sqGmqNMFmw .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sqGmqNMFmw .carousel-controls {
    display: block;
  }
  .cid-sqGmqNMFmw .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sqGmqNMFmw .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sqGmqNMFmw .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sqGmqNMFmw .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sqGmqNMFmw .text-element {
    padding: 1rem;
  }
  .cid-sqGmqNMFmw .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqGmqNMFmw .image-element {
    min-width: 50%;
  }
  .cid-sqGmqNMFmw .media-container-row {
    width: 100%;
  }
}
.cid-ufgXC4tLej {
  background: #ffffff;
}
.cid-ufgXC4tLej .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ufgXC4tLej .mbr-figure {
  margin: 0 auto;
}
.cid-ufgXC4tLej figcaption {
  position: relative;
}
.cid-ufgXC4tLej figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufgXC4tLej .image-block {
    width: 100% !important;
  }
}
.cid-ufgXC4tLej .mbr-figure-caption div {
  color: #000000;
  text-align: right;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-r9endGP3C6 {
  background-image: url("../../../assets/images/370-special3-result.webp");
}
.cid-r9endGP3C6 .mbr-text,
.cid-r9endGP3C6 .mbr-section-btn {
  text-align: right;
}
.cid-toNV4Wmbw9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-toNV4Wmbw9 .mbr-text,
.cid-toNV4Wmbw9 blockquote {
  color: #767676;
}
.cid-toNV4Wmbw9 .mbr-text P {
  text-align: center;
}
.cid-toNV4Wmbw9 .mbr-text {
  color: #000000;
}
.cid-ufgSIB1Lg2 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ufgSIB1Lg2 .image-block {
  margin: auto;
}
.cid-ufgSIB1Lg2 .mbr-figure {
  margin: 0 auto;
}
.cid-ufgSIB1Lg2 figcaption {
  position: relative;
}
.cid-ufgSIB1Lg2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufgSIB1Lg2 .image-block {
    width: 100% !important;
  }
}
.cid-rkDehuhavO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rkDehuhavO .mbr-section-subtitle {
  color: #767676;
}
.cid-r9eorm0mMo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-r9eorm0mMo .card-box {
  padding: 0 2rem;
}
.cid-r9eorm0mMo .mbr-section-btn {
  padding-top: 1rem;
}
.cid-r9eorm0mMo .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-r9eorm0mMo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-r9eorm0mMo p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-r9eorm0mMo .mbr-text {
  color: #000000;
}
.cid-r9eorm0mMo .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-r9eorm0mMo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ufgU511aL8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufgU511aL8 .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufgU511aL8 .section-text {
  padding: 2rem 0;
}
.cid-ufgU511aL8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufgU511aL8 .inner-container {
    width: 100% !important;
  }
}
.cid-r9eoseCLBj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-r9eoseCLBj .card-box {
  padding: 0 2rem;
}
.cid-r9eoseCLBj .mbr-section-btn {
  padding-top: 1rem;
}
.cid-r9eoseCLBj .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-r9eoseCLBj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-r9eoseCLBj p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-r9eoseCLBj .mbr-text {
  color: #000000;
}
.cid-r9eoseCLBj .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-r9eoseCLBj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ufgUdCumEv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufgUdCumEv .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufgUdCumEv .section-text {
  padding: 2rem 0;
}
.cid-ufgUdCumEv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufgUdCumEv .inner-container {
    width: 100% !important;
  }
}
.cid-tvK9HKCs3b {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tvK9HKCs3b .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tvK9HKCs3b .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tvK9HKCs3b .mbr-text {
    text-align: center;
  }
}
.cid-tvK9HKCs3b .mbr-text,
.cid-tvK9HKCs3b .mbr-section-btn {
  color: #2a3b4d;
}
.cid-tvK9HKCs3b H1 {
  color: #2a3b4d;
}
.cid-tvK9HKCs3b H3 {
  color: #000000;
}
.cid-ufgUnsxdyS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufgUnsxdyS .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufgUnsxdyS .section-text {
  padding: 2rem 0;
}
.cid-ufgUnsxdyS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufgUnsxdyS .inner-container {
    width: 100% !important;
  }
}
.cid-rzXkgA69Jq {
  background-image: url("../../../assets/images/edgewater-boats1-1988x1100.webp");
}
.cid-rzXkgA69Jq H1 {
  text-align: right;
}
.cid-ufgUvUeaSz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufgUvUeaSz .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufgUvUeaSz .section-text {
  padding: 2rem 0;
}
.cid-ufgUvUeaSz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufgUvUeaSz .inner-container {
    width: 100% !important;
  }
}
.cid-trnl06kHIo {
  background: #ffffff;
}
.cid-trnl06kHIo .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-trnl06kHIo .video-block {
    width: 100% !important;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-so7QcXQZQL {
  background-image: url("../../../assets/images/marlin-copy-960x510.webp");
}
.cid-so7QcYWDBf {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-so7QcYWDBf .mbr-section-subtitle {
  color: #767676;
}
.cid-ufh0pA36A8 {
  background: #ffffff;
}
.cid-ufh0pA36A8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ufh0pA36A8 .mbr-figure {
  margin: 0 auto;
}
.cid-ufh0pA36A8 figcaption {
  position: relative;
}
.cid-ufh0pA36A8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufh0pA36A8 .image-block {
    width: 100% !important;
  }
}
.cid-ufh0pA36A8 .mbr-figure-caption div {
  color: #000000;
  text-align: right;
}
.cid-so7Qd2z1qF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-so7Qd2z1qF .mbr-section-subtitle {
  color: #767676;
}
.cid-srd4XKYbvz {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srd4XKYbvz .card-box {
  padding: 0 2rem;
}
.cid-srd4XKYbvz .mbr-section-btn {
  padding-top: 1rem;
}
.cid-srd4XKYbvz .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-srd4XKYbvz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-srd4XKYbvz p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-srd4XKYbvz .mbr-text {
  color: #000000;
}
.cid-srd4XKYbvz .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-srd4XKYbvz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ufh0J8z43j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufh0J8z43j .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufh0J8z43j .section-text {
  padding: 2rem 0;
}
.cid-ufh0J8z43j .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufh0J8z43j .inner-container {
    width: 100% !important;
  }
}
.cid-srd56R0SiT {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srd56R0SiT .card-box {
  padding: 0 2rem;
}
.cid-srd56R0SiT .mbr-section-btn {
  padding-top: 1rem;
}
.cid-srd56R0SiT .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-srd56R0SiT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-srd56R0SiT p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-srd56R0SiT .mbr-text {
  color: #000000;
}
.cid-srd56R0SiT .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-srd56R0SiT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ufh0WTSvg8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufh0WTSvg8 .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufh0WTSvg8 .section-text {
  padding: 2rem 0;
}
.cid-ufh0WTSvg8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufh0WTSvg8 .inner-container {
    width: 100% !important;
  }
}
.cid-so7Qd5wrOd {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-so7Qd5wrOd .card-box {
  padding: 0 2rem;
}
.cid-so7Qd5wrOd .mbr-section-btn {
  padding-top: 1rem;
}
.cid-so7Qd5wrOd .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-so7Qd5wrOd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-so7Qd5wrOd p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-so7Qd5wrOd .mbr-text {
  color: #000000;
}
.cid-so7Qd5wrOd .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-so7Qd5wrOd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ufh1e9ml2y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufh1e9ml2y .mbr-text,
.cid-ufh1e9ml2y blockquote {
  color: #767676;
}
.cid-so7Qd7rnCY {
  background-image: url("../../../assets/images/edgewater-boats1-1988x1100.webp");
}
.cid-ufh1IKZC12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufh1IKZC12 .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufh1IKZC12 .section-text {
  padding: 2rem 0;
}
.cid-ufh1IKZC12 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufh1IKZC12 .inner-container {
    width: 100% !important;
  }
}
.cid-so7Qdbdl8F {
  background: #465052;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #465052, #ffffff);
}
.cid-so7Qdbdl8F .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-so7Qdbdl8F .video-block {
    width: 100% !important;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-uhjLrnApJn {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uhjLrnApJn .mbr-section-subtitle {
  color: #767676;
}
.cid-uhjLrnSncK {
  background: #000000;
}
.cid-uhjLrnSncK .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uhjLrnSncK .video-block {
    width: 100% !important;
  }
}
.cid-uhjLrojLnl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uhjLrojLnl .mbr-section-subtitle {
  color: #767676;
}
.cid-uhjLro1M2O {
  background-image: url("../../../assets/images/fast-contender-fishing-1600x837.webp");
}
.cid-uhjLro1M2O H1 {
  text-align: left;
}
.cid-uhjLro1M2O H3 {
  text-align: left;
}
.cid-uhjUpxK5ZO {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhjUpxK5ZO .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uhjUpxK5ZO .mbr-content-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uhjUpxK5ZO .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uhjUpxK5ZO .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uhjUpxK5ZO .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-uhjUpxK5ZO .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uhjUpxK5ZO .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uhjUpxK5ZO .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uhjUpxK5ZO .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uhjUpxK5ZO .media-block {
    padding-left: 2rem;
  }
}
.cid-uhjUpxK5ZO .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uhjUpxK5ZO .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uhjUpxK5ZO .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uhjUpxK5ZO .mbr-section-title {
  text-align: left;
}
.cid-uhjVxuaxk0 {
  background: #000000;
}
.cid-uhjVxuaxk0 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uhjVxuaxk0 .video-block {
    width: 100% !important;
  }
}
.cid-uhjVM6k8my {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhjVM6k8my .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uhjVM6k8my .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-uhjVM6k8my .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uhjVM6k8my .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uhjVM6k8my .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-uhjVM6k8my .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uhjVM6k8my .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uhjVM6k8my .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uhjVM6k8my .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uhjVM6k8my .media-block {
    padding-left: 2rem;
  }
}
.cid-uhjVM6k8my .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uhjVM6k8my .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uhjVM6k8my .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uhjVM6k8my .mbr-section-title {
  text-align: left;
}
.cid-uhjLroyk5t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uhjLroyk5t .mbr-section-subtitle {
  color: #405051;
}
.cid-uhjLroyk5t H2 {
  color: #405051;
}
.cid-uhjLrqsj08 {
  background: #ffffff;
}
.cid-uhjLrqsj08 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uhjLrqsj08 .video-block {
    width: 100% !important;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-uhkmF40jjU {
  background: #000000;
  padding-top: 120px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #000000, #ffffff);
}
.cid-uhkmF40jjU .image-block {
  margin: auto;
}
.cid-uhkmF40jjU .mbr-figure {
  margin: 0 auto;
}
.cid-uhkmF40jjU figcaption {
  position: relative;
}
.cid-uhkmF40jjU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uhkmF40jjU .image-block {
    width: 100% !important;
  }
}
.cid-ulXXryMtks {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ulXXryMtks P {
  color: #767676;
}
.cid-ulXXryMtks H1 {
  color: #ffffff;
}
.cid-ulXXryMtks .mbr-text,
.cid-ulXXryMtks .mbr-section-btn {
  color: #ffffff;
}
.cid-uhkmF6sZtE {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uhkmF6sZtE .image-block {
  margin: auto;
}
.cid-uhkmF6sZtE .mbr-figure {
  margin: 0 auto;
}
.cid-uhkmF6sZtE figcaption {
  position: relative;
}
.cid-uhkmF6sZtE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uhkmF6sZtE .image-block {
    width: 100% !important;
  }
}
.cid-uhkmF6sZtE .mbr-figure-caption div {
  text-align: right;
}
.cid-uhkmF4mSZ8 {
  background: #ffffff;
}
.cid-uhkmF4mSZ8 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uhkmF4mSZ8 .video-block {
    width: 100% !important;
  }
}
.cid-uhkmF4wDaB {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uhkmF4wDaB h2 {
  text-align: left;
}
.cid-uhkmF4wDaB h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uhkmF4wDaB p {
  color: #767676;
  text-align: left;
}
.cid-uhkmF4wDaB .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uhkmF4wDaB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uhkmF4wDaB .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhkmF4wDaB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uhkmF4wDaB .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uhkmF4wDaB .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uhkmF4wDaB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhkmF4wDaB .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uhkmF4wDaB .card-img span {
    font-size: 40px !important;
  }
}
.cid-uhkmF4wDaB H2 {
  color: #ffffff;
}
.cid-uhkmF4wDaB .mbr-text {
  color: #ffffff;
}
.cid-uhkmF4wDaB P {
  color: #ffffff;
}
.cid-ulXY8zI6KN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-ulXY8zI6KN p {
  color: #767676;
}
.cid-ulXY8zI6KN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulXY8zI6KN .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ulXY8zI6KN .panel-group {
  width: 100%;
}
.cid-ulXY8zI6KN .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ulXY8zI6KN .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ulXY8zI6KN .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ulXY8zI6KN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ulXY8zI6KN .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-ulXY8zI6KN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ulXY8zI6KN .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-ulXY8zI6KN .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-ulXY8zI6KN H2 {
  color: #ffffff;
}
.cid-ulXY8zI6KN H4 {
  color: #ffffff;
}
.cid-ulXY8zI6KN .panel-text {
  color: #ffffff;
}
.cid-ulXY8zI6KN H1 {
  color: #ffffff;
}
.cid-ulY2rBvVZa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-ulY2rBvVZa .card-img {
  background-color: #fff;
}
.cid-ulY2rBvVZa .card {
  align-self: stretch;
}
.cid-ulY2rBvVZa .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-ulY2rBvVZa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ulY2rBvVZa p {
  text-align: left;
}
.cid-ulY2rBvVZa .mbr-text {
  color: #767676;
}
.cid-ulY2rBvVZa .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ulY2rBvVZa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-ulY2rBvVZa .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-ulY4kHOzA0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ulY4kHOzA0 .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-ulY4kHOzA0 .mbr-author-name {
  font-weight: bold;
}
.cid-ulY4kHOzA0 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-ulY4kHOzA0 .mbr-figure,
  .cid-ulY4kHOzA0 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-ulY4kHOzA0 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-uhkKv4HFkJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhkKv4HFkJ P {
  color: #767676;
}
.cid-uhkJ3ApMfY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uhkJ3ApMfY h2 {
  text-align: left;
}
.cid-uhkJ3ApMfY h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uhkJ3ApMfY p {
  color: #767676;
  text-align: left;
}
.cid-uhkJ3ApMfY .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uhkJ3ApMfY .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uhkJ3ApMfY .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhkJ3ApMfY .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uhkJ3ApMfY .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uhkJ3ApMfY .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uhkJ3ApMfY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhkJ3ApMfY .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uhkJ3ApMfY .card-img span {
    font-size: 40px !important;
  }
}
.cid-uhkJ3ApMfY H2 {
  color: #000000;
}
.cid-uhkJ3ApMfY .mbr-text {
  color: #232323;
}
.cid-uhkJ3ApMfY P {
  color: #000000;
}
.cid-uhkRNlIJCs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uhkRNlIJCs P {
  color: #767676;
}
.cid-uhkJ3ACmAP {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhkJ3ACmAP .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uhkJ3ACmAP .mbr-content-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uhkJ3ACmAP .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uhkJ3ACmAP .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uhkJ3ACmAP .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-uhkJ3ACmAP .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uhkJ3ACmAP .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uhkJ3ACmAP .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uhkJ3ACmAP .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uhkJ3ACmAP .media-block {
    padding-left: 2rem;
  }
}
.cid-uhkJ3ACmAP .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uhkJ3ACmAP .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uhkJ3ACmAP .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uhkJ3ACmAP .mbr-section-title {
  text-align: left;
}
.cid-uhkLLKH6K4 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uhkL3b86gX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uhkL3b86gX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uhkL3b86gX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhkL3b86gX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhkL3b86gX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uhkL3b86gX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uhkL3b86gX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uhkL3b86gX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uhkL3b86gX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uhkL3b86gX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uhkLfqUxwy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uhkLfqUxwy .mbr-section-subtitle {
  color: #232323;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-uiFwoEajWU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiFwoEajWU .mbr-text,
.cid-uiFwoEajWU blockquote {
  color: #767676;
}
.cid-uiFwoEx6t3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiFwoEx6t3 .mbr-section-subtitle {
  color: #2d3b3c;
}
.cid-uiFwoEx6t3 H2 {
  color: #2d3b3c;
}
.cid-uiFwoEHFcu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiFwoEHFcu .mbr-section-subtitle {
  color: #767676;
}
.cid-uiFwoEN1n5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uiFwoEN1n5 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFwoEN1n5 .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFwoEN1n5 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFwoEN1n5 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFwoEN1n5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFwoEN1n5 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFwoEN1n5 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFwoEN1n5 .image-element {
    padding: 0 15px;
  }
  .cid-uiFwoEN1n5 .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFwoEN1n5 .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFwoEN1n5 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFwoEN1n5 .mbr-text,
.cid-uiFwoEN1n5 .mbr-section-btn {
  color: #000000;
}
.cid-uPFTxyaAPH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uPFTxyaAPH .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uPFTxyaAPH .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uPFTxyaAPH .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uPFTxyaAPH .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uPFTxyaAPH .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uPFTxyaAPH .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFTxyaAPH .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPFTxyaAPH .image-element {
    padding: 0 15px;
  }
  .cid-uPFTxyaAPH .text-element {
    padding: 2rem 1rem;
  }
  .cid-uPFTxyaAPH .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uPFTxyaAPH .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uPFTxyaAPH .mbr-text,
.cid-uPFTxyaAPH .mbr-section-btn {
  color: #000000;
}
.cid-uiFwoF1Y4W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uiFwoF1Y4W .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFwoF1Y4W .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFwoF1Y4W .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFwoF1Y4W .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFwoF1Y4W .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFwoF1Y4W .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFwoF1Y4W .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFwoF1Y4W .image-element {
    padding: 0 15px;
  }
  .cid-uiFwoF1Y4W .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFwoF1Y4W .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFwoF1Y4W .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFwoF1Y4W .mbr-text,
.cid-uiFwoF1Y4W .mbr-section-btn {
  color: #000000;
}
.cid-uiFwoFeUUc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFwoFeUUc .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFwoFeUUc .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFwoFeUUc .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFwoFeUUc .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFwoFeUUc .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFwoFeUUc .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFwoFeUUc .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFwoFeUUc .image-element {
    padding: 0 15px;
  }
  .cid-uiFwoFeUUc .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFwoFeUUc .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFwoFeUUc .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFwoFeUUc .mbr-text,
.cid-uiFwoFeUUc .mbr-section-btn {
  color: #000000;
}
.cid-uiFwoFpsBx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFwoFpsBx .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFwoFpsBx .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFwoFpsBx .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFwoFpsBx .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFwoFpsBx .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFwoFpsBx .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFwoFpsBx .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFwoFpsBx .image-element {
    padding: 0 15px;
  }
  .cid-uiFwoFpsBx .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFwoFpsBx .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFwoFpsBx .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFwoFpsBx .mbr-text,
.cid-uiFwoFpsBx .mbr-section-btn {
  color: #000000;
}
.cid-uiFwoFCa54 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFwoFCa54 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFwoFCa54 .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFwoFCa54 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFwoFCa54 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFwoFCa54 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFwoFCa54 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFwoFCa54 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFwoFCa54 .image-element {
    padding: 0 15px;
  }
  .cid-uiFwoFCa54 .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFwoFCa54 .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFwoFCa54 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFwoFCa54 .mbr-text,
.cid-uiFwoFCa54 .mbr-section-btn {
  color: #000000;
}
.cid-uiFwoG2zBE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFwoG2zBE .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFwoG2zBE .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFwoG2zBE .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFwoG2zBE .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFwoG2zBE .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFwoG2zBE .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFwoG2zBE .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFwoG2zBE .image-element {
    padding: 0 15px;
  }
  .cid-uiFwoG2zBE .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFwoG2zBE .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFwoG2zBE .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFwoG2zBE .mbr-text,
.cid-uiFwoG2zBE .mbr-section-btn {
  color: #000000;
}
.cid-uiFwoGeKWy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFwoGeKWy .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFwoGeKWy .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFwoGeKWy .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFwoGeKWy .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFwoGeKWy .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFwoGeKWy .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFwoGeKWy .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFwoGeKWy .image-element {
    padding: 0 15px;
  }
  .cid-uiFwoGeKWy .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFwoGeKWy .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFwoGeKWy .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFwoGeKWy .mbr-text,
.cid-uiFwoGeKWy .mbr-section-btn {
  color: #000000;
}
.cid-uiFwoGorGr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFwoGorGr .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFwoGorGr .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFwoGorGr .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFwoGorGr .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFwoGorGr .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFwoGorGr .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFwoGorGr .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFwoGorGr .image-element {
    padding: 0 15px;
  }
  .cid-uiFwoGorGr .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFwoGorGr .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFwoGorGr .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFwoGorGr .mbr-text,
.cid-uiFwoGorGr .mbr-section-btn {
  color: #000000;
}
.cid-uiFwoGAmF0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFwoGAmF0 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFwoGAmF0 .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFwoGAmF0 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFwoGAmF0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFwoGAmF0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFwoGAmF0 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFwoGAmF0 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFwoGAmF0 .image-element {
    padding: 0 15px;
  }
  .cid-uiFwoGAmF0 .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFwoGAmF0 .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFwoGAmF0 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFwoGAmF0 .mbr-text,
.cid-uiFwoGAmF0 .mbr-section-btn {
  color: #000000;
}
.cid-uiFwoH8myI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uiFwoH8myI .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uiFwoH8myI .section-text {
  padding: 2rem 0;
}
.cid-uiFwoH8myI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uiFwoH8myI .inner-container {
    width: 100% !important;
  }
}
.cid-uiFwoHnPyn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiFwoHnPyn .mbr-section-subtitle {
  color: #767676;
}
.cid-uiFwoHnPyn H2 {
  color: #787324;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-uiF7vyKnHC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiF7vyKnHC .mbr-text,
.cid-uiF7vyKnHC blockquote {
  color: #767676;
}
.cid-uiF7vz5qXn {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiF7vz5qXn .mbr-section-subtitle {
  color: #2d3b3c;
}
.cid-uiF7vz5qXn H2 {
  color: #2d3b3c;
}
.cid-uiF7vzdzsd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiF7vzdzsd .mbr-section-subtitle {
  color: #767676;
}
.cid-uPFT69dqRy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uPFT69dqRy .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uPFT69dqRy .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uPFT69dqRy .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uPFT69dqRy .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uPFT69dqRy .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uPFT69dqRy .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFT69dqRy .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPFT69dqRy .image-element {
    padding: 0 15px;
  }
  .cid-uPFT69dqRy .text-element {
    padding: 2rem 1rem;
  }
  .cid-uPFT69dqRy .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uPFT69dqRy .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uPFT69dqRy .mbr-text,
.cid-uPFT69dqRy .mbr-section-btn {
  color: #000000;
}
.cid-uiF7vzxLzs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uiF7vzxLzs .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiF7vzxLzs .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiF7vzxLzs .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiF7vzxLzs .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiF7vzxLzs .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiF7vzxLzs .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiF7vzxLzs .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiF7vzxLzs .image-element {
    padding: 0 15px;
  }
  .cid-uiF7vzxLzs .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiF7vzxLzs .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiF7vzxLzs .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiF7vzxLzs .mbr-text,
.cid-uiF7vzxLzs .mbr-section-btn {
  color: #000000;
}
.cid-uiF7vzIBwO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiF7vzIBwO .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiF7vzIBwO .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiF7vzIBwO .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiF7vzIBwO .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiF7vzIBwO .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiF7vzIBwO .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiF7vzIBwO .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiF7vzIBwO .image-element {
    padding: 0 15px;
  }
  .cid-uiF7vzIBwO .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiF7vzIBwO .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiF7vzIBwO .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiF7vzIBwO .mbr-text,
.cid-uiF7vzIBwO .mbr-section-btn {
  color: #000000;
}
.cid-uiF7vzSQbS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiF7vzSQbS .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiF7vzSQbS .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiF7vzSQbS .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiF7vzSQbS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiF7vzSQbS .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiF7vzSQbS .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiF7vzSQbS .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiF7vzSQbS .image-element {
    padding: 0 15px;
  }
  .cid-uiF7vzSQbS .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiF7vzSQbS .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiF7vzSQbS .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiF7vzSQbS .mbr-text,
.cid-uiF7vzSQbS .mbr-section-btn {
  color: #000000;
}
.cid-uiF7vA3v4u {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiF7vA3v4u .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiF7vA3v4u .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiF7vA3v4u .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiF7vA3v4u .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiF7vA3v4u .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiF7vA3v4u .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiF7vA3v4u .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiF7vA3v4u .image-element {
    padding: 0 15px;
  }
  .cid-uiF7vA3v4u .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiF7vA3v4u .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiF7vA3v4u .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiF7vA3v4u .mbr-text,
.cid-uiF7vA3v4u .mbr-section-btn {
  color: #000000;
}
.cid-uiF7vAsUO2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiF7vAsUO2 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiF7vAsUO2 .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiF7vAsUO2 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiF7vAsUO2 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiF7vAsUO2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiF7vAsUO2 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiF7vAsUO2 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiF7vAsUO2 .image-element {
    padding: 0 15px;
  }
  .cid-uiF7vAsUO2 .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiF7vAsUO2 .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiF7vAsUO2 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiF7vAsUO2 .mbr-text,
.cid-uiF7vAsUO2 .mbr-section-btn {
  color: #000000;
}
.cid-uiF7vAC6XH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiF7vAC6XH .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiF7vAC6XH .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiF7vAC6XH .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiF7vAC6XH .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiF7vAC6XH .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiF7vAC6XH .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiF7vAC6XH .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiF7vAC6XH .image-element {
    padding: 0 15px;
  }
  .cid-uiF7vAC6XH .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiF7vAC6XH .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiF7vAC6XH .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiF7vAC6XH .mbr-text,
.cid-uiF7vAC6XH .mbr-section-btn {
  color: #000000;
}
.cid-uiFgXzPJSn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFgXzPJSn .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFgXzPJSn .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFgXzPJSn .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFgXzPJSn .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFgXzPJSn .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFgXzPJSn .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFgXzPJSn .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFgXzPJSn .image-element {
    padding: 0 15px;
  }
  .cid-uiFgXzPJSn .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFgXzPJSn .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFgXzPJSn .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFgXzPJSn .mbr-text,
.cid-uiFgXzPJSn .mbr-section-btn {
  color: #000000;
}
.cid-uiFh0bg3Js {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFh0bg3Js .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFh0bg3Js .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFh0bg3Js .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFh0bg3Js .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFh0bg3Js .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFh0bg3Js .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFh0bg3Js .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFh0bg3Js .image-element {
    padding: 0 15px;
  }
  .cid-uiFh0bg3Js .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFh0bg3Js .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFh0bg3Js .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFh0bg3Js .mbr-text,
.cid-uiFh0bg3Js .mbr-section-btn {
  color: #000000;
}
.cid-uiF7vB4jf1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uiF7vB4jf1 .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uiF7vB4jf1 .section-text {
  padding: 2rem 0;
}
.cid-uiF7vB4jf1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uiF7vB4jf1 .inner-container {
    width: 100% !important;
  }
}
.cid-uiF7vBkofc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiF7vBkofc .mbr-section-subtitle {
  color: #767676;
}
.cid-uiF7vBkofc H2 {
  color: #787324;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-uiEQUAgIco {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiEQUAgIco .mbr-text,
.cid-uiEQUAgIco blockquote {
  color: #767676;
}
.cid-uiEQUADxLQ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiEQUADxLQ .mbr-section-subtitle {
  color: #2d3b3c;
}
.cid-uiEQUADxLQ H2 {
  color: #2d3b3c;
}
.cid-uiEU4sX7e9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiEU4sX7e9 .mbr-section-subtitle {
  color: #767676;
}
.cid-uiEUVeDzSp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uiEUVeDzSp .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiEUVeDzSp .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiEUVeDzSp .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiEUVeDzSp .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiEUVeDzSp .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiEUVeDzSp .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiEUVeDzSp .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiEUVeDzSp .image-element {
    padding: 0 15px;
  }
  .cid-uiEUVeDzSp .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiEUVeDzSp .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiEUVeDzSp .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiEUVeDzSp .mbr-text,
.cid-uiEUVeDzSp .mbr-section-btn {
  color: #000000;
}
.cid-uPFSNjzOeF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uPFSNjzOeF .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uPFSNjzOeF .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uPFSNjzOeF .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uPFSNjzOeF .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uPFSNjzOeF .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uPFSNjzOeF .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFSNjzOeF .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPFSNjzOeF .image-element {
    padding: 0 15px;
  }
  .cid-uPFSNjzOeF .text-element {
    padding: 2rem 1rem;
  }
  .cid-uPFSNjzOeF .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uPFSNjzOeF .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uPFSNjzOeF .mbr-text,
.cid-uPFSNjzOeF .mbr-section-btn {
  color: #000000;
}
.cid-uiEUVVtzcr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiEUVVtzcr .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiEUVVtzcr .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiEUVVtzcr .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiEUVVtzcr .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiEUVVtzcr .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiEUVVtzcr .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiEUVVtzcr .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiEUVVtzcr .image-element {
    padding: 0 15px;
  }
  .cid-uiEUVVtzcr .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiEUVVtzcr .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiEUVVtzcr .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiEUVVtzcr .mbr-text,
.cid-uiEUVVtzcr .mbr-section-btn {
  color: #000000;
}
.cid-uiEUWC6S7b {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiEUWC6S7b .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiEUWC6S7b .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiEUWC6S7b .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiEUWC6S7b .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiEUWC6S7b .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiEUWC6S7b .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiEUWC6S7b .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiEUWC6S7b .image-element {
    padding: 0 15px;
  }
  .cid-uiEUWC6S7b .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiEUWC6S7b .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiEUWC6S7b .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiEUWC6S7b .mbr-text,
.cid-uiEUWC6S7b .mbr-section-btn {
  color: #000000;
}
.cid-uiEWzA0NXm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiEWzA0NXm .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiEWzA0NXm .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiEWzA0NXm .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiEWzA0NXm .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiEWzA0NXm .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiEWzA0NXm .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiEWzA0NXm .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiEWzA0NXm .image-element {
    padding: 0 15px;
  }
  .cid-uiEWzA0NXm .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiEWzA0NXm .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiEWzA0NXm .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiEWzA0NXm .mbr-text,
.cid-uiEWzA0NXm .mbr-section-btn {
  color: #000000;
}
.cid-uiEWD9TpJn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiEWD9TpJn .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiEWD9TpJn .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiEWD9TpJn .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiEWD9TpJn .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiEWD9TpJn .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiEWD9TpJn .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiEWD9TpJn .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiEWD9TpJn .image-element {
    padding: 0 15px;
  }
  .cid-uiEWD9TpJn .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiEWD9TpJn .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiEWD9TpJn .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiEWD9TpJn .mbr-text,
.cid-uiEWD9TpJn .mbr-section-btn {
  color: #000000;
}
.cid-uiEWDMvnmU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiEWDMvnmU .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiEWDMvnmU .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiEWDMvnmU .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiEWDMvnmU .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiEWDMvnmU .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiEWDMvnmU .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiEWDMvnmU .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiEWDMvnmU .image-element {
    padding: 0 15px;
  }
  .cid-uiEWDMvnmU .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiEWDMvnmU .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiEWDMvnmU .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiEWDMvnmU .mbr-text,
.cid-uiEWDMvnmU .mbr-section-btn {
  color: #000000;
}
.cid-uiEQUBOrqd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uiEQUBOrqd .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uiEQUBOrqd .section-text {
  padding: 2rem 0;
}
.cid-uiEQUBOrqd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uiEQUBOrqd .inner-container {
    width: 100% !important;
  }
}
.cid-uiEQUC2Flp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiEQUC2Flp .mbr-section-subtitle {
  color: #767676;
}
.cid-uiEQUC2Flp H2 {
  color: #787324;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-uiFps515Jb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiFps515Jb .mbr-text,
.cid-uiFps515Jb blockquote {
  color: #767676;
}
.cid-uiFps5kdB9 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiFps5kdB9 .mbr-section-subtitle {
  color: #2d3b3c;
}
.cid-uiFps5kdB9 H2 {
  color: #2d3b3c;
}
.cid-uiFps5wlJG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiFps5wlJG .mbr-section-subtitle {
  color: #767676;
}
.cid-uPFTiWgy6v {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uPFTiWgy6v .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uPFTiWgy6v .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uPFTiWgy6v .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uPFTiWgy6v .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uPFTiWgy6v .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uPFTiWgy6v .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFTiWgy6v .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPFTiWgy6v .image-element {
    padding: 0 15px;
  }
  .cid-uPFTiWgy6v .text-element {
    padding: 2rem 1rem;
  }
  .cid-uPFTiWgy6v .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uPFTiWgy6v .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uPFTiWgy6v .mbr-text,
.cid-uPFTiWgy6v .mbr-section-btn {
  color: #000000;
}
.cid-uiFps5W0AU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uiFps5W0AU .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFps5W0AU .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFps5W0AU .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFps5W0AU .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFps5W0AU .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFps5W0AU .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFps5W0AU .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFps5W0AU .image-element {
    padding: 0 15px;
  }
  .cid-uiFps5W0AU .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFps5W0AU .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFps5W0AU .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFps5W0AU .mbr-text,
.cid-uiFps5W0AU .mbr-section-btn {
  color: #000000;
}
.cid-uiFps7lSDZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFps7lSDZ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFps7lSDZ .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFps7lSDZ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFps7lSDZ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFps7lSDZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFps7lSDZ .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFps7lSDZ .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFps7lSDZ .image-element {
    padding: 0 15px;
  }
  .cid-uiFps7lSDZ .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFps7lSDZ .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFps7lSDZ .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFps7lSDZ .mbr-text,
.cid-uiFps7lSDZ .mbr-section-btn {
  color: #000000;
}
.cid-uiFps6iC4B {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFps6iC4B .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFps6iC4B .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFps6iC4B .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFps6iC4B .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFps6iC4B .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFps6iC4B .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFps6iC4B .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFps6iC4B .image-element {
    padding: 0 15px;
  }
  .cid-uiFps6iC4B .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFps6iC4B .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFps6iC4B .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFps6iC4B .mbr-text,
.cid-uiFps6iC4B .mbr-section-btn {
  color: #000000;
}
.cid-uiFps6zBNW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFps6zBNW .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFps6zBNW .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFps6zBNW .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFps6zBNW .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFps6zBNW .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFps6zBNW .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFps6zBNW .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFps6zBNW .image-element {
    padding: 0 15px;
  }
  .cid-uiFps6zBNW .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFps6zBNW .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFps6zBNW .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFps6zBNW .mbr-text,
.cid-uiFps6zBNW .mbr-section-btn {
  color: #000000;
}
.cid-uiFps6Nfeu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFps6Nfeu .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFps6Nfeu .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFps6Nfeu .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFps6Nfeu .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFps6Nfeu .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFps6Nfeu .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFps6Nfeu .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFps6Nfeu .image-element {
    padding: 0 15px;
  }
  .cid-uiFps6Nfeu .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFps6Nfeu .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFps6Nfeu .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFps6Nfeu .mbr-text,
.cid-uiFps6Nfeu .mbr-section-btn {
  color: #000000;
}
.cid-uiFps7BZjS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFps7BZjS .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFps7BZjS .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFps7BZjS .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFps7BZjS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFps7BZjS .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFps7BZjS .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFps7BZjS .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFps7BZjS .image-element {
    padding: 0 15px;
  }
  .cid-uiFps7BZjS .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFps7BZjS .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFps7BZjS .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFps7BZjS .mbr-text,
.cid-uiFps7BZjS .mbr-section-btn {
  color: #000000;
}
.cid-uiFps7Tseo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFps7Tseo .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFps7Tseo .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFps7Tseo .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFps7Tseo .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFps7Tseo .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFps7Tseo .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFps7Tseo .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFps7Tseo .image-element {
    padding: 0 15px;
  }
  .cid-uiFps7Tseo .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFps7Tseo .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFps7Tseo .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFps7Tseo .mbr-text,
.cid-uiFps7Tseo .mbr-section-btn {
  color: #000000;
}
.cid-uiFps886pk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiFps886pk .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiFps886pk .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiFps886pk .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiFps886pk .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiFps886pk .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiFps886pk .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiFps886pk .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiFps886pk .image-element {
    padding: 0 15px;
  }
  .cid-uiFps886pk .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiFps886pk .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiFps886pk .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiFps886pk .mbr-text,
.cid-uiFps886pk .mbr-section-btn {
  color: #000000;
}
.cid-uiFps8VMPR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uiFps8VMPR .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uiFps8VMPR .section-text {
  padding: 2rem 0;
}
.cid-uiFps8VMPR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uiFps8VMPR .inner-container {
    width: 100% !important;
  }
}
.cid-uiFps9hfSt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiFps9hfSt .mbr-section-subtitle {
  color: #767676;
}
.cid-uiFps9hfSt H2 {
  color: #787324;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-uiKm3W81SY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiKm3W81SY .mbr-text,
.cid-uiKm3W81SY blockquote {
  color: #767676;
}
.cid-uiKm3WxP94 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiKm3WxP94 .mbr-section-subtitle {
  color: #2d3b3c;
}
.cid-uiKm3WxP94 H2 {
  color: #2d3b3c;
}
.cid-uiKm3WD6P7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiKm3WD6P7 .mbr-section-subtitle {
  color: #767676;
}
.cid-uiKoMwL6Vl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uiKoMwL6Vl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKoMwL6Vl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uiKoMwL6Vl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uiKoMwL6Vl img {
  border-radius: 3rem;
}
.cid-uiKoMwL6Vl .row {
  align-items: center;
}
.cid-uiKoMwL6Vl .mbr-section-title {
  color: #1d5356;
}
.cid-uiKoMwL6Vl .mbr-text,
.cid-uiKoMwL6Vl .mbr-section-btn {
  color: #491414;
}
.cid-uiKoMwL6Vl .mbr-section-subtitle {
  color: #491414;
}
.cid-uiKm3WJ72M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uiKm3WJ72M .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiKm3WJ72M .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiKm3WJ72M .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiKm3WJ72M .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiKm3WJ72M .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiKm3WJ72M .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiKm3WJ72M .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiKm3WJ72M .image-element {
    padding: 0 15px;
  }
  .cid-uiKm3WJ72M .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiKm3WJ72M .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiKm3WJ72M .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiKm3WJ72M .mbr-text,
.cid-uiKm3WJ72M .mbr-section-btn {
  color: #000000;
}
.cid-uPFTGqiKnC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uPFTGqiKnC .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uPFTGqiKnC .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uPFTGqiKnC .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uPFTGqiKnC .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uPFTGqiKnC .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uPFTGqiKnC .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFTGqiKnC .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPFTGqiKnC .image-element {
    padding: 0 15px;
  }
  .cid-uPFTGqiKnC .text-element {
    padding: 2rem 1rem;
  }
  .cid-uPFTGqiKnC .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uPFTGqiKnC .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uPFTGqiKnC .mbr-text,
.cid-uPFTGqiKnC .mbr-section-btn {
  color: #000000;
}
.cid-uiKm3WVgkN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uiKm3WVgkN .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiKm3WVgkN .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiKm3WVgkN .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiKm3WVgkN .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiKm3WVgkN .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiKm3WVgkN .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiKm3WVgkN .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiKm3WVgkN .image-element {
    padding: 0 15px;
  }
  .cid-uiKm3WVgkN .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiKm3WVgkN .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiKm3WVgkN .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiKm3WVgkN .mbr-text,
.cid-uiKm3WVgkN .mbr-section-btn {
  color: #000000;
}
.cid-uiKm3X7hbH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiKm3X7hbH .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiKm3X7hbH .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiKm3X7hbH .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiKm3X7hbH .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiKm3X7hbH .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiKm3X7hbH .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiKm3X7hbH .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiKm3X7hbH .image-element {
    padding: 0 15px;
  }
  .cid-uiKm3X7hbH .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiKm3X7hbH .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiKm3X7hbH .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiKm3X7hbH .mbr-text,
.cid-uiKm3X7hbH .mbr-section-btn {
  color: #000000;
}
.cid-uiKm3XhTXZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiKm3XhTXZ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiKm3XhTXZ .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiKm3XhTXZ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiKm3XhTXZ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiKm3XhTXZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiKm3XhTXZ .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiKm3XhTXZ .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiKm3XhTXZ .image-element {
    padding: 0 15px;
  }
  .cid-uiKm3XhTXZ .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiKm3XhTXZ .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiKm3XhTXZ .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiKm3XhTXZ .mbr-text,
.cid-uiKm3XhTXZ .mbr-section-btn {
  color: #000000;
}
.cid-uiKm3XrexF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiKm3XrexF .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiKm3XrexF .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiKm3XrexF .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiKm3XrexF .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiKm3XrexF .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiKm3XrexF .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiKm3XrexF .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiKm3XrexF .image-element {
    padding: 0 15px;
  }
  .cid-uiKm3XrexF .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiKm3XrexF .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiKm3XrexF .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiKm3XrexF .mbr-text,
.cid-uiKm3XrexF .mbr-section-btn {
  color: #000000;
}
.cid-uiKm3XNVPy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiKm3XNVPy .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiKm3XNVPy .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiKm3XNVPy .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiKm3XNVPy .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiKm3XNVPy .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiKm3XNVPy .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiKm3XNVPy .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiKm3XNVPy .image-element {
    padding: 0 15px;
  }
  .cid-uiKm3XNVPy .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiKm3XNVPy .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiKm3XNVPy .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiKm3XNVPy .mbr-text,
.cid-uiKm3XNVPy .mbr-section-btn {
  color: #000000;
}
.cid-uiKm3Y09aV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiKm3Y09aV .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiKm3Y09aV .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiKm3Y09aV .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiKm3Y09aV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiKm3Y09aV .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiKm3Y09aV .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiKm3Y09aV .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiKm3Y09aV .image-element {
    padding: 0 15px;
  }
  .cid-uiKm3Y09aV .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiKm3Y09aV .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiKm3Y09aV .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiKm3Y09aV .mbr-text,
.cid-uiKm3Y09aV .mbr-section-btn {
  color: #000000;
}
.cid-uiKm3Yb5Lg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiKm3Yb5Lg .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiKm3Yb5Lg .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiKm3Yb5Lg .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiKm3Yb5Lg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiKm3Yb5Lg .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiKm3Yb5Lg .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiKm3Yb5Lg .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiKm3Yb5Lg .image-element {
    padding: 0 15px;
  }
  .cid-uiKm3Yb5Lg .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiKm3Yb5Lg .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiKm3Yb5Lg .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiKm3Yb5Lg .mbr-text,
.cid-uiKm3Yb5Lg .mbr-section-btn {
  color: #000000;
}
.cid-uiKm3YQaCY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiKm3YQaCY .mbr-section-subtitle {
  color: #767676;
}
.cid-uiKm3YQaCY H2 {
  color: #787324;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-uiL7mkVloL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiL7mkVloL .mbr-text,
.cid-uiL7mkVloL blockquote {
  color: #767676;
}
.cid-uiL7ml9ojn {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiL7ml9ojn .mbr-section-subtitle {
  color: #2d3b3c;
}
.cid-uiL7ml9ojn H2 {
  color: #2d3b3c;
}
.cid-uiL7mlfLw2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiL7mlfLw2 .mbr-section-subtitle {
  color: #767676;
}
.cid-uiL7mlmqzW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uiL7mlmqzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiL7mlmqzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uiL7mlmqzW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uiL7mlmqzW img {
  border-radius: 3rem;
}
.cid-uiL7mlmqzW .row {
  align-items: center;
}
.cid-uiL7mlmqzW .mbr-section-title {
  color: #1d5356;
}
.cid-uiL7mlmqzW .mbr-text,
.cid-uiL7mlmqzW .mbr-section-btn {
  color: #491414;
}
.cid-uiL7mlmqzW .mbr-section-subtitle {
  color: #491414;
}
.cid-uiL7mluxlA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uiL7mluxlA .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiL7mluxlA .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiL7mluxlA .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiL7mluxlA .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiL7mluxlA .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiL7mluxlA .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiL7mluxlA .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiL7mluxlA .image-element {
    padding: 0 15px;
  }
  .cid-uiL7mluxlA .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiL7mluxlA .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiL7mluxlA .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiL7mluxlA .mbr-text,
.cid-uiL7mluxlA .mbr-section-btn {
  color: #000000;
}
.cid-uPFTOUfTuQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uPFTOUfTuQ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uPFTOUfTuQ .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uPFTOUfTuQ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uPFTOUfTuQ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uPFTOUfTuQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uPFTOUfTuQ .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFTOUfTuQ .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPFTOUfTuQ .image-element {
    padding: 0 15px;
  }
  .cid-uPFTOUfTuQ .text-element {
    padding: 2rem 1rem;
  }
  .cid-uPFTOUfTuQ .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uPFTOUfTuQ .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uPFTOUfTuQ .mbr-text,
.cid-uPFTOUfTuQ .mbr-section-btn {
  color: #000000;
}
.cid-uiL7mlHpe8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uiL7mlHpe8 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiL7mlHpe8 .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiL7mlHpe8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiL7mlHpe8 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiL7mlHpe8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiL7mlHpe8 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiL7mlHpe8 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiL7mlHpe8 .image-element {
    padding: 0 15px;
  }
  .cid-uiL7mlHpe8 .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiL7mlHpe8 .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiL7mlHpe8 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiL7mlHpe8 .mbr-text,
.cid-uiL7mlHpe8 .mbr-section-btn {
  color: #000000;
}
.cid-uiL7mlQasM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiL7mlQasM .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiL7mlQasM .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiL7mlQasM .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiL7mlQasM .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiL7mlQasM .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiL7mlQasM .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiL7mlQasM .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiL7mlQasM .image-element {
    padding: 0 15px;
  }
  .cid-uiL7mlQasM .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiL7mlQasM .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiL7mlQasM .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiL7mlQasM .mbr-text,
.cid-uiL7mlQasM .mbr-section-btn {
  color: #000000;
}
.cid-uiL7mlYw5a {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uiL7mlYw5a .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiL7mlYw5a .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiL7mlYw5a .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiL7mlYw5a .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiL7mlYw5a .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiL7mlYw5a .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiL7mlYw5a .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiL7mlYw5a .image-element {
    padding: 0 15px;
  }
  .cid-uiL7mlYw5a .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiL7mlYw5a .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiL7mlYw5a .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiL7mlYw5a .mbr-text,
.cid-uiL7mlYw5a .mbr-section-btn {
  color: #000000;
}
.cid-uiL7mm8c3Q {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiL7mm8c3Q .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiL7mm8c3Q .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiL7mm8c3Q .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiL7mm8c3Q .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiL7mm8c3Q .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiL7mm8c3Q .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiL7mm8c3Q .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiL7mm8c3Q .image-element {
    padding: 0 15px;
  }
  .cid-uiL7mm8c3Q .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiL7mm8c3Q .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiL7mm8c3Q .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiL7mm8c3Q .mbr-text,
.cid-uiL7mm8c3Q .mbr-section-btn {
  color: #000000;
}
.cid-uiL7mmwQPA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiL7mmwQPA .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiL7mmwQPA .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiL7mmwQPA .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiL7mmwQPA .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiL7mmwQPA .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiL7mmwQPA .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiL7mmwQPA .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiL7mmwQPA .image-element {
    padding: 0 15px;
  }
  .cid-uiL7mmwQPA .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiL7mmwQPA .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiL7mmwQPA .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiL7mmwQPA .mbr-text,
.cid-uiL7mmwQPA .mbr-section-btn {
  color: #000000;
}
.cid-uiL7mmQmdb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiL7mmQmdb .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiL7mmQmdb .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiL7mmQmdb .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiL7mmQmdb .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiL7mmQmdb .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiL7mmQmdb .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiL7mmQmdb .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiL7mmQmdb .image-element {
    padding: 0 15px;
  }
  .cid-uiL7mmQmdb .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiL7mmQmdb .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiL7mmQmdb .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiL7mmQmdb .mbr-text,
.cid-uiL7mmQmdb .mbr-section-btn {
  color: #000000;
}
.cid-uiL7mn5VJ1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiL7mn5VJ1 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uiL7mn5VJ1 .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uiL7mn5VJ1 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uiL7mn5VJ1 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uiL7mn5VJ1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uiL7mn5VJ1 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiL7mn5VJ1 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uiL7mn5VJ1 .image-element {
    padding: 0 15px;
  }
  .cid-uiL7mn5VJ1 .text-element {
    padding: 2rem 1rem;
  }
  .cid-uiL7mn5VJ1 .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uiL7mn5VJ1 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uiL7mn5VJ1 .mbr-text,
.cid-uiL7mn5VJ1 .mbr-section-btn {
  color: #000000;
}
.cid-uiL7mnyJEw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uiL7mnyJEw .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uiL7mnyJEw .section-text {
  padding: 2rem 0;
}
.cid-uiL7mnyJEw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uiL7mnyJEw .inner-container {
    width: 100% !important;
  }
}
.cid-uiL7mnLmif {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiL7mnLmif .mbr-section-subtitle {
  color: #767676;
}
.cid-uiL7mnLmif H2 {
  color: #787324;
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-ukE0dcgwAe {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ukE0dcgwAe .mbr-section-subtitle {
  color: #491414;
}
.cid-ukE0dcgwAe H2 {
  color: #1d5356;
}
.cid-ukE0dcwNU6 {
  background: #ffffff;
}
.cid-ukE0dcwNU6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ukE0dcwNU6 .mbr-figure {
  margin: 0 auto;
}
.cid-ukE0dcwNU6 figcaption {
  position: relative;
}
.cid-ukE0dcwNU6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ukE0dcwNU6 .image-block {
    width: 100% !important;
  }
}
.cid-ukE0dcwNU6 .mbr-figure-caption div {
  text-align: right;
}
.cid-ukE0dcFk2k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukE0dcFk2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukE0dcFk2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukE0dcFk2k .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukE0dcFk2k .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-ukE0dcFk2k .mbr-section-title {
  color: #1d5356;
  text-align: center;
}
.cid-ukE0dcFk2k .mbr-text {
  color: #491414;
  text-align: center;
}
.cid-ukE0dcNwPS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-ukE0dcNwPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukE0dcNwPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-ukE0dcNwPS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukE0dcNwPS img {
  border-radius: 3rem;
}
.cid-ukE0dcNwPS .row {
  align-items: center;
}
.cid-ukE0dcNwPS .mbr-section-title {
  color: #1d5356;
}
.cid-ukE0dcNwPS .mbr-text,
.cid-ukE0dcNwPS .mbr-section-btn {
  color: #491414;
}
.cid-ukE0dcNwPS .mbr-section-subtitle {
  color: #491414;
}
.cid-ukE0dd2EJK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ukE0dd2EJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukE0dd2EJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-ukE0dd2EJK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukE0dd2EJK img {
  border-radius: 3rem;
}
.cid-ukE0dd2EJK .row {
  align-items: center;
}
.cid-ukE0dd2EJK .mbr-section-title {
  color: #1d5356;
}
.cid-ukE0dd2EJK .mbr-text,
.cid-ukE0dd2EJK .mbr-section-btn {
  color: #491414;
}
.cid-ukE0dd2EJK .mbr-section-subtitle {
  color: #491414;
}
.cid-ukE0ddeeHY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/btg1221-everglades455-6.webp");
}
.cid-ukE0ddeeHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukE0ddeeHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukE0ddeeHY .row {
  position: relative;
  padding: 6rem 4rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ukE0ddeeHY .row {
    padding: 2rem 1rem;
  }
}
.cid-ukE0ddeeHY .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  border-radius: 3rem;
  height: 100%;
  background: #ffffff;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-ukE0ddeeHY .row:before {
    width: 100%;
  }
}
.cid-ukE0ddeeHY .row .col-12 {
  position: relative;
}
.cid-ukE0ddeeHY .mbr-section-title {
  color: #000000;
}
.cid-ukE0ddeeHY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukE0ddeeHY .mbr-text,
.cid-ukE0ddeeHY .mbr-section-btn {
  color: #000000;
}
.cid-ukE0ddm6jc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ukE0ddm6jc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukE0ddm6jc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-ukE0ddm6jc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukE0ddm6jc img {
  border-radius: 3rem;
}
.cid-ukE0ddm6jc .row {
  align-items: center;
}
.cid-ukE0ddm6jc .mbr-section-title {
  color: #1d5356;
}
.cid-ukE0ddm6jc .mbr-text,
.cid-ukE0ddm6jc .mbr-section-btn {
  color: #491414;
}
.cid-ukE0ddm6jc .mbr-section-subtitle {
  color: #491414;
}
.cid-ukE0ddyGdd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-ukE0ddyGdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukE0ddyGdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-ukE0ddyGdd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukE0ddyGdd img {
  border-radius: 3rem;
}
.cid-ukE0ddyGdd .row {
  align-items: center;
}
.cid-ukE0ddyGdd .mbr-section-title {
  color: #1d5356;
}
.cid-ukE0ddyGdd .mbr-text,
.cid-ukE0ddyGdd .mbr-section-btn {
  color: #491414;
}
.cid-ukE0ddyGdd .mbr-section-subtitle {
  color: #491414;
}
.cid-ukE0ddQaok {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-ukE0ddQaok .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukE0ddQaok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukE0ddQaok .row.card {
  padding: 0 90px;
  background-color: #101511;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .cid-ukE0ddQaok .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.cid-ukE0ddQaok .row.card .subtitle-wrapper {
  margin: -25px 0 0 0;
  transform: rotate(-5deg);
  background-color: #eafa72;
  border-radius: 17px;
  padding: 20px;
}
.cid-ukE0ddQaok .row.card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ukE0ddQaok .row.card .mbr-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ukE0ddQaok .row.card .mbr-section-title {
    margin: 32px 0 0 0;
  }
}
.cid-ukE0ddQaok .row.card .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .cid-ukE0ddQaok .row.card .image-wrapper {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-ukE0ddQaok .row.card .image-wrapper {
    display: block;
  }
}
.cid-ukE0ddQaok .row.card .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-ukE0ddQaok .row.card .image-wrapper img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .cid-ukE0ddQaok .row.card .image-wrapper img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.cid-ukE0ddQaok .row.card .image-wrapper img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .cid-ukE0ddQaok .row.card .image-wrapper img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.cid-ukE0ddQaok .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-ukE0ddQaok .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.cid-ukE0ddQaok .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.cid-ukE0ddQaok .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #eafa72;
  transition: all .3s ease;
}
.cid-ukE0ddQaok .row.card .text-wrapper .mbr-text {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.cid-ukE0ddQaok .row.card .text-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-ukE0ddQaok .mbr-section-title {
  color: #ffffff;
}
.cid-ukE0ddQaok .mbr-section-subtitle {
  color: #101511;
  text-align: center;
}
.cid-ukE0ddQaok .mbr-text {
  color: #6e716f;
}
.cid-ukE0ddQaok .mbr-text,
.cid-ukE0ddQaok .mbr-section-btn {
  color: #ffffff;
}
.cid-ukE0de3H1m {
  background-image: url("../../../assets/images/edgewater-370cc-evening.webp");
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-ukE3oorVSF {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ukE3oorVSF .mbr-section-subtitle {
  color: #491414;
}
.cid-ukE3oorVSF H2 {
  color: #1d5356;
}
.cid-ukE3ooIQTr {
  background: #ffffff;
}
.cid-ukE3ooIQTr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ukE3ooIQTr .mbr-figure {
  margin: 0 auto;
}
.cid-ukE3ooIQTr figcaption {
  position: relative;
}
.cid-ukE3ooIQTr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ukE3ooIQTr .image-block {
    width: 100% !important;
  }
}
.cid-ukE3ooIQTr .mbr-figure-caption div {
  text-align: right;
}
.cid-ukE4uifzNf {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-ukE4uifzNf::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #c1c1c1 -10%, transparent 80%);
}
.cid-ukE4uifzNf::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffffff -10%, transparent 80%);
}
.cid-ukE4uifzNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukE4uifzNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ukE4uifzNf .container {
    padding: 0 16px;
  }
}
.cid-ukE4uifzNf .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-ukE4uifzNf .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-ukE4uifzNf .content-wrapper {
  margin-bottom: 80px;
}
.cid-ukE4uifzNf .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ukE4uifzNf .content-wrapper .mbr-section-title span {
  color: #efefef;
}
.cid-ukE4uifzNf .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-ukE4uifzNf .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ukE4uifzNf .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-ukE4uifzNf .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-ukE4uifzNf .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-ukE4uifzNf .item .item-wrapper {
    padding: 32px;
  }
}
.cid-ukE4uifzNf .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukE4uifzNf .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-ukE4uifzNf .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-ukE4uifzNf .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #232323;
}
.cid-ukE4uifzNf .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ukE4uifzNf .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-ukE4uifzNf .mbr-section-title {
  color: #000000;
}
.cid-ukE4uifzNf .mbr-text,
.cid-ukE4uifzNf .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-ukE4uifzNf .item-title {
  color: #000000;
}
.cid-ukE4uifzNf .item-text {
  color: #6f6f6f;
}
.cid-ukE4uifzNf .mbr-section-title,
.cid-ukE4uifzNf .mbr-section-btn {
  text-align: center;
}
.cid-ukEdU9ayTt {
  background: #ffffff;
}
.cid-ukEdU9ayTt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ukEdU9ayTt .mbr-figure {
  margin: 0 auto;
}
.cid-ukEdU9ayTt figcaption {
  position: relative;
}
.cid-ukEdU9ayTt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ukEdU9ayTt .image-block {
    width: 100% !important;
  }
}
.cid-ukEdU9ayTt .mbr-figure-caption div {
  text-align: right;
}
.cid-ukE3opaKL5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ukE3opaKL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukE3opaKL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-ukE3opaKL5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukE3opaKL5 img {
  border-radius: 3rem;
}
.cid-ukE3opaKL5 .row {
  align-items: center;
}
.cid-ukE3opaKL5 .mbr-section-title {
  color: #1d5356;
}
.cid-ukE3opaKL5 .mbr-text,
.cid-ukE3opaKL5 .mbr-section-btn {
  color: #491414;
}
.cid-ukE3opaKL5 .mbr-section-subtitle {
  color: #491414;
}
.cid-ukE3opV17s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-ukE3opV17s .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukE3opV17s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukE3opV17s .row.card {
  padding: 0 90px;
  background-color: #101511;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .cid-ukE3opV17s .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.cid-ukE3opV17s .row.card .subtitle-wrapper {
  margin: -25px 0 0 0;
  transform: rotate(-5deg);
  background-color: #eafa72;
  border-radius: 17px;
  padding: 20px;
}
.cid-ukE3opV17s .row.card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ukE3opV17s .row.card .mbr-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ukE3opV17s .row.card .mbr-section-title {
    margin: 32px 0 0 0;
  }
}
.cid-ukE3opV17s .row.card .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .cid-ukE3opV17s .row.card .image-wrapper {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-ukE3opV17s .row.card .image-wrapper {
    display: block;
  }
}
.cid-ukE3opV17s .row.card .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-ukE3opV17s .row.card .image-wrapper img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .cid-ukE3opV17s .row.card .image-wrapper img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.cid-ukE3opV17s .row.card .image-wrapper img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .cid-ukE3opV17s .row.card .image-wrapper img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.cid-ukE3opV17s .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-ukE3opV17s .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.cid-ukE3opV17s .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.cid-ukE3opV17s .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #eafa72;
  transition: all .3s ease;
}
.cid-ukE3opV17s .row.card .text-wrapper .mbr-text {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.cid-ukE3opV17s .row.card .text-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-ukE3opV17s .mbr-section-title {
  color: #ffffff;
}
.cid-ukE3opV17s .mbr-section-subtitle {
  color: #101511;
  text-align: center;
}
.cid-ukE3opV17s .mbr-text {
  color: #6e716f;
}
.cid-ukE3opV17s .mbr-text,
.cid-ukE3opV17s .mbr-section-btn {
  color: #ffffff;
}
.cid-ukE3oqb6q2 {
  background-image: url("../../../assets/images/edgewater-370cc-evening.webp");
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-umOO3a7Uru {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #173b56;
}
.cid-unnQTmXWIj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #758bac;
}
.cid-unnQTmXWIj P {
  color: #767676;
}
.cid-unnQTmXWIj H1 {
  color: #ffffff;
}
.cid-unnQTmXWIj H3 {
  color: #f9f295;
}
.cid-unnQTmXWIj .mbr-text,
.cid-unnQTmXWIj .mbr-section-btn {
  color: #ffffff;
}
.cid-unnQPoIROe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #6b9e96;
}
.cid-unnQPoIROe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unnQPoIROe p {
  color: #767676;
  text-align: left;
}
.cid-unnQPoIROe .card-box {
  padding-top: 2rem;
}
.cid-unnQPoIROe .card-wrapper {
  height: 100%;
}
.cid-unnQPoIROe .card-title {
  color: #ffffff;
}
.cid-unnQPoIROe P {
  color: #ffffff;
}
.cid-unnQM56A1D {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #667f92;
}
.cid-unnQM56A1D h2 {
  text-align: center;
}
.cid-unnQM56A1D h3 {
  text-align: center;
  font-weight: 300;
}
.cid-unnQM56A1D p {
  color: #767676;
}
.cid-unnQM56A1D img {
  object-fit: cover;
}
.cid-unnQM56A1D .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-unnQM56A1D .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-unnQM56A1D .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-unnQM56A1D .mbr-section-subtitle {
  color: #767676;
}
.cid-unnQM56A1D .card-title {
  font-weight: 500;
}
.cid-unnQM56A1D .card-img {
  text-align: inherit;
}
.cid-unnQM56A1D .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-unnQM56A1D .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-unnQM56A1D .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unnQM56A1D .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-unnQM56A1D .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-unnQM56A1D .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-unnQM56A1D .mbr-section-text {
  color: #ffffff;
}
.cid-unnQM56A1D .mbr-section-title {
  color: #ffffff;
}
.cid-unnQM56A1D .mbr-crt-title {
  color: #ffffff;
}
.cid-unnQJqOB8C {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #79a6a0;
}
.cid-unnQJqOB8C h2 {
  text-align: center;
}
.cid-unnQJqOB8C h3 {
  text-align: center;
  font-weight: 300;
}
.cid-unnQJqOB8C p {
  color: #767676;
}
.cid-unnQJqOB8C img {
  object-fit: cover;
}
.cid-unnQJqOB8C .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-unnQJqOB8C .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-unnQJqOB8C .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-unnQJqOB8C .mbr-section-subtitle {
  color: #767676;
}
.cid-unnQJqOB8C .card-title {
  font-weight: 500;
}
.cid-unnQJqOB8C .card-img {
  text-align: inherit;
}
.cid-unnQJqOB8C .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-unnQJqOB8C .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-unnQJqOB8C .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unnQJqOB8C .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-unnQJqOB8C .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-unnQJqOB8C .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-unnQJqOB8C .mbr-section-text {
  color: #ffffff;
}
.cid-unnQJqOB8C .mbr-section-title {
  color: #ffffff;
}
.cid-unnQJqOB8C .mbr-crt-title {
  color: #ffffff;
}
.cid-unnQGeZDfx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00ae92;
}
.cid-unnQGeZDfx h2 {
  text-align: center;
}
.cid-unnQGeZDfx h3 {
  text-align: center;
  font-weight: 300;
}
.cid-unnQGeZDfx p {
  color: #767676;
}
.cid-unnQGeZDfx img {
  object-fit: cover;
}
.cid-unnQGeZDfx .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-unnQGeZDfx .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-unnQGeZDfx .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-unnQGeZDfx .mbr-section-subtitle {
  color: #767676;
}
.cid-unnQGeZDfx .card-title {
  font-weight: 500;
}
.cid-unnQGeZDfx .card-img {
  text-align: inherit;
}
.cid-unnQGeZDfx .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-unnQGeZDfx .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-unnQGeZDfx .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unnQGeZDfx .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-unnQGeZDfx .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-unnQGeZDfx .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-unnQGeZDfx .mbr-section-text {
  color: #ffffff;
}
.cid-unnQGeZDfx .mbr-section-title {
  color: #ffffff;
}
.cid-unnQGeZDfx .mbr-crt-title {
  color: #ffffff;
}
.cid-umOO3buvjA .modal-body .close {
  background: #1b1b1b;
}
.cid-umOO3buvjA .modal-body .close span {
  font-style: normal;
}
.cid-umOO3buvjA .carousel-inner > .active,
.cid-umOO3buvjA .carousel-inner > .next,
.cid-umOO3buvjA .carousel-inner > .prev {
  display: flex;
}
.cid-umOO3buvjA .carousel-control .icon-next,
.cid-umOO3buvjA .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-umOO3buvjA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-umOO3buvjA .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umOO3buvjA .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-umOO3buvjA .boxed-slider > div {
  position: relative;
}
.cid-umOO3buvjA .container img {
  width: 100%;
}
.cid-umOO3buvjA .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-umOO3buvjA .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-umOO3buvjA .mbr-table-cell {
  padding: 0;
}
.cid-umOO3buvjA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-umOO3buvjA .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-umOO3buvjA .mbr-overlay {
  z-index: 1;
}
.cid-umOO3buvjA .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-umOO3buvjA .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-umOO3buvjA .carousel-item.active.right,
.cid-umOO3buvjA .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-umOO3buvjA .carousel-item.active.left,
.cid-umOO3buvjA .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-umOO3buvjA .carousel-item.active,
.cid-umOO3buvjA .carousel-item.next.left,
.cid-umOO3buvjA .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-umOO3buvjA .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-umOO3buvjA .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umOO3buvjA .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umOO3buvjA .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-umOO3buvjA .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umOO3buvjA .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-umOO3buvjA .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-umOO3buvjA .mbr-slider .carousel-indicators li.active,
.cid-umOO3buvjA .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-umOO3buvjA .mbr-slider .carousel-indicators li::after,
.cid-umOO3buvjA .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-umOO3buvjA .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-umOO3buvjA .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-umOO3buvjA .mbr-slider > .container img {
  width: 100%;
}
.cid-umOO3buvjA .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-umOO3buvjA .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-umOO3buvjA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umOO3buvjA .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-umOO3buvjA .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-umOO3buvjA .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-umOO3buvjA .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-umOO3buvjA .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-umOO3buvjA .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-umOO3buvjA .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-umOO3buvjA .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-umOO3buvjA .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-umOO3buvjA .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-unnTdItrob {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unnTdItrob .line {
  background-color: #f7ed4a;
  color: #f7ed4a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-unnTdItrob .section-text {
  padding: 2rem 0;
  color: #0b2438;
}
.cid-unnTdItrob .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-unnTdItrob .inner-container {
    width: 100% !important;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-ukl0GkLpDU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ukl0GkLpDU .mbr-text,
.cid-ukl0GkLpDU blockquote {
  color: #767676;
}
.cid-uPFQLMz1Lu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPFQLMz1Lu .mbr-overlay {
  z-index: 1;
}
.cid-uPFQLMz1Lu .carousel-caption {
  bottom: 40px;
}
.cid-uPFQLMz1Lu .carousel-control .icon-next,
.cid-uPFQLMz1Lu .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPFQLMz1Lu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQLMz1Lu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uPFQLMz1Lu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uPFQLMz1Lu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPFQLMz1Lu .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uPFQLMz1Lu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPFQLMz1Lu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPFQLMz1Lu .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uPFQLMz1Lu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPFQLMz1Lu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPFQLMz1Lu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uPFQLMz1Lu .carousel-indicators li.active,
.cid-uPFQLMz1Lu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uPFQLMz1Lu .carousel-indicators li::after,
.cid-uPFQLMz1Lu .carousel-indicators li::before {
  content: none;
}
.cid-uPFQLMz1Lu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uPFQLMz1Lu .carousel-indicators {
    display: none !important;
  }
}
.cid-ukl0GlBH6T {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #efefef;
  position: relative;
  overflow: hidden;
}
.cid-ukl0GlBH6T::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #c1c1c1 -10%, transparent 80%);
}
.cid-ukl0GlBH6T::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffffff -10%, transparent 80%);
}
.cid-ukl0GlBH6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukl0GlBH6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ukl0GlBH6T .container {
    padding: 0 16px;
  }
}
.cid-ukl0GlBH6T .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-ukl0GlBH6T .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-ukl0GlBH6T .content-wrapper {
  margin-bottom: 80px;
}
.cid-ukl0GlBH6T .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ukl0GlBH6T .content-wrapper .mbr-section-title span {
  color: #efefef;
}
.cid-ukl0GlBH6T .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-ukl0GlBH6T .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ukl0GlBH6T .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-ukl0GlBH6T .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-ukl0GlBH6T .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-ukl0GlBH6T .item .item-wrapper {
    padding: 32px;
  }
}
.cid-ukl0GlBH6T .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukl0GlBH6T .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-ukl0GlBH6T .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-ukl0GlBH6T .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #232323;
}
.cid-ukl0GlBH6T .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ukl0GlBH6T .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-ukl0GlBH6T .mbr-section-title {
  color: #000000;
}
.cid-ukl0GlBH6T .mbr-text,
.cid-ukl0GlBH6T .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-ukl0GlBH6T .item-title {
  color: #000000;
}
.cid-ukl0GlBH6T .item-text {
  color: #6f6f6f;
}
.cid-ukl0GlBH6T .mbr-section-title,
.cid-ukl0GlBH6T .mbr-section-btn {
  text-align: center;
}
.cid-ukl0GmaJNR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ukl0GmaJNR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ukl0GmaJNR p {
  color: #767676;
  text-align: left;
}
.cid-ukl0GmaJNR .card-box {
  padding-top: 2rem;
}
.cid-ukl0GmaJNR .card-wrapper {
  height: 100%;
}
.cid-ukl0GmEJ7h {
  background: #ffffff;
}
.cid-ukl0GmEJ7h .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ukl0GmEJ7h .mbr-figure {
  margin: 0 auto;
}
.cid-ukl0GmEJ7h figcaption {
  position: relative;
}
.cid-ukl0GmEJ7h figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ukl0GmEJ7h .image-block {
    width: 100% !important;
  }
}
.cid-ulYkxQyU7k {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #000000, #ffffff);
}
.cid-ulYkxQyU7k .image-block {
  margin: auto;
}
.cid-ulYkxQyU7k .mbr-figure {
  margin: 0 auto;
}
.cid-ulYkxQyU7k figcaption {
  position: relative;
}
.cid-ulYkxQyU7k figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ulYkxQyU7k .image-block {
    width: 100% !important;
  }
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-ukD9ZNSMWq {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ukD9ZNSMWq .mbr-section-subtitle {
  color: #491414;
}
.cid-ukD9ZNSMWq H2 {
  color: #1d5356;
}
.cid-ukD9ZO7H8W {
  background: #ffffff;
}
.cid-ukD9ZO7H8W .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ukD9ZO7H8W .mbr-figure {
  margin: 0 auto;
}
.cid-ukD9ZO7H8W figcaption {
  position: relative;
}
.cid-ukD9ZO7H8W figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ukD9ZO7H8W .image-block {
    width: 100% !important;
  }
}
.cid-ukD9ZO7H8W .mbr-figure-caption div {
  text-align: right;
}
.cid-ukD9ZOdSpV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukD9ZOdSpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukD9ZOdSpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukD9ZOdSpV .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukD9ZOdSpV .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-ukD9ZOdSpV .mbr-section-title {
  color: #1d5356;
  text-align: center;
}
.cid-ukD9ZOdSpV .mbr-text {
  color: #491414;
  text-align: center;
}
.cid-ukD9ZOmlFQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-ukD9ZOmlFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukD9ZOmlFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-ukD9ZOmlFQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukD9ZOmlFQ img {
  border-radius: 3rem;
}
.cid-ukD9ZOmlFQ .row {
  align-items: center;
}
.cid-ukD9ZOmlFQ .mbr-section-title {
  color: #1d5356;
}
.cid-ukD9ZOmlFQ .mbr-text,
.cid-ukD9ZOmlFQ .mbr-section-btn {
  color: #491414;
}
.cid-ukD9ZOmlFQ .mbr-section-subtitle {
  color: #491414;
}
.cid-ukD9ZOuoDj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ukD9ZOuoDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukD9ZOuoDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-ukD9ZOuoDj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukD9ZOuoDj img {
  border-radius: 3rem;
}
.cid-ukD9ZOuoDj .row {
  align-items: center;
}
.cid-ukD9ZOuoDj .mbr-section-title {
  color: #1d5356;
}
.cid-ukD9ZOuoDj .mbr-text,
.cid-ukD9ZOuoDj .mbr-section-btn {
  color: #491414;
}
.cid-ukD9ZOuoDj .mbr-section-subtitle {
  color: #491414;
}
.cid-ukD9ZOC2N1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/42-extra-fuel-port-stbd-1024x687-copy-1024x687.webp");
}
.cid-ukD9ZOC2N1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukD9ZOC2N1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukD9ZOC2N1 .row {
  position: relative;
  padding: 6rem 4rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ukD9ZOC2N1 .row {
    padding: 2rem 1rem;
  }
}
.cid-ukD9ZOC2N1 .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  border-radius: 3rem;
  height: 100%;
  background: #ffffff;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-ukD9ZOC2N1 .row:before {
    width: 100%;
  }
}
.cid-ukD9ZOC2N1 .row .col-12 {
  position: relative;
}
.cid-ukD9ZOC2N1 .mbr-section-title {
  color: #000000;
}
.cid-ukD9ZOC2N1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukD9ZOC2N1 .mbr-text,
.cid-ukD9ZOC2N1 .mbr-section-btn {
  color: #000000;
}
.cid-ukD9ZOJTse {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ukD9ZOJTse .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukD9ZOJTse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-ukD9ZOJTse .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukD9ZOJTse img {
  border-radius: 3rem;
}
.cid-ukD9ZOJTse .row {
  align-items: center;
}
.cid-ukD9ZOJTse .mbr-section-title {
  color: #1d5356;
}
.cid-ukD9ZOJTse .mbr-text,
.cid-ukD9ZOJTse .mbr-section-btn {
  color: #491414;
}
.cid-ukD9ZOJTse .mbr-section-subtitle {
  color: #491414;
}
.cid-ukD9ZORrRo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-ukD9ZORrRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukD9ZORrRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-ukD9ZORrRo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukD9ZORrRo img {
  border-radius: 3rem;
}
.cid-ukD9ZORrRo .row {
  align-items: center;
}
.cid-ukD9ZORrRo .mbr-section-title {
  color: #1d5356;
}
.cid-ukD9ZORrRo .mbr-text,
.cid-ukD9ZORrRo .mbr-section-btn {
  color: #491414;
}
.cid-ukD9ZORrRo .mbr-section-subtitle {
  color: #491414;
}
.cid-ukD9ZP56PI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-ukD9ZP56PI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukD9ZP56PI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukD9ZP56PI .row.card {
  padding: 0 90px;
  background-color: #101511;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .cid-ukD9ZP56PI .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.cid-ukD9ZP56PI .row.card .subtitle-wrapper {
  margin: -25px 0 0 0;
  transform: rotate(-5deg);
  background-color: #eafa72;
  border-radius: 17px;
  padding: 20px;
}
.cid-ukD9ZP56PI .row.card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ukD9ZP56PI .row.card .mbr-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ukD9ZP56PI .row.card .mbr-section-title {
    margin: 32px 0 0 0;
  }
}
.cid-ukD9ZP56PI .row.card .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .cid-ukD9ZP56PI .row.card .image-wrapper {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-ukD9ZP56PI .row.card .image-wrapper {
    display: block;
  }
}
.cid-ukD9ZP56PI .row.card .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-ukD9ZP56PI .row.card .image-wrapper img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .cid-ukD9ZP56PI .row.card .image-wrapper img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.cid-ukD9ZP56PI .row.card .image-wrapper img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .cid-ukD9ZP56PI .row.card .image-wrapper img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.cid-ukD9ZP56PI .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-ukD9ZP56PI .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.cid-ukD9ZP56PI .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.cid-ukD9ZP56PI .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #eafa72;
  transition: all .3s ease;
}
.cid-ukD9ZP56PI .row.card .text-wrapper .mbr-text {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.cid-ukD9ZP56PI .row.card .text-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-ukD9ZP56PI .mbr-section-title {
  color: #ffffff;
}
.cid-ukD9ZP56PI .mbr-section-subtitle {
  color: #101511;
  text-align: center;
}
.cid-ukD9ZP56PI .mbr-text {
  color: #6e716f;
}
.cid-ukD9ZP56PI .mbr-text,
.cid-ukD9ZP56PI .mbr-section-btn {
  color: #ffffff;
}
.cid-ukD9ZPgK37 {
  background-image: url("../../../assets/images/edgewater-370cc-evening.webp");
}
.cid-uPFQEBAlYe {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFQEBAlYe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFQEBAlYe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFQEBAlYe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFQEBAlYe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFQEBAlYe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFQEBAlYe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFQEBAlYe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFQEBAlYe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFQEBAlYe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFQEBAlYe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFQEBAlYe foot-menu-item {
  color: #0b2438;
}
.cid-uPFQEBAlYe foot-menu-item I {
  color: #000000;
}
.cid-uPFXIyql6u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uPFXIyql6u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPFXIyql6u a {
  font-style: normal;
}
.cid-uPFXIyql6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPFXIyql6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPFXIyql6u .nav-item:focus,
.cid-uPFXIyql6u .nav-link:focus {
  outline: none;
}
.cid-uPFXIyql6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPFXIyql6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPFXIyql6u .menu-logo {
  margin-right: auto;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPFXIyql6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPFXIyql6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uPFXIyql6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPFXIyql6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPFXIyql6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPFXIyql6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPFXIyql6u button.navbar-toggler:focus {
  outline: none;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPFXIyql6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPFXIyql6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPFXIyql6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPFXIyql6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPFXIyql6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uPFXIyql6u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uPFXIyql6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPFXIyql6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPFXIyql6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPFXIyql6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPFXIyql6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uPFXIyql6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u img {
    height: 3.8rem !important;
  }
  .cid-uPFXIyql6u .btn {
    display: -webkit-flex;
  }
  .cid-uPFXIyql6u button.navbar-toggler {
    display: block;
  }
  .cid-uPFXIyql6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPFXIyql6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPFXIyql6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing,
  .cid-uPFXIyql6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPFXIyql6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPFXIyql6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPFXIyql6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPFXIyql6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPFXIyql6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPFXIyql6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPFXIyql6u .nav-link:hover,
.cid-uPFXIyql6u .dropdown-item:hover {
  color: #b1a374 !important;
}
.cid-tpW1aCXFhn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tpW1aCXFhn .mbr-section-subtitle {
  color: #767676;
}
.cid-ufzy67GWBo {
  background: #000000;
}
.cid-ufzy67GWBo .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-ufzy67GWBo .video-block {
    width: 100% !important;
  }
}
.cid-ufzykG3xSS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufzykG3xSS .mbr-section-subtitle {
  color: #767676;
}
.cid-uPF1OFNpEa {
  background: #ffffff;
}
.cid-uPF1OFNpEa .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPF1OFNpEa .mbr-figure {
  margin: 0 auto;
}
.cid-uPF1OFNpEa figcaption {
  position: relative;
}
.cid-uPF1OFNpEa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPF1OFNpEa .image-block {
    width: 100% !important;
  }
}
.cid-ufzAABs2JF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufzAABs2JF .mbr-section-subtitle {
  color: #767676;
}
.cid-tq4KAjSLVW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/395cc-gallery38.webp");
}
.cid-tpW1aE3UpD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tpW1aE3UpD .main,
.cid-tpW1aE3UpD .main-reverse {
  margin: 0;
  background: #ffffff;
}
.cid-tpW1aE3UpD .text-element {
  background: #ffffff;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-tpW1aE3UpD .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tpW1aE3UpD .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tpW1aE3UpD .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-tpW1aE3UpD .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-tpW1aE3UpD .mbr-iconfont {
  font-size: 3rem;
  color: #b1a374;
}
@media (max-width: 991px) {
  .cid-tpW1aE3UpD .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-tpW1aE3UpD .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-tpW1aE3UpD .image-element,
  .cid-tpW1aE3UpD .text-element {
    margin-bottom: 0;
  }
  .cid-tpW1aE3UpD .main:first-child {
    padding-top: 0;
  }
}
.cid-tpW1aE3UpD .mbr-section-subtitle,
.cid-tpW1aE3UpD .card-text,
.cid-tpW1aE3UpD .mbr-section-btn {
  color: #8d97ad;
}
.cid-tpW1aE3UpD .mbr-section-title {
  text-align: center;
  color: #2d3b3c;
}
.cid-tpW1aE3UpD .mbr-title,
.cid-tpW1aE3UpD .card-img {
  color: #000000;
}
.cid-tpW1aE3UpD .card-text,
.cid-tpW1aE3UpD .mbr-section-btn {
  color: #232323;
}
.cid-tpW1aE3UpD .mbr-section-subtitle {
  text-align: center;
  color: #2d3b3c;
}
.cid-tpWfkafQ0H {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #ffffff, #232323);
}
.cid-tpWfkafQ0H .image-block {
  margin: auto;
}
.cid-tpWfkafQ0H .mbr-figure {
  margin: 0 auto;
}
.cid-tpWfkafQ0H figcaption {
  position: relative;
}
.cid-tpWfkafQ0H figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpWfkafQ0H .image-block {
    width: 100% !important;
  }
}
.cid-twsrgLOL8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twsrgLOL8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-twsrgLOL8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twsrgLOL8x .icon-wrapper .mbr-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .cid-twsrgLOL8x .icon-wrapper .mbr-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-twsrgLOL8x .text-wrapper {
    margin-bottom: 32px;
  }
}
.cid-twsrgLOL8x .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-twsrgLOL8x .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-twsrgLOL8x .image-wrapper img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #ffffff;
  border-radius: 10px;
}
.cid-twsrgLOL8x .mbr-section-title,
.cid-twsrgLOL8x .mbr-iconfont {
  color: #101511;
}
.cid-twsrgLOL8x .mbr-text {
  color: #6e716f;
}
.cid-uPF3e2trJo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/download-1.webp");
}
.cid-uPF3e2trJo .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uPF3e2trJo .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uPF3e2trJo .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uPF3e2trJo .mbr-text {
    text-align: center;
  }
}
.cid-tpWearwfpI {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tpWearwfpI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tpWearwfpI .video-block {
    width: 100% !important;
  }
}
.cid-tpW1aEHMp2 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tpW1aEHMp2 .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.cid-tpW1aEHMp2 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tpW1aEHMp2 .image-block:hover:before {
  opacity: 0.3;
}
.cid-tpW1aEHMp2 .image-block:hover .wrap {
  opacity: 1;
}
.cid-tpW1aEHMp2 .image-block:hover img {
  transform: scale(1.05);
}
.cid-tpW1aEHMp2 h4 {
  letter-spacing: 2px;
}
.cid-tpW1aEHMp2 figcaption {
  position: relative;
}
.cid-tpW1aEHMp2 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tpW1aEHMp2 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tpW1aEHMp2 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tpW1aEHMp2 .wrap {
    opacity: 1!important;
  }
  .cid-tpW1aEHMp2 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tpW1aEHMp2 H3 {
  color: #ffffff;
}
.cid-ufzCUvnAlX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-ufzCUvnAlX .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufzCUvnAlX .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-ufzCUvnAlX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufzCUvnAlX .inner-container {
    width: 100% !important;
  }
}
.cid-uPFmxLjjS0 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPFmxLjjS0 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFmxLjjS0 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPFmxLjjS0 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPFmxLjjS0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPFmxLjjS0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPFmxLjjS0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPFmxLjjS0 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPFmxLjjS0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPFmxLjjS0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPFmxLjjS0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPFmxLjjS0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPFmxLjjS0 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPFmxLjjS0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPFmxLjjS0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPFmxLjjS0 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uPFmxLjjS0 foot-menu-item {
  color: #0b2438;
}
.cid-uPFmxLjjS0 foot-menu-item I {
  color: #000000;
}
